Skip to content

Commit

Permalink
fix enum types
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Feb 26, 2024
1 parent 96197b5 commit cb06bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/v1alpha1/uffizzicluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ type UffizziClusterSpec struct {
//+kubebuilder:validation:Enum=k3s;k8s
Distro string `json:"distro,omitempty"`
//+kubebuilder:default:="vanila"
//+kubebuilder:validation:Enum=vanila,gke,eks
//+kubebuilder:validation:Enum=vanila;gke;eks
Provider string `json:"provider,omitempty"`
APIServer UffizziClusterAPIServer `json:"apiServer,omitempty"`
Ingress UffizziClusterIngress `json:"ingress,omitempty"`
Expand Down

0 comments on commit cb06bb0

Please sign in to comment.