initialmachinedeploymentcontroller

package
v3.0.0-...-d6c4d9c Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Overview

Package initialmachinedeploymentcontroller contains a controller that watches Cluster resources and will transform the InitialMachineDeployment annotation into an actual MachineDeployment once the cluster has become ready.

The annotation for the initial Machine Deployment is put there by the REST API's create-cluster endpoint.

Index

Constants

View Source
const (
	ControllerName = "kkp-initial-machinedeployment-controller"
)

Variables

This section is empty.

Functions

func Add

func Add(ctx context.Context, mgr manager.Manager, numWorkers int, workerName string, datacenterGetter provider.DatacenterGetter, userClusterConnectionProvider UserClusterClientProvider, log *zap.SugaredLogger, versions kubermatic.Versions) error

Add creates a new initialmachinedeployment controller.

func CompleteMachineDeployment

CompleteMachineDeployment returns a Machine Deployment object for the given Node Deployment spec.

func ValidateMachineDeployment

func ValidateMachineDeployment(md *clusterv1alpha1.MachineDeployment, controlPlaneVersion *semverlib.Version) error

Validate if the node deployment structure fulfills certain requirements. It returns node deployment with updated kubelet version if it wasn't specified.

Types

type Reconciler

type Reconciler struct {
	ctrlruntimeclient.Client
	// contains filtered or unexported fields
}

func (*Reconciler) Reconcile

func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)

type UserClusterClientProvider

type UserClusterClientProvider interface {
	GetClient(ctx context.Context, c *kubermaticv1.Cluster, options ...clusterclient.ConfigOption) (ctrlruntimeclient.Client, error)
}

UserClusterClientProvider provides functionality to get a user cluster client.

Jump to

Keyboard shortcuts

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