removed enum definition from ClusterMode type

This commit is contained in:
Enrico Candino
2026-06-16 16:15:17 +02:00
parent 65c30fb755
commit 78b433eff0
5 changed files with 10 additions and 25 deletions
-3
View File
@@ -412,9 +412,6 @@ type StorageClassSyncConfig struct {
}
// ClusterMode is the possible provisioning mode of a Cluster.
//
// +kubebuilder:validation:Enum=shared;virtual;hcp
// +kubebuilder:default="shared"
type ClusterMode string
const (