Skip to content

Commit 97cf738

Browse files
authored
feat(kafka): remove references to Beta (scaleway#5825)
1 parent 5dbd060 commit 97cf738

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/scw/testdata/test-all-usage-kafka-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
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
3-
This API allows you to manage your Clusters for Apache Kafka®. This product is currently in Public Beta.
3+
This API allows you to manage your Clusters for Apache Kafka®.
44

55
USAGE:
66
scw kafka <command>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AVAILABLE COMMANDS:
1010
datalab Clusters for Apache Spark™ API
1111
domain Domains and DNS - Registrar API
1212
environmental-footprint Access and download impact reports and impact data for your Scaleway projects. Our API provides key metrics such as estimated carbon emissions and water usage to help monitor your environmental footprint.
13-
kafka This API allows you to manage your Clusters for Apache Kafka®. This product is currently in Public Beta.
13+
kafka This API allows you to manage your Clusters for Apache Kafka®.
1414
product-catalog Product Catalog API
1515

1616
BAREMETAL COMMANDS:

docs/commands/kafka.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 kafka`
3-
This API allows you to manage your Clusters for Apache Kafka®. This product is currently in Public Beta.
3+
This API allows you to manage your Clusters for Apache Kafka®.
44

55
## Cluster management commands
66

internal/namespaces/kafka/v1alpha1/kafka_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func GetGeneratedCommands() *core.Commands {
4141

4242
func kafkaRoot() *core.Command {
4343
return &core.Command{
44-
Short: `This API allows you to manage your Clusters for Apache Kafka®. This product is currently in Public Beta.`,
45-
Long: `This API allows you to manage your Clusters for Apache Kafka®. This product is currently in Public Beta.`,
44+
Short: `This API allows you to manage your Clusters for Apache Kafka®.`,
45+
Long: `This API allows you to manage your Clusters for Apache Kafka®.`,
4646
Namespace: "kafka",
4747
}
4848
}

0 commit comments

Comments
 (0)