provider

package
v0.0.0-...-63de8b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

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"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL