package
0.10.0
Repository: https://github.com/flexkube/libflexkube.git
Documentation: pkg.go.dev

# Structs

ContainerConfig stores runtime-agnostic information how to run the container.
ContainerStatus stores status information received from the runtime.
File describes file, which can be either copied to or from container.
Mount describe host bind mount.
PortMap is basically a github.com/docker/go-connections/nat.PortMap.