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