sig-auth: add HNC subproject
This commit is contained in:
parent
eafc1d390d
commit
f44ffecb11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue