Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MaxErrorMessageLength defines the maximum length for error messages // to prevent excessively long messages in status conditions MaxErrorMessageLength = 256 )
View Source
const OneTick = 100 * time.Nanosecond
OneTick represents 1 tick in Kusto datetime, which is 100 nanoseconds. This is the smallest time unit supported by Kusto datetime.
Variables ¶
This section is empty.
Functions ¶
func ApplySubstitutions ¶
ApplySubstitutions applies time and cluster label substitutions to a KQL query body
func ParseError ¶
ParseError extracts a clean error message from Kusto HttpError objects and truncates the message to a maximum length for consistent error handling. This utility is used across different CRD types that interact with Kusto.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.