Skip to content

Commit 106adf9

Browse files
committed
fix typo
1 parent 7602a7c commit 106adf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type Hardware struct {
6464
Memory int `json:"memory,omitempty"`
6565

6666
// number of CPU cores : 1 ~
67-
// +kubebuilder:validation:Mimimum:=1
67+
// +kubebuilder:validation:Minimum:=1
6868
// +kubebuilder:default:=2
6969
CPU int `json:"cpu,omitempty"`
7070

0 commit comments

Comments
 (0)