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