usersshkeyssynchronizer

package
v2.14.3+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

The usersshkeyssynchronizer controller is responsible for synchronizing usersshkeys into a secret in the cluster namespace. From there, the usercluster controller synchronizes them into the usercluster and then a DaemonSet that runs on all nodes synchronizes them onto the .ssh/authorized_keys file.

Index

Constants

View Source
const (
	ControllerName = "usersshkeys_synchronizer"

	UserSSHKeysClusterIDsCleanupFinalizer = "kubermatic.io/cleanup-usersshkeys-cluster-ids"
)

Variables

This section is empty.

Functions

func Add

func Add(
	ctx context.Context,
	mgr manager.Manager,
	seedManagers map[string]manager.Manager,
	log *zap.SugaredLogger,
	workerName string,
	numWorkers int,
) error

Types

type Reconciler

type Reconciler struct {
	// contains filtered or unexported fields
}

Reconciler is a controller which is responsible for managing clusters

func (*Reconciler) Reconcile

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

Jump to

Keyboard shortcuts

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