Documentation ¶
Index ¶
- type AddonProviderWebhook
- func (r *AddonProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *AddonProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AddonProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *AddonProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *AddonProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type BootstrapProviderWebhook
- func (r *BootstrapProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *BootstrapProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *BootstrapProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *BootstrapProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *BootstrapProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type ControlPlaneProviderWebhook
- func (r *ControlPlaneProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *ControlPlaneProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ControlPlaneProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *ControlPlaneProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *ControlPlaneProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type CoreProviderWebhook
- func (r *CoreProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *CoreProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *CoreProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *CoreProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *CoreProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type IPAMProviderWebhook
- func (r *IPAMProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *IPAMProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *IPAMProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *IPAMProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *IPAMProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type InfrastructureProviderWebhook
- func (r *InfrastructureProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *InfrastructureProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *InfrastructureProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *InfrastructureProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *InfrastructureProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type RuntimeExtensionProviderWebhook
- func (r *RuntimeExtensionProviderWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *RuntimeExtensionProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *RuntimeExtensionProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *RuntimeExtensionProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
- func (r *RuntimeExtensionProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonProviderWebhook ¶ added in v0.6.0
type AddonProviderWebhook struct{}
func (*AddonProviderWebhook) Default ¶ added in v0.6.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*AddonProviderWebhook) SetupWebhookWithManager ¶ added in v0.6.0
func (r *AddonProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AddonProviderWebhook) ValidateCreate ¶ added in v0.6.0
func (r *AddonProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*AddonProviderWebhook) ValidateDelete ¶ added in v0.6.0
func (r *AddonProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type.
func (*AddonProviderWebhook) ValidateUpdate ¶ added in v0.6.0
func (r *AddonProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
type BootstrapProviderWebhook ¶
type BootstrapProviderWebhook struct{}
func (*BootstrapProviderWebhook) Default ¶ added in v0.4.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*BootstrapProviderWebhook) SetupWebhookWithManager ¶
func (r *BootstrapProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*BootstrapProviderWebhook) ValidateCreate ¶
func (r *BootstrapProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*BootstrapProviderWebhook) ValidateDelete ¶
func (r *BootstrapProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
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) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
type ControlPlaneProviderWebhook ¶
type ControlPlaneProviderWebhook struct{}
func (*ControlPlaneProviderWebhook) Default ¶ added in v0.4.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*ControlPlaneProviderWebhook) SetupWebhookWithManager ¶
func (r *ControlPlaneProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ControlPlaneProviderWebhook) ValidateCreate ¶
func (r *ControlPlaneProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*ControlPlaneProviderWebhook) ValidateDelete ¶
func (r *ControlPlaneProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
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) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
type CoreProviderWebhook ¶
type CoreProviderWebhook struct{}
func (*CoreProviderWebhook) Default ¶ added in v0.4.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*CoreProviderWebhook) SetupWebhookWithManager ¶
func (r *CoreProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*CoreProviderWebhook) ValidateCreate ¶
func (r *CoreProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*CoreProviderWebhook) ValidateDelete ¶
func (r *CoreProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
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) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
type IPAMProviderWebhook ¶ added in v0.8.0
type IPAMProviderWebhook struct{}
func (*IPAMProviderWebhook) Default ¶ added in v0.8.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*IPAMProviderWebhook) SetupWebhookWithManager ¶ added in v0.8.0
func (r *IPAMProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*IPAMProviderWebhook) ValidateCreate ¶ added in v0.8.0
func (r *IPAMProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*IPAMProviderWebhook) ValidateDelete ¶ added in v0.8.0
func (r *IPAMProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type.
func (*IPAMProviderWebhook) ValidateUpdate ¶ added in v0.8.0
func (r *IPAMProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
type InfrastructureProviderWebhook ¶
type InfrastructureProviderWebhook struct{}
func (*InfrastructureProviderWebhook) Default ¶ added in v0.4.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*InfrastructureProviderWebhook) SetupWebhookWithManager ¶
func (r *InfrastructureProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*InfrastructureProviderWebhook) ValidateCreate ¶
func (r *InfrastructureProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*InfrastructureProviderWebhook) ValidateDelete ¶
func (r *InfrastructureProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
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) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.
type RuntimeExtensionProviderWebhook ¶ added in v0.10.0
type RuntimeExtensionProviderWebhook struct{}
func (*RuntimeExtensionProviderWebhook) Default ¶ added in v0.10.0
Default implements webhook.Default so a webhook will be registered for the type.
func (*RuntimeExtensionProviderWebhook) SetupWebhookWithManager ¶ added in v0.10.0
func (r *RuntimeExtensionProviderWebhook) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*RuntimeExtensionProviderWebhook) ValidateCreate ¶ added in v0.10.0
func (r *RuntimeExtensionProviderWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.Validator so a webhook will be registered for the type.
func (*RuntimeExtensionProviderWebhook) ValidateDelete ¶ added in v0.10.0
func (r *RuntimeExtensionProviderWebhook) ValidateDelete(_ context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.Validator so a webhook will be registered for the type.
func (*RuntimeExtensionProviderWebhook) ValidateUpdate ¶ added in v0.10.0
func (r *RuntimeExtensionProviderWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type.