Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesManager ¶
type WavefrontReconciler ¶
type WavefrontReconciler struct { client.Client ComponentsDeployDir fs.FS KubernetesManager KubernetesManager DiscoveryClient discovery.ServerGroupsInterface MetricConnection *metric.Connection Versions Versions ClusterUUID string // contains filtered or unexported fields }
WavefrontReconciler reconciles a Wavefront object
func NewWavefrontReconciler ¶
func NewWavefrontReconciler(versions Versions, client client.Client, discoveryClient discovery.ServerGroupsInterface, clusterUUID string) (operator *WavefrontReconciler, err error)
func (*WavefrontReconciler) SetupWithManager ¶
func (r *WavefrontReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.