1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00
Files
descheduler/vendor/github.com/go-openapi/jsonpointer
Amir Alavi f4c3fdf418 bump to kubernetes v0.32.0-rc.2
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2024-12-06 16:25:40 -05:00
..
2020-06-23 21:33:28 -05:00
2020-06-23 21:33:28 -05:00
2024-12-06 16:25:40 -05:00
2020-06-23 21:33:28 -05:00
2020-06-23 21:33:28 -05:00
2024-12-06 16:25:40 -05:00
2024-12-06 16:25:40 -05:00

gojsonpointer Build Status codecov

Slack Status license Go Reference Go Report Card

An implementation of JSON Pointer - Go language

Status

Completed YES

Tested YES

References

http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07

Note

The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.