Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // HandlerGetterMap contains admission webhook handlers HandlerGetterMap = map[string]types.HandlerGetter{ "validate-apps-kruise-io-v1alpha1-daemonset": func(mgr manager.Manager) admission.Handler { return &DaemonSetCreateUpdateHandler{Decoder: admission.NewDecoder(mgr.GetScheme())} }, } )
View Source
var ValidateDaemonSetName = genericvalidation.NameIsDNSSubdomain
ValidateDaemonSetName can be used to check whether the given daemon set name is valid. Prefix indicates this name will be used as part of generation, in which case trailing dashes are allowed.
Functions ¶
This section is empty.
Types ¶
type DaemonSetCreateUpdateHandler ¶
DaemonSetCreateUpdateHandler handles DaemonSet
Click to show internal directories.
Click to hide internal directories.