Skip to content

Commit

Permalink
refactor(qrm): keep naming style in line with existing field
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzhhb committed Jul 26, 2023
1 parent c2386c5 commit beed8d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/config/v1alpha1/adminqos.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ type ReclaimedResourceConfig struct {
// +optional
ReservedResourceForAllocate *v1.ResourceList `json:"reservedResourceForAllocate,omitempty"`

// MinReclaimedResourceForAllocate is a resource reserved for reclaimed_cores pods.
// MinReclaimedResourceForAllocate is a resource reserved for reclaimed_cores pods,these resources will not be used
// by shared_cores pods.
// +optional
MinReclaimedResourceForAllocate *v1.ResourceList `json:"minReclaimedResourceForAllocate,omitempty"`

Expand Down

0 comments on commit beed8d9

Please sign in to comment.