Documentation ¶
Index ¶
- func NewFilterWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
- type FilterWebhook
- func (r *FilterWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *FilterWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (r *FilterWebhook) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (warnings admission.Warnings, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilterWebhook ¶
func NewFilterWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
Types ¶
type FilterWebhook ¶
type FilterWebhook struct {
webhook.DefaultWebhook
}
func (*FilterWebhook) ValidateCreate ¶
func (*FilterWebhook) ValidateUpdate ¶
Click to show internal directories.
Click to hide internal directories.