Skip to content

Commit

Permalink
move code to gopath
Browse files Browse the repository at this point in the history
Signed-off-by: haolin <[email protected]>
  • Loading branch information
haowells committed Nov 24, 2023
1 parent a0832e7 commit be067b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion operator/v1/types_klusterlet.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type KlusterletSpec struct {

// ResourceRequirement specify QoS classes of klusterlet deployment
// +optional
ResourceRequirement *ResourceRequirement `json:"resourceRequirement,omitempty"`
ResourceRequirement ResourceRequirement `json:"resourceRequirement,omitempty"`
}

type ResourceQosClass string
Expand Down
17 changes: 17 additions & 0 deletions operator/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be067b6

Please sign in to comment.