Documentation ¶
Overview ¶
Package clustercredentialscontroller contains a controller that watches Cluster objects and is responsible for moving inline credentials (from the CloudSpec) into dedicated Kubernetes Secrets.
In a perfect future, we would not even ever create a Cluster with inline credentials, but for historical reasons it's the safest method to handle credentials for now. It is also super convenient that users do not have to manually create a Secret somewhere themselves.
Index ¶
Constants ¶
View Source
const (
ControllerName = "kkp-cluster-credentials-controller"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct { ctrlruntimeclient.Client // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.