Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetClusterMgrObjSingleton = func() *ClusterMgrObj { if clusterMgrObjSingleton != nil { return clusterMgrObjSingleton } clusterMgrObjSingleton = &ClusterMgrObj{} clusterMgrObjSingleton.ClusterMgrRole = &clustermgrrole.K8sRole{} return clusterMgrObjSingleton }
Functions ¶
This section is empty.
Types ¶
type ClusterMgrObj ¶
type ClusterMgrObj struct {
ClusterMgrRole clustermgrrole.ClusterMgrRole
}
Click to show internal directories.
Click to hide internal directories.