Class K8sIncubatingAttributes.K8sPodStatusPhaseIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.K8sIncubatingAttributes.K8sPodStatusPhaseIncubatingValues
- Enclosing class:
K8sIncubatingAttributes
Values for
K8sIncubatingAttributes.K8S_POD_STATUS_PHASE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAll containers in the pod have terminated, and at least one container has terminated in a failure (exited with a non-zero exit code or was stopped by the system).static final StringThe pod has been accepted by the system, but one or more of the containers has not been started.static final StringThe pod has been bound to a node and all of the containers have been started.static final StringAll containers in the pod have voluntarily terminated with a container exit code of 0, and the system is not going to restart any of these containers.static final StringFor some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. -
Method Summary
-
Field Details
-
PENDING
The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being bound to a node, as well as time spent pulling images onto the host.- See Also:
-
RUNNING
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.- See Also:
-
SUCCEEDED
All containers in the pod have voluntarily terminated with a container exit code of 0, and the system is not going to restart any of these containers.- See Also:
-
FAILED
All containers in the pod have terminated, and at least one container has terminated in a failure (exited with a non-zero exit code or was stopped by the system).- See Also:
-
UNKNOWN
For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod.- See Also:
-