Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasPodReadyCondition (0.3 sec)

  1. pkg/printers/internalversion/printers.go

    				readyContainers++
    			}
    		}
    
    		// change pod status back to "Running" if there is at least one container still reporting as "Running" status
    		if reason == "Completed" && hasRunning {
    			if hasPodReadyCondition(pod.Status.Conditions) {
    				reason = "Running"
    			} else {
    				reason = "NotReady"
    			}
    		}
    	}
    
    	if pod.DeletionTimestamp != nil && pod.Status.Reason == node.NodeUnreachablePodReason {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top