sig-auth: add HNC subproject

This commit is contained in:
Nikhita Raghunath 2021-03-23 08:59:46 +05:30
parent eafc1d390d
commit f44ffecb11
2 changed files with 9 additions and 0 deletions

View File

@ -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:**

View File

@ -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