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