diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-07-26 12:13:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-26 12:13:58 -0700 |
| commit | c02ecb1920f281c26dc84c879cc81ec32a10c733 (patch) | |
| tree | 41d2441a7d8fc7e54c88a598092539872171a8e6 | |
| parent | b7d51e591f03edb88955d6e0db9c08602ef0a76e (diff) | |
| parent | e34ba2931f50c4d0eecf9e0c078eff2871de544b (diff) | |
Merge pull request #3924 from nikhita/wg-ug-emeritus
generator: add emeritus leads to WG and UG template
| -rw-r--r-- | generator/ug_readme.tmpl | 7 | ||||
| -rw-r--r-- | generator/wg_readme.tmpl | 7 | ||||
| -rw-r--r-- | wg-multitenancy/README.md | 4 |
3 files changed, 18 insertions, 0 deletions
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 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) |
