Documentation
¶
Index ¶
- func Handler(cfg configuration.Configuration, version *version.Version) capsulewebhook.Handler
- func NewIngressClassError(class string, msg error) error
- func NewPriorityClassError(class string, msg error) error
- func NewStorageClassError(class string, msg error) error
- type IngressClassError
- type PriorityClassError
- type StorageClassError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handler ¶
func Handler(cfg configuration.Configuration, version *version.Version) capsulewebhook.Handler
func NewIngressClassError ¶
func NewPriorityClassError ¶
func NewStorageClassError ¶
Types ¶
type IngressClassError ¶
type IngressClassError struct {
// contains filtered or unexported fields
}
func (IngressClassError) Error ¶
func (e IngressClassError) Error() string
type PriorityClassError ¶
type PriorityClassError struct {
// contains filtered or unexported fields
}
func (PriorityClassError) Error ¶
func (e PriorityClassError) Error() string
type StorageClassError ¶
type StorageClassError struct {
// contains filtered or unexported fields
}
func (StorageClassError) Error ¶
func (e StorageClassError) Error() string
Click to show internal directories.
Click to hide internal directories.