Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct { Log logr.Logger Client *kube.DynamicClient ChartReconciler helm.ChartReconciler // Instance is a representation of an inventory. // It can store, delete and read items. // The object does not include the storage itself, it only holds a reference to the storage. InventoryInstance *inventory.Instance WorkerPoolSize int }
Collector inspects the inventory for dangling manifests or helm releases, which are undefined in the navecd gitops repository, and uninstalls them from the Kubernetes cluster and inventory.
Click to show internal directories.
Click to hide internal directories.