1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00
This commit is contained in:
Darren Shepherd
2017-12-19 21:52:24 -07:00
parent 08c652315e
commit c5904b3828

View File

@@ -72,7 +72,7 @@ func clusterTypes(schemas *types.Schemas) *types.Schemas {
&m.Embed{Field: "status"},
).
AddMapperForType(&Version, v3.ClusterStatus{},
m.Drop{"appliedSpec"},
m.Drop{Field: "appliedSpec"},
).
AddMapperForType(&Version, v3.ClusterEvent{}, &m.Move{
From: "type",