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:
parent
6370ec9f4e
commit
5e88ec40a3
@ -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"`
|
||||
|
Loading…
Reference in New Issue
Block a user