Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HandlerMap = map[string]admission.Handler{ "/apis/admission.nebula-graph.io/v1alpha1/statefulsetvalidating": &StatefulSetCreateUpdateHandler{}, }
HandlerMap contains admission webhook handlers
Functions ¶
This section is empty.
Types ¶
type StatefulSetCreateUpdateHandler ¶
type StatefulSetCreateUpdateHandler struct { // To use the client, you need to do the following: // - uncomment it // - import sigs.k8s.io/controller-runtime/pkg/client // - uncomment the InjectClient method at the bottom of this file. Client client.Client // Decoder decodes objects Decoder *admission.Decoder }
StatefulSetCreateUpdateHandler handles StatefulSet
func (*StatefulSetCreateUpdateHandler) Handle ¶
func (h *StatefulSetCreateUpdateHandler) Handle(ctx context.Context, req admission.Request) (resp admission.Response)
Handle handles admission requests.
func (*StatefulSetCreateUpdateHandler) InjectClient ¶
func (h *StatefulSetCreateUpdateHandler) InjectClient(c client.Client) error
InjectClient injects the client into the StatefulSetCreateUpdateHandler
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.