package
0.8.6
Repository: https://github.com/thediveo/sealwatcher.git
Documentation: pkg.go.dev

# Functions

AsPrivileged requests a privileged container.
NewContainer creates a new container and optionally starts it, depending on the target container state configured in the passed container description.
OfPod sets the name of the pod to which the newly created container belongs.
RemoveContainer removes (forcefully, where necessary) the specified container by name.
WithCommand specifies the command to start inside the new container.
WithImage specifies the image from which the new container is to be created.

# Constants

just create the container.
start, then pause the container.
start the container.

# Structs

NewContainerDescription describes the properties of a container to be newly created.

# Type aliases

NewContainerOption sets an optional specification property when creating a new container.
TargetContainerStatus is the status a newly created container should reach (Created, Running, Paused).