EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the namespace of a Deployment from its name.
The namespace 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.namespace = px.deployment_name_to_namespace(deployment_name)