diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-10 07:34:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 07:34:01 -0800 |
| commit | e060786524ed43bec2fd41cb58cda1440cb76f18 (patch) | |
| tree | d1a3b20305f25f2eb287db10ec200e118a16852c /sigs.yaml | |
| parent | e5cf48c69c0cb9c5589c360ff51d5592f53046e8 (diff) | |
| parent | 96387cc846e094682bba0b0df0c63f9b37351c9f (diff) | |
Merge pull request #3008 from mtaufen/wg-component
Create component standard working group
Diffstat (limited to 'sigs.yaml')
| -rw-r--r-- | sigs.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -108,6 +108,10 @@ sigs: - name: yaml owners: - https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/OWNERS + - name: component-base + owners: + - https://raw.githubusercontent.com/kubernetes/component-base/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/OWNERS - name: Apps dir: sig-apps mission_statement: > @@ -2381,3 +2385,31 @@ workinggroups: contact: slack: wg-security-audit mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-audit + - name: Component Standard + dir: wg-component-standard + mission_statement: > + Develop a standard foundation (philosophy and libraries) for core Kubernetes components to build on top of. + Areas to standardize include configuration (flags, ComponentConfig APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated authn/z, ...), and logging. + Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/0032-create-a-k8s-io-component-repo.md. + charter_link: + leadership: + chairs: + - name: Lucas Käldström + github: luxas + company: Luxas Labs (occasionally contracting for Weaveworks) + - name: Dr. Stefan Schimanski + github: sttts + company: Red Hat + - name: Michael Taufen + github: mtaufen + company: Google + meetings: + - description: Regular WG Meeting + day: Tuesday + time: "08:30" + tz: "PT (Pacific Time)" + frequency: weekly + url: https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI + contact: + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard + |
