cloud

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: 27 Imported by: 0

Documentation

Overview

Package cloud contains a controller that is responsible for creating cluster-level resources at the cloud provider, like networks, subnets or security groups. The concrete implementation used differs based on the cloudprovider and may be a no-op.

Index

Constants

View Source
const (
	ControllerName = "kkp-cloud-controller"
)

Variables

This section is empty.

Functions

func Add

func Add(
	mgr manager.Manager,
	log *zap.SugaredLogger,
	numWorkers int,
	datacenterGetter provider.DatacenterGetter,
	workerName string,
	versions kubermatic.Versions,
	caBundle *x509.CertPool,
) error

func MustRegisterMetrics

func MustRegisterMetrics(c prometheus.Registerer)

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)

Jump to

Keyboard shortcuts

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