1
0
mirror of https://github.com/rancher/types.git synced 2025-09-12 13:03:45 +00:00

Generated changes

This commit is contained in:
Dan Ramich
2019-10-23 09:59:43 -07:00
committed by Alena Prokharchyk
parent 2deb66b6fb
commit 1563e7864c
5 changed files with 61 additions and 24 deletions

View File

@@ -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