MCPcopy
hub / github.com/argoproj/argo-workflows / getActivePods

Method getActivePods

workflow/controller/node_counters.go:43–45  ·  view source on GitHub ↗
(boundaryID string)

Source from the content-addressed store, hash-verified

41}
42
43func (woc *wfOperationCtx) getActivePods(boundaryID string) int64 {
44 return woc.countNodes(woc.getActivePodsCounter(boundaryID))
45}
46
47func (woc *wfOperationCtx) getActiveChildren(boundaryID string) int64 {
48 return woc.countNodes(getActiveChildrenCounter(boundaryID))

Callers 3

operateMethod · 0.95
checkParallelismMethod · 0.95
TestCountersFunction · 0.80

Calls 2

countNodesMethod · 0.95
getActivePodsCounterMethod · 0.95

Tested by 1

TestCountersFunction · 0.64