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