Fixup apiserver proxy to be namespace aware

This commit is contained in:
derekwaynecarr
2014-10-17 15:08:24 -04:00
parent d5377e4a39
commit 5e01c804fd
2 changed files with 10 additions and 1 deletions

View File

@@ -116,6 +116,8 @@ The k8s API server will associate a resource with a *Namespace* if not populated
of the incoming request. If the *Namespace* of the resource being created, or updated does not match the *Namespace* on the request,
then the k8s API server will reject the request.
TODO: Update to discuss k8s api server proxy patterns
## k8s storage
A namespace provides a unique identifier space and therefore must be in the storage path of a resource.