Documentation ¶
Index ¶
- Constants
- func NewStack() stack.Stack
- type SeedStack
- func (*SeedStack) Deploy(ctx context.Context, opt stack.DeployOptions) error
- func (*SeedStack) Name() string
- func (*SeedStack) ValidateConfiguration(config *operatorv1alpha1.KubermaticConfiguration, helmValues *yamled.Document, ...) (*operatorv1alpha1.KubermaticConfiguration, *yamled.Document, []error)
Constants ¶
View Source
const ( MinioChartName = "minio" MinioReleaseName = MinioChartName MinioNamespace = MinioChartName S3ExporterChartName = "s3-exporter" S3ExporterReleaseName = S3ExporterChartName S3ExporterNamespace = "kube-system" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SeedStack ¶
type SeedStack struct{}
func (*SeedStack) ValidateConfiguration ¶
func (*SeedStack) ValidateConfiguration(config *operatorv1alpha1.KubermaticConfiguration, helmValues *yamled.Document, logger logrus.FieldLogger) (*operatorv1alpha1.KubermaticConfiguration, *yamled.Document, []error)
Click to show internal directories.
Click to hide internal directories.