Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename containerRuntimeInfo to containerState for clarity | Matthew Heon | 2018-01-18 |
| | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> | ||
* | Rename ContainerState to ContainerStatus | Matthew Heon | 2018-01-18 |
| | | | | Signed-off-by: Matthew Heon <matthew.heon@gmail.com> | ||
* | Split container.go into three files | Matthew Heon | 2018-01-18 |
Weighing in at ~1700 lines, container.go is just too big. Split it into three files: core structs and accessors (container.go), public API (container_api.go), and internal functions (container_internal.go). Signed-off-by: Matthew Heon <matthew.heon@gmail.com> |