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 ¶
func (h *StatefulSetCreateUpdateHandler) Handle(ctx context.Context, req admission.Request) admission.Response
Handle handles admission requests.
func (*StatefulSetCreateUpdateHandler) InjectDecoder ¶
func (h *StatefulSetCreateUpdateHandler) InjectDecoder(d *admission.Decoder) error
InjectDecoder injects the decoder into the StatefulSetCreateUpdateHandler
Click to show internal directories.
Click to hide internal directories.