1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-29 08:47:53 +00:00

go generate

This commit is contained in:
kinarashah 2020-11-02 10:04:55 -08:00
parent 9215e6dcfa
commit aa0bf8abc0

View File

@ -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.
func (in *NodeUpgradeStrategy) DeepCopyInto(out *NodeUpgradeStrategy) {
*out = *in
if in.Drain != nil {
in, out := &in.Drain, &out.Drain
*out = new(bool)
**out = **in
}
if in.DrainInput != nil {
in, out := &in.DrainInput, &out.DrainInput
*out = new(NodeDrainInput)