1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

Generated Code

This commit is contained in:
Nathan Jenan
2018-10-02 16:12:24 -07:00
committed by Craig Jellick
parent 3ed3d02742
commit 52df5bbb83
2 changed files with 34 additions and 23 deletions

View File

@@ -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
}