NSX-T Data Center REST API
PolicyGroupKubernetesIngressNamespace (type)
{ "additionalProperties": false, "description": "Details of the kubernetes namespace members belonging to a Group", "id": "PolicyGroupKubernetesIngressNamespace", "module_id": "PolicyGroupRealization", "properties": { "display_name": { "readonly": true, "required": true, "title": "The name of kubernetes namespace", "type": "string" }, "external_id": { "readonly": true, "required": true, "title": "The id of kubernetes namespace", "type": "string" }, "kubernetes_ingresses": { "items": { "$ref": "PolicyKubernetesIngress }, "required": true, "type": "array" } }, "title": "Kubernetes namespace member details", "type": "object" }