Documentation
¶
Index ¶
- type ActionValidationAdmission
- type NodeQOSValidationAdmission
- func (p *NodeQOSValidationAdmission) ValidateCreate(ctx context.Context, req runtime.Object) error
- func (p *NodeQOSValidationAdmission) ValidateDelete(ctx context.Context, req runtime.Object) error
- func (p *NodeQOSValidationAdmission) ValidateUpdate(ctx context.Context, old, new runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionValidationAdmission ¶
type ActionValidationAdmission struct { }
func (*ActionValidationAdmission) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ActionValidationAdmission) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ActionValidationAdmission) ValidateUpdate ¶
func (p *ActionValidationAdmission) ValidateUpdate(ctx context.Context, old, new runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type NodeQOSValidationAdmission ¶ added in v0.8.0
type NodeQOSValidationAdmission struct { }
func (*NodeQOSValidationAdmission) ValidateCreate ¶ added in v0.8.0
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*NodeQOSValidationAdmission) ValidateDelete ¶ added in v0.8.0
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*NodeQOSValidationAdmission) ValidateUpdate ¶ added in v0.8.0
func (p *NodeQOSValidationAdmission) ValidateUpdate(ctx context.Context, old, new runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
Click to show internal directories.
Click to hide internal directories.