From ac1d1af8d0eff5c4aab05138cef6c86ed782db6d Mon Sep 17 00:00:00 2001 From: kinarashah Date: Mon, 4 Mar 2019 13:53:17 -0800 Subject: [PATCH] Revert "add mcAppName to edit gDNS input" This reverts commit 5a0b580fd36986dd3072e7e86eeb4aaf37fa24ba. --- apis/management.cattle.io/v3/globaldns_types.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apis/management.cattle.io/v3/globaldns_types.go b/apis/management.cattle.io/v3/globaldns_types.go index 4326ce9d..c23c69e9 100644 --- a/apis/management.cattle.io/v3/globaldns_types.go +++ b/apis/management.cattle.io/v3/globaldns_types.go @@ -62,8 +62,7 @@ type CloudflareProviderConfig struct { } type UpdateGlobalDNSTargetsInput struct { - MultiClusterAppName string `json:"multiClusterAppName" norman:"type=reference[multiClusterApp]"` - ProjectNames []string `json:"projectNames" norman:"type=array[reference[project]]"` + ProjectNames []string `json:"projectNames" norman:"type=array[reference[project]]"` } type AlidnsProviderConfig struct {