From 720b9e96829bab25b4ee5587c10d5bc19c18add7 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Wed, 24 Jul 2019 20:35:10 +0530 Subject: generator: add emeritus leads to WG and UG template --- generator/ug_readme.tmpl | 7 +++++++ generator/wg_readme.tmpl | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/generator/ug_readme.tmpl b/generator/ug_readme.tmpl index e665f0e8..9ec0d4db 100644 --- a/generator/ug_readme.tmpl +++ b/generator/ug_readme.tmpl @@ -26,6 +26,13 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name} * {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}} {{- end }} {{- end }} +{{- if .Leadership.EmeritusLeads }} + +## Emeritus Organizers +{{ range .Leadership.EmeritusLeads }} +* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}} +{{- end }} +{{- end }} {{- end }} ## Contact diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl index ed3bb99f..e1c22df3 100644 --- a/generator/wg_readme.tmpl +++ b/generator/wg_readme.tmpl @@ -32,6 +32,13 @@ The [charter]({{.CharterLink}}) defines the scope and governance of the {{.Name} * {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}} {{- end }} {{- end }} +{{- if .Leadership.EmeritusLeads }} + +## Emeritus Organizers +{{ range .Leadership.EmeritusLeads }} +* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}} +{{- end }} +{{- end }} {{- end }} ## Contact -- cgit v1.2.3 From e34ba2931f50c4d0eecf9e0c078eff2871de544b Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Thu, 25 Jul 2019 21:15:25 +0530 Subject: wg-multitenancy: add emeritus leads to README --- wg-multitenancy/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wg-multitenancy/README.md b/wg-multitenancy/README.md index 6d387600..e0e601da 100644 --- a/wg-multitenancy/README.md +++ b/wg-multitenancy/README.md @@ -28,6 +28,10 @@ Define the models of multitenancy that Kubernetes will support. Discuss and exec * Sanjeev Rampal (**[@srampal](https://github.com/srampal)**), Cisco * Tasha Drew (**[@tashimi](https://github.com/tashimi)**), VMware +## Emeritus Organizers + +* David Oppenheimer (**[@davidopp](https://github.com/davidopp)**), Google + ## Contact * [Slack](https://kubernetes.slack.com/messages/wg-multitenancy) * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy) -- cgit v1.2.3