1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00

Updated generated code

This commit is contained in:
Ewout Prangsma 2018-04-20 13:34:54 +02:00
parent 426ffc171e
commit c069420ad9
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -411,6 +411,15 @@ func (in *ExternalAccessSpec) DeepCopyInto(out *ExternalAccessSpec) {
**out = **in
}
}
if in.LoadBalancerIP != nil {
in, out := &in.LoadBalancerIP, &out.LoadBalancerIP
if *in == nil {
*out = nil
} else {
*out = new(string)
**out = **in
}
}
return
}