modify the field networkIsolate in workspace

Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
This commit is contained in:
Duan Jiong
2020-07-13 14:04:41 +08:00
parent 78159e9636
commit 7e8bef6bfd
5 changed files with 39 additions and 8 deletions

View File

@@ -146,7 +146,7 @@ func (in *Placement) DeepCopy() *Placement {
func (in *Template) DeepCopyInto(out *Template) {
*out = *in
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
out.Spec = in.Spec
in.Spec.DeepCopyInto(&out.Spec)
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Template.