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