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:
committed by
Alena Prokharchyk
parent
2fad56290d
commit
e4b70ce5a2
@@ -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 {
|
||||
|
Reference in New Issue
Block a user