convox/vendor/github.com/go-openapi/jsonpointer
David Dollar 282b4ee88e
k8s: use patch to add annotations to avoid race (#106)
* upgrade kubernetes client

* cleanup provider helpers

* use kubernetes patch to avoid update races
2020-01-31 10:12:26 -05:00
..
.editorconfig vendor 2019-10-10 17:15:07 -04:00
.gitignore vendor 2019-10-10 17:15:07 -04:00
.travis.yml vendor 2019-10-10 17:15:07 -04:00
CODE_OF_CONDUCT.md vendor 2019-10-10 17:15:07 -04:00
go.mod k8s: use patch to add annotations to avoid race (#106) 2020-01-31 10:12:26 -05:00
go.sum k8s: use patch to add annotations to avoid race (#106) 2020-01-31 10:12:26 -05:00
LICENSE vendor 2019-10-10 17:15:07 -04:00
pointer.go k8s: use patch to add annotations to avoid race (#106) 2020-01-31 10:12:26 -05:00
README.md vendor 2019-10-10 17:15:07 -04:00

gojsonpointer Build Status codecov Slack Status

license GoDoc 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.