Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdmissionHandler ¶
type AdmissionHandler struct {
// contains filtered or unexported fields
}
AdmissionHandler for mutating Kubermatic Addon CRD.
func NewAdmissionHandler ¶
func NewAdmissionHandler(log *zap.SugaredLogger, scheme *runtime.Scheme, seedGetter provider.SeedGetter, seedClientGetter provider.SeedClientGetter) *AdmissionHandler
NewAdmissionHandler returns a new Addon AdmissionHandler.
func (*AdmissionHandler) Handle ¶
func (h *AdmissionHandler) Handle(ctx context.Context, req webhook.AdmissionRequest) webhook.AdmissionResponse
func (*AdmissionHandler) SetupWebhookWithManager ¶
func (h *AdmissionHandler) SetupWebhookWithManager(mgr ctrlruntime.Manager)
Click to show internal directories.
Click to hide internal directories.