EXPAND ALL
  • Home

deployment_name_to_deployment_id

Gets the Kubernetes Deployment ID for the Deployment name.If the given name doesn't have an associated Kubernetes Deployment, this function returns an empty string

Returns: STRING

The Kubernetes Deployment ID for the name passed in.

Arguments

VariableTypeDescription
deployment_nameSTRINGThe name of the Deployment to get the ID for. The name includes the namespace of the Deployment. i.e. "ns/deployment_name"

Examples:

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