mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-02 18:41:39 +00:00
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>
8 lines
103 B
Go
8 lines
103 B
Go
//go:build yq_nokyaml
|
|
|
|
package yqlib
|
|
|
|
func NewKYamlEncoder(_ KYamlPreferences) Encoder {
|
|
return nil
|
|
}
|