Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectorsGroupReconciler ¶
type CollectorsGroupReconciler struct { client.Client Scheme *runtime.Scheme ImagePullSecrets []string OdigosVersion string K8sVersion *version.Version DisableNameProcessor bool Config *controllerconfig.ControllerConfig }
func (*CollectorsGroupReconciler) SetupWithManager ¶
func (r *CollectorsGroupReconciler) SetupWithManager(mgr ctrl.Manager) error
type DataCollectionDaemonSetReconciler ¶
func (*DataCollectionDaemonSetReconciler) SetupWithManager ¶
func (r *DataCollectionDaemonSetReconciler) SetupWithManager(mgr ctrl.Manager) error
type DestinationReconciler ¶
type DestinationReconciler struct { client.Client Scheme *runtime.Scheme ImagePullSecrets []string OdigosVersion string Config *controllerconfig.ControllerConfig }
func (*DestinationReconciler) SetupWithManager ¶
func (r *DestinationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type GatewayDeploymentReconciler ¶
func (*GatewayDeploymentReconciler) SetupWithManager ¶
func (r *GatewayDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
type InstrumentedApplicationReconciler ¶
type InstrumentedApplicationReconciler struct { client.Client Scheme *runtime.Scheme ImagePullSecrets []string OdigosVersion string K8sVersion *version.Version DisableNameProcessor bool }
func (*InstrumentedApplicationReconciler) SetupWithManager ¶
func (r *InstrumentedApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
type ProcessorReconciler ¶
type ProcessorReconciler struct { client.Client Scheme *runtime.Scheme ImagePullSecrets []string OdigosVersion string K8sVersion *version.Version DisableNameProcessor bool Config *controllerconfig.ControllerConfig }
func (*ProcessorReconciler) SetupWithManager ¶
func (r *ProcessorReconciler) SetupWithManager(mgr ctrl.Manager) error
type SecretReconciler ¶
type SecretReconciler struct { client.Client Scheme *runtime.Scheme ImagePullSecrets []string OdigosVersion string Config *controllerconfig.ControllerConfig }
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.