Documentation
¶
Index ¶
- type DynamicCredentialProviderConfigWebhook
- func (w *DynamicCredentialProviderConfigWebhook) Default(_ context.Context, obj runtime.Object) error
- func (w *DynamicCredentialProviderConfigWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (*DynamicCredentialProviderConfigWebhook) ValidateDelete(_ context.Context, _ runtime.Object) (admission.Warnings, error)
- func (w *DynamicCredentialProviderConfigWebhook) ValidateUpdate(ctx context.Context, _, obj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicCredentialProviderConfigWebhook ¶
type DynamicCredentialProviderConfigWebhook struct{}
func (*DynamicCredentialProviderConfigWebhook) ValidateCreate ¶
func (w *DynamicCredentialProviderConfigWebhook) ValidateCreate( ctx context.Context, obj runtime.Object, ) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook can be registered for the type.
func (*DynamicCredentialProviderConfigWebhook) ValidateDelete ¶
func (*DynamicCredentialProviderConfigWebhook) ValidateDelete( _ context.Context, _ runtime.Object, ) (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook can be registered for the type.
func (*DynamicCredentialProviderConfigWebhook) ValidateUpdate ¶
func (w *DynamicCredentialProviderConfigWebhook) ValidateUpdate( ctx context.Context, _, obj runtime.Object, ) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook can be registered for the type.
Click to show internal directories.
Click to hide internal directories.