Documentation
¶
Index ¶
Constants ¶
View Source
const REGEX_FIELDSELECTOR = "^[.\\-A-Za-z0-9]+([=!,]{1,2}[.\\-A-Za-z0-9]+)+$"
Details: https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/
View Source
const REGEX_LABELSELECTOR_VALID_CHARS = "^([/_.\\-A-Za-z0-9=, ()!])+$"
Details: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Toolset ¶
type Toolset struct{}
func (*Toolset) GetDescription ¶
func (*Toolset) GetPrompts ¶ added in v0.0.56
func (t *Toolset) GetPrompts() []api.ServerPrompt
Click to show internal directories.
Click to hide internal directories.