Regenerate files

This commit is contained in:
James Munnelly 2017-10-13 12:35:33 +01:00
parent 187e91f9ae
commit ae1173dcec

View File

@ -557,8 +557,8 @@ func (in *CertificateList) DeepCopyObject() runtime.Object {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CertificateSpec) DeepCopyInto(out *CertificateSpec) {
*out = *in
if in.Domains != nil {
in, out := &in.Domains, &out.Domains
if in.AltNames != nil {
in, out := &in.AltNames, &out.AltNames
*out = make([]string, len(*in))
copy(*out, *in)
}