Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@yannickkirschen yannickkirschen released this 13 Nov 15:40
d7edc83

🚀 This major update features a new way to parse manifests: dynamic type detection! By using

manifesto.RegisterType("my/api", "MyKind", MySpec{}, MyStatus{})

you can register all your types and let the parser automatically choose the correct implementation:

manifest := manifesto.AutoParseFile("my-manifest.yaml")