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 {