diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index a736cdf8..3e0ba0fa 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -44,6 +44,9 @@ func schemaTypes(schemas *types.Schemas) *types.Schemas { func catalogTypes(schemas *types.Schemas) *types.Schemas { return schemas. + AddMapperForType(&Version, v3.Catalog{}, + &m.Move{From: "catalogKind", To: "kind"}, + ). MustImport(&Version, v3.Catalog{}). MustImport(&Version, v3.Template{}). MustImport(&Version, v3.TemplateVersion{})