Documentation ¶
Index ¶
- Constants
- func NewStack() stack.Stack
- type MasterStack
- func (s *MasterStack) Deploy(ctx context.Context, opt stack.DeployOptions) error
- func (*MasterStack) InstallKubermaticCRDs(ctx context.Context, client ctrlruntimeclient.Client, ...) error
- func (*MasterStack) Name() string
- func (*MasterStack) ValidateConfiguration(config *kubermaticv1.KubermaticConfiguration, helmValues *yamled.Document, ...) (*kubermaticv1.KubermaticConfiguration, *yamled.Document, []error)
- func (m *MasterStack) ValidateState(ctx context.Context, opt stack.DeployOptions) []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" KubermaticOperatorDeploymentName = "kubermatic-operator" // technically defined in our Helm chart KubermaticOperatorReleaseName = KubermaticOperatorChartName KubermaticOperatorNamespace = "kubermatic" TelemetryChartName = "telemetry" TelemetryReleaseName = TelemetryChartName TelemetryNamespace = "telemetry-system" NodePortProxyService = "nodeport-proxy" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MasterStack ¶
type MasterStack struct{}
func (*MasterStack) Deploy ¶
func (s *MasterStack) Deploy(ctx context.Context, opt stack.DeployOptions) error
func (*MasterStack) InstallKubermaticCRDs ¶ added in v2.19.0
func (*MasterStack) InstallKubermaticCRDs(ctx context.Context, client ctrlruntimeclient.Client, logger logrus.FieldLogger, opt stack.DeployOptions) error
func (*MasterStack) Name ¶
func (*MasterStack) Name() string
func (*MasterStack) ValidateConfiguration ¶
func (*MasterStack) ValidateConfiguration(config *kubermaticv1.KubermaticConfiguration, helmValues *yamled.Document, opt stack.DeployOptions, logger logrus.FieldLogger) (*kubermaticv1.KubermaticConfiguration, *yamled.Document, []error)
func (*MasterStack) ValidateState ¶ added in v2.19.0
func (m *MasterStack) ValidateState(ctx context.Context, opt stack.DeployOptions) []error
Click to show internal directories.
Click to hide internal directories.