mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
sched: remove unneeded json tags in unversioned API objs
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user