v1alpha1

package
v0.0.0-...-5646c62 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupClusterFunctionWebhookWithManager

func SetupClusterFunctionWebhookWithManager(mgr ctrl.Manager) error

func SetupClusterMediaLocationWebhookWithManager

func SetupClusterMediaLocationWebhookWithManager(mgr ctrl.Manager) error

func SetupClusterMediaProcessingEntityWebhookWithManager

func SetupClusterMediaProcessingEntityWebhookWithManager(mgr ctrl.Manager) error

func SetupClusterTaskTemplateWebhookWithManager

func SetupClusterTaskTemplateWebhookWithManager(mgr ctrl.Manager) error

func SetupFunctionWebhookWithManager

func SetupFunctionWebhookWithManager(mgr ctrl.Manager) error

func SetupMediaLocationWebhookWithManager

func SetupMediaLocationWebhookWithManager(mgr ctrl.Manager) error

func SetupMediaProcessingEntityWebhookWithManager

func SetupMediaProcessingEntityWebhookWithManager(mgr ctrl.Manager) error

func SetupTaskTemplateWebhookWithManager

func SetupTaskTemplateWebhookWithManager(mgr ctrl.Manager) error

func SetupTaskWebhookWithManager

func SetupTaskWebhookWithManager(mgr ctrl.Manager) error

func SetupWorkflowWebhookWithManager

func SetupWorkflowWebhookWithManager(mgr ctrl.Manager) error

Types

type ClusterFunctionCustomDefaulter

type ClusterFunctionCustomDefaulter struct {
}

func (*ClusterFunctionCustomDefaulter) Default

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

type ClusterFunctionCustomValidator

type ClusterFunctionCustomValidator struct {
}

func (*ClusterFunctionCustomValidator) ValidateCreate

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

func (*ClusterFunctionCustomValidator) ValidateDelete

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

func (*ClusterFunctionCustomValidator) ValidateUpdate

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

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

type ClusterMediaLocationCustomDefaulter

type ClusterMediaLocationCustomDefaulter struct {
}

func (*ClusterMediaLocationCustomDefaulter) Default

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

type ClusterMediaLocationCustomValidator

type ClusterMediaLocationCustomValidator struct {
}

func (*ClusterMediaLocationCustomValidator) ValidateCreate

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

func (*ClusterMediaLocationCustomValidator) ValidateDelete

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

func (*ClusterMediaLocationCustomValidator) ValidateUpdate

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

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

type ClusterMediaProcessingEntityCustomDefaulter

type ClusterMediaProcessingEntityCustomDefaulter struct {
}

func (*ClusterMediaProcessingEntityCustomDefaulter) Default

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

type ClusterMediaProcessingEntityCustomValidator

type ClusterMediaProcessingEntityCustomValidator struct {
}

func (*ClusterMediaProcessingEntityCustomValidator) ValidateCreate

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

func (*ClusterMediaProcessingEntityCustomValidator) ValidateDelete

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

func (*ClusterMediaProcessingEntityCustomValidator) ValidateUpdate

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

type ClusterTaskTemplateCustomDefaulter

type ClusterTaskTemplateCustomDefaulter struct {
}

func (*ClusterTaskTemplateCustomDefaulter) Default

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

type ClusterTaskTemplateCustomValidator

type ClusterTaskTemplateCustomValidator struct {
}

func (*ClusterTaskTemplateCustomValidator) ValidateCreate

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

func (*ClusterTaskTemplateCustomValidator) ValidateDelete

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

func (*ClusterTaskTemplateCustomValidator) ValidateUpdate

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

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

type FunctionCustomDefaulter

type FunctionCustomDefaulter struct {
}

func (*FunctionCustomDefaulter) Default

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

type FunctionCustomValidator

type FunctionCustomValidator struct {
}

func (*FunctionCustomValidator) ValidateCreate

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

func (*FunctionCustomValidator) ValidateDelete

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

func (*FunctionCustomValidator) ValidateUpdate

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

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

type MediaLocationCustomDefaulter

type MediaLocationCustomDefaulter struct {
}

func (*MediaLocationCustomDefaulter) Default

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

type MediaLocationCustomValidator

type MediaLocationCustomValidator struct {
}

func (*MediaLocationCustomValidator) ValidateCreate

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

func (*MediaLocationCustomValidator) ValidateDelete

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

func (*MediaLocationCustomValidator) ValidateUpdate

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

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

type MediaProcessingEntityCustomDefaulter

type MediaProcessingEntityCustomDefaulter struct {
}

func (*MediaProcessingEntityCustomDefaulter) Default

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

type MediaProcessingEntityCustomValidator

type MediaProcessingEntityCustomValidator struct {
}

func (*MediaProcessingEntityCustomValidator) ValidateCreate

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

func (*MediaProcessingEntityCustomValidator) ValidateDelete

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

func (*MediaProcessingEntityCustomValidator) ValidateUpdate

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

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

type TaskCustomDefaulter

type TaskCustomDefaulter struct {
}

func (*TaskCustomDefaulter) Default

func (d *TaskCustomDefaulter) Default(ctx context.Context, obj runtime.Object) error

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

type TaskCustomValidator

type TaskCustomValidator struct {
}

func (*TaskCustomValidator) ValidateCreate

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

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

func (*TaskCustomValidator) ValidateDelete

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

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

func (*TaskCustomValidator) ValidateUpdate

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

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

type TaskTemplateCustomDefaulter

type TaskTemplateCustomDefaulter struct {
}

func (*TaskTemplateCustomDefaulter) Default

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

type TaskTemplateCustomValidator

type TaskTemplateCustomValidator struct {
}

func (*TaskTemplateCustomValidator) ValidateCreate

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

func (*TaskTemplateCustomValidator) ValidateDelete

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

func (*TaskTemplateCustomValidator) ValidateUpdate

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

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

type WorkflowCustomDefaulter

type WorkflowCustomDefaulter struct {
}

func (*WorkflowCustomDefaulter) Default

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

type WorkflowCustomValidator

type WorkflowCustomValidator struct {
}

func (*WorkflowCustomValidator) ValidateCreate

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

func (*WorkflowCustomValidator) ValidateDelete

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

func (*WorkflowCustomValidator) ValidateUpdate

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

ValidateUpdate implements webhook.CustomValidator 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