EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the stop time (in nanosecond unix time format) of a Deployment from its name.
The stop 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_stop_time = px.deployment_name_to_stop_time(deployment_name)