summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Liggitt <jliggitt@redhat.com>2018-02-09 16:41:38 -0500
committerJordan Liggitt <jliggitt@redhat.com>2018-02-09 16:41:38 -0500
commit92da9d849fb9ad186e38fe135f642c0ab58a23cb (patch)
tree183e8a34fbd5c7e35f33de8b0791efcc41440fab
parentba9d129ddcb8db7e0b356f6122ccebe010b9d998 (diff)
Update sig-auth leads
-rw-r--r--OWNERS_ALIASES2
-rw-r--r--generator/app.go1
-rw-r--r--generator/sig_readme.tmpl7
-rw-r--r--sig-auth/README.md6
-rw-r--r--sig-list.md2
-rw-r--r--sigs.yaml9
6 files changed, 23 insertions, 4 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES
index e299a7ec..ee0dfa80 100644
--- a/OWNERS_ALIASES
+++ b/OWNERS_ALIASES
@@ -12,7 +12,7 @@ aliases:
sig-auth-leads:
- ericchiang
- liggitt
- - deads2k
+ - tallclair
sig-autoscaling-leads:
- mwielgus
- directxman12
diff --git a/generator/app.go b/generator/app.go
index c2d0d448..4e3abd2d 100644
--- a/generator/app.go
+++ b/generator/app.go
@@ -98,6 +98,7 @@ type Group struct {
MissionStatement string `yaml:"mission_statement"`
Label string
Leads []Lead
+ EmeritusLeads []Lead `yaml:"emeritus_leads"`
Meetings []Meeting
Contact Contact
Subprojects []Subproject
diff --git a/generator/sig_readme.tmpl b/generator/sig_readme.tmpl
index 87ae31ca..95419750 100644
--- a/generator/sig_readme.tmpl
+++ b/generator/sig_readme.tmpl
@@ -18,6 +18,13 @@
{{- range .Leads }}
* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
{{- end }}
+{{- if .EmeritusLeads }}
+
+## Emeritus Leads
+{{- range .EmeritusLeads }}
+* {{.Name}} (**[@{{.GitHub}}](https://github.com/{{.GitHub}})**){{if .Company}}, {{.Company}}{{end}}
+{{- end }}
+{{- end }}
## Contact
* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})
diff --git a/sig-auth/README.md b/sig-auth/README.md
index 921e9e5b..a74b2110 100644
--- a/sig-auth/README.md
+++ b/sig-auth/README.md
@@ -13,11 +13,15 @@ Covers improvements to Kubernetes authorization, authentication, and cluster sec
## Meetings
* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time)](https://zoom.us/my/k8s.sig.auth) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#).
- * [Meeting recordings](https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw).
+ * [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw).
## Leads
* Eric Chiang (**[@ericchiang](https://github.com/ericchiang)**), CoreOS
* Jordan Liggitt (**[@liggitt](https://github.com/liggitt)**), Red Hat
+* Tim Allclair (**[@tallclair](https://github.com/tallclair)**), Google
+
+## Emeritus Leads
+* Eric Tune (**[@erictune](https://github.com/erictune)**), Google
* David Eads (**[@deads2k](https://github.com/deads2k)**), Red Hat
## Contact
diff --git a/sig-list.md b/sig-list.md
index 4bf8b222..d2be2613 100644
--- a/sig-list.md
+++ b/sig-list.md
@@ -25,7 +25,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|[API Machinery](sig-api-machinery/README.md)|api-machinery|* [Daniel Smith](https://github.com/lavalamp), Google<br>* [David Eads](https://github.com/deads2k), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-api-machinery)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/apimachinery)<br>
|[Apps](sig-apps/README.md)|apps|* [Matt Farina](https://github.com/mattfarina), Samsung SDS<br>* [Adnan Abdulhussein](https://github.com/prydonius), Bitnami<br>* [Kenneth Owens](https://github.com/kow3ns), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-apps)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-apps)|* Regular SIG Meeting: [Mondays at 9:00 PT (Pacific Time) (weekly)](https://zoom.us/my/sig.apps)<br>* (charts) Charts Chat: [Tuesdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/166909412)<br>* (helm) Helm Developer call: [Thursdays at 9:30 PT (Pacific Time) (weekly)](https://zoom.us/j/4526666954)<br>
|[Architecture](sig-architecture/README.md)|architecture|* [Brian Grant](https://github.com/bgrant0607), Google<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* Regular SIG Meeting: [Thursdays at 15:30 UTC (weekly)](https://zoom.us/j/2018742972)<br>
-|[Auth](sig-auth/README.md)|auth|* [Eric Chiang](https://github.com/ericchiang), CoreOS<br>* [Jordan Liggitt](https://github.com/liggitt), Red Hat<br>* [David Eads](https://github.com/deads2k), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)<br>
+|[Auth](sig-auth/README.md)|auth|* [Eric Chiang](https://github.com/ericchiang), CoreOS<br>* [Jordan Liggitt](https://github.com/liggitt), Red Hat<br>* [Tim Allclair](https://github.com/tallclair), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)<br>
|[Autoscaling](sig-autoscaling/README.md)|autoscaling|* [Marcin Wielgus](https://github.com/mwielgus), Google<br>* [Solly Ross](https://github.com/directxman12), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling)|* Regular SIG Meeting: [Mondays at 14:00 UTC (biweekly/triweekly)](https://zoom.us/my/k8s.sig.autoscaling)<br>
|[AWS](sig-aws/README.md)|aws|* [Justin Santa Barbara](https://github.com/justinsb)<br>* [Kris Nova](https://github.com/kris-nova), Heptio<br>* [Chris Love](https://github.com/chrislovecnm)<br>* [Mackenzie Burnett](https://github.com/mfburnett), Redspread<br>|* [Slack](https://kubernetes.slack.com/messages/sig-aws)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* Regular SIG Meeting: [Fridays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8ssigaws)<br>
|[Azure](sig-azure/README.md)|azure|* [Jason Hansen](https://github.com/slack), Microsoft<br>* [Cole Mickens](https://github.com/colemickens), Microsoft<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-azure)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)|* Regular SIG Meeting: [Wednesdays at 16:00 UTC (biweekly)](https://deis.zoom.us/j/2018742972)<br>
diff --git a/sigs.yaml b/sigs.yaml
index 17425f93..8e11731d 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -250,6 +250,13 @@ sigs:
- name: Jordan Liggitt
github: liggitt
company: Red Hat
+ - name: Tim Allclair
+ github: tallclair
+ company: Google
+ emeritus_leads:
+ - name: Eric Tune
+ github: erictune
+ company: Google
- name: David Eads
github: deads2k
company: Red Hat
@@ -261,7 +268,7 @@ sigs:
frequency: biweekly
url: https://zoom.us/my/k8s.sig.auth
archive_url: https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#
- recordings_url: https://www.youtube.com/watch?v=DJDuDNALcMo&list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
+ recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
contact:
slack: sig-auth
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-auth