MCPcopy 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
386func IsPodTerminating(pod *corev1.Pod) bool {
387 return pod.DeletionTimestamp != nil || strings.Contains(pod.Status.Reason, "Evicted")
388}

Callers 7

SelectPodMethod · 0.92
SelectContainerMethod · 0.92
IsContainerRunningFunction · 0.92
isPodWaitingFunction · 0.92
isContainerWaitingFunction · 0.92
isWaitConditionTrueFunction · 0.92
selector.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected