Documentation
¶
Index ¶
- type BootstrapProviderWebhook
- func (r *BootstrapProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *BootstrapProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (r *BootstrapProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) error
- func (r *BootstrapProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
- type ControlPlaneProviderWebhook
- func (r *ControlPlaneProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ControlPlaneProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (r *ControlPlaneProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) error
- func (r *ControlPlaneProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
- type CoreProviderWebhook
- func (r *CoreProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *CoreProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (r *CoreProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) error
- func (r *CoreProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
- type InfrastructureProviderWebhook
- func (r *InfrastructureProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *InfrastructureProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
- func (r *InfrastructureProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) error
- func (r *InfrastructureProviderWebhook) 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 BootstrapProviderWebhook ¶
type BootstrapProviderWebhook struct { }
func (*BootstrapProviderWebhook) SetupWebhookWithManager ¶
func (r *BootstrapProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*BootstrapProviderWebhook) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*BootstrapProviderWebhook) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*BootstrapProviderWebhook) ValidateUpdate ¶
func (r *BootstrapProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ControlPlaneProviderWebhook ¶
type ControlPlaneProviderWebhook struct { }
func (*ControlPlaneProviderWebhook) SetupWebhookWithManager ¶
func (r *ControlPlaneProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ControlPlaneProviderWebhook) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ControlPlaneProviderWebhook) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ControlPlaneProviderWebhook) ValidateUpdate ¶
func (r *ControlPlaneProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type CoreProviderWebhook ¶
type CoreProviderWebhook struct { }
func (*CoreProviderWebhook) SetupWebhookWithManager ¶
func (r *CoreProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*CoreProviderWebhook) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*CoreProviderWebhook) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*CoreProviderWebhook) ValidateUpdate ¶
func (r *CoreProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type InfrastructureProviderWebhook ¶
type InfrastructureProviderWebhook struct { }
func (*InfrastructureProviderWebhook) SetupWebhookWithManager ¶
func (r *InfrastructureProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*InfrastructureProviderWebhook) ValidateCreate ¶
func (r *InfrastructureProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*InfrastructureProviderWebhook) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*InfrastructureProviderWebhook) ValidateUpdate ¶
func (r *InfrastructureProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type