Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIBindingReconciler ¶
type APIBindingReconciler struct {
// contains filtered or unexported fields
}
func NewAPIBindingReconciler ¶
func NewAPIBindingReconciler(logger *logger.Logger, mcMgr mcmanager.Manager) *APIBindingReconciler
func (*APIBindingReconciler) Reconcile ¶
func (r *APIBindingReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*APIBindingReconciler) SetupWithManager ¶
func (r *APIBindingReconciler) SetupWithManager(mgr mcmanager.Manager, cfg *platformeshconfig.CommonServiceConfig, evp ...predicate.Predicate) error
type AuthorizationModelReconciler ¶
type AuthorizationModelReconciler struct {
// contains filtered or unexported fields
}
func NewAuthorizationModelReconciler ¶
func NewAuthorizationModelReconciler(log *logger.Logger, fga openfgav1.OpenFGAServiceClient, mcMgr mcmanager.Manager) *AuthorizationModelReconciler
func (*AuthorizationModelReconciler) Reconcile ¶
func (r *AuthorizationModelReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*AuthorizationModelReconciler) SetupWithManager ¶
func (r *AuthorizationModelReconciler) SetupWithManager(mgr mcmanager.Manager, cfg *platformeshconfig.CommonServiceConfig, evp ...predicate.Predicate) error
type InviteReconciler ¶
type InviteReconciler struct {
// contains filtered or unexported fields
}
func NewInviteReconciler ¶
func (*InviteReconciler) Reconcile ¶
func (r *InviteReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*InviteReconciler) SetupWithManager ¶
func (r *InviteReconciler) SetupWithManager(mgr mcmanager.Manager, cfg *platformeshconfig.CommonServiceConfig, log *logger.Logger) error
type LogicalClusterReconciler ¶
type LogicalClusterReconciler struct {
// contains filtered or unexported fields
}
func (*LogicalClusterReconciler) Reconcile ¶
func (r *LogicalClusterReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*LogicalClusterReconciler) SetupWithManager ¶
func (r *LogicalClusterReconciler) SetupWithManager(mgr mcmanager.Manager, cfg *platformeshconfig.CommonServiceConfig, evp ...predicate.Predicate) error
type StoreReconciler ¶
type StoreReconciler struct {
// contains filtered or unexported fields
}
StoreReconciler reconciles a Store object
func NewStoreReconciler ¶
func NewStoreReconciler(log *logger.Logger, fga openfgav1.OpenFGAServiceClient, mcMgr mcmanager.Manager) *StoreReconciler
func (*StoreReconciler) Reconcile ¶
func (r *StoreReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
func (*StoreReconciler) SetupWithManager ¶
func (r *StoreReconciler) SetupWithManager(mgr mcmanager.Manager, cfg *platformeshconfig.CommonServiceConfig, evp ...predicate.Predicate) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.