v1beta1

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package v1beta1 contains webhook code for version v1beta1

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupSystemWebhookWithManager

func SetupSystemWebhookWithManager(mgr ctrl.Manager) error

SetupSystemWebhookWithManager registers the webhook for System in the manager.

Types

type SystemCustomDefaulter

type SystemCustomDefaulter struct {
}

SystemCustomDefaulter struct is responsible for setting default values on the custom resource of the Kind System 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 (*SystemCustomDefaulter) Default

nolint:all Default implements webhook.CustomDefaulter so a webhook will be registered for the Kind System.

type SystemCustomValidator

type SystemCustomValidator struct {
}

SystemCustomValidator struct is responsible for validating the System 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 (*SystemCustomValidator) ValidateCreate

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

nolint:all ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type System.

func (*SystemCustomValidator) ValidateDelete

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

nolint:all ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type System.

func (*SystemCustomValidator) ValidateUpdate

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

nolint:all ValidateUpdate implements webhook.CustomValidator so a webhook will be registered for the type System.

Jump to

Keyboard shortcuts

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