Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Precheck(nodes []v1.Node, resultCh chan<- provider.PrecheckResultInterface, finished chan<- interface{}) // install cluster Install(wc *v1.WorkloadCluster) (jobPath string) // remove cluster, and clean pwc resource Remove(wc *v1.WorkloadCluster) (jobPath string) Cleanup(wc *v1.WorkloadCluster) // scale node Scale(wc *v1.WorkloadCluster) (jobPath string) // reduce node Reduce(wc *v1.WorkloadCluster) (jobPath string) }
type ProviderType ¶
type ProviderType string
const ( XWCAgentProvider ProviderType = "xwcagent" RPCProvider ProviderType = "rpc" )
Click to show internal directories.
Click to hide internal directories.