summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)