Documentation ¶
Index ¶
- func RegisterMutatingHandler(mgr manager.Manager)
- func RegisterValidatingHandler(mgr manager.Manager, args controllers.Args)
- type MutatingHandler
- type ValidatingHandler
- func (h *ValidatingHandler) Handle(ctx context.Context, req admission.Request) admission.Response
- func (h *ValidatingHandler) InjectClient(c client.Client) error
- func (h *ValidatingHandler) InjectDecoder(d *admission.Decoder) error
- func (h *ValidatingHandler) ValidateTimeout(name, timeout string) field.ErrorList
- func (h *ValidatingHandler) ValidateWorkflow(ctx context.Context, wr *v1alpha1.WorkflowRun) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterMutatingHandler ¶
RegisterMutatingHandler will register workflow mutation handler to the webhook
func RegisterValidatingHandler ¶
func RegisterValidatingHandler(mgr manager.Manager, args controllers.Args)
RegisterValidatingHandler will register application validate handler to the webhook
Types ¶
type MutatingHandler ¶
MutatingHandler adding user info to application annotations
func (*MutatingHandler) InjectDecoder ¶
func (h *MutatingHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder .
type ValidatingHandler ¶
type ValidatingHandler struct { Client client.Client // Decoder decodes objects Decoder *admission.Decoder // contains filtered or unexported fields }
ValidatingHandler handles application
func (*ValidatingHandler) InjectClient ¶
func (h *ValidatingHandler) InjectClient(c client.Client) error
InjectClient injects the client into the ApplicationValidateHandler
func (*ValidatingHandler) InjectDecoder ¶
func (h *ValidatingHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder into the ApplicationValidateHandler
func (*ValidatingHandler) ValidateTimeout ¶
func (h *ValidatingHandler) ValidateTimeout(name, timeout string) field.ErrorList
ValidateTimeout validates the timeout of steps
func (*ValidatingHandler) ValidateWorkflow ¶
func (h *ValidatingHandler) ValidateWorkflow(ctx context.Context, wr *v1alpha1.WorkflowRun) field.ErrorList
ValidateWorkflow validates the Application workflow
Click to show internal directories.
Click to hide internal directories.