Skip to content

Commit

Permalink
docs(k8s): kubernetes kapsule and kosmos (#3076)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Léone <rleone@scaleway.com>
  • Loading branch information
scaleway-bot and remyleone committed Apr 24, 2023
1 parent ba238c3 commit 7944099
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-all-usage-k8s-usage.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Kapsule API.
Kubernetes API.

USAGE:
scw k8s <command>
Expand Down
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-main-usage-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AVAILABLE COMMANDS:
iam IAM API
instance Instance API
iot This API allows you to manage IoT hubs and devices
k8s Kapsule API
k8s Kubernetes API
lb This API allows you to manage your Scaleway Load Balancer services
marketplace Marketplace API
mnq This API allows you to manage Scaleway Messaging and Queueing brokers
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/k8s.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
# Documentation for `scw k8s`
Kapsule API.
Kubernetes API.

- [Kapsule cluster management commands](#kapsule-cluster-management-commands)
- [Create a new cluster](#create-a-new-cluster)
Expand Down
4 changes: 2 additions & 2 deletions internal/namespaces/k8s/v1/k8s_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ func GetGeneratedCommands() *core.Commands {
}
func k8sRoot() *core.Command {
return &core.Command{
Short: `Kapsule API`,
Long: `Kapsule API.`,
Short: `Kubernetes API`,
Long: `Kubernetes API.`,
Namespace: "k8s",
}
}
Expand Down

0 comments on commit 7944099

Please sign in to comment.