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

kubelet/container: Update the runtime interface. #7466

Merged
merged 1 commit into from Apr 29, 2015

Conversation

yifan-gu
Copy link
Contributor

Make some of them (RunInContainer, ExecInContainer, etc) to have
same function signatures as current docker and rkt implementation.

Have discussed with @vmarmol last week. Think containerID is fine for now(though we want to have a strong type for the ID).

@yifan-gu
Copy link
Contributor Author

/cc @dchen1107 @bakins

@vmarmol vmarmol self-assigned this Apr 29, 2015
@vmarmol
Copy link
Contributor

vmarmol commented Apr 29, 2015

LGTM, will wait for green. Thanks @yifan-gu!

Make some of them (RunInContainer, ExecInContainer, etc) to have
same function signatures as current docker and rkt implementation.
@yifan-gu
Copy link
Contributor Author

@vmarmol Update for one more,
GetPodStatus(*Pod) (api.PodStatus, error) to
GetPodStatus(*api.Pod) (api.PodStatus, error)

Which matches the current implementations.

@vmarmol
Copy link
Contributor

vmarmol commented Apr 29, 2015

LGTM

vmarmol added a commit that referenced this pull request Apr 29, 2015
kubelet/container: Update the runtime interface.
@vmarmol vmarmol merged commit fc918cc into kubernetes:master Apr 29, 2015
@yifan-gu yifan-gu deleted the refactor_kube branch May 7, 2015 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants