Documentation ¶
Index ¶
- Constants
- func NewStack() stack.Stack
- type MasterStack
- func (*MasterStack) Deploy(ctx context.Context, opt stack.DeployOptions) error
- func (*MasterStack) Name() string
- func (*MasterStack) ValidateConfiguration(config *operatorv1alpha1.KubermaticConfiguration, helmValues *yamled.Document, ...) (*operatorv1alpha1.KubermaticConfiguration, *yamled.Document, []error)
Constants ¶
View Source
const ( NginxIngressControllerChartName = "nginx-ingress-controller" NginxIngressControllerReleaseName = NginxIngressControllerChartName NginxIngressControllerNamespace = NginxIngressControllerChartName CertManagerChartName = "cert-manager" CertManagerReleaseName = CertManagerChartName CertManagerNamespace = CertManagerChartName DexChartName = "oauth" DexReleaseName = DexChartName DexNamespace = DexChartName KubermaticOperatorChartName = "kubermatic-operator" KubermaticOperatorReleaseName = KubermaticOperatorChartName KubermaticOperatorNamespace = "kubermatic" TelemetryChartName = "telemetry" TelemetryReleaseName = TelemetryChartName TelemetryNamespace = "telemetry-system" NodePortProxyService = "nodeport-proxy" StorageClassName = "kubermatic-fast" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MasterStack ¶
type MasterStack struct{}
func (*MasterStack) Deploy ¶
func (*MasterStack) Deploy(ctx context.Context, opt stack.DeployOptions) error
func (*MasterStack) Name ¶
func (*MasterStack) Name() string
func (*MasterStack) ValidateConfiguration ¶
func (*MasterStack) ValidateConfiguration(config *operatorv1alpha1.KubermaticConfiguration, helmValues *yamled.Document, opt stack.DeployOptions, logger logrus.FieldLogger) (*operatorv1alpha1.KubermaticConfiguration, *yamled.Document, []error)
Click to show internal directories.
Click to hide internal directories.