Documentation ¶
Index ¶
- type ClusterValidator
- func (c *ClusterValidator) DeepCopyObject() runtime.Object
- func (c *ClusterValidator) GetObjectKind() schema.ObjectKind
- func (c *ClusterValidator) ValidateCreate() (warnings admission.Warnings, err error)
- func (c *ClusterValidator) ValidateDelete() (warnings admission.Warnings, err error)
- func (c *ClusterValidator) ValidateUpdate(old runtime.Object) (warnings admission.Warnings, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterValidator ¶
func NewClusterValidator ¶
func NewClusterValidator(mgrClient client.Client) *ClusterValidator
func (*ClusterValidator) DeepCopyObject ¶
func (c *ClusterValidator) DeepCopyObject() runtime.Object
func (*ClusterValidator) GetObjectKind ¶
func (c *ClusterValidator) GetObjectKind() schema.ObjectKind
func (*ClusterValidator) ValidateCreate ¶
func (c *ClusterValidator) ValidateCreate() (warnings admission.Warnings, err error)
func (*ClusterValidator) ValidateDelete ¶
func (c *ClusterValidator) ValidateDelete() (warnings admission.Warnings, err error)
func (*ClusterValidator) ValidateUpdate ¶
Click to show internal directories.
Click to hide internal directories.