yq/examples/kyaml.kyaml
Robin H. Johnson 00dae85993
feat: K8S KYAML output format support
Reference: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/5295-kyaml/README.md
Co-authored-by: Codex <codex@openai.com>
Generated-with: OpenAI Codex CLI (partial)
Signed-off-by: Robin H. Johnson <rjohnson@coreweave.com>
2025-12-28 23:32:24 -08:00

11 lines
93 B
Plaintext

# leading
{
a: 1, # a line
# head b
b: 2,
c: [
# head d
"d", # d line
],
}