Skip to content

feat(vks): add get-quota command#11

Merged
tvt286 merged 1 commit intomainfrom
feat/vks-get-quota
Apr 16, 2026
Merged

feat(vks): add get-quota command#11
tvt286 merged 1 commit intomainfrom
feat/vks-get-quota

Conversation

@tvt286
Copy link
Copy Markdown
Contributor

@tvt286 tvt286 commented Apr 16, 2026

Summary

  • Add grn vks get-quota command to retrieve VKS quota limits and current usage
  • Calls GET /v1/quota from the VKS API
  • Returns maxClusters, maxNodeGroupsPerCluster, maxNodesPerNodeGroup, numClusters

Test plan

  • grn vks get-quota returns quota JSON
  • grn vks get-quota --output table formats as table
  • grn vks get-quota --query maxClusters returns single value via JMESPath
  • grn vks get-quota --help shows correct usage

🤖 Generated with Claude Code

Add `grn vks get-quota` to retrieve VKS quota limits and current usage
(maxClusters, maxNodeGroupsPerCluster, maxNodesPerNodeGroup, numClusters).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tvt286 tvt286 merged commit a0fdc38 into main Apr 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant