EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the Kubernetes Deployment Name for the Deployment ID.If the given ID doesn't have an associated Kubernetes Deployment, this function returns an empty string
The Kubernetes Deployment Name for the ID passed in.
Variable | Type | Description |
---|---|---|
deployment_id | STRING | The ID of the Deployment to get the name for. |
df.deployment_name = px.deployment_id_to_deployment_name(deployment_id)