Documentation ¶
Index ¶
Constants ¶
View Source
const ( SyncTimeout = 5 * time.Minute InitTimeout = 30 * time.Second ErrorMsgControllerInitializing = "controller is initializing" )
Variables ¶
This section is empty.
Functions ¶
func GetControllerSyncStatusInstance ¶
func GetControllerSyncStatusInstance() *controllerSyncStatus
GetControllerSyncStatusInstance returns only instance of controllerSyncStatus.
Types ¶
type ControllerType ¶
type ControllerType int
ControllerType is the state of securityGroup.
const ( ControllerTypeCPA ControllerType = iota ControllerTypeCES ControllerTypeEE ControllerTypeVM )
When a new constant is added, also update the numElements field of controllerSyncStatus
func (ControllerType) String ¶
func (t ControllerType) String() string
Click to show internal directories.
Click to hide internal directories.