Skip to content

Commit

Permalink
Merge pull request #131 from sp-yduck/fix/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
sp-yduck authored Nov 10, 2023
2 parents 7602a7c + 106adf9 commit 497c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type Hardware struct {
Memory int `json:"memory,omitempty"`

// number of CPU cores : 1 ~
// +kubebuilder:validation:Mimimum:=1
// +kubebuilder:validation:Minimum:=1
// +kubebuilder:default:=2
CPU int `json:"cpu,omitempty"`

Expand Down

0 comments on commit 497c801

Please sign in to comment.