Skip to content

Separate proc interfaces into standalone package#2388

Merged
crosbymichael merged 1 commit intocontainerd:masterfrom
ehazlett:proc-interface
Jun 7, 2018
Merged

Separate proc interfaces into standalone package#2388
crosbymichael merged 1 commit intocontainerd:masterfrom
ehazlett:proc-interface

Conversation

@ehazlett
Copy link
Copy Markdown
Member

@ehazlett ehazlett commented Jun 7, 2018

This separates the proc interface into a standalone package. This will be used by the host process runtime referenced in #2352 to implement different platform specific process implementations.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good; just need the interface main comment to be changed so godoc isn't confusing

Comment thread runtime/linux/proc/process.go Outdated
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the intent (to be platform-agnostic interface) this comment should be changed from "Process on a linux system".

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2388 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2388   +/-   ##
=======================================
  Coverage   44.99%   44.99%           
=======================================
  Files          92       92           
  Lines        9398     9398           
=======================================
  Hits         4229     4229           
  Misses       4486     4486           
  Partials      683      683
Flag Coverage Δ
#linux 49.23% <ø> (ø) ⬆️
#windows 41.26% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00d4910...a435f28. Read the comment docs.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crosbymichael
Copy link
Copy Markdown
Member

LGTM

@crosbymichael crosbymichael merged commit 356b0d5 into containerd:master Jun 7, 2018
@ehazlett ehazlett deleted the proc-interface branch June 7, 2018 19:17
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.

4 participants