Kubernetes
List available Kubernetes namespaces
Returns all namespaces available in the Kubernetes cluster
get/v1/kubernetes/namespaces
Response
List of K8s namespaces
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}