karmada/vendor/github.com/go-openapi/jsonpointer
RainbowMango e5d05149ae Bump Kubernetes dependencies to v1.29.4
Update custom-metrics-apiserver to latest

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-06 11:36:54 +08:00
..
.editorconfig update vendor/ 2020-11-11 10:46:27 +08:00
.gitignore update vendor/ 2020-11-11 10:46:27 +08:00
.golangci.yml Bump Kubernetes dependencies to v1.29.4 2024-05-06 11:36:54 +08:00
CODE_OF_CONDUCT.md update vendor/ 2020-11-11 10:46:27 +08:00
LICENSE update vendor/ 2020-11-11 10:46:27 +08:00
README.md Bump Kubernetes dependencies to v1.29.4 2024-05-06 11:36:54 +08:00
pointer.go Bump Kubernetes dependencies to v1.29.4 2024-05-06 11:36:54 +08:00

README.md

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.