sched: remove unneeded json tags in unversioned API objs

This commit is contained in:
Wei Huang
2021-08-24 15:47:34 -07:00
parent ef754331c4
commit 2c3a196aa4

View File

@@ -130,6 +130,6 @@ type LabelPreference struct {
// RequestedToCapacityRatioArguments holds arguments specific to RequestedToCapacityRatio priority function.
type RequestedToCapacityRatioArguments struct {
// Array of point defining priority function shape.
Shape []UtilizationShapePoint `json:"shape"`
Resources []ResourceSpec `json:"resources,omitempty"`
Shape []UtilizationShapePoint
Resources []ResourceSpec
}