mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-19 02:38:07 -05:00
Automatic merge from submit-queue Resource quantity must support leading and trailing whitespace in JSON for back-compat For backwards compatibility reasons, we must continue to support leading or trailing whitespace on Quantity values when deserialized from JSON. We must also support numbers serialized into yaml (`cpu: 1`) and JSON (`"cpu": 1`) Fixes #26898 |
||
|---|---|---|
| .. | ||
| amount.go | ||
| amount_test.go | ||
| deep_copy.go | ||
| generated.pb.go | ||
| generated.proto | ||
| math.go | ||
| math_test.go | ||
| quantity.go | ||
| quantity_example_test.go | ||
| quantity_proto.go | ||
| quantity_test.go | ||
| scale_int.go | ||
| scale_int_test.go | ||
| suffix.go | ||