-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
Implement a subcommand gscloud kubernetes versions that essentially prints the available version slugs for Kubernetes from the objects/paas/service_templates endpoint.
Example:
$ curl -s -H 'Content-Type: application/json' \
https://api.gridscale.dev/objects/paas/service_templates \
-H "X-Auth-UserID: $userid" \
-H "X-Auth-Token: $apitoken \
| jq '.paas_service_templates[].version'
"1.16.15-gs2"
"1.17.14-gs1"
"1.18.12-gs1"
"1.19.4-gs1"
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers