Documentation ¶
Index ¶
- func RegisterWebhooks(webhookSvcNs, webhookSvcName string, caBundle []byte)
- type NamespacedIngressDefaulter
- type NamespacedIngressValidator
- func (w *NamespacedIngressValidator) RuntimeObject() runtime.Object
- func (w *NamespacedIngressValidator) ValidateCreate(obj interface{}) error
- func (w *NamespacedIngressValidator) ValidateDelete(obj interface{}) error
- func (w *NamespacedIngressValidator) ValidateUpdate(oldObj, obj interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterWebhooks ¶
Types ¶
type NamespacedIngressDefaulter ¶
type NamespacedIngressDefaulter struct {
// contains filtered or unexported fields
}
func NewDefaulter ¶
func NewDefaulter(k8sAPI *kube.K8sAPI, configStore *config.Store) *NamespacedIngressDefaulter
func (*NamespacedIngressDefaulter) RuntimeObject ¶
func (w *NamespacedIngressDefaulter) RuntimeObject() runtime.Object
func (*NamespacedIngressDefaulter) SetDefaults ¶
func (w *NamespacedIngressDefaulter) SetDefaults(obj interface{})
type NamespacedIngressValidator ¶
type NamespacedIngressValidator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func NewValidator(k8sAPI *kube.K8sAPI) *NamespacedIngressValidator
func (*NamespacedIngressValidator) RuntimeObject ¶
func (w *NamespacedIngressValidator) RuntimeObject() runtime.Object
func (*NamespacedIngressValidator) ValidateCreate ¶
func (w *NamespacedIngressValidator) ValidateCreate(obj interface{}) error
func (*NamespacedIngressValidator) ValidateDelete ¶
func (w *NamespacedIngressValidator) ValidateDelete(obj interface{}) error
func (*NamespacedIngressValidator) ValidateUpdate ¶
func (w *NamespacedIngressValidator) ValidateUpdate(oldObj, obj interface{}) error
Click to show internal directories.
Click to hide internal directories.