package
0.0.0-20220310025002-8251c7da21b0
Repository: https://github.com/go-swagger/dockerctl.git
Documentation: pkg.go.dev
# Functions
New creates a new exec API client.
NewContainerExecConflict creates a ContainerExecConflict with default headers values.
NewContainerExecCreated creates a ContainerExecCreated with default headers values.
NewContainerExecInternalServerError creates a ContainerExecInternalServerError with default headers values.
NewContainerExecNotFound creates a ContainerExecNotFound with default headers values.
NewContainerExecParams creates a new ContainerExecParams object, with the default timeout for this client.
NewContainerExecParamsWithContext creates a new ContainerExecParams object with the ability to set a context for a request.
NewContainerExecParamsWithHTTPClient creates a new ContainerExecParams object with the ability to set a custom HTTPClient for a request.
NewContainerExecParamsWithTimeout creates a new ContainerExecParams object with the ability to set a timeout on a request.
NewExecInspectInternalServerError creates a ExecInspectInternalServerError with default headers values.
NewExecInspectNotFound creates a ExecInspectNotFound with default headers values.
NewExecInspectOK creates a ExecInspectOK with default headers values.
NewExecInspectParams creates a new ExecInspectParams object, with the default timeout for this client.
NewExecInspectParamsWithContext creates a new ExecInspectParams object with the ability to set a context for a request.
NewExecInspectParamsWithHTTPClient creates a new ExecInspectParams object with the ability to set a custom HTTPClient for a request.
NewExecInspectParamsWithTimeout creates a new ExecInspectParams object with the ability to set a timeout on a request.
NewExecResizeCreated creates a ExecResizeCreated with default headers values.
NewExecResizeNotFound creates a ExecResizeNotFound with default headers values.
NewExecResizeParams creates a new ExecResizeParams object, with the default timeout for this client.
NewExecResizeParamsWithContext creates a new ExecResizeParams object with the ability to set a context for a request.
NewExecResizeParamsWithHTTPClient creates a new ExecResizeParams object with the ability to set a custom HTTPClient for a request.
NewExecResizeParamsWithTimeout creates a new ExecResizeParams object with the ability to set a timeout on a request.
NewExecStartConflict creates a ExecStartConflict with default headers values.
NewExecStartNotFound creates a ExecStartNotFound with default headers values.
NewExecStartOK creates a ExecStartOK with default headers values.
NewExecStartParams creates a new ExecStartParams object, with the default timeout for this client.
NewExecStartParamsWithContext creates a new ExecStartParams object with the ability to set a context for a request.
NewExecStartParamsWithHTTPClient creates a new ExecStartParams object with the ability to set a custom HTTPClient for a request.
NewExecStartParamsWithTimeout creates a new ExecStartParams object with the ability to set a timeout on a request.
# Structs
Client for exec API
*/.
ContainerExecBody container exec body
// Example: {"AttachStderr":true,"AttachStdin":false,"AttachStdout":true,"Cmd":["date"],"DetachKeys":"ctrl-p,ctrl-q","Env":["FOO=bar","BAZ=quux"],"Tty":false}
swagger:model ContainerExecBody
*/.
ContainerExecConflict describes a response with status code 409, with default header values.
ContainerExecCreated describes a response with status code 201, with default header values.
ContainerExecInternalServerError describes a response with status code 500, with default header values.
ContainerExecNotFound describes a response with status code 404, with default header values.
ContainerExecParams contains all the parameters to send to the API endpoint
for the container exec operation.
ContainerExecReader is a Reader for the ContainerExec structure.
ExecInspectInternalServerError describes a response with status code 500, with default header values.
ExecInspectNotFound describes a response with status code 404, with default header values.
ExecInspectOK describes a response with status code 200, with default header values.
ExecInspectOKBody ExecInspectResponse
swagger:model ExecInspectOKBody
*/.
ExecInspectParams contains all the parameters to send to the API endpoint
for the exec inspect operation.
ExecInspectReader is a Reader for the ExecInspect structure.
ExecResizeCreated describes a response with status code 201, with default header values.
ExecResizeNotFound describes a response with status code 404, with default header values.
ExecResizeParams contains all the parameters to send to the API endpoint
for the exec resize operation.
ExecResizeReader is a Reader for the ExecResize structure.
ExecStartBody exec start body
// Example: {"Detach":false,"Tty":false}
swagger:model ExecStartBody
*/.
ExecStartConflict describes a response with status code 409, with default header values.
ExecStartNotFound describes a response with status code 404, with default header values.
ExecStartOK describes a response with status code 200, with default header values.
ExecStartParams contains all the parameters to send to the API endpoint
for the exec start operation.
ExecStartReader is a Reader for the ExecStart structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.