Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Logger logr.Logger Recorder record.EventRecorder MaxConcurrentReconciles int GatewayOptions *gateway.Options }
Reconciler reconciles a Namespace object
func (*Reconciler) Reconcile ¶
+kubebuilder:rbac:groups="",resources=namespaces,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=tenant.kubesphere.io,resources=workspaces,verbs=get;list;watch +kubebuilder:rbac:groups=iam.kubesphere.io,resources=rolebases,verbs=get;list;watch +kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=roles,verbs=get;list;watch +kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=rolebindings,verbs=get;list;watch;create;update;patch;delete
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.