EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the owner references for the pod. If there is no owner references associated to this pod, then this function returns an empty string.
The k8s owner references for the Pod ID passed in.
Variable | Type | Description |
---|---|---|
pod_id | STRING | The Pod ID of the Pod to get owner references for. |
df.owner_references = px.pod_id_to_owner_references(df.pod_id)