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