Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ IsPodTerminating
Function
IsPodTerminating
pkg/devspace/kubectl/selector/selector.go:386–388 ·
view source on GitHub ↗
(pod *corev1.Pod)
Source
from the content-addressed store, hash-verified
384
}
385
386
func
IsPodTerminating(pod *corev1.Pod) bool {
387
return
pod.DeletionTimestamp != nil || strings.Contains(pod.Status.Reason,
"Evicted"
)
388
}
Callers
7
SelectPod
Method · 0.92
SelectContainer
Method · 0.92
IsContainerRunning
Function · 0.92
isPodWaiting
Function · 0.92
isContainerWaiting
Function · 0.92
isWaitConditionTrue
Function · 0.92
selector.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected