From 119f89d82189870505e1c1680bfc0dc5be9e4106 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Sat, 16 Dec 2017 01:41:44 -0700 Subject: [PATCH] Minor schema changes --- apis/project.cattle.io/v3/schema/schema.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apis/project.cattle.io/v3/schema/schema.go b/apis/project.cattle.io/v3/schema/schema.go index 29e312ac..3a302e8a 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -205,6 +205,9 @@ func podTypes(schemas *types.Schemas) *types.Schemas { AddMapperForType(&Version, v1.PodTemplateSpec{}, &m.Embed{Field: "spec"}, ). + AddMapperForType(&Version, v1.HTTPGetAction{}, + &m.Drop{Field: "host"}, + ). AddMapperForType(&Version, v1.Capabilities{}, m.Move{From: "add", To: "capAdd"}, m.Move{From: "drop", To: "capDrop"},