Documentation
¶
Index ¶
- func SetupClusterFunctionWebhookWithManager(mgr ctrl.Manager) error
- func SetupClusterMediaLocationWebhookWithManager(mgr ctrl.Manager) error
- func SetupClusterMediaProcessingEntityWebhookWithManager(mgr ctrl.Manager) error
- func SetupClusterTaskTemplateWebhookWithManager(mgr ctrl.Manager) error
- func SetupFunctionWebhookWithManager(mgr ctrl.Manager) error
- func SetupMediaLocationWebhookWithManager(mgr ctrl.Manager) error
- func SetupMediaProcessingEntityWebhookWithManager(mgr ctrl.Manager) error
- func SetupTaskTemplateWebhookWithManager(mgr ctrl.Manager) error
- func SetupTaskWebhookWithManager(mgr ctrl.Manager) error
- func SetupWorkflowWebhookWithManager(mgr ctrl.Manager) error
- type ClusterFunctionCustomDefaulter
- type ClusterFunctionCustomValidator
- func (v *ClusterFunctionCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterFunctionCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterFunctionCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type ClusterMediaLocationCustomDefaulter
- type ClusterMediaLocationCustomValidator
- func (v *ClusterMediaLocationCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterMediaLocationCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterMediaLocationCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type ClusterMediaProcessingEntityCustomDefaulter
- type ClusterMediaProcessingEntityCustomValidator
- func (v *ClusterMediaProcessingEntityCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterMediaProcessingEntityCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterMediaProcessingEntityCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type ClusterTaskTemplateCustomDefaulter
- type ClusterTaskTemplateCustomValidator
- func (v *ClusterTaskTemplateCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterTaskTemplateCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *ClusterTaskTemplateCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type FunctionCustomDefaulter
- type FunctionCustomValidator
- func (v *FunctionCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *FunctionCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *FunctionCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type MediaLocationCustomDefaulter
- type MediaLocationCustomValidator
- func (v *MediaLocationCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *MediaLocationCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *MediaLocationCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type MediaProcessingEntityCustomDefaulter
- type MediaProcessingEntityCustomValidator
- func (v *MediaProcessingEntityCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *MediaProcessingEntityCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *MediaProcessingEntityCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type TaskCustomDefaulter
- type TaskCustomValidator
- func (v *TaskCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *TaskCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *TaskCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type TaskTemplateCustomDefaulter
- type TaskTemplateCustomValidator
- func (v *TaskTemplateCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *TaskTemplateCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *TaskTemplateCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
- type WorkflowCustomDefaulter
- type WorkflowCustomValidator
- func (v *WorkflowCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *WorkflowCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
- func (v *WorkflowCustomValidator) ValidateUpdate(ctx context.Context, oldObj, newObj runtime.Object) (admission.Warnings, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClusterFunctionCustomDefaulter ¶
type ClusterFunctionCustomDefaulter struct { }
type ClusterFunctionCustomValidator ¶
type ClusterFunctionCustomValidator struct { }
func (*ClusterFunctionCustomValidator) ValidateCreate ¶
func (v *ClusterFunctionCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClusterFunctionCustomValidator) ValidateDelete ¶
func (v *ClusterFunctionCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
type ClusterMediaLocationCustomValidator ¶
type ClusterMediaLocationCustomValidator struct { }
func (*ClusterMediaLocationCustomValidator) ValidateCreate ¶
func (v *ClusterMediaLocationCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClusterMediaLocationCustomValidator) ValidateDelete ¶
func (v *ClusterMediaLocationCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
type ClusterMediaProcessingEntityCustomValidator ¶
type ClusterMediaProcessingEntityCustomValidator struct { }
func (*ClusterMediaProcessingEntityCustomValidator) ValidateCreate ¶
func (v *ClusterMediaProcessingEntityCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClusterMediaProcessingEntityCustomValidator) ValidateDelete ¶
func (v *ClusterMediaProcessingEntityCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateDelete implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClusterMediaProcessingEntityCustomValidator) ValidateUpdate ¶
func (v *ClusterMediaProcessingEntityCustomValidator) 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 ClusterTaskTemplateCustomDefaulter ¶
type ClusterTaskTemplateCustomDefaulter struct { }
type ClusterTaskTemplateCustomValidator ¶
type ClusterTaskTemplateCustomValidator struct { }
func (*ClusterTaskTemplateCustomValidator) ValidateCreate ¶
func (v *ClusterTaskTemplateCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*ClusterTaskTemplateCustomValidator) ValidateDelete ¶
func (v *ClusterTaskTemplateCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
type FunctionCustomValidator ¶
type FunctionCustomValidator struct { }
func (*FunctionCustomValidator) ValidateCreate ¶
func (v *FunctionCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*FunctionCustomValidator) ValidateDelete ¶
func (v *FunctionCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
type MediaLocationCustomValidator ¶
type MediaLocationCustomValidator struct { }
func (*MediaLocationCustomValidator) ValidateCreate ¶
func (v *MediaLocationCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*MediaLocationCustomValidator) ValidateDelete ¶
func (v *MediaLocationCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
type MediaProcessingEntityCustomValidator ¶
type MediaProcessingEntityCustomValidator struct { }
func (*MediaProcessingEntityCustomValidator) ValidateCreate ¶
func (v *MediaProcessingEntityCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*MediaProcessingEntityCustomValidator) ValidateDelete ¶
func (v *MediaProcessingEntityCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
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 { }
type TaskTemplateCustomValidator ¶
type TaskTemplateCustomValidator struct { }
func (*TaskTemplateCustomValidator) ValidateCreate ¶
func (v *TaskTemplateCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*TaskTemplateCustomValidator) ValidateDelete ¶
func (v *TaskTemplateCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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 { }
type WorkflowCustomValidator ¶
type WorkflowCustomValidator struct { }
func (*WorkflowCustomValidator) ValidateCreate ¶
func (v *WorkflowCustomValidator) ValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
ValidateCreate implements webhook.CustomValidator so a webhook will be registered for the type
func (*WorkflowCustomValidator) ValidateDelete ¶
func (v *WorkflowCustomValidator) ValidateDelete(ctx context.Context, obj runtime.Object) (admission.Warnings, error)
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