mirror of
https://github.com/rancher/types.git
synced 2025-08-31 12:48:45 +00:00
Generated Changes
This commit is contained in:
committed by
Alena Prokharchyk
parent
e4b70ce5a2
commit
39c68c3e58
@@ -961,6 +961,11 @@ func (in *CloudProvider) DeepCopy() *CloudProvider {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *CloudflareProviderConfig) DeepCopyInto(out *CloudflareProviderConfig) {
|
||||
*out = *in
|
||||
if in.ProxySetting != nil {
|
||||
in, out := &in.ProxySetting, &out.ProxySetting
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
@@ -2974,7 +2979,7 @@ func (in *GlobalDNSProviderSpec) DeepCopyInto(out *GlobalDNSProviderSpec) {
|
||||
if in.CloudflareProviderConfig != nil {
|
||||
in, out := &in.CloudflareProviderConfig, &out.CloudflareProviderConfig
|
||||
*out = new(CloudflareProviderConfig)
|
||||
**out = **in
|
||||
(*in).DeepCopyInto(*out)
|
||||
}
|
||||
if in.AlidnsProviderConfig != nil {
|
||||
in, out := &in.AlidnsProviderConfig, &out.AlidnsProviderConfig
|
||||
|
@@ -10,5 +10,5 @@ const (
|
||||
type CloudflareProviderConfig struct {
|
||||
APIEmail string `json:"apiEmail,omitempty" yaml:"apiEmail,omitempty"`
|
||||
APIKey string `json:"apiKey,omitempty" yaml:"apiKey,omitempty"`
|
||||
ProxySetting string `json:"proxySetting,omitempty" yaml:"proxySetting,omitempty"`
|
||||
ProxySetting *bool `json:"proxySetting,omitempty" yaml:"proxySetting,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user