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: 20 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-statefulset": &StatefulSetCreateUpdateHandler{},
	}
)

Functions

func ValidateStatefulSetUpdate

func ValidateStatefulSetUpdate(statefulSet, oldStatefulSet *appsv1alpha1.StatefulSet) field.ErrorList

ValidateStatefulSetUpdate tests if required fields in the StatefulSet are set.

Types

type StatefulSetCreateUpdateHandler

type StatefulSetCreateUpdateHandler struct {

	// Decoder decodes objects
	Decoder *admission.Decoder
}

StatefulSetCreateUpdateHandler handles StatefulSet

func (*StatefulSetCreateUpdateHandler) Handle

Handle handles admission requests.

func (*StatefulSetCreateUpdateHandler) InjectDecoder

InjectDecoder injects the decoder into the StatefulSetCreateUpdateHandler

Jump to

Keyboard shortcuts

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