diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-22 00:58:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-22 00:58:16 -0700 |
| commit | 6f3fe616b00f4f9caa89f72278565631cb38ab42 (patch) | |
| tree | 592f32f2eaf44c52962367e522b922f35c538ab7 | |
| parent | 7f6b0c35f14e6a6b9ba479e9038b1611f18be753 (diff) | |
| parent | ba8d7690cf44768c3889bcdd30524de37858630f (diff) | |
Merge pull request #3415 from nikhita/sig-auth-multi-tenancy
Add multi-tenancy subproject to sig-auth
| -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 e3965335..f783eede 100644 --- a/sig-auth/README.md +++ b/sig-auth/README.md @@ -128,6 +128,10 @@ The following subprojects are owned by sig-auth: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/token/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/serviceaccount/OWNERS +- **multi-tenancy** + - Description: Proposals and prototypes for introducing tenant model to enable multi-tenant cluster + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/multi-tenancy/master/OWNERS ## GitHub Teams @@ -449,6 +449,11 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/token/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/serviceaccount/OWNERS + - name: multi-tenancy + description: > + Proposals and prototypes for introducing tenant model to enable multi-tenant cluster + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/multi-tenancy/master/OWNERS - name: Autoscaling dir: sig-autoscaling mission_statement: > |
