Documentation ¶
Index ¶
Constants ¶
View Source
const ( TokNone tokenKind = iota TokLabel TokStringLiteral TokLBrace TokRBrace TokComma TokEq TokNe TokIn TokNot TokNotIn TokContains TokStartsWith TokEndsWith TokAll TokHas TokLParen TokRParen TokAnd TokOr TokEOF )
View Source
const (
// LabelKeyMatcher is the base regex for a valid label key.
LabelKeyMatcher = `[a-zA-Z0-9_./-]{1,512}`
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.