Documentation ¶
Index ¶
- func SetupWithManager(cfgBasedir string, mgr ctrl.Manager, cfg *meta.FabricConfig) error
- type VPCAttachmentWebhook
- func (w *VPCAttachmentWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (w *VPCAttachmentWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (w *VPCAttachmentWebhook) ValidateDelete(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (w *VPCAttachmentWebhook) 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 VPCAttachmentWebhook ¶
type VPCAttachmentWebhook struct { client.Client Scheme *runtime.Scheme KubeClient client.Reader Cfg *meta.FabricConfig }
func (*VPCAttachmentWebhook) ValidateCreate ¶
func (*VPCAttachmentWebhook) ValidateDelete ¶
Click to show internal directories.
Click to hide internal directories.