Documentation ¶
Index ¶
- func ValidateYurtAppSetUpdate(yurtAppSet, oldYurtAppSet *unitv1alpha1.YurtAppSet) field.ErrorList
- type YurtAppSetHandler
- func (webhook *YurtAppSetHandler) Default(ctx context.Context, obj runtime.Object) error
- func (webhook *YurtAppSetHandler) SetupWebhookWithManager(mgr ctrl.Manager) (string, string, error)
- func (webhook *YurtAppSetHandler) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (webhook *YurtAppSetHandler) ValidateDelete(_ context.Context, obj runtime.Object) error
- func (webhook *YurtAppSetHandler) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateYurtAppSetUpdate ¶
func ValidateYurtAppSetUpdate(yurtAppSet, oldYurtAppSet *unitv1alpha1.YurtAppSet) field.ErrorList
ValidateYurtAppSetUpdate tests if required fields in the YurtAppSet are set.
Types ¶
type YurtAppSetHandler ¶
Cluster implements a validating and defaulting webhook for Cluster.
func (*YurtAppSetHandler) SetupWebhookWithManager ¶
SetupWebhookWithManager sets up Cluster webhooks.
func (*YurtAppSetHandler) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type.
func (*YurtAppSetHandler) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type.
func (*YurtAppSetHandler) ValidateUpdate ¶
func (webhook *YurtAppSetHandler) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type.
Click to show internal directories.
Click to hide internal directories.