We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7602a7c + 106adf9 commit 497c801Copy full SHA for 497c801
api/v1beta1/type.go
@@ -64,7 +64,7 @@ type Hardware struct {
64
Memory int `json:"memory,omitempty"`
65
66
// number of CPU cores : 1 ~
67
- // +kubebuilder:validation:Mimimum:=1
+ // +kubebuilder:validation:Minimum:=1
68
// +kubebuilder:default:=2
69
CPU int `json:"cpu,omitempty"`
70
0 commit comments