onpremises

package
v0.29.4-rc.2 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KubernetesPhaseSchemaPath   = ".spec.kubernetes"
	DistributionPhaseSchemaPath = ".spec.distribution"
	PluginsPhaseSchemaPath      = ".spec.plugins"
	AllPhaseSchemaPath          = ""
	StartFromFlagNotSet         = ""
)

Variables

View Source
var (
	ErrUnsupportedPhase = errors.New("unsupported phase")
	ErrAbortedByUser    = errors.New("operation aborted by user")
)
View Source
var ErrAnsibleNotInstalled = errors.New("ansible is not installed")
View Source
var ErrKubeconfigNotSet = errors.New("KUBECONFIG env variable is not set")

Functions

This section is empty.

Types

type ClusterCreator

type ClusterCreator struct {
	// contains filtered or unexported fields
}

func (*ClusterCreator) Create

func (c *ClusterCreator) Create(startFrom string, _, podRunningCheckTimeout int) error

func (*ClusterCreator) GetPhasePath added in v0.27.0

func (*ClusterCreator) GetPhasePath(phase string) (string, error)

func (*ClusterCreator) RenderConfig added in v0.27.3

func (c *ClusterCreator) RenderConfig() (map[string]any, error)

func (*ClusterCreator) SetProperties

func (c *ClusterCreator) SetProperties(props []cluster.CreatorProperty)

func (*ClusterCreator) SetProperty

func (c *ClusterCreator) SetProperty(name string, value any)

type ClusterDeleter

type ClusterDeleter struct {
	// contains filtered or unexported fields
}

func (*ClusterDeleter) Delete

func (d *ClusterDeleter) Delete() error

func (*ClusterDeleter) SetProperties

func (d *ClusterDeleter) SetProperties(props []cluster.DeleterProperty)

func (*ClusterDeleter) SetProperty

func (d *ClusterDeleter) SetProperty(name string, value any)

type ExtraSchemaValidator

type ExtraSchemaValidator struct{}

func (*ExtraSchemaValidator) Validate

func (*ExtraSchemaValidator) Validate(_ string) error

type ExtraToolsValidator

type ExtraToolsValidator struct {
	// contains filtered or unexported fields
}

func NewExtraToolsValidator

func NewExtraToolsValidator(executor execx.Executor) *ExtraToolsValidator

func (*ExtraToolsValidator) Validate

func (x *ExtraToolsValidator) Validate(_ string) ([]string, []error)

type KubeconfigGetter added in v0.29.1

type KubeconfigGetter struct {
	*cluster.OperationPhase
	// contains filtered or unexported fields
}

func (*KubeconfigGetter) Get added in v0.29.1

func (k *KubeconfigGetter) Get() error

func (*KubeconfigGetter) SetProperties added in v0.29.1

func (k *KubeconfigGetter) SetProperties(props []cluster.KubeconfigProperty)

func (*KubeconfigGetter) SetProperty added in v0.29.1

func (k *KubeconfigGetter) SetProperty(name string, value any)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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