1
0
mirror of https://github.com/rancher/types.git synced 2025-09-24 19:39:13 +00:00

add mcAppName to edit gDNS input

This commit is contained in:
kinarashah
2019-02-25 11:00:40 -08:00
committed by Alena Prokharchyk
parent eecb8f9986
commit 5a0b580fd3

View File

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