Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleBindingReconciler ¶
type RoleBindingReconciler struct { client.Client Scheme *runtime.Scheme RBACConverter rbacconversion.RBACTupleConverter Zanzibar zanzibar.TupleStore TypeRelation *zanzibar.TypeRelation }
RoleBindingReconciler reconciles a RBAC RoleBinding object
func (*RoleBindingReconciler) Reconcile ¶
func (r *RoleBindingReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the TypeRelation object against the actual state, and then perform operations to make the state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.16.0/pkg/reconcile
func (*RoleBindingReconciler) SetupWithManager ¶
func (r *RoleBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.