fix the wrong link to OWNERS
This commit is contained in:
parent
bad95e7723
commit
322263cbad
|
@ -30,9 +30,9 @@ Covers networking in Kubernetes.
|
|||
The following subprojects are owned by sig-network:
|
||||
- **services**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/proxy/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/controller/endpoint/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/controller/service/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/proxy/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/endpoint/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/service/OWNERS
|
||||
- **kube-dns**
|
||||
- Owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS
|
||||
|
|
|
@ -936,9 +936,9 @@ sigs:
|
|||
subprojects:
|
||||
- name: services
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/proxy/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/controller/endpoint/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/controller/service/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/proxy/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/endpoint/OWNERS
|
||||
- https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/service/OWNERS
|
||||
- name: kube-dns
|
||||
owners:
|
||||
- https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS
|
||||
|
|
Loading…
Reference in New Issue