Skip to content

Slot: namespace

When deploying to Kubernetes, the namespace the manifest is added under. The namespace is chosen by the workload orchestration solution vendor.

URI: https://specification.margo.org/data-model/namespace Alias: namespace

Applicable Classes

Name Description Modifies Slot
DeploymentMetadata Metadata associated with the desired state no

Properties

Type and Range

Property Value
Range string
Domain Of DeploymentMetadata

Cardinality and Requirements

Property Value
Required Yes
### Slot Characteristics
Property Value
Owner DeploymentMetadata

LinkML Source

name: namespace
description: When deploying to Kubernetes, the namespace the manifest is added under.
  The namespace is chosen by the workload orchestration solution vendor.
from_schema: https://specification.margo.org/data-model
alias: namespace
owner: DeploymentMetadata
domain_of:
- DeploymentMetadata
range: string
required: true