From 94267a93a7008cb1fd2bc75a56035c54617f39ca Mon Sep 17 00:00:00 2001 From: gitlawr Date: Sun, 29 Sep 2019 11:26:28 +0800 Subject: [PATCH] Add Istio gateway to Rancher API --- 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 2c7f7d35..be9f2ff4 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -1101,5 +1101,8 @@ func istioTypes(schemas *types.Schemas) *types.Schemas { }{}). MustImport(&Version, istiov1alpha3.DestinationRule{}, projectOverride{}, struct { Status interface{} + }{}). + MustImport(&Version, istiov1alpha3.Gateway{}, projectOverride{}, struct { + Status interface{} }{}) }