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

Create CubeController API #29

Closed
aslakknutsen opened this issue Nov 12, 2014 · 4 comments
Closed

Create CubeController API #29

aslakknutsen opened this issue Nov 12, 2014 · 4 comments
Assignees
Milestone

Comments

@aslakknutsen
Copy link
Member

Expose a simple user exposed API that can perform basic Cube operations:

.e.g

public interface CubeController {
  void start(String cubeId);
  void stop(String cubeId);
}

Should support as-client and in-container.

@lordofthejars
Copy link
Member

basically to detach from underlying right?

@lordofthejars lordofthejars self-assigned this Nov 12, 2014
@lordofthejars
Copy link
Member

I have assigned to me but if you plan to release in alpha1 then it will take two days or so.

@aslakknutsen
Copy link
Member Author

basically to detach from underlying right?

Correct. I foresee DockerCube as only one possible Cube back-end. From a Test perspective you should be able to do basic lifecycle operations on a Cube without knowing the back-end provider.

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

No branches or pull requests

2 participants