Documentation ¶
Index ¶
- func RegisterForManager(mgr manager.Manager, obj runtime.Object, handler admission.Handler, ...) error
- func RegisterMutatingHandler(mgr manager.Manager, exemplar runtime.Object, m Mutator) error
- func RegisterValidatingHandler(mgr manager.Manager, exemplar runtime.Object, v Validator) error
- type Mutator
- type RecoveringWrapper
- type ValidationError
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterForManager ¶
func RegisterMutatingHandler ¶
Types ¶
type RecoveringWrapper ¶
type RecoveringWrapper struct {
// contains filtered or unexported fields
}
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
func NewValidationError ¶
func NewValidationError(inner error) *ValidationError
func NewValidationErrorf ¶
func NewValidationErrorf(format string, args ...interface{}) *ValidationError
func (*ValidationError) Error ¶
func (v *ValidationError) Error() string
func (*ValidationError) Is ¶
func (v *ValidationError) Is(err error) bool
func (*ValidationError) Unwrap ¶
func (v *ValidationError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.