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(cl client.Client, logger *logger.Logger, lcClientFunc subroutine.NewLogicalClusterClientFunc) *APIBindingReconciler
func (*APIBindingReconciler) SetupWithManager ¶
func (r *APIBindingReconciler) SetupWithManager(mgr ctrl.Manager, logger *logger.Logger, cfg *platformeshconfig.CommonServiceConfig) error
type AuthorizationModelReconciler ¶
type AuthorizationModelReconciler struct {
// contains filtered or unexported fields
}
func NewAuthorizationModelReconciler ¶
func NewAuthorizationModelReconciler(log *logger.Logger, clt client.Client, fga openfgav1.OpenFGAServiceClient, lcClientFunc subroutine.NewLogicalClusterClientFunc) *AuthorizationModelReconciler
func (*AuthorizationModelReconciler) SetupWithManager ¶
func (r *AuthorizationModelReconciler) SetupWithManager(mgr ctrl.Manager, cfg *platformeshconfig.CommonServiceConfig, log *logger.Logger) error
type LogicalClusterReconciler ¶
type LogicalClusterReconciler struct {
// contains filtered or unexported fields
}
func (*LogicalClusterReconciler) SetupWithManager ¶
func (r *LogicalClusterReconciler) SetupWithManager(mgr ctrl.Manager, cfg *platformeshconfig.CommonServiceConfig, log *logger.Logger) error
type StoreReconciler ¶
type StoreReconciler struct {
// contains filtered or unexported fields
}
StoreReconciler reconciles a Store object
func NewStoreReconciler ¶
func NewStoreReconciler(log *logger.Logger, clt client.Client, fga openfgav1.OpenFGAServiceClient, lcClientFunc subroutine.NewLogicalClusterClientFunc) *StoreReconciler
func (*StoreReconciler) SetupWithManager ¶
func (r *StoreReconciler) SetupWithManager(mgr ctrl.Manager, cfg *platformeshconfig.CommonServiceConfig, log *logger.Logger) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.