diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-04-13 16:33:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-13 16:33:11 -0700 |
| commit | 8da0b5f127f8257d11b2f2e66d82036f2c910341 (patch) | |
| tree | 1adc47696bb4601bc70dc7a65500f4b3e779f7cb /sigs.yaml | |
| parent | 1d1be7633826e4a79a0ca38c4e0e4954c3907b31 (diff) | |
| parent | 6cfb8e15a69c464cd1249c1cf5a8bc1f13b9b58b (diff) | |
Merge pull request #4655 from kwiesmueller/wg-apex
Add WG API Expression
Diffstat (limited to 'sigs.yaml')
| -rw-r--r-- | sigs.yaml | 28 |
1 files changed, 15 insertions, 13 deletions
@@ -2383,34 +2383,36 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/OWNERS workinggroups: -- dir: wg-apply - name: Apply +- dir: wg-api-expression + name: API Expression mission_statement: > - Improve the state of declarative object management by fixing `kubectl apply`, - moving the logic from the client to the server. This move also enables new/fixed - features included in the scope of this working-group: diff, dry-run and prune. + Enable API authors to better serve API consumers, by improving and documenting + all aspects of Kubernetes API development. - Resources can be found in [this Google drive folder](https://drive.google.com/drive/folders/1wlpgkS2gFZXdp4x2WlRsfUBxkFlt2Gx0) + [See full Mission Statement](https://docs.google.com/document/d/1XYbQXfge2qKM9psksfC5XZnW8hybtLqL1EcJLU4JwKg). stakeholder_sigs: - API Machinery - - CLI - label: apply + - Architecture + label: api-expression leadership: chairs: - - github: lavalamp - name: Daniel Smith + - github: apelisse + name: Antoine Pelisse company: Google + - github: kwiesmueller + name: Kevin Wiesmueller + company: //SEIBERT/MEDIA GmbH meetings: - description: Regular WG Meeting day: Tuesday time: "9:30" tz: PT (Pacific Time) frequency: biweekly - url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit + url: https://calendar.google.com/calendar/embed?src=seibert-media.net_s7j7r6giqmr2l6g8ev5idh3ij8%40group.calendar.google.com&ctz=Europe%2FBerlin contact: - slack: wg-apply - mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-apply + slack: wg-api-expression + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-api-expression - dir: wg-component-standard name: Component Standard mission_statement: > |
