EXPAND ALL
  • Home

pod_id_to_owner_references

Gets the owner references for the pod. If there is no owner references associated to this pod, then this function returns an empty string.

Returns: STRING

The k8s owner references for the Pod ID passed in.

Arguments

VariableTypeDescription
pod_idSTRINGThe Pod ID of the Pod to get owner references for.

Examples:

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