Cloud.K8S.Namespace
Cloud.K8S.Namespace
Request schema for provisioning of Kubernetes namespace resource
JSON Example
{
"constraints": [
{
"tag": "string"
}
],
"description": "string",
"name": "string"
}
array of object
constraints
Optional
To target the correct resources, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
string
description
Optional
An optional description of this Kubernetes namespace.
string As [a-z0-9]([-a-z0-9]*[a-z0-9])?
name
Required
A name for this Kubernetes namespace. Must match regex [a-z0-9]([-a-z0-9]*[a-z0-9])?