Skip to content

Commit

Permalink
Minor gathering docs update (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
tremes committed Jan 21, 2022
1 parent b67157f commit 007dfad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gathered-data.md
Expand Up @@ -295,6 +295,8 @@ collects CostManagementMetricsConfigs definitions.
* Location in archive: config/cost_management_metrics_configs/<name>.json
* Id in config: cost_management_metrics_configs
* Since versions:
* 4.8.27+
* 4.9.13+
* 4.10+


Expand Down
Expand Up @@ -15,6 +15,8 @@ import (
// * Location in archive: config/cost_management_metrics_configs/<name>.json
// * Id in config: cost_management_metrics_configs
// * Since versions:
// * 4.8.27+
// * 4.9.13+
// * 4.10+
func (g *Gatherer) GatherCostManagementMetricsConfigs(ctx context.Context) ([]record.Record, []error) {
gatherDynamicClient, err := dynamic.NewForConfig(g.gatherKubeConfig)
Expand Down

0 comments on commit 007dfad

Please sign in to comment.