EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the start time (in nanosecond unix time format) of a Deployment from its name.
The start time (as an integer) for the Deployment name passed in.
Variable | Type | Description |
---|---|---|
deployment_name | STRING | The name of the Deployment to get the name for. The name includes the namespace of the Deployment. i.e. "ns/deployment_name" |
df.deployment_start_time = px.deployment_id_to_start_time(deployment_name)