diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-03-22 22:31:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-22 22:31:36 -0700 |
| commit | df6f4fd5ca227bd47d6993af0652a0bcadf15bd0 (patch) | |
| tree | 4e6f799f84d7b33a8044e92c954e0f64bbb45bee | |
| parent | eafc1d390da2afe9280ac3cfd9eee9a212e34d43 (diff) | |
| parent | f44ffecb11918e6f4e705089a7535e7605a030d4 (diff) | |
Merge pull request #5550 from nikhita/hierarchical-namespaces
sig-auth: add HNC subproject
| -rw-r--r-- | sig-auth/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sig-auth/README.md b/sig-auth/README.md index 650779b8..f25a76ab 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -115,6 +115,10 @@ API storage support for storing data encrypted at rest in etcd. - **Owners:** - [kubernetes/kubernetes/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS) - [kubernetes/kubernetes/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/OWNERS) +### hierarchical-namespace-controller +Controller to manage hierarchical namespaces +- **Owners:** + - [kubernetes-sigs/hierarchical-namespaces](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/OWNERS) ### multi-tenancy Proposals and prototypes for introducing tenant model to enable multi-tenant cluster - **Owners:** @@ -499,6 +499,11 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/OWNERS + - name: hierarchical-namespace-controller + description: | + Controller to manage hierarchical namespaces + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/hierarchical-namespaces/master/OWNERS - name: multi-tenancy description: | Proposals and prototypes for introducing tenant model to enable multi-tenant cluster |
