KYAML support #302
-
|
with the release of k8s 1.35 there's native support for KYAML. |
Beta Was this translation helpful? Give feedback.
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.
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.