mirror of
https://github.com/rancher/types.git
synced 2025-09-17 23:38:20 +00:00
Generated Code
This commit is contained in:
committed by
Craig Jellick
parent
3ed3d02742
commit
52df5bbb83
@@ -188,6 +188,15 @@ func (in *AmazonElasticContainerServiceConfig) DeepCopyInto(out *AmazonElasticCo
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
if in.AssociateWorkerNodePublicIP != nil {
|
||||
in, out := &in.AssociateWorkerNodePublicIP, &out.AssociateWorkerNodePublicIP
|
||||
if *in == nil {
|
||||
*out = nil
|
||||
} else {
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user