diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-03-27 15:19:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-27 15:19:03 -0700 |
| commit | a0fdd9ccfa6d5a6b17d8d2d3eec1d2e1ee12f3c4 (patch) | |
| tree | 2c71effe1dea8d69713e1a4b306510b4680ee98d /sigs.yaml | |
| parent | 1f79ecc4a402c3a2a9a33e93715b3381bd57bdb1 (diff) | |
| parent | ca29405027711c726e0be23142cd29db536be1f4 (diff) | |
Merge pull request #1969 from apelisse/add-wg-apply
Add wg apply
Diffstat (limited to 'sigs.yaml')
| -rw-r--r-- | sigs.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1761,6 +1761,30 @@ workinggroups: contact: slack: wg-app-def mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-app-def + - name: Apply + dir: wg-apply + # We might want to create a charter here. + 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. + + Resources can be found in [this Google drive folder](https://drive.google.com/drive/folders/1wlpgkS2gFZXdp4x2WlRsfUBxkFlt2Gx0) + leadership: + chairs: + # TBD: We probably need more people here? + - name: Daniel Smith + github: lavalamp + company: Google + meetings: + - description: Regular WG Meeting + day: Tuesday + time: "9:30" + tz: "PT (Pacific Time)" + frequency: weekly + contact: + slack: wg-apply + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-apply - name: Cloud Provider dir: wg-cloud-provider label: cloud-provider |
