diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index ed1585d4..ffc69e3b 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -355,6 +355,7 @@ func projectNetworkPolicyTypes(schema *types.Schemas) *types.Schemas { func logTypes(schema *types.Schemas) *types.Schemas { return schema. AddMapperForType(&Version, v3.ClusterLogging{}, + &m.Embed{Field: "status"}, m.DisplayName{}). AddMapperForType(&Version, v3.ProjectLogging{}, m.DisplayName{}).