EXPAND ALL
  • Home

pod_name_to_start_time

Gets the start time (in nanosecond unix time format) of a pod from its name.

Returns: TIME64NS

The start time (as an integer) for the Pod name passed in.

Arguments

VariableTypeDescription
pod_nameSTRINGThe name of the Pod to get the start time for.

Examples:

df.pod_start_time = px.pod_name_to_start_time(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.