package blkiodev

import "github.com/dotcloud/docker/api/types/blkiodev"

Index

Types

type ThrottleDevice

type ThrottleDevice struct {
	Path string
	Rate uint64
}

ThrottleDevice is a structure that holds device:rate_per_second pair

func (*ThrottleDevice) String

func (t *ThrottleDevice) String() string

type WeightDevice

type WeightDevice struct {
	Path   string
	Weight uint16
}

WeightDevice is a structure that holds device:weight pair

func (*WeightDevice) String

func (w *WeightDevice) String() string

Source Files

blkio.go

Version
v1.13.0-rc7
Published
Jan 12, 2017
Platform
js/wasm
Imports
1 packages
Last checked
7 seconds ago

Tools for package owners.