Class K8sIncubatingAttributes.K8sPodStatusReasonIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.K8sIncubatingAttributes.K8sPodStatusReasonIncubatingValues
- Enclosing class:
K8sIncubatingAttributes
Values for
K8sIncubatingAttributes.K8S_POD_STATUS_REASON.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe pod is evicted.static final StringThe pod is in a status because of its node affinitystatic final StringThe reason on a pod when its state cannot be confirmed as kubelet is unresponsive on the node it is (was) running.static final StringThe node is shutdownstatic final StringThe pod was rejected admission to the node because of an error during admission that could not be categorized. -
Method Summary
-
Field Details
-
EVICTED
The pod is evicted.- See Also:
-
NODE_AFFINITY
The pod is in a status because of its node affinity- See Also:
-
NODE_LOST
The reason on a pod when its state cannot be confirmed as kubelet is unresponsive on the node it is (was) running.- See Also:
-
SHUTDOWN
The node is shutdown- See Also:
-
UNEXPECTED_ADMISSION_ERROR
The pod was rejected admission to the node because of an error during admission that could not be categorized.- See Also:
-