(node wfv1.NodeStatus)
| 53 | } |
| 54 | |
| 55 | func (woc *wfOperationCtx) nodePodExist(node wfv1.NodeStatus) bool { |
| 56 | _, podExist, _ := woc.podExists(node.ID) |
| 57 | return podExist |
| 58 | } |
| 59 | |
| 60 | func (woc *wfOperationCtx) countNodes(counter counter) int64 { |
| 61 | count := 0 |