VMware Tanzu · Schema
Tanzu Service Mesh Global Namespace
A Tanzu Service Mesh global namespace that connects workloads across multiple Kubernetes clusters and clouds into a single virtual network.
Cloud-NativeContainersEnterpriseKubernetesMulti-CloudService MeshVMware
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique global namespace identifier. |
| name | string | Global namespace name. |
| description | string | Description of the global namespace purpose. |
| domain_name | string | DNS domain used for inter-service communication within the namespace. |
| use_shared_gateway | boolean | Whether to use a shared ingress gateway. |
| mtls_enforced | boolean | Whether mutual TLS is enforced for all inter-service communication. |
| ca_type | string | Certificate authority type. |
| cluster_configs | array | Clusters and namespaces participating in this global namespace. |
| status | string | Current global namespace status. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vmware-tanzu/refs/heads/main/json-schema/vmware-tanzu-global-namespace-schema.json",
"title": "Tanzu Service Mesh Global Namespace",
"description": "A Tanzu Service Mesh global namespace that connects workloads across multiple Kubernetes clusters and clouds into a single virtual network.",
"type": "object",
"required": ["id", "name"],
"properties": {
"id": {
"type": "string",
"description": "Unique global namespace identifier."
},
"name": {
"type": "string",
"description": "Global namespace name."
},
"description": {
"type": "string",
"description": "Description of the global namespace purpose."
},
"domain_name": {
"type": "string",
"description": "DNS domain used for inter-service communication within the namespace."
},
"use_shared_gateway": {
"type": "boolean",
"description": "Whether to use a shared ingress gateway."
},
"mtls_enforced": {
"type": "boolean",
"description": "Whether mutual TLS is enforced for all inter-service communication."
},
"ca_type": {
"type": "string",
"description": "Certificate authority type.",
"enum": ["PreExistingCA", "GeneratedCA"]
},
"cluster_configs": {
"type": "array",
"description": "Clusters and namespaces participating in this global namespace.",
"items": {
"$ref": "#/$defs/ClusterConfig"
}
},
"status": {
"type": "string",
"description": "Current global namespace status.",
"enum": ["READY", "PENDING", "ERROR"]
}
},
"$defs": {
"ClusterConfig": {
"type": "object",
"description": "A cluster participating in a global namespace.",
"required": ["cluster_name"],
"properties": {
"cluster_name": {
"type": "string",
"description": "Name of the participating cluster."
},
"namespaces": {
"type": "array",
"items": {
"type": "string"
},
"description": "Kubernetes namespaces from this cluster included in the global namespace."
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vmware-tanzu-global-namespace"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.