Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsightsReconciler ¶
type InsightsReconciler struct { *InsightsReconcilerConfig // contains filtered or unexported fields }
InsightsReconciler reconciles the Insights proxy for Cryostat agents
func NewInsightsReconciler ¶
func NewInsightsReconciler(config *InsightsReconcilerConfig) (*InsightsReconciler, error)
NewInsightsReconciler creates an InsightsReconciler using the provided configuration
func (*InsightsReconciler) Reconcile ¶
func (r *InsightsReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile processes the Insights proxy deployment and configures it accordingly
func (*InsightsReconciler) SetupWithManager ¶
func (r *InsightsReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.