mirror of
https://github.com/rancher/types.git
synced 2025-09-12 13:03:45 +00:00
Generated changes
This commit is contained in:
committed by
Alena Prokharchyk
parent
2deb66b6fb
commit
1563e7864c
@@ -659,6 +659,27 @@ func (in *CatalogList) DeepCopyObject() runtime.Object {
|
||||
return nil
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *CatalogRefresh) DeepCopyInto(out *CatalogRefresh) {
|
||||
*out = *in
|
||||
if in.Catalogs != nil {
|
||||
in, out := &in.Catalogs, &out.Catalogs
|
||||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CatalogRefresh.
|
||||
func (in *CatalogRefresh) DeepCopy() *CatalogRefresh {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(CatalogRefresh)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *CatalogSpec) DeepCopyInto(out *CatalogSpec) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user