Namespaces
Start watching a namespace
Start watching a Kubernetes namespace for services to forward
post/v1/namespaces
Request body
Example request
{
"namespace": "staging",
"context": "minikube",
"selector": "app=myapp"
}Response
Namespace watcher started
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}