Documentation ¶
Overview ¶
Package identitycontroller contains the controller managing Identity resources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityReconciler ¶
type IdentityReconciler struct { client.Client *runtime.Scheme // contains filtered or unexported fields }
IdentityReconciler reconciles an Identity object.
func NewIdentityReconciler ¶
func NewIdentityReconciler(cl client.Client, s *runtime.Scheme, recorder record.EventRecorder, liqoNamespace string) *IdentityReconciler
NewIdentityReconciler returns a new IdentityReconciler.
func (*IdentityReconciler) Reconcile ¶
Reconcile Identitiy resources and ensure the secret containing the associated kubeconfig.
func (*IdentityReconciler) SetupWithManager ¶
func (r *IdentityReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.