Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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