mirror of
https://github.com/rancher/types.git
synced 2025-09-25 12:21:24 +00:00
go generate
This commit is contained in:
committed by
Alena Prokharchyk
parent
05c0a0a7a9
commit
676e9776a2
@@ -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
|
||||
|
Reference in New Issue
Block a user