1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 07:52:41 +00:00

Change CloudFlare proxySetting parameter to bool

This commit is contained in:
Prachi Damle
2019-04-26 11:48:53 -07:00
committed by Alena Prokharchyk
parent 2fad56290d
commit e4b70ce5a2

View File

@@ -63,7 +63,7 @@ type Route53ProviderConfig struct {
type CloudflareProviderConfig struct {
APIKey string `json:"apiKey" norman:"notnullable,required,minLength=1,type=password"`
APIEmail string `json:"apiEmail" norman:"notnullable,required,minLength=1"`
ProxySetting string `json:"proxySetting" norman:"default=true"`
ProxySetting *bool `json:"proxySetting" norman:"default=true"`
}
type UpdateGlobalDNSTargetsInput struct {