package v1p20

import "github.com/dotcloud/docker/api/types/versions/v1p20"

Package v1p20 provides specific API types for the API version 1, patch 20.

Index

Types

type ContainerConfig

type ContainerConfig struct {
	*runconfig.Config

	// backward compatibility, they now live in HostConfig
	VolumeDriver string
}

ContainerConfig is a backcompatibility struct used in ContainerJSON for the API 1.20

type ContainerJSON

type ContainerJSON struct {
	*types.ContainerJSONBase
	Mounts []types.MountPoint
	Config *ContainerConfig
}

ContainerJSON is a backcompatibility struct for the API 1.20

type StatsJSON

type StatsJSON struct {
	types.Stats
	Network types.NetworkStats `json:"network,omitempty"`
}

StatsJSON is a backcompatibility struct used in Stats for API prior to 1.21

Source Files

types.go

Version
v1.9.0-rc1
Published
Oct 14, 2015
Platform
linux/amd64
Imports
2 packages
Last checked
17 minutes ago

Tools for package owners.