config

package
v0.0.0-...-38b8b32 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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