EXPAND ALL
  • Home

pod_id_to_pod_name

Gets the kubernetes name for the pod from its pod ID.

Returns: STRING

The k8s pod name for the pod ID passed in.

Arguments

VariableTypeDescription
pod_idSTRINGThe pod ID of the pod to get the name for.

Examples:

df.pod_name = px.pod_id_to_pod_name(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.