kubernetes/pkg/util/jsonpath
Kubernetes Submit Queue f98c06b1bb Merge pull request #33901 from jmcarp/issue-31984
Automatic merge from submit-queue

Escape special characters in jsonpath field names.

There may be a better way to do this, but this seemed like the simplest possible version.

Example: `{.items[*].metadata.labels.kubernetes\.io/hostname}`

[Resolves #31984]
2016-10-17 18:29:31 -07:00
..
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
jsonpath_test.go Merge pull request #33901 from jmcarp/issue-31984 2016-10-17 18:29:31 -07:00
jsonpath.go Allow missing keys in jsonpath 2016-08-30 13:06:26 -04:00
node.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
parser_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
parser.go Run gofmt. 2016-10-14 00:35:44 -04:00