EXPAND ALL
  • Home

deployment_name_to_namespace

Gets the namespace of a Deployment from its name.

Returns: STRING

The namespace for the Deployment name passed in.

Arguments

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

Examples:

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