EXPAND ALL
  • Home

upid_to_pod_qos

Gets the Kubernetes QOS class for the pod the given Unique Process ID (UPID) is running on. The QOS Class is one of "Guaranteed", "Burstable", or "BestEffort". See https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/ for more info.

Returns: STRING

The Kubernetes Pod QOS class for the UPID passed in.

Arguments

VariableTypeDescription
upidUINT128The UPID to get the Pod QOS class for.

Examples:

df.pod_qos = px.upid_to_pod_qos(df.upid)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.