Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureFlagSourceReconciler ¶
type FeatureFlagSourceReconciler struct { client.Client Scheme *runtime.Scheme // ReqLogger contains the Logger of this controller Log logr.Logger // FlagdProxy is the handler for the flagd-proxy deployment FlagdProxy *flagdproxy.FlagdProxyHandler FlagdProxyBackoff *utils.ExponentialBackoff }
FeatureFlagSourceReconciler reconciles a FeatureFlagSource object
func (*FeatureFlagSourceReconciler) Reconcile ¶
func (r *FeatureFlagSourceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.0/pkg/reconcile
func (*FeatureFlagSourceReconciler) SetupWithManager ¶
func (r *FeatureFlagSourceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.