EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the start time (in nanosecond unix time format) of a pod from its name.
The start time (as an integer) for the Pod name passed in.
Variable | Type | Description |
---|---|---|
pod_name | STRING | The name of the Pod to get the start time for. |
df.pod_start_time = px.pod_name_to_start_time(df.pod_name)