validating

package
v0.0.0-...-7f68784 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2020 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// HandlerMap contains admission webhook handlers
	HandlerMap = map[string]admission.Handler{
		"validate-apps-kruise-io-v1alpha1-cloneset": &CloneSetCreateUpdateHandler{},
	}
)

Functions

This section is empty.

Types

type CloneSetCreateUpdateHandler

type CloneSetCreateUpdateHandler struct {
	Client client.Client

	// Decoder decodes objects
	Decoder *admission.Decoder
}

CloneSetCreateUpdateHandler handles CloneSet

func (*CloneSetCreateUpdateHandler) Handle

Handle handles admission requests.

func (*CloneSetCreateUpdateHandler) InjectClient

func (h *CloneSetCreateUpdateHandler) InjectClient(c client.Client) error

InjectClient injects the client into the CloneSetCreateUpdateHandler

func (*CloneSetCreateUpdateHandler) InjectDecoder

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

InjectDecoder injects the decoder into the CloneSetCreateUpdateHandler

Jump to

Keyboard shortcuts

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