Documentation
¶
Index ¶
- func Handler(cfg configuration.Configuration, version *version.Version) capsulewebhook.Handler
- func NewGatewayClassError(class string, msg error) error
- func NewGatewayError(gateway gatewayv1.ObjectName, msg error) error
- func NewIngressClassError(class string, msg error) error
- func NewPriorityClassError(class string, msg error) error
- func NewStorageClassError(class string, msg error) error
- type GatewayClassError
- type GatewayError
- 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 NewGatewayClassError ¶ added in v0.10.0
func NewGatewayError ¶ added in v0.10.0
func NewGatewayError(gateway gatewayv1.ObjectName, msg error) error
func NewIngressClassError ¶
func NewPriorityClassError ¶
func NewStorageClassError ¶
Types ¶
type GatewayClassError ¶ added in v0.10.0
type GatewayClassError struct {
// contains filtered or unexported fields
}
func (GatewayClassError) Error ¶ added in v0.10.0
func (e GatewayClassError) Error() string
type GatewayError ¶ added in v0.10.0
type GatewayError struct {
// contains filtered or unexported fields
}
func (GatewayError) Error ¶ added in v0.10.0
func (e GatewayError) Error() string
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.