feat(kubernetes): add cluster, node-pool and kubeconfig commands - #16
Merged
Merged
Conversation
Implement the kubernetes group with cluster and node-pool list, get, create and delete, a --cluster filter on node pools, and kubeconfig get/delete on clusters. Update verbs are omitted because go-anxcloud declares both resources non-updatable.
Reject cluster identifiers that would not survive URL path escaping before go-anxcloud interpolates them into the kubeconfig rule URL. List responses for clusters and node pools only carry identifier and name, so drop the columns that always rendered empty. Validate node-pool CPU, memory and disk against the Engine ranges, remove the --operating-system flag since only Flatcar exists, and wrap output write errors. Update README and design doc wording that still described kubernetes as future work.
ProbstenHias
pushed a commit
that referenced
this pull request
Sep 13, 2026
🤖 I have created a release *beep* *boop* --- ## [0.6.0](v0.5.0...v0.6.0) (2026-09-12) ### Features * **kubernetes:** add cluster, node-pool and kubeconfig commands ([#16](#16)) ([cf3599f](cf3599f)) * **network:** add address create, update, delete and reserve verbs ([#18](#18)) ([f485636](f485636)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the
kubernetesgroup from the Feature coverage roadmap.kubernetes clusterlist/get/create/delete, pluscluster kubeconfig get(requests and polls until ready, bounded by--timeout) andcluster kubeconfig deletekubernetes node-poollist/get/create/delete with a--clusterlist filter; sizes entered in GiB and sent as bytesupdateverbs: go-anxcloud declares Cluster and NodePool non-updatablemake cipasses.