package
0.0.0-20240830210906-6353a5ff0f2e
Repository: https://github.com/joyrex2001/kubedock.git
Documentation: pkg.go.dev

# Constants

LabelActiveDeadlineSeconds is the label to be used to specify active deadline in seconds.
LabelNamePrefix is the label to be used to enforce a prefix for the names used for the container deployments.
LabelPullPolicy is the label to be used to configure the pull policy.
LabelRequestCPU is the label to be used to specify cpu request/limits.
LabelRequestMemory is the label to use to specify memory request/limits.
LabelRunasUser is the label to be used to enforce a specific user (uid) that runs inside the container can also be enforced w.
LabelServiceAccount is the label to be used to enforce a service account other than 'default' for the created pods.

# Structs

Container describes the details of a container.
Exec describes the details of an execute command.
Image describes the details of an image.
Mount contains the details of a mounted volume/binding.
Network describes the details of a network.
PreArchive contains the path and contents of archives (tar) that need to be copied over to the container before it has been started.