api/types/container: remove deprecated types
This removes; - ContainerCreateCreatedBody (alias for CreateResponse) - ContainerWaitOKBody (alias for WaitResponse) - ContainerWaitOKBodyError (alias for WaitExitError) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
be628115ba
commit
efb1f141a4
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
package container // import "github.com/docker/docker/api/types/container"
|
||||
|
||||
// ContainerCreateCreatedBody OK response to ContainerCreate operation
|
||||
//
|
||||
// Deprecated: use CreateResponse
|
||||
type ContainerCreateCreatedBody = CreateResponse
|
||||
|
||||
// ContainerWaitOKBody OK response to ContainerWait operation
|
||||
//
|
||||
// Deprecated: use WaitResponse
|
||||
type ContainerWaitOKBody = WaitResponse
|
||||
|
||||
// ContainerWaitOKBodyError container waiting error, if any
|
||||
//
|
||||
// Deprecated: use WaitExitError
|
||||
type ContainerWaitOKBodyError = WaitExitError
|
Loading…
Reference in a new issue