devlopment branch (#1736)
This commit is contained in:
@@ -56,7 +56,7 @@ func (in *Workspace) DeepCopyObject() runtime.Object {
|
||||
func (in *WorkspaceList) DeepCopyInto(out *WorkspaceList) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
out.ListMeta = in.ListMeta
|
||||
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]Workspace, len(*in))
|
||||
|
||||
Reference in New Issue
Block a user