EXPAND ALL
  • Home

pod_name_to_owner_references

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.

Returns: STRING

The k8s owner references for the Pod name passed in.

Arguments

VariableTypeDescription
pod_nameSTRINGThe Pod name of the Pod to get service ID for.

Examples:

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