mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
Global dns fields not nullable
This commit is contained in:
@@ -54,6 +54,6 @@ type Route53ProviderConfig struct {
|
||||
|
||||
type CloudflareProviderConfig struct {
|
||||
RootDomain string `json:"rootDomain" norman:"required"`
|
||||
APIKey string `json:"apiKey" norman:"required,type=password"`
|
||||
APIEmail string `json:"apiEmail" norman:"required"`
|
||||
APIKey string `json:"apiKey" norman:"notnullable,required,type=password"`
|
||||
APIEmail string `json:"apiEmail" norman:"notnullable,required"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user