diff --git a/apis/project.cattle.io/v3/schema/schema.go b/apis/project.cattle.io/v3/schema/schema.go index 2c7f7d35..be9f2ff4 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -1101,5 +1101,8 @@ func istioTypes(schemas *types.Schemas) *types.Schemas { }{}). MustImport(&Version, istiov1alpha3.DestinationRule{}, projectOverride{}, struct { Status interface{} + }{}). + MustImport(&Version, istiov1alpha3.Gateway{}, projectOverride{}, struct { + Status interface{} }{}) }