From 33edfbcf52ce7d332a8d00c6f0a97bfd494fb063 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 ce944f67..266bd74f 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -219,6 +219,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"},