Documentation ¶
Index ¶
Constants ¶
View Source
const ( ConsoleUserSettingsIdentifier = "console.openshift.io/user-settings" ConsoleUserSettingsUID = "console.openshift.io/user-settings-uid" UserSettingNS = "openshift-console-user-settings" ConsoleUserSettingsResourceNamePrefix = "user-settings-" ConsoleUserSettingsRoleSuffix = "-role" ConsoleUserSettingsRoleBindingSuffix = "-rolebinding" )
Variables ¶
This section is empty.
Functions ¶
func ToIdentityName ¶
ToIdentityName converts the given `userID` into an identity
Types ¶
type Reconciler ¶
Reconciler reconciles a UserAccount object
func (*Reconciler) Reconcile ¶
Reconcile reads that state of the cluster for a UserAccount object and makes changes based on the state read and what is in the UserAccount.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr manager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.