Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterWebhooks ¶
Types ¶
type ConfigMapDefaulter ¶
type ConfigMapDefaulter struct {
// contains filtered or unexported fields
}
func NewDefaulter ¶
func NewDefaulter(k8sAPI *kube.K8sAPI) *ConfigMapDefaulter
func (*ConfigMapDefaulter) RuntimeObject ¶
func (w *ConfigMapDefaulter) RuntimeObject() runtime.Object
func (*ConfigMapDefaulter) SetDefaults ¶
func (w *ConfigMapDefaulter) SetDefaults(obj interface{})
type ConfigMapValidator ¶
type ConfigMapValidator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func NewValidator(k8sAPI *kube.K8sAPI) *ConfigMapValidator
func (*ConfigMapValidator) RuntimeObject ¶
func (w *ConfigMapValidator) RuntimeObject() runtime.Object
func (*ConfigMapValidator) ValidateCreate ¶
func (w *ConfigMapValidator) ValidateCreate(obj interface{}) error
func (*ConfigMapValidator) ValidateDelete ¶
func (w *ConfigMapValidator) ValidateDelete(obj interface{}) error
func (*ConfigMapValidator) ValidateUpdate ¶
func (w *ConfigMapValidator) ValidateUpdate(oldObj, obj interface{}) error
Click to show internal directories.
Click to hide internal directories.