Documentation
¶
Index ¶
- type NodePoolHandler
- func (webhook *NodePoolHandler) Default(ctx context.Context, obj runtime.Object) error
- func (webhook *NodePoolHandler) SetupWebhookWithManager(mgr ctrl.Manager) (string, string, error)
- func (webhook *NodePoolHandler) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (webhook *NodePoolHandler) ValidateDelete(_ context.Context, obj runtime.Object) error
- func (webhook *NodePoolHandler) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodePoolHandler ¶
NodePoolHandler implements a validating and defaulting webhook for Cluster.
func (*NodePoolHandler) SetupWebhookWithManager ¶
SetupWebhookWithManager sets up Cluster webhooks. mutate path, validatepath, error
func (*NodePoolHandler) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type.
func (*NodePoolHandler) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type.
func (*NodePoolHandler) ValidateUpdate ¶
func (webhook *NodePoolHandler) 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.