Documentation ¶
Index ¶
Constants ¶
View Source
const ( VsphereProvider = types.ProviderType("VSPHERE") KVMProvider = types.ProviderType("KVM") EngineRKE = types.EngineType("RKE") EngineCAPI = types.EngineType("CAPV") )
Supported Provider and Engine Types
View Source
const ( ControlNode = "controlplane" WorkerNode = "worker" )
Node Role Names
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct { ProviderType types.ProviderType `yaml:"ProviderType" json:"providertype"` Provider provider.Spec `yaml:"Provider" json:"provider"` Engine engine.MgmtCluster `yaml:"Engine" json:"engine"` EngineType types.EngineType `yaml:"EngineType" json:"enginetype"` Local bool `yaml:"Local" json:"local"` LogFile string `yaml:"LogFile" json:"logfile"` }
Spec holds information needed to provision a K8s management cluster
Click to show internal directories.
Click to hide internal directories.