Documentation ¶
Index ¶
- func NewFaultInjectionWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
- func NewFilterConfigWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
- func NewFilterDefinitionWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
- func NewFilterWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
- func NewListenerFilterWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
- type FaultInjectionWebhook
- func (r *FaultInjectionWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *FaultInjectionWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (r *FaultInjectionWebhook) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (warnings admission.Warnings, err error)
- type FilterConfigWebhook
- func (r *FilterConfigWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *FilterConfigWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (r *FilterConfigWebhook) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (warnings admission.Warnings, err error)
- type FilterDefinitionWebhook
- func (r *FilterDefinitionWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *FilterDefinitionWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (r *FilterDefinitionWebhook) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (warnings admission.Warnings, err error)
- 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)
- type ListenerFilterWebhook
- func (r *ListenerFilterWebhook) Default(ctx context.Context, obj runtime.Object) error
- func (r *ListenerFilterWebhook) ValidateCreate(ctx context.Context, obj runtime.Object) (warnings admission.Warnings, err error)
- func (r *ListenerFilterWebhook) ValidateUpdate(ctx context.Context, _, newObj runtime.Object) (warnings admission.Warnings, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFaultInjectionWebhook ¶
func NewFaultInjectionWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
func NewFilterConfigWebhook ¶
func NewFilterConfigWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
func NewFilterDefinitionWebhook ¶
func NewFilterDefinitionWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
func NewFilterWebhook ¶
func NewFilterWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
func NewListenerFilterWebhook ¶
func NewListenerFilterWebhook(cfg *whtypes.RegisterConfig) whtypes.Register
Types ¶
type FaultInjectionWebhook ¶
type FaultInjectionWebhook struct {
webhook.DefaultWebhook
}
func (*FaultInjectionWebhook) ValidateCreate ¶
func (*FaultInjectionWebhook) ValidateUpdate ¶
type FilterConfigWebhook ¶
type FilterConfigWebhook struct {
webhook.DefaultWebhook
}
func (*FilterConfigWebhook) ValidateCreate ¶
func (*FilterConfigWebhook) ValidateUpdate ¶
type FilterDefinitionWebhook ¶
type FilterDefinitionWebhook struct {
webhook.DefaultWebhook
}
func (*FilterDefinitionWebhook) ValidateCreate ¶
func (*FilterDefinitionWebhook) ValidateUpdate ¶
type FilterWebhook ¶
type FilterWebhook struct {
webhook.DefaultWebhook
}
func (*FilterWebhook) ValidateCreate ¶
func (*FilterWebhook) ValidateUpdate ¶
type ListenerFilterWebhook ¶
type ListenerFilterWebhook struct {
webhook.DefaultWebhook
}
func (*ListenerFilterWebhook) ValidateCreate ¶
func (*ListenerFilterWebhook) ValidateUpdate ¶
Click to show internal directories.
Click to hide internal directories.