Documentation ¶
Index ¶
Constants ¶
View Source
const ( Instancetype = "instancetype" CPUFlag = "cpu" MemoryFlag = "memory" GPUFlag = "gpu" HostDeviceFlag = "hostdevice" IOThreadsPolicyFlag = "iothreadspolicy" NameFlag = "name" NamespacedFlag = "namespaced" IOThreadErr = "IOThread must be of value auto or shared" NameErr = "name must be specified" DeviceNameErr = "deviceName must be specified" CPUErr = "cpu value must be greater than zero" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(clientConfig clientcmd.ClientConfig) *cobra.Command
Types ¶
type HostDevice ¶
Click to show internal directories.
Click to hide internal directories.