Add maintainer-tools subproject
Signed-off-by: Bob Killen <bkillen@linuxfoundation.org>
This commit is contained in:
parent
9d017dd170
commit
60231cd8ed
|
@ -106,6 +106,10 @@ Snooping on the Kubernetes OpenAPI communications
|
||||||
- [kubernetes/enhancements](https://github.com/kubernetes/enhancements/blob/master/OWNERS)
|
- [kubernetes/enhancements](https://github.com/kubernetes/enhancements/blob/master/OWNERS)
|
||||||
- **Contact:**
|
- **Contact:**
|
||||||
- Slack: [#enhancements](https://kubernetes.slack.com/messages/enhancements)
|
- Slack: [#enhancements](https://kubernetes.slack.com/messages/enhancements)
|
||||||
|
### maintainer-tools
|
||||||
|
Tooling based on Deep Learning tools to help maintainers to maintain the Kubernetes project.
|
||||||
|
- **Owners:**
|
||||||
|
- [kubernetes-sigs/maintainer-tools/heads/main](https://github.com/kubernetes-sigs/maintainer-tools/blob/refs/heads/main/OWNERS)
|
||||||
### production-readiness
|
### production-readiness
|
||||||
[Described below](#production-readiness-1)
|
[Described below](#production-readiness-1)
|
||||||
- **Owners:**
|
- **Owners:**
|
||||||
|
|
|
@ -407,6 +407,11 @@ sigs:
|
||||||
slack: enhancements
|
slack: enhancements
|
||||||
owners:
|
owners:
|
||||||
- https://raw.githubusercontent.com/kubernetes/enhancements/master/OWNERS
|
- https://raw.githubusercontent.com/kubernetes/enhancements/master/OWNERS
|
||||||
|
- name: maintainer-tools
|
||||||
|
description: Tooling based on Deep Learning tools to help maintainers to maintain
|
||||||
|
the Kubernetes project.
|
||||||
|
owners:
|
||||||
|
- https://raw.githubusercontent.com/kubernetes-sigs/maintainer-tools/refs/heads/main/OWNERS
|
||||||
- name: production-readiness
|
- name: production-readiness
|
||||||
description: '[Described below](#production-readiness-1)'
|
description: '[Described below](#production-readiness-1)'
|
||||||
contact:
|
contact:
|
||||||
|
|
Loading…
Reference in New Issue