1
0
mirror of https://github.com/rancher/types.git synced 2025-09-25 12:21:24 +00:00

go generate

This commit is contained in:
galal-hussein
2019-02-08 21:29:29 +02:00
committed by Alena Prokharchyk
parent 05c0a0a7a9
commit 676e9776a2
3 changed files with 31 additions and 4 deletions

View File

@@ -7265,6 +7265,22 @@ func (in *RotateCertificateInput) DeepCopy() *RotateCertificateInput {
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *RotateCertificateOutput) DeepCopyInto(out *RotateCertificateOutput) {
*out = *in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RotateCertificateOutput.
func (in *RotateCertificateOutput) DeepCopy() *RotateCertificateOutput {
if in == nil {
return nil
}
out := new(RotateCertificateOutput)
in.DeepCopyInto(out)
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *RotateCertificates) DeepCopyInto(out *RotateCertificates) {
*out = *in