Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataFlowEnabled ¶
func DataFlowEnabled() bool
Types ¶
type DataFlowReconciler ¶
type DataFlowReconciler struct { client.Client Recorder record.EventRecorder Log logr.Logger ResyncPeriod time.Duration }
func NewDataFlowReconciler ¶
func NewDataFlowReconciler(client client.Client, log logr.Logger, recorder record.EventRecorder, resyncPeriod time.Duration) *DataFlowReconciler
func (*DataFlowReconciler) ControllerName ¶
func (r *DataFlowReconciler) ControllerName() string
func (*DataFlowReconciler) SetupWithManager ¶
func (r *DataFlowReconciler) SetupWithManager(mgr ctrl.Manager, options controller.Options) error
Click to show internal directories.
Click to hide internal directories.