Merge pull request #7022 from nikhita/windows-service-proxy
sig-windows: add windows-service-proxy repo
This commit is contained in:
commit
580adf6d84
|
@ -65,6 +65,9 @@ The following [subprojects][subproject-definition] are owned by sig-windows:
|
||||||
### windows-samples
|
### windows-samples
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- [kubernetes-sigs/sig-windows-samples](https://github.com/kubernetes-sigs/sig-windows-samples/blob/master/OWNERS)
|
- [kubernetes-sigs/sig-windows-samples](https://github.com/kubernetes-sigs/sig-windows-samples/blob/master/OWNERS)
|
||||||
|
### windows-service-proxy
|
||||||
|
- **Owners:**
|
||||||
|
- [kubernetes-sigs/windows-service-proxy](https://github.com/kubernetes-sigs/windows-service-proxy/blob/main/OWNERS)
|
||||||
### windows-testing
|
### windows-testing
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
- [kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing/blob/master/OWNERS)
|
- [kubernetes-sigs/windows-testing](https://github.com/kubernetes-sigs/windows-testing/blob/master/OWNERS)
|
||||||
|
|
|
@ -2972,6 +2972,9 @@ sigs:
|
||||||
- name: windows-samples
|
- name: windows-samples
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-samples/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-samples/master/OWNERS
|
||||||
|
- name: windows-service-proxy
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/windows-service-proxy/main/OWNERS
|
||||||
- name: windows-testing
|
- name: windows-testing
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS
|
||||||
|
|
Loading…
Reference in New Issue