v0.8.0
Pre-release
Pre-release
🚀 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")