bastion

package
v1.50.1 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2022 License: Apache-2.0, BSD-2-Clause, MIT, + 1 more Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ControllerName is the name of this controller.
	ControllerName = "bastion"
)

Variables

This section is empty.

Functions

func NewBastionReconciler

func NewBastionReconciler(gardenClient client.Client, maxLifetime time.Duration) reconcile.Reconciler

NewBastionReconciler creates a new instance of a reconciler which reconciles Bastions.

Types

type Controller

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

Controller controls Bastions.

func NewBastionController

func NewBastionController(
	ctx context.Context,
	log logr.Logger,
	clientMap clientmap.ClientMap,
	maxLifetime time.Duration,
) (
	*Controller,
	error,
)

NewBastionController takes a Kubernetes client <k8sGardenClient> and a <k8sGardenCoreInformers> for the Garden clusters. It creates and returns a new Garden controller to control Bastions.

func (*Controller) Run

func (c *Controller) Run(ctx context.Context, workers int)

Run runs the Controller until the given stop channel can be read from.

Jump to

Keyboard shortcuts

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