Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: repackage examples as a top-level dir #294

Open
jdef opened this issue Apr 25, 2017 · 1 comment
Open

proposal: repackage examples as a top-level dir #294

jdef opened this issue Apr 25, 2017 · 1 comment
Labels

Comments

@jdef
Copy link
Contributor

jdef commented Apr 25, 2017

Currently the examples for the v0 and v1 APIs live under the api/v0 and api/v1 packages. This proposal would move them OUT of the api tree and into a top-level examples tree. Additionally, the api/v1/lib package would be folded into api/v1 (moving everything from lib up one level, and then remove lib). The example v1 Docker builder would also move to examples. The final structure would resemble something like this:

api/
  v0/
    ...
  v1/
    backoff/
    encoding/
    executor/
    extras/
    ...
    vendor/
examples/
  v0/
    executor/
    flagcheck/
    persistent_scheduler/
    ...
  v1/
    docker/
    example-scheduler/
    example-executor/
    vendor/

/cc @pires

@pires
Copy link
Contributor

pires commented Apr 25, 2017

This looks great! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants