mirror of
https://github.com/rancher/types.git
synced 2025-07-16 06:25:50 +00:00
Required tag on glboal dns provider
This commit is contained in:
parent
53be67a82d
commit
cfc0a19cd5
@ -48,8 +48,8 @@ type GlobalDNSProviderSpec struct {
|
||||
|
||||
type Route53ProviderConfig struct {
|
||||
RootDomain string `json:"rootDomain" norman:"required"`
|
||||
AccessKey string `json:"accessKey"`
|
||||
SecretKey string `json:"secretKey" norman:"type=password"`
|
||||
AccessKey string `json:"accessKey" norman:"required"`
|
||||
SecretKey string `json:"secretKey" norman:"required,type=password"`
|
||||
}
|
||||
|
||||
type CloudflareProviderConfig struct {
|
||||
|
Loading…
Reference in New Issue
Block a user