summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-07-26 12:13:58 -0700
committerGitHub <noreply@github.com>2019-07-26 12:13:58 -0700
commitc02ecb1920f281c26dc84c879cc81ec32a10c733 (patch)
tree41d2441a7d8fc7e54c88a598092539872171a8e6
parentb7d51e591f03edb88955d6e0db9c08602ef0a76e (diff)
parente34ba2931f50c4d0eecf9e0c078eff2871de544b (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.tmpl7
-rw-r--r--generator/wg_readme.tmpl7
-rw-r--r--wg-multitenancy/README.md4
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)