KYAML support #302
KYAML support
#302
-
|
with the release of k8s 1.35 there's native support for KYAML. |
Beta Was this translation helpful? Give feedback.
Answered by
braydonk
Dec 19, 2025
Replies: 1 comment 1 reply
-
|
Thanks for the feature request. I hadn't heard of this being a thing. Since the k8s project provides a usable Go package for encoding existing YAML as KYAML, this was trivial to implement so I did that this morning. I opened #303 I am planning a release soon (v0.21.0), there are a couple other fixes I want to get in first. This feature will be available once the next version is released. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
braydonk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the feature request. I hadn't heard of this being a thing. Since the k8s project provides a usable Go package for encoding existing YAML as KYAML, this was trivial to implement so I did that this morning. I opened #303
I am planning a release soon (v0.21.0), there are a couple other fixes I want to get in first. This feature will be available once the next version is released.