Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
Runtime defines runtimes information
func NewRuntime ¶
NewRuntime initials a Runtime struct
type ThrottleBpsDevice ¶
type ThrottleBpsDevice struct {
// contains filtered or unexported fields
}
ThrottleBpsDevice defines throttle bps device
func (*ThrottleBpsDevice) Set ¶
func (t *ThrottleBpsDevice) Set(val string) error
Set implement ThrottleBpsDevice as pflag.Value interface
func (*ThrottleBpsDevice) String ¶
func (t *ThrottleBpsDevice) String() string
String implement ThrottleBpsDevice as pflag.Value interface
func (*ThrottleBpsDevice) Type ¶
func (t *ThrottleBpsDevice) Type() string
Type implement ThrottleBpsDevice as pflag.Value interface
func (*ThrottleBpsDevice) Value ¶
func (t *ThrottleBpsDevice) Value() []*types.ThrottleDevice
Value returns all values as type ThrottleDevice
type ThrottleIOpsDevice ¶
type ThrottleIOpsDevice struct {
// contains filtered or unexported fields
}
ThrottleIOpsDevice defines throttle iops device
func (*ThrottleIOpsDevice) Set ¶
func (t *ThrottleIOpsDevice) Set(val string) error
Set implement ThrottleIOpsDevice as pflag.Value interface
func (*ThrottleIOpsDevice) String ¶
func (t *ThrottleIOpsDevice) String() string
String implement ThrottleIOpsDevice as pflag.Value interface
func (*ThrottleIOpsDevice) Type ¶
func (t *ThrottleIOpsDevice) Type() string
Type implement ThrottleIOpsDevice as pflag.Value interface
func (*ThrottleIOpsDevice) Value ¶
func (t *ThrottleIOpsDevice) Value() []*types.ThrottleDevice
Value returns all values
type Ulimit ¶
type Ulimit struct {
// contains filtered or unexported fields
}
Ulimit defines ulimit options.
type Volumes ¶
type Volumes struct {
// contains filtered or unexported fields
}
Volumes holds a list of values.
type WeightDevice ¶
type WeightDevice struct {
// contains filtered or unexported fields
}
WeightDevice defines weight device
func (*WeightDevice) Set ¶
func (w *WeightDevice) Set(val string) error
Set implement WeightDevice as pflag.Value interface
func (*WeightDevice) String ¶
func (w *WeightDevice) String() string
String implement WeightDevice as pflag.Value interface
func (*WeightDevice) Type ¶
func (w *WeightDevice) Type() string
Type implement WeightDevice as pflag.Value interface
func (*WeightDevice) Value ¶
func (w *WeightDevice) Value() []*types.WeightDevice
Value returns all values as type WeightDevice