diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 3c809352..910f9bab 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -68,7 +68,9 @@ func catalogTypes(schemas *types.Schemas) *types.Schemas { AddMapperForType(&Version, v3.Template{}, m.DisplayName{}, ). - MustImport(&Version, v3.Template{}). + MustImport(&Version, v3.Template{}, struct { + VersionLinks map[string]string + }{}). MustImport(&Version, v3.TemplateVersion{}). MustImport(&Version, v3.TemplateContent{}) }