Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlaneValidator ¶
type ControlPlaneValidator struct {
// contains filtered or unexported fields
}
func NewControlPlaneValidator ¶
func NewControlPlaneValidator(namespaceFilter webhookcommon.NamespaceFilter) *ControlPlaneValidator
func (*ControlPlaneValidator) InjectClient ¶
func (v *ControlPlaneValidator) InjectClient(c client.Client) error
InjectClient injects the client.
func (*ControlPlaneValidator) InjectDecoder ¶
func (v *ControlPlaneValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type MemberRollValidator ¶
type MemberRollValidator struct {
// contains filtered or unexported fields
}
func NewMemberRollValidator ¶
func NewMemberRollValidator(namespaceFilter webhookcommon.NamespaceFilter) *MemberRollValidator
func (*MemberRollValidator) InjectClient ¶
func (v *MemberRollValidator) InjectClient(c client.Client) error
InjectClient injects the client.
func (*MemberRollValidator) InjectDecoder ¶
func (v *MemberRollValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
type MemberValidator ¶
type MemberValidator struct {
// contains filtered or unexported fields
}
func NewMemberValidator ¶
func NewMemberValidator() *MemberValidator
func (*MemberValidator) InjectClient ¶
func (v *MemberValidator) InjectClient(c client.Client) error
InjectClient injects the client.
func (*MemberValidator) InjectDecoder ¶
func (v *MemberValidator) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder.
Click to show internal directories.
Click to hide internal directories.