File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ type ClusterConfig struct {
2727// ClusterMeta contains (mostly immutable) metadata about the cluster. Inspired
2828// by the meta fields in Kubernetes objects.
2929type ClusterMeta struct {
30- Name string `json:"name"`
31- Region string `json:"region"`
32- Environment string `json:"environment"`
33- Shard int `json:"shard"`
34- Description string `json:"description"`
30+ Name string `json:"name"`
31+ Region string `json:"region"`
32+ Environment string `json:"environment"`
33+ Shard int `json:"shard"`
34+ Description string `json:"description"`
35+ Labels map [string ]string `json:"labels"`
3536}
3637
3738// ClusterSpec contains the details necessary to communicate with a kafka cluster.
Original file line number Diff line number Diff line change 11package version
22
33// Version is the current topicctl version.
4- const Version = "1.15 .0"
4+ const Version = "1.16 .0"
You can’t perform that action at this time.
0 commit comments