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