From 5a0b580fd36986dd3072e7e86eeb4aaf37fa24ba Mon Sep 17 00:00:00 2001 From: kinarashah Date: Mon, 25 Feb 2019 11:00:40 -0800 Subject: [PATCH] add mcAppName to edit gDNS input --- apis/management.cattle.io/v3/globaldns_types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/globaldns_types.go b/apis/management.cattle.io/v3/globaldns_types.go index c72a2aae..337650ad 100644 --- a/apis/management.cattle.io/v3/globaldns_types.go +++ b/apis/management.cattle.io/v3/globaldns_types.go @@ -63,7 +63,8 @@ type CloudflareProviderConfig struct { } type UpdateGlobalDNSTargetsInput struct { - ProjectNames []string `json:"projectNames" norman:"type=array[reference[project]]"` + MultiClusterAppName string `json:"multiClusterAppName" norman:"type=reference[multiClusterApp]"` + ProjectNames []string `json:"projectNames" norman:"type=array[reference[project]]"` } type AlidnsProviderConfig struct {