mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #104559 from Huang-Wei/cleanup-json-tag
sched: remove unneeded json tags in unversioned API objs
This commit is contained in:
commit
909c3db3ab
@ -130,6 +130,6 @@ type LabelPreference struct {
|
|||||||
// RequestedToCapacityRatioArguments holds arguments specific to RequestedToCapacityRatio priority function.
|
// RequestedToCapacityRatioArguments holds arguments specific to RequestedToCapacityRatio priority function.
|
||||||
type RequestedToCapacityRatioArguments struct {
|
type RequestedToCapacityRatioArguments struct {
|
||||||
// Array of point defining priority function shape.
|
// Array of point defining priority function shape.
|
||||||
Shape []UtilizationShapePoint `json:"shape"`
|
Shape []UtilizationShapePoint
|
||||||
Resources []ResourceSpec `json:"resources,omitempty"`
|
Resources []ResourceSpec
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user