Documentation ¶
Index ¶
- Constants
- func NewStack() stack.Stack
- type SeedStack
- func (s *SeedStack) Deploy(ctx context.Context, opt stack.DeployOptions) error
- func (*SeedStack) Name() string
- func (*SeedStack) ValidateConfiguration(config *kubermaticv1.KubermaticConfiguration, helmValues *yamled.Document, ...) (*kubermaticv1.KubermaticConfiguration, *yamled.Document, []error)
- func (m *SeedStack) ValidateState(ctx context.Context, opt stack.DeployOptions) []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 *kubermaticv1.KubermaticConfiguration, helmValues *yamled.Document, opt stack.DeployOptions, logger logrus.FieldLogger) (*kubermaticv1.KubermaticConfiguration, *yamled.Document, []error)
func (*SeedStack) ValidateState ¶
Click to show internal directories.
Click to hide internal directories.