che-operator/vendor/github.com/go-openapi/jsonpointer
Anatolii Bazko a8c155409d
Make che-operator non blocking (#212)
* Make che-operator non-blocking

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-04-10 17:19:14 +03:00
..
.editorconfig Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
.gitignore Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
.travis.yml Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
CODE_OF_CONDUCT.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
LICENSE OpenShift/K8S Operator (#3) 2019-01-30 11:54:38 +02:00
README.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
pointer.go OpenShift/K8S Operator (#3) 2019-01-30 11:54:38 +02:00

README.md

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.