webhooks

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2022 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InstanceMutationWebhookHandler

type InstanceMutationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger
	// contains filtered or unexported fields
}

func (*InstanceMutationWebhookHandler) Handle

func (*InstanceMutationWebhookHandler) InjectDecoder

func (*InstanceMutationWebhookHandler) SetupWebhookWithManager

func (h *InstanceMutationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type InstanceValidationWebhookHandler

type InstanceValidationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger

	FieldManager string
	// contains filtered or unexported fields
}

func (*InstanceValidationWebhookHandler) Handle

func (*InstanceValidationWebhookHandler) InjectDecoder

func (*InstanceValidationWebhookHandler) SetupWebhookWithManager

func (h *InstanceValidationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type TemplateMutationWebhookHandler added in v0.3.0

type TemplateMutationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger

	DefaultURLBase string
	// contains filtered or unexported fields
}

func (*TemplateMutationWebhookHandler) Handle added in v0.3.0

func (*TemplateMutationWebhookHandler) InjectDecoder added in v0.3.0

func (*TemplateMutationWebhookHandler) SetupWebhookWithManager added in v0.3.0

func (h *TemplateMutationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type TemplateValidationWebhookHandler added in v0.5.0

type TemplateValidationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger

	FieldManager string
	// contains filtered or unexported fields
}

func (*TemplateValidationWebhookHandler) Handle added in v0.5.0

Handle validates the fields in Template

func (*TemplateValidationWebhookHandler) InjectDecoder added in v0.5.0

func (*TemplateValidationWebhookHandler) SetupWebhookWithManager added in v0.5.0

func (h *TemplateValidationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type UserMutationWebhookHandler added in v0.2.0

type UserMutationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger
	// contains filtered or unexported fields
}

func (*UserMutationWebhookHandler) Handle added in v0.2.0

Handle mutates the fields in user

func (*UserMutationWebhookHandler) InjectDecoder added in v0.2.0

func (h *UserMutationWebhookHandler) InjectDecoder(d *admission.Decoder) error

func (*UserMutationWebhookHandler) SetupWebhookWithManager added in v0.2.0

func (h *UserMutationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type UserValidationWebhookHandler added in v0.2.0

type UserValidationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger
	// contains filtered or unexported fields
}

func (*UserValidationWebhookHandler) Handle added in v0.2.0

Handle validates the fields in User

func (*UserValidationWebhookHandler) InjectDecoder added in v0.2.0

func (h *UserValidationWebhookHandler) InjectDecoder(d *admission.Decoder) error

func (*UserValidationWebhookHandler) SetupWebhookWithManager added in v0.2.0

func (h *UserValidationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type WorkspaceMutationWebhookHandler

type WorkspaceMutationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger
	// contains filtered or unexported fields
}

func (*WorkspaceMutationWebhookHandler) Handle

Handle mutates the fields in workspace

func (*WorkspaceMutationWebhookHandler) InjectDecoder

func (*WorkspaceMutationWebhookHandler) SetupWebhookWithManager

func (h *WorkspaceMutationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

type WorkspaceValidationWebhookHandler

type WorkspaceValidationWebhookHandler struct {
	Client client.Client
	Log    *clog.Logger
	// contains filtered or unexported fields
}

func (*WorkspaceValidationWebhookHandler) Handle

Handle validates the fields in Workspace

func (*WorkspaceValidationWebhookHandler) InjectDecoder

func (*WorkspaceValidationWebhookHandler) SetupWebhookWithManager

func (h *WorkspaceValidationWebhookHandler) SetupWebhookWithManager(mgr ctrl.Manager)

Jump to

Keyboard shortcuts

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