Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TenantController ¶
type TenantController struct {
// contains filtered or unexported fields
}
TenantController manages the life cycle of Tenant.
func NewTenantController ¶
func NewTenantController(kubeClient kubernetes.Interface, osClient openstack.Interface, kubeExtClient *apiextensionsclient.Clientset) (*TenantController, error)
NewTenantController creates a new tenant controller.
func (*TenantController) Run ¶
func (c *TenantController) Run(stopCh <-chan struct{}) error
Run the controller.
Click to show internal directories.
Click to hide internal directories.