mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-10 18:40:55 -04:00
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]
|
||
|---|---|---|
| .. | ||
| doc.go | ||
| jsonpath.go | ||
| jsonpath_test.go | ||
| node.go | ||
| parser.go | ||
| parser_test.go | ||