Documentation
¶
Index ¶
Constants ¶
View Source
const ( // obshell unit create CMD_CREATE = "create" FLAG_MEMORY_SIZE = "memory_size" FLAG_MEMORY_SIZE_SH = "m" FLAG_MAX_CPU = "max_cpu" FLAG_MAX_CPU_SH = "c" FLAG_MIN_CPU = "min_cpu" FLAG_LOG_DISK_SIZE = "log_disk_size" FLAG_MAX_IOPS = "max_iops" FLAG_MIN_IOPS = "min_iops" // obshell unit drop CMD_DROP = "drop" // obshell unit show CMD_SHOW = "show" )
Variables ¶
This section is empty.
Functions ¶
func NewUnitCommand ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.