Documentation ¶
Overview ¶
Package webhooks contains Kubernetes defaulting and validating admission webhook.
Index ¶
- type RunnerSetWebhook
- func (w *RunnerSetWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (w *RunnerSetWebhook) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
- func (w *RunnerSetWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (w *RunnerSetWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) error
- func (w *RunnerSetWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
- type RunnerWebhook
- func (w *RunnerWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (w *RunnerWebhook) SetupWithManager(ctx context.Context, mgr ctrl.Manager) error
- func (w *RunnerWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (w *RunnerWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) error
- func (w *RunnerWebhook) 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 RunnerSetWebhook ¶
func (*RunnerSetWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*RunnerSetWebhook) SetupWithManager ¶
func (*RunnerSetWebhook) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*RunnerSetWebhook) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*RunnerSetWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type
type RunnerWebhook ¶
func (*RunnerWebhook) Default ¶
Default implements webhook.CustomDefaulter so a webhook will be registered for the type
func (*RunnerWebhook) SetupWithManager ¶
func (*RunnerWebhook) ValidateCreate ¶
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*RunnerWebhook) ValidateDelete ¶
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*RunnerWebhook) ValidateUpdate ¶
ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type