Documentation ¶
Index ¶
- func SetupWithManager(cfgBasedir string, mgr ctrl.Manager, cfg *meta.FabricConfig) error
- type ExternalWebhook
- func (w *ExternalWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (w *ExternalWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (w *ExternalWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (w *ExternalWebhook) ValidateUpdate(ctx context.Context, oldObj runtime.Object, newObj runtime.Object) (warnings admission.Warnings, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupWithManager ¶
Types ¶
type ExternalWebhook ¶
type ExternalWebhook struct { client.Client Scheme *runtime.Scheme KubeClient client.Reader Cfg *meta.FabricConfig }
func (*ExternalWebhook) ValidateCreate ¶
func (*ExternalWebhook) ValidateDelete ¶
Click to show internal directories.
Click to hide internal directories.