Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 71 of 71 for PodRunning (0.12 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// pulling images onto the host.
    	PodPending PodPhase = "Pending"
    	// PodRunning means the pod has been bound to a node and all of the containers have been started.
    	// At least one container is still running or is in the process of being restarted.
    	PodRunning PodPhase = "Running"
    	// PodSucceeded means that all containers in the pod have voluntarily terminated
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top