bastion

package
v1.26.3 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2021 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-controller"
)

Variables

This section is empty.

Functions

func NewBastionReconciler

func NewBastionReconciler(
	logger logrus.FieldLogger,
	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,
	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) CollectMetrics

func (c *Controller) CollectMetrics(ch chan<- prometheus.Metric)

CollectMetrics implements gardenmetrics.ControllerMetricsCollector interface

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.

func (*Controller) RunningWorkers

func (c *Controller) RunningWorkers() int

RunningWorkers returns the number of running workers.

Jump to

Keyboard shortcuts

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