Skip to content

Commit 497c801

Browse files
authored
Merge pull request #131 from sp-yduck/fix/typo
fix typo
2 parents 7602a7c + 106adf9 commit 497c801

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)