1
0
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:
Alena Prokharchyk 2019-01-28 19:51:45 -08:00
parent 53be67a82d
commit cfc0a19cd5

View File

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