Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerWithSource ¶
type ControllerWithSource struct { Controller controller.Controller Source runtime.Object }
type ObjectStoreReconciler ¶
ObjectStoreReconciler reconciles a ObjectStore object
func (*ObjectStoreReconciler) SetupWithManager ¶
func (r *ObjectStoreReconciler) SetupWithManager(mgr ctrl.Manager) (controller.Controller, error)
type ReceiverReconciler ¶
type ReceiverReconciler struct {
*reconciler.NativeReconciler
}
ReceiverReconciler reconciles a Receiver object
func NewReceiverReconciler ¶
func NewReceiverReconciler(client client.Client, logger logr.Logger) *ReceiverReconciler
func (*ReceiverReconciler) SetupWithManager ¶
func (r *ReceiverReconciler) SetupWithManager(mgr ctrl.Manager) (controller.Controller, error)
type ServiceMonitorWatchReconciler ¶
type ServiceMonitorWatchReconciler struct { Log logr.Logger Controllers map[string]ControllerWithSource Client client.Client // contains filtered or unexported fields }
func (*ServiceMonitorWatchReconciler) SetupWithManager ¶
func (r *ServiceMonitorWatchReconciler) SetupWithManager(mgr ctrl.Manager) error
type StoreEndpointReconciler ¶
StoreEndpointReconciler reconciles a StoreEndpoint object
func (*StoreEndpointReconciler) SetupWithManager ¶
func (r *StoreEndpointReconciler) SetupWithManager(mgr ctrl.Manager) error
type ThanosEndpointReconciler ¶
ThanosEndpointReconciler reconciles a ThanosEndpoint object
func (*ThanosEndpointReconciler) SetupWithManager ¶
func (r *ThanosEndpointReconciler) SetupWithManager(mgr ctrl.Manager) error
type ThanosPeerReconciler ¶
ThanosPeerReconciler reconciles a ThanosPeer object
func (*ThanosPeerReconciler) SetupWithManager ¶
func (r *ThanosPeerReconciler) SetupWithManager(mgr ctrl.Manager) error
type ThanosReconciler ¶
ThanosReconciler reconciles a Thanos object
func (*ThanosReconciler) SetupWithManager ¶
func (r *ThanosReconciler) SetupWithManager(mgr ctrl.Manager) (controller.Controller, error)
Click to show internal directories.
Click to hide internal directories.