Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Condition security domain key ConditionSecurityDomain = "security_domain" // Condition IDC key ConditionIDC = "idc" // Condition netTopology key ConditionNetTopology = "net_topology" // Condition location key ConditionLocation = "location" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Searcher ¶
type Searcher interface {
FindSchedulerCluster(context.Context, []model.SchedulerCluster, *manager.ListSchedulersRequest) (model.SchedulerCluster, error)
}
func LoadPlugin ¶
Click to show internal directories.
Click to hide internal directories.