1
0
mirror of https://github.com/rancher/types.git synced 2025-08-01 21:07:41 +00:00

Revert "add mcAppName to edit gDNS input"

This reverts commit 5a0b580fd3.
This commit is contained in:
kinarashah 2019-03-04 13:53:17 -08:00 committed by Alena Prokharchyk
parent 7adf0280c0
commit ac1d1af8d0

View File

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