summaryrefslogtreecommitdiff
path: root/archive
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-04-13 16:33:11 -0700
committerGitHub <noreply@github.com>2020-04-13 16:33:11 -0700
commit8da0b5f127f8257d11b2f2e66d82036f2c910341 (patch)
tree1adc47696bb4601bc70dc7a65500f4b3e779f7cb /archive
parent1d1be7633826e4a79a0ca38c4e0e4954c3907b31 (diff)
parent6cfb8e15a69c464cd1249c1cf5a8bc1f13b9b58b (diff)
Merge pull request #4655 from kwiesmueller/wg-apex
Add WG API Expression
Diffstat (limited to 'archive')
-rw-r--r--archive/wg-apply/OWNERS8
-rw-r--r--archive/wg-apply/README.md33
2 files changed, 41 insertions, 0 deletions
diff --git a/archive/wg-apply/OWNERS b/archive/wg-apply/OWNERS
new file mode 100644
index 00000000..3cc807c9
--- /dev/null
+++ b/archive/wg-apply/OWNERS
@@ -0,0 +1,8 @@
+# See the OWNERS docs at https://go.k8s.io/owners
+
+reviewers:
+ - wg-apply-leads
+approvers:
+ - wg-apply-leads
+labels:
+ - wg/apply
diff --git a/archive/wg-apply/README.md b/archive/wg-apply/README.md
new file mode 100644
index 00000000..46556987
--- /dev/null
+++ b/archive/wg-apply/README.md
@@ -0,0 +1,33 @@
+<!---
+This is an autogenerated file!
+
+Please do not edit this file directly, but instead make changes to the
+sigs.yaml file in the project root.
+
+To understand how this file is generated, see https://git.k8s.io/community/generator/README.md
+--->
+# Apply Working Group
+
+Superseded by [wg-api-expression](/wg-api-expression/README.md).
+
+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)
+
+## Stakeholder SIGs
+* SIG API Machinery
+* SIG CLI
+
+## Meetings
+* Regular WG Meeting: [Tuesdays at 9:30 PT (Pacific Time)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=9:30&tz=PT%20%28Pacific%20Time%29).
+
+## Organizers
+
+* Daniel Smith (**[@lavalamp](https://github.com/lavalamp)**), Google
+
+## Contact
+- Slack: [#wg-apply](https://kubernetes.slack.com/messages/wg-apply)
+- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-apply)
+- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fapply)
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->