Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddToManagerFuncs = make(map[ControllerName]func(*vcmanager.VirtualClusterManager, string) error)
AddToManagerFuncs is a list of functions to add all Controllers to the Manager
Functions ¶
func AddToManager ¶
func AddToManager(m *vcmanager.VirtualClusterManager, masterProvisioner string) error
AddToManager adds all Controllers to the Manager
Types ¶
type ControllerName ¶
type ControllerName int
const ( VirtualClusterController ControllerName = iota ClusterversionController )
func (ControllerName) String ¶
func (cn ControllerName) String() string
Click to show internal directories.
Click to hide internal directories.