diff --git a/apis/management.cattle.io/v3/globaldns_types.go b/apis/management.cattle.io/v3/globaldns_types.go index 0ceae535..2368b36f 100644 --- a/apis/management.cattle.io/v3/globaldns_types.go +++ b/apis/management.cattle.io/v3/globaldns_types.go @@ -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"` }