Skip to content

Commit

Permalink
add ingestClusterCost mutation (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz authored Dec 16, 2024
1 parent 6231e3f commit 1e69553
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
35 changes: 35 additions & 0 deletions go/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions go/client/graph/kubecost.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mutation IngestClusterCost($costs: CostIngestAttributes!) {
ingestClusterCost(costs: $costs)
}
4 changes: 3 additions & 1 deletion go/client/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e69553

Please sign in to comment.