We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915f575 commit ee083f4Copy full SHA for ee083f4
pkg/orchestration/k8s/cluster.go
@@ -104,7 +104,7 @@ func (c *Cluster) Accounting(ctx context.Context) (accounting orchestration.Clus
104
return
105
}
106
107
-// FlattenBalances returns aggregated NodeGroupBalances
+// FlattenAccounting returns aggregated NodeGroupAccounting
108
func (c *Cluster) FlattenAccounting(ctx context.Context) (accounting orchestration.NodeGroupAccounting, err error) {
109
a, err := c.Accounting(ctx)
110
if err != nil {
0 commit comments