From e23fa8b21a60195e2ecec7a5798ebf5ac855a842 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 24 Oct 2018 16:29:59 -0700 Subject: [PATCH] Drop new field in nodes --- apis/management.cattle.io/v3/schema/schema.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 6695f69f..3a00edd9 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -217,6 +217,7 @@ func nodeTypes(schemas *types.Schemas) *types.Schemas { AddMapperForType(&Version, v3.NodeStatus{}, &m.Drop{Field: "nodeTemplateSpec"}, &m.Embed{Field: "internalNodeStatus"}, + &m.Drop{Field: "config"}, &m.SliceMerge{From: []string{"conditions", "nodeConditions"}, To: "conditions"}). AddMapperForType(&Version, v3.Node{}, &m.Embed{Field: "status"},