Documentation ¶
Index ¶
Constants ¶
View Source
const EmergencyAccountFinalizer = "emergencyaccounts.cluster.appuio.io/finalizer"
View Source
const MetricsNamespace = "emergency_credentials_controller"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmergencyAccountReconciler ¶
EmergencyAccountReconciler reconciles a EmergencyAccount object
func (*EmergencyAccountReconciler) Reconcile ¶
func (r *EmergencyAccountReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reconciles the EmergencyAccount resource. It creates a service account with the same name and namespace as the EmergencyAccount and requests a token for it. The token is then stored in the configured stores.
func (*EmergencyAccountReconciler) SetupWithManager ¶
func (r *EmergencyAccountReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.