Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Flags ¶
type Flags struct {
Image string `desc:"container image"`
Memory uint `desc:"container memory limit, Mb"`
CPU uint `desc:"container CPU limit, mCPU"`
Env []string `` /* 174-byte string literal not displayed */
Volume []string `desc:"container volume mounts, VOLUME:MOUNT_PATH or VOLUME (then MOUNT_PATH is /mnt/VOLUME)"`
Configmap []string `desc:"container configmap mount, CONFIG:MOUNT_PATH or CONFIG (then MOUNTPATH is /etc/CONFIG)"`
}
Click to show internal directories.
Click to hide internal directories.