1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +00:00

Add Istio gateway to Rancher API

This commit is contained in:
gitlawr
2019-09-29 11:26:28 +08:00
committed by Alena Prokharchyk
parent c4c5ca1581
commit 94267a93a7

View File

@@ -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{}
}{})
}