added enum docs

This commit is contained in:
Enrico Candino
2026-06-17 12:03:29 +02:00
parent 78b433eff0
commit 27676754ee
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -133,6 +133,8 @@ _Underlying type:_ _string_
ClusterMode is the possible provisioning mode of a Cluster.
Supported values: `shared`, `virtual`, `hcp`.
_Appears In:_
+2
View File
@@ -102,6 +102,8 @@ _Underlying type:_ _string_
ClusterMode is the possible provisioning mode of a Cluster.
Supported values: `shared`, `virtual`, `hcp`.
_Appears in:_
+2
View File
@@ -412,6 +412,8 @@ type StorageClassSyncConfig struct {
}
// ClusterMode is the possible provisioning mode of a Cluster.
//
// Supported values: `shared`, `virtual`, `hcp`.
type ClusterMode string
const (