containers/virtcontainers

Split virtcontainers into smaller packages

sameo opened this issue · 2 comments

sameo commented

Currently all the virtcontainers code lives under the virtcontainers package, making code documentation not clear and all mixed together. See https://godoc.org/github.com/containers/virtcontainers

We should start splitting the code into different logical packages. For example:

This will certainly add some complexity into the code since we won't be able to access everything as easily as we do today, due to the fact that everything is from the same package main. Seems like a pretty big change for the purpose of clearer documentation.

This issue was moved to kata-containers/runtime#150