1
0
mirror of https://github.com/rancher/types.git synced 2025-06-28 06:26:49 +00:00

Add TTL to GlobalDNS

This commit is contained in:
Prachi Damle 2019-02-13 14:50:07 -08:00 committed by Alena Prokharchyk
parent 6370ec9f4e
commit 5e88ec40a3

View File

@ -19,6 +19,7 @@ type GlobalDNS struct {
type GlobalDNSSpec struct {
FQDN string `json:"fqdn,omitempty" norman:"required"`
TTL int64 `json:"ttl,omitempty"`
ProjectNames []string `json:"projectNames" norman:"type=array[reference[project]],noupdate"`
MultiClusterAppName string `json:"multiClusterAppName,omitempty" norman:"type=reference[multiClusterApp]"`
ProviderName string `json:"providerName,omitempty" norman:"type=reference[globalDnsProvider],required"`