webhook

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupKVCacheWebhookWithManager added in v0.4.0

func SetupKVCacheWebhookWithManager(mgr ctrl.Manager) error

SetupKVCacheWebhookWithManager registers the webhook for KVCache in the manager.

func SetupModelAdapterWebhook

func SetupModelAdapterWebhook(mgr ctrl.Manager) error

SetupModelAdapterWebhook will setup the manager to manage the ModelAdapter webhook

Types

type KVCacheCustomDefaulter added in v0.4.0

type KVCacheCustomDefaulter struct {
}

KVCacheCustomDefaulter struct is responsible for setting default values on the custom resource of the Kind KVCache when those are created or updated.

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

func (*KVCacheCustomDefaulter) Default added in v0.4.0

Default implements webhook.CustomDefaulter so a webhook will be registered for the Kind KVCache.

type KVCacheCustomValidator added in v0.4.0

type KVCacheCustomValidator struct {
}

KVCacheCustomValidator struct is responsible for validating the KVCache 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 (*KVCacheCustomValidator) ValidateCreate added in v0.4.0

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

func (*KVCacheCustomValidator) ValidateDelete added in v0.4.0

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

func (*KVCacheCustomValidator) ValidateUpdate added in v0.4.0

func (v *KVCacheCustomValidator) ValidateUpdate(_ context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)

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

type ModelAdapterWebhook

type ModelAdapterWebhook struct{}

func (*ModelAdapterWebhook) Default

func (w *ModelAdapterWebhook) Default(ctx context.Context, obj runtime.Object) error

Default implements webhook.Defaulter so a webhook will be registered for the type

func (*ModelAdapterWebhook) ValidateCreate

func (w *ModelAdapterWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)

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

func (*ModelAdapterWebhook) ValidateDelete

func (w *ModelAdapterWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)

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

func (*ModelAdapterWebhook) ValidateUpdate

func (w *ModelAdapterWebhook) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)

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

Jump to

Keyboard shortcuts

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