mirror of
https://github.com/rancher/k3k.git
synced 2026-08-19 20:36:17 +00:00
added enum docs
This commit is contained in:
@@ -133,6 +133,8 @@ _Underlying type:_ _string_
|
||||
|
||||
ClusterMode is the possible provisioning mode of a Cluster.
|
||||
|
||||
Supported values: `shared`, `virtual`, `hcp`.
|
||||
|
||||
|
||||
|
||||
_Appears In:_
|
||||
|
||||
@@ -102,6 +102,8 @@ _Underlying type:_ _string_
|
||||
|
||||
ClusterMode is the possible provisioning mode of a Cluster.
|
||||
|
||||
Supported values: `shared`, `virtual`, `hcp`.
|
||||
|
||||
|
||||
|
||||
_Appears in:_
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user