api

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ListContainersPath           = "/container/list"
	InspectContainerPath         = "/container/inspect"
	InspectContainerWithSizePath = "/container/inspect-size-path"
	CreateContainerPath          = "/container/create"
	StartContainerPath           = "/container/start"
	StopContainerPath            = "/container/stop"
	UpdateContainerResourcesPath = "/container/update-resource"
	RemoveContainerPath          = "/container/remove"
	CreateExecPath               = "/container/exec/create"
	StartExecPath                = "/container/exec/start"
	InspectExecPath              = "/container/exec/inspect"
	AttachToContainerPath        = "/container/attach"
	ResizeContainerTTYPath       = "/container/resize-tty"
	ResizeExecTTYPath            = "/container/exec/resize-tty"
	GetContainerStatsPath        = "/container/stats"
	InspectImageByRefPath        = "/image/inspect-by-ref"
	InspectImageByIDPath         = "/image/inspect-by-id"
	ListImagesPath               = "/image/list"
	PullImagePath                = "/image/pull"
	RemoveImagePath              = "/image/remove"
	ImageHistoryPath             = "/image/history"
	LogsPath                     = "/container/logs"
	VersionPath                  = "/version"
	InfoPath                     = "/info"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type PatchData

type PatchData struct {
	PatchType string `json:"patchType,omitempty"`
	PatchData []byte `json:"patchData,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL