Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetNodePoolLabelValidator ¶
func SetNodePoolLabelValidator(v LabelValidator)
SetNodePoolLabelValidator configures a global node pool validator.
Types ¶
type LabelValidator ¶
type LabelValidator interface { ValidateKey(key string) error ValidateValue(value string) error ValidateLabel(key string, value string) error ValidateLabels(labels map[string]string) error }
func NodePoolLabelValidator ¶
func NodePoolLabelValidator() LabelValidator
NodePoolLabelValidator returns a global node pool validator.
Click to show internal directories.
Click to hide internal directories.