Merge pull request #3415 from nikhita/sig-auth-multi-tenancy
Add multi-tenancy subproject to sig-auth
This commit is contained in:
		
						commit
						6f3fe616b0
					
				|  | @ -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/kubelet/token/OWNERS | ||||||
|     - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS |     - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS | ||||||
|     - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/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 | ## 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/kubelet/token/OWNERS | ||||||
|       - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS |       - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS | ||||||
|       - https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/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 |   - name: Autoscaling | ||||||
|     dir: sig-autoscaling |     dir: sig-autoscaling | ||||||
|     mission_statement: > |     mission_statement: > | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue