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