Switch debugger configuration fields to pointers
Kubernetes-commit: 81efef4695a0f80100a55c4ed29c907aa53803e4
This commit is contained in:
parent
b7e039e38e
commit
34ae87d2af
|
|
@ -194,7 +194,7 @@ func (in *GenericControllerManagerConfiguration) DeepCopyInto(out *GenericContro
|
|||
*out = make([]string, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
out.Debugging = in.Debugging
|
||||
in.Debugging.DeepCopyInto(&out.Debugging)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue