1
0
mirror of https://github.com/rancher/types.git synced 2025-09-26 12:42:59 +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 c8892470dd
commit 2058683451

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 {