Module client

Source
Expand description

Client request / response

Structs§

ContainerAttachOptions
ContainerAttachOptions holds parameters to attach to a container.
ContainerAttachOptionsBuilder
Builder for ContainerAttachOptions.
ContainerChangeResponseItem
ContainerChangeResponseItem change item in response to ContainerChanges operation.
ContainerCreateCreatedBody
ContainerCreateCreatedBody OK response to ContainerCreate operation.
ContainerListOptions
ContainerListOptions holds parameters to list containers with.
ContainerListOptionsBuilder
Builder for ContainerListOptions.
ContainerLogsOptions
ContainerLogsOptions holds parameters to filter logs with.
ContainerLogsOptionsBuilder
Builder for ContainerLogsOptions.
ContainerPathStat
ContainerPathStat is used to encode the header from GET “/containers/{name:.*}/archive” “Name” is the file or directory name.
ContainerRemoveOptions
ContainerRemoveOptions holds parameters to remove containers.
ContainerRemoveOptionsBuilder
Builder for ContainerRemoveOptions.
ContainerStartOptions
ContainerStartOptions holds parameters to start containers.
ContainerStartOptionsBuilder
Builder for ContainerStartOptions.
ContainerStats
ContainerStats contains response of Engine API.
ContainerTopOKBody
ContainerTopOKBody OK response to ContainerTop operation.
ContainerUpdateOKBody
ContainerUpdateOKBody OK response to ContainerUpdate operation.
ContainerWaitOKBody
ContainerWaitOKBody OK response to ContainerWait operation.
ContainersPruneReport
ContainersPruneReport contains the response for Engine API: POST “/containers/prune”.
CopyToContainerOptions
CopyToContainerOptions holds information about files to copy into a container.
CopyToContainerOptionsBuilder
Builder for CopyToContainerOptions.
NetworkConnect
NetworkConnect represents the data to be used to connect a container to the network.
NetworkCreateResponse
NetworkCreateResponse is the response message sent by the server for network create call.
NetworkDisconnect
NetworkDisconnect represents the data to be used to disconnect a container from the network.
NetworkInspectOptions
NetworkInspectOptions holds parameters to inspect network.
NetworkInspectOptionsBuilder
Builder for NetworkInspectOptions.
NetworkListOptions
NetworkListOptionsBuilder
Builder for NetworkListOptions.
NetworksPruneReport
NetworksPruneReport contains the response for Engine API.
ResizeOptions
ResizeOptions holds parameters to resize a tty. It can be used to resize container ttys and exec process ttys too.
ResizeOptionsBuilder
Builder for ResizeOptions.
VolumeCreateBody
VolumeCreateBody Volume configuration.
VolumeCreateBodyBuilder
Builder for VolumeCreateBody.
VolumeListOKBody
VolumeListOKBody Volume list response.
VolumesPruneReport
VolumesPruneReport contains the response for Engine API: POST “/volumes/prune”