Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamingConditionController ¶
type NamingConditionController struct {
// contains filtered or unexported fields
}
This controller is reserving names. To avoid conflicts, be sure to run only one instance of the worker at a time. This could eventually be lifted, but starting simple.
func NewNamingConditionController ¶
func NewNamingConditionController( crdInformer informers.CustomResourceDefinitionInformer, crdClient client.CustomResourceDefinitionsGetter, ) *NamingConditionController
func (*NamingConditionController) Run ¶
func (c *NamingConditionController) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.