Skip to content

Commit 7944099

Browse files
docs(k8s): kubernetes kapsule and kosmos (#3076)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent ba238c3 commit 7944099

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/scw/testdata/test-all-usage-k8s-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Kapsule API.
3+
Kubernetes API.
44

55
USAGE:
66
scw k8s <command>

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AVAILABLE COMMANDS:
1717
iam IAM API
1818
instance Instance API
1919
iot This API allows you to manage IoT hubs and devices
20-
k8s Kapsule API
20+
k8s Kubernetes API
2121
lb This API allows you to manage your Scaleway Load Balancer services
2222
marketplace Marketplace API
2323
mnq This API allows you to manage Scaleway Messaging and Queueing brokers

docs/commands/k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw k8s`
3-
Kapsule API.
3+
Kubernetes API.
44

55
- [Kapsule cluster management commands](#kapsule-cluster-management-commands)
66
- [Create a new cluster](#create-a-new-cluster)

internal/namespaces/k8s/v1/k8s_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ func GetGeneratedCommands() *core.Commands {
5050
}
5151
func k8sRoot() *core.Command {
5252
return &core.Command{
53-
Short: `Kapsule API`,
54-
Long: `Kapsule API.`,
53+
Short: `Kubernetes API`,
54+
Long: `Kubernetes API.`,
5555
Namespace: "k8s",
5656
}
5757
}

0 commit comments

Comments
 (0)