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 {