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.
Click to show internal directories.
Click to hide internal directories.