Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorsGroupReconciler ¶
CollectorsGroupReconciler reconciles a CollectorsGroup object
func (*CollectorsGroupReconciler) Reconcile ¶
func (r *CollectorsGroupReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=odigos.io,resources=collectorsgroups,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=odigos.io,resources=collectorsgroups/status,verbs=get;update;patch +kubebuilder:rbac:groups=odigos.io,resources=collectorsgroups/finalizers,verbs=update
func (*CollectorsGroupReconciler) SetupWithManager ¶
func (r *CollectorsGroupReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type DestinationReconciler ¶
DestinationReconciler reconciles a Destination object
func (*DestinationReconciler) Reconcile ¶
func (r *DestinationReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
+kubebuilder:rbac:groups=odigos.io,resources=destinations,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=odigos.io,resources=destinations/status,verbs=get;update;patch +kubebuilder:rbac:groups=odigos.io,resources=destinations/finalizers,verbs=update
func (*DestinationReconciler) SetupWithManager ¶
func (r *DestinationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.