Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterWebhooks ¶
Types ¶
type IngressDeploymentDefaulter ¶
type IngressDeploymentDefaulter struct {
// contains filtered or unexported fields
}
func NewDefaulter ¶
func NewDefaulter(k8sAPI *kube.K8sAPI, configStore *config.Store) *IngressDeploymentDefaulter
func (*IngressDeploymentDefaulter) Kind ¶
func (w *IngressDeploymentDefaulter) Kind() string
func (*IngressDeploymentDefaulter) SetDefaults ¶
func (w *IngressDeploymentDefaulter) SetDefaults(obj interface{})
type IngressDeploymentValidator ¶
type IngressDeploymentValidator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func NewValidator(k8sAPI *kube.K8sAPI) *IngressDeploymentValidator
func (*IngressDeploymentValidator) Kind ¶
func (w *IngressDeploymentValidator) Kind() string
func (*IngressDeploymentValidator) ValidateCreate ¶
func (w *IngressDeploymentValidator) ValidateCreate(obj interface{}) error
func (*IngressDeploymentValidator) ValidateDelete ¶
func (w *IngressDeploymentValidator) ValidateDelete(obj interface{}) error
func (*IngressDeploymentValidator) ValidateUpdate ¶
func (w *IngressDeploymentValidator) ValidateUpdate(oldObj, obj interface{}) error
Click to show internal directories.
Click to hide internal directories.