v1alpha1

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupWebhookWithManager

func SetupWebhookWithManager(mgr ctrl.Manager) error

SetupComposabilityRequestWebhookWithManager registers the webhook for ComposabilityRequest in the manager.

Types

type ComposabilityRequestCustomValidator

type ComposabilityRequestCustomValidator struct {
	// TODO(user): Add more fields as needed for validation
	client.Client
}

ComposabilityRequestCustomValidator struct is responsible for validating the ComposabilityRequest resource when it is created, updated, or deleted.

NOTE: The +kubebuilder:object:generate=false marker prevents controller-gen from generating DeepCopy methods, as this struct is used only for temporary operations and does not need to be deeply copied.

func (*ComposabilityRequestCustomValidator) ValidateCreate

func (v *ComposabilityRequestCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)

ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type ComposabilityRequest.

func (*ComposabilityRequestCustomValidator) ValidateDelete

func (v *ComposabilityRequestCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)

ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type ComposabilityRequest.

func (*ComposabilityRequestCustomValidator) ValidateUpdate

func (v *ComposabilityRequestCustomValidator) ValidateUpdate(ctx context.Context, oldObj runtime.Object, newObj runtime.Object) (warnings admission.Warnings, err error)

ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type ComposabilityRequest.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL