mirror of
https://github.com/rancher/rke.git
synced 2025-06-29 08:47:53 +00:00
go generate
This commit is contained in:
parent
9215e6dcfa
commit
aa0bf8abc0
@ -1186,6 +1186,11 @@ func (in *NodeDrainInput) DeepCopy() *NodeDrainInput {
|
|||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
func (in *NodeUpgradeStrategy) DeepCopyInto(out *NodeUpgradeStrategy) {
|
func (in *NodeUpgradeStrategy) DeepCopyInto(out *NodeUpgradeStrategy) {
|
||||||
*out = *in
|
*out = *in
|
||||||
|
if in.Drain != nil {
|
||||||
|
in, out := &in.Drain, &out.Drain
|
||||||
|
*out = new(bool)
|
||||||
|
**out = **in
|
||||||
|
}
|
||||||
if in.DrainInput != nil {
|
if in.DrainInput != nil {
|
||||||
in, out := &in.DrainInput, &out.DrainInput
|
in, out := &in.DrainInput, &out.DrainInput
|
||||||
*out = new(NodeDrainInput)
|
*out = new(NodeDrainInput)
|
||||||
|
Loading…
Reference in New Issue
Block a user