EXPAND ALL
  • Home

deployment_id_to_deployment_name

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

Returns: STRING

The Kubernetes Deployment Name for the ID passed in.

Arguments

VariableTypeDescription
deployment_idSTRINGThe ID of the Deployment to get the name for.

Examples:

df.deployment_name = px.deployment_id_to_deployment_name(deployment_id)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.