diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-02-03 05:57:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-03 05:57:45 -0800 |
| commit | 43d917981c2744cd4323533cd83e0476e29c3d0b (patch) | |
| tree | 21c67a64432fdbc0558e8870f612e0ec0ae1823e | |
| parent | 902d26a5696dde9cf534bebe1f1e31d850f0e74a (diff) | |
| parent | 09ad92d62474a02da27381fefdea3c7acd78e244 (diff) | |
Merge pull request #6304 from alexander-demichev/patch-1
Add CAPI Operator to sigs.yaml
| -rw-r--r-- | sig-cluster-lifecycle/README.md | 5 | ||||
| -rw-r--r-- | sigs.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index c1040c75..59fc41d1 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -67,6 +67,11 @@ The following [subprojects][subproject-definition] are owned by sig-cluster-life - Cluster API office hours: [Wednesdays at 10:00 PT (Pacific Time)](https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1LdooNTbb9PZMFWy3_F-XAsl7Og5F2lvG3tCgQvoB5e4/edit). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). +### cluster-api-operator +- **Owners:** + - [kubernetes-sigs/cluster-api-operator](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/OWNERS) +- **Contact:** + - Slack: [#cluster-api-operator](https://kubernetes.slack.com/messages/cluster-api-operator) ### cluster-api-provider-aws - **Owners:** - [kubernetes-sigs/cluster-api-provider-aws](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/master/OWNERS) @@ -1013,6 +1013,11 @@ sigs: url: https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09 archive_url: https://docs.google.com/document/d/1LdooNTbb9PZMFWy3_F-XAsl7Og5F2lvG3tCgQvoB5e4/edit recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 + - name: cluster-api-operator + contact: + slack: cluster-api-operator + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-operator/main/OWNERS - name: cluster-api-provider-aws owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS |
