EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
The Kubernetes Pod QOS class for the UPID passed in.
Variable | Type | Description |
---|---|---|
upid | UINT128 | The UPID to get the Pod QOS class for. |
df.pod_qos = px.upid_to_pod_qos(df.upid)