mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-05 00:26:04 +00: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]