v1alpha1

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2026 License: Apache-2.0 Imports: 7 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, composabilityrequest *crov1alpha1.ComposabilityRequest) (warnings admission.Warnings, err error)

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

func (*ComposabilityRequestCustomValidator) ValidateDelete

func (v *ComposabilityRequestCustomValidator) ValidateDelete(ctx context.Context, composabilityrequest *crov1alpha1.ComposabilityRequest) (warnings admission.Warnings, err error)

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

func (*ComposabilityRequestCustomValidator) ValidateUpdate

func (v *ComposabilityRequestCustomValidator) ValidateUpdate(ctx context.Context, oldComposabilityRequest, newComposabilityRequest *crov1alpha1.ComposabilityRequest) (warnings admission.Warnings, err error)

ValidateUpdate implements admission.Validator 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