stack

package
v2.18.1 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployOptions

type DeployOptions struct {
	HelmClient                        helm.Client
	HelmValues                        *yamled.Document
	KubeClient                        ctrlruntimeclient.Client
	StorageClassProvider              string
	KubermaticConfiguration           *operatorv1alpha1.KubermaticConfiguration
	RawKubermaticConfiguration        *unstructured.Unstructured
	ForceHelmReleaseUpgrade           bool
	ChartsDirectory                   string
	Logger                            *logrus.Entry
	EnableCertManagerV2Migration      bool
	EnableOpenstackCSIDriverMigration bool
	EnableLogrotateMigration          bool
	DisableTelemetry                  bool
}

type Stack

type Stack interface {
	Name() string
	ValidateConfiguration(config *operatorv1alpha1.KubermaticConfiguration, helmValues *yamled.Document, opt DeployOptions, logger logrus.FieldLogger) (*operatorv1alpha1.KubermaticConfiguration, *yamled.Document, []error)
	Deploy(ctx context.Context, opt DeployOptions) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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