Versions in this module Expand all Collapse all v4 v4.0.3 Jun 26, 2024 Changes in this version + type Client struct + func (a *Client) ContainerArchive(params *ContainerArchiveParams, writer io.Writer, opts ...ClientOption) (*ContainerArchiveOK, error) + func (a *Client) ContainerArchiveLibpod(params *ContainerArchiveLibpodParams, writer io.Writer, opts ...ClientOption) (*ContainerArchiveLibpodOK, error) + func (a *Client) ContainerAttach(params *ContainerAttachParams, opts ...ClientOption) error + func (a *Client) ContainerCreate(params *ContainerCreateParams, opts ...ClientOption) (*ContainerCreateCreated, error) + func (a *Client) ContainerDelete(params *ContainerDeleteParams, opts ...ClientOption) (*ContainerDeleteNoContent, error) + func (a *Client) ContainerExport(params *ContainerExportParams, opts ...ClientOption) (*ContainerExportOK, error) + func (a *Client) ContainerInspect(params *ContainerInspectParams, opts ...ClientOption) (*ContainerInspectOK, error) + func (a *Client) ContainerKill(params *ContainerKillParams, opts ...ClientOption) (*ContainerKillNoContent, error) + func (a *Client) ContainerList(params *ContainerListParams, opts ...ClientOption) (*ContainerListOK, error) + func (a *Client) ContainerLogs(params *ContainerLogsParams, opts ...ClientOption) (*ContainerLogsOK, error) + func (a *Client) ContainerPause(params *ContainerPauseParams, opts ...ClientOption) (*ContainerPauseNoContent, error) + func (a *Client) ContainerPrune(params *ContainerPruneParams, opts ...ClientOption) (*ContainerPruneOK, error) + func (a *Client) ContainerRename(params *ContainerRenameParams, opts ...ClientOption) (*ContainerRenameNoContent, error) + func (a *Client) ContainerResize(params *ContainerResizeParams, opts ...ClientOption) (*ContainerResizeOK, error) + func (a *Client) ContainerRestart(params *ContainerRestartParams, opts ...ClientOption) (*ContainerRestartNoContent, error) + func (a *Client) ContainerStart(params *ContainerStartParams, opts ...ClientOption) (*ContainerStartNoContent, error) + func (a *Client) ContainerStats(params *ContainerStatsParams, opts ...ClientOption) (*ContainerStatsOK, error) + func (a *Client) ContainerStop(params *ContainerStopParams, opts ...ClientOption) (*ContainerStopNoContent, error) + func (a *Client) ContainerTop(params *ContainerTopParams, opts ...ClientOption) (*ContainerTopOK, error) + func (a *Client) ContainerUnpause(params *ContainerUnpauseParams, opts ...ClientOption) (*ContainerUnpauseNoContent, error) + func (a *Client) ContainerWait(params *ContainerWaitParams, opts ...ClientOption) (*ContainerWaitOK, error) + func (a *Client) ImageCommit(params *ImageCommitParams, opts ...ClientOption) (*ImageCommitCreated, error) + func (a *Client) PutContainerArchive(params *PutContainerArchiveParams, opts ...ClientOption) (*PutContainerArchiveOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + ContainerArchive func(params *ContainerArchiveParams, writer io.Writer, opts ...ClientOption) (*ContainerArchiveOK, error) + ContainerArchiveLibpod func(params *ContainerArchiveLibpodParams, writer io.Writer, opts ...ClientOption) (*ContainerArchiveLibpodOK, error) + ContainerAttach func(params *ContainerAttachParams, opts ...ClientOption) error + ContainerCreate func(params *ContainerCreateParams, opts ...ClientOption) (*ContainerCreateCreated, error) + ContainerDelete func(params *ContainerDeleteParams, opts ...ClientOption) (*ContainerDeleteNoContent, error) + ContainerExport func(params *ContainerExportParams, opts ...ClientOption) (*ContainerExportOK, error) + ContainerInspect func(params *ContainerInspectParams, opts ...ClientOption) (*ContainerInspectOK, error) + ContainerKill func(params *ContainerKillParams, opts ...ClientOption) (*ContainerKillNoContent, error) + ContainerList func(params *ContainerListParams, opts ...ClientOption) (*ContainerListOK, error) + ContainerLogs func(params *ContainerLogsParams, opts ...ClientOption) (*ContainerLogsOK, error) + ContainerPause func(params *ContainerPauseParams, opts ...ClientOption) (*ContainerPauseNoContent, error) + ContainerPrune func(params *ContainerPruneParams, opts ...ClientOption) (*ContainerPruneOK, error) + ContainerRename func(params *ContainerRenameParams, opts ...ClientOption) (*ContainerRenameNoContent, error) + ContainerResize func(params *ContainerResizeParams, opts ...ClientOption) (*ContainerResizeOK, error) + ContainerRestart func(params *ContainerRestartParams, opts ...ClientOption) (*ContainerRestartNoContent, error) + ContainerStart func(params *ContainerStartParams, opts ...ClientOption) (*ContainerStartNoContent, error) + ContainerStats func(params *ContainerStatsParams, opts ...ClientOption) (*ContainerStatsOK, error) + ContainerStop func(params *ContainerStopParams, opts ...ClientOption) (*ContainerStopNoContent, error) + ContainerTop func(params *ContainerTopParams, opts ...ClientOption) (*ContainerTopOK, error) + ContainerUnpause func(params *ContainerUnpauseParams, opts ...ClientOption) (*ContainerUnpauseNoContent, error) + ContainerWait func(params *ContainerWaitParams, opts ...ClientOption) (*ContainerWaitOK, error) + ImageCommit func(params *ImageCommitParams, opts ...ClientOption) (*ImageCommitCreated, error) + PutContainerArchive func(params *PutContainerArchiveParams, opts ...ClientOption) (*PutContainerArchiveOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ContainerArchiveBadRequest struct + Payload *ContainerArchiveBadRequestBody + func NewContainerArchiveBadRequest() *ContainerArchiveBadRequest + func (o *ContainerArchiveBadRequest) Error() string + func (o *ContainerArchiveBadRequest) GetPayload() *ContainerArchiveBadRequestBody + func (o *ContainerArchiveBadRequest) IsClientError() bool + func (o *ContainerArchiveBadRequest) IsCode(code int) bool + func (o *ContainerArchiveBadRequest) IsRedirect() bool + func (o *ContainerArchiveBadRequest) IsServerError() bool + func (o *ContainerArchiveBadRequest) IsSuccess() bool + func (o *ContainerArchiveBadRequest) String() string + type ContainerArchiveBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerArchiveBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerArchiveBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ContainerArchiveBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ContainerArchiveBadRequestBody) Validate(formats strfmt.Registry) error + type ContainerArchiveInternalServerError struct + Payload *ContainerArchiveInternalServerErrorBody + func NewContainerArchiveInternalServerError() *ContainerArchiveInternalServerError + func (o *ContainerArchiveInternalServerError) Error() string + func (o *ContainerArchiveInternalServerError) GetPayload() *ContainerArchiveInternalServerErrorBody + func (o *ContainerArchiveInternalServerError) IsClientError() bool + func (o *ContainerArchiveInternalServerError) IsCode(code int) bool + func (o *ContainerArchiveInternalServerError) IsRedirect() bool + func (o *ContainerArchiveInternalServerError) IsServerError() bool + func (o *ContainerArchiveInternalServerError) IsSuccess() bool + func (o *ContainerArchiveInternalServerError) String() string + type ContainerArchiveInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerArchiveInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerArchiveInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerArchiveInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerArchiveInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerArchiveLibpodBadRequest struct + Payload *ContainerArchiveLibpodBadRequestBody + func NewContainerArchiveLibpodBadRequest() *ContainerArchiveLibpodBadRequest + func (o *ContainerArchiveLibpodBadRequest) Error() string + func (o *ContainerArchiveLibpodBadRequest) GetPayload() *ContainerArchiveLibpodBadRequestBody + func (o *ContainerArchiveLibpodBadRequest) IsClientError() bool + func (o *ContainerArchiveLibpodBadRequest) IsCode(code int) bool + func (o *ContainerArchiveLibpodBadRequest) IsRedirect() bool + func (o *ContainerArchiveLibpodBadRequest) IsServerError() bool + func (o *ContainerArchiveLibpodBadRequest) IsSuccess() bool + func (o *ContainerArchiveLibpodBadRequest) String() string + type ContainerArchiveLibpodBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerArchiveLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerArchiveLibpodBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ContainerArchiveLibpodBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ContainerArchiveLibpodBadRequestBody) Validate(formats strfmt.Registry) error + type ContainerArchiveLibpodInternalServerError struct + Payload *ContainerArchiveLibpodInternalServerErrorBody + func NewContainerArchiveLibpodInternalServerError() *ContainerArchiveLibpodInternalServerError + func (o *ContainerArchiveLibpodInternalServerError) Error() string + func (o *ContainerArchiveLibpodInternalServerError) GetPayload() *ContainerArchiveLibpodInternalServerErrorBody + func (o *ContainerArchiveLibpodInternalServerError) IsClientError() bool + func (o *ContainerArchiveLibpodInternalServerError) IsCode(code int) bool + func (o *ContainerArchiveLibpodInternalServerError) IsRedirect() bool + func (o *ContainerArchiveLibpodInternalServerError) IsServerError() bool + func (o *ContainerArchiveLibpodInternalServerError) IsSuccess() bool + func (o *ContainerArchiveLibpodInternalServerError) String() string + type ContainerArchiveLibpodInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerArchiveLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerArchiveLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerArchiveLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerArchiveLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerArchiveLibpodNotFound struct + Payload *ContainerArchiveLibpodNotFoundBody + func NewContainerArchiveLibpodNotFound() *ContainerArchiveLibpodNotFound + func (o *ContainerArchiveLibpodNotFound) Error() string + func (o *ContainerArchiveLibpodNotFound) GetPayload() *ContainerArchiveLibpodNotFoundBody + func (o *ContainerArchiveLibpodNotFound) IsClientError() bool + func (o *ContainerArchiveLibpodNotFound) IsCode(code int) bool + func (o *ContainerArchiveLibpodNotFound) IsRedirect() bool + func (o *ContainerArchiveLibpodNotFound) IsServerError() bool + func (o *ContainerArchiveLibpodNotFound) IsSuccess() bool + func (o *ContainerArchiveLibpodNotFound) String() string + type ContainerArchiveLibpodNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerArchiveLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerArchiveLibpodNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerArchiveLibpodNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerArchiveLibpodNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerArchiveLibpodOK struct + Payload io.Writer + func NewContainerArchiveLibpodOK(writer io.Writer) *ContainerArchiveLibpodOK + func (o *ContainerArchiveLibpodOK) Error() string + func (o *ContainerArchiveLibpodOK) GetPayload() io.Writer + func (o *ContainerArchiveLibpodOK) IsClientError() bool + func (o *ContainerArchiveLibpodOK) IsCode(code int) bool + func (o *ContainerArchiveLibpodOK) IsRedirect() bool + func (o *ContainerArchiveLibpodOK) IsServerError() bool + func (o *ContainerArchiveLibpodOK) IsSuccess() bool + func (o *ContainerArchiveLibpodOK) String() string + type ContainerArchiveLibpodParams struct + Context context.Context + HTTPClient *http.Client + Name string + Path string + Rename *string + func NewContainerArchiveLibpodParams() *ContainerArchiveLibpodParams + func NewContainerArchiveLibpodParamsWithContext(ctx context.Context) *ContainerArchiveLibpodParams + func NewContainerArchiveLibpodParamsWithHTTPClient(client *http.Client) *ContainerArchiveLibpodParams + func NewContainerArchiveLibpodParamsWithTimeout(timeout time.Duration) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) SetContext(ctx context.Context) + func (o *ContainerArchiveLibpodParams) SetDefaults() + func (o *ContainerArchiveLibpodParams) SetHTTPClient(client *http.Client) + func (o *ContainerArchiveLibpodParams) SetName(name string) + func (o *ContainerArchiveLibpodParams) SetPath(path string) + func (o *ContainerArchiveLibpodParams) SetRename(rename *string) + func (o *ContainerArchiveLibpodParams) SetTimeout(timeout time.Duration) + func (o *ContainerArchiveLibpodParams) WithContext(ctx context.Context) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WithDefaults() *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WithHTTPClient(client *http.Client) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WithName(name string) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WithPath(path string) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WithRename(rename *string) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WithTimeout(timeout time.Duration) *ContainerArchiveLibpodParams + func (o *ContainerArchiveLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerArchiveLibpodReader struct + func (o *ContainerArchiveLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerArchiveNotFound struct + Payload *ContainerArchiveNotFoundBody + func NewContainerArchiveNotFound() *ContainerArchiveNotFound + func (o *ContainerArchiveNotFound) Error() string + func (o *ContainerArchiveNotFound) GetPayload() *ContainerArchiveNotFoundBody + func (o *ContainerArchiveNotFound) IsClientError() bool + func (o *ContainerArchiveNotFound) IsCode(code int) bool + func (o *ContainerArchiveNotFound) IsRedirect() bool + func (o *ContainerArchiveNotFound) IsServerError() bool + func (o *ContainerArchiveNotFound) IsSuccess() bool + func (o *ContainerArchiveNotFound) String() string + type ContainerArchiveNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerArchiveNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerArchiveNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerArchiveNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerArchiveNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerArchiveOK struct + Payload io.Writer + func NewContainerArchiveOK(writer io.Writer) *ContainerArchiveOK + func (o *ContainerArchiveOK) Error() string + func (o *ContainerArchiveOK) GetPayload() io.Writer + func (o *ContainerArchiveOK) IsClientError() bool + func (o *ContainerArchiveOK) IsCode(code int) bool + func (o *ContainerArchiveOK) IsRedirect() bool + func (o *ContainerArchiveOK) IsServerError() bool + func (o *ContainerArchiveOK) IsSuccess() bool + func (o *ContainerArchiveOK) String() string + type ContainerArchiveParams struct + Context context.Context + HTTPClient *http.Client + Name string + Path string + func NewContainerArchiveParams() *ContainerArchiveParams + func NewContainerArchiveParamsWithContext(ctx context.Context) *ContainerArchiveParams + func NewContainerArchiveParamsWithHTTPClient(client *http.Client) *ContainerArchiveParams + func NewContainerArchiveParamsWithTimeout(timeout time.Duration) *ContainerArchiveParams + func (o *ContainerArchiveParams) SetContext(ctx context.Context) + func (o *ContainerArchiveParams) SetDefaults() + func (o *ContainerArchiveParams) SetHTTPClient(client *http.Client) + func (o *ContainerArchiveParams) SetName(name string) + func (o *ContainerArchiveParams) SetPath(path string) + func (o *ContainerArchiveParams) SetTimeout(timeout time.Duration) + func (o *ContainerArchiveParams) WithContext(ctx context.Context) *ContainerArchiveParams + func (o *ContainerArchiveParams) WithDefaults() *ContainerArchiveParams + func (o *ContainerArchiveParams) WithHTTPClient(client *http.Client) *ContainerArchiveParams + func (o *ContainerArchiveParams) WithName(name string) *ContainerArchiveParams + func (o *ContainerArchiveParams) WithPath(path string) *ContainerArchiveParams + func (o *ContainerArchiveParams) WithTimeout(timeout time.Duration) *ContainerArchiveParams + func (o *ContainerArchiveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerArchiveReader struct + func (o *ContainerArchiveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerAttachBadRequest struct + Payload *ContainerAttachBadRequestBody + func NewContainerAttachBadRequest() *ContainerAttachBadRequest + func (o *ContainerAttachBadRequest) Error() string + func (o *ContainerAttachBadRequest) GetPayload() *ContainerAttachBadRequestBody + func (o *ContainerAttachBadRequest) IsClientError() bool + func (o *ContainerAttachBadRequest) IsCode(code int) bool + func (o *ContainerAttachBadRequest) IsRedirect() bool + func (o *ContainerAttachBadRequest) IsServerError() bool + func (o *ContainerAttachBadRequest) IsSuccess() bool + func (o *ContainerAttachBadRequest) String() string + type ContainerAttachBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerAttachBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerAttachBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ContainerAttachBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ContainerAttachBadRequestBody) Validate(formats strfmt.Registry) error + type ContainerAttachInternalServerError struct + Payload *ContainerAttachInternalServerErrorBody + func NewContainerAttachInternalServerError() *ContainerAttachInternalServerError + func (o *ContainerAttachInternalServerError) Error() string + func (o *ContainerAttachInternalServerError) GetPayload() *ContainerAttachInternalServerErrorBody + func (o *ContainerAttachInternalServerError) IsClientError() bool + func (o *ContainerAttachInternalServerError) IsCode(code int) bool + func (o *ContainerAttachInternalServerError) IsRedirect() bool + func (o *ContainerAttachInternalServerError) IsServerError() bool + func (o *ContainerAttachInternalServerError) IsSuccess() bool + func (o *ContainerAttachInternalServerError) String() string + type ContainerAttachInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerAttachInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerAttachInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerAttachInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerAttachInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerAttachNotFound struct + Payload *ContainerAttachNotFoundBody + func NewContainerAttachNotFound() *ContainerAttachNotFound + func (o *ContainerAttachNotFound) Error() string + func (o *ContainerAttachNotFound) GetPayload() *ContainerAttachNotFoundBody + func (o *ContainerAttachNotFound) IsClientError() bool + func (o *ContainerAttachNotFound) IsCode(code int) bool + func (o *ContainerAttachNotFound) IsRedirect() bool + func (o *ContainerAttachNotFound) IsServerError() bool + func (o *ContainerAttachNotFound) IsSuccess() bool + func (o *ContainerAttachNotFound) String() string + type ContainerAttachNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerAttachNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerAttachNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerAttachNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerAttachNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerAttachParams struct + Context context.Context + DetachKeys *string + HTTPClient *http.Client + Logs *bool + Name string + Stderr *bool + Stdin *bool + Stdout *bool + Stream *bool + func NewContainerAttachParams() *ContainerAttachParams + func NewContainerAttachParamsWithContext(ctx context.Context) *ContainerAttachParams + func NewContainerAttachParamsWithHTTPClient(client *http.Client) *ContainerAttachParams + func NewContainerAttachParamsWithTimeout(timeout time.Duration) *ContainerAttachParams + func (o *ContainerAttachParams) SetContext(ctx context.Context) + func (o *ContainerAttachParams) SetDefaults() + func (o *ContainerAttachParams) SetDetachKeys(detachKeys *string) + func (o *ContainerAttachParams) SetHTTPClient(client *http.Client) + func (o *ContainerAttachParams) SetLogs(logs *bool) + func (o *ContainerAttachParams) SetName(name string) + func (o *ContainerAttachParams) SetStderr(stderr *bool) + func (o *ContainerAttachParams) SetStdin(stdin *bool) + func (o *ContainerAttachParams) SetStdout(stdout *bool) + func (o *ContainerAttachParams) SetStream(stream *bool) + func (o *ContainerAttachParams) SetTimeout(timeout time.Duration) + func (o *ContainerAttachParams) WithContext(ctx context.Context) *ContainerAttachParams + func (o *ContainerAttachParams) WithDefaults() *ContainerAttachParams + func (o *ContainerAttachParams) WithDetachKeys(detachKeys *string) *ContainerAttachParams + func (o *ContainerAttachParams) WithHTTPClient(client *http.Client) *ContainerAttachParams + func (o *ContainerAttachParams) WithLogs(logs *bool) *ContainerAttachParams + func (o *ContainerAttachParams) WithName(name string) *ContainerAttachParams + func (o *ContainerAttachParams) WithStderr(stderr *bool) *ContainerAttachParams + func (o *ContainerAttachParams) WithStdin(stdin *bool) *ContainerAttachParams + func (o *ContainerAttachParams) WithStdout(stdout *bool) *ContainerAttachParams + func (o *ContainerAttachParams) WithStream(stream *bool) *ContainerAttachParams + func (o *ContainerAttachParams) WithTimeout(timeout time.Duration) *ContainerAttachParams + func (o *ContainerAttachParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerAttachReader struct + func (o *ContainerAttachReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerAttachSwitchingProtocols struct + func NewContainerAttachSwitchingProtocols() *ContainerAttachSwitchingProtocols + func (o *ContainerAttachSwitchingProtocols) Error() string + func (o *ContainerAttachSwitchingProtocols) IsClientError() bool + func (o *ContainerAttachSwitchingProtocols) IsCode(code int) bool + func (o *ContainerAttachSwitchingProtocols) IsRedirect() bool + func (o *ContainerAttachSwitchingProtocols) IsServerError() bool + func (o *ContainerAttachSwitchingProtocols) IsSuccess() bool + func (o *ContainerAttachSwitchingProtocols) String() string + type ContainerCreateBadRequest struct + Payload *ContainerCreateBadRequestBody + func NewContainerCreateBadRequest() *ContainerCreateBadRequest + func (o *ContainerCreateBadRequest) Error() string + func (o *ContainerCreateBadRequest) GetPayload() *ContainerCreateBadRequestBody + func (o *ContainerCreateBadRequest) IsClientError() bool + func (o *ContainerCreateBadRequest) IsCode(code int) bool + func (o *ContainerCreateBadRequest) IsRedirect() bool + func (o *ContainerCreateBadRequest) IsServerError() bool + func (o *ContainerCreateBadRequest) IsSuccess() bool + func (o *ContainerCreateBadRequest) String() string + type ContainerCreateBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerCreateBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerCreateBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ContainerCreateBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ContainerCreateBadRequestBody) Validate(formats strfmt.Registry) error + type ContainerCreateConflict struct + Payload *ContainerCreateConflictBody + func NewContainerCreateConflict() *ContainerCreateConflict + func (o *ContainerCreateConflict) Error() string + func (o *ContainerCreateConflict) GetPayload() *ContainerCreateConflictBody + func (o *ContainerCreateConflict) IsClientError() bool + func (o *ContainerCreateConflict) IsCode(code int) bool + func (o *ContainerCreateConflict) IsRedirect() bool + func (o *ContainerCreateConflict) IsServerError() bool + func (o *ContainerCreateConflict) IsSuccess() bool + func (o *ContainerCreateConflict) String() string + type ContainerCreateConflictBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerCreateConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerCreateConflictBody) MarshalBinary() ([]byte, error) + func (o *ContainerCreateConflictBody) UnmarshalBinary(b []byte) error + func (o *ContainerCreateConflictBody) Validate(formats strfmt.Registry) error + type ContainerCreateCreated struct + Payload *ContainerCreateCreatedBody + func NewContainerCreateCreated() *ContainerCreateCreated + func (o *ContainerCreateCreated) Error() string + func (o *ContainerCreateCreated) GetPayload() *ContainerCreateCreatedBody + func (o *ContainerCreateCreated) IsClientError() bool + func (o *ContainerCreateCreated) IsCode(code int) bool + func (o *ContainerCreateCreated) IsRedirect() bool + func (o *ContainerCreateCreated) IsServerError() bool + func (o *ContainerCreateCreated) IsSuccess() bool + func (o *ContainerCreateCreated) String() string + type ContainerCreateCreatedBody struct + ID string + Warnings []string + func (o *ContainerCreateCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerCreateCreatedBody) MarshalBinary() ([]byte, error) + func (o *ContainerCreateCreatedBody) UnmarshalBinary(b []byte) error + func (o *ContainerCreateCreatedBody) Validate(formats strfmt.Registry) error + type ContainerCreateInternalServerError struct + Payload *ContainerCreateInternalServerErrorBody + func NewContainerCreateInternalServerError() *ContainerCreateInternalServerError + func (o *ContainerCreateInternalServerError) Error() string + func (o *ContainerCreateInternalServerError) GetPayload() *ContainerCreateInternalServerErrorBody + func (o *ContainerCreateInternalServerError) IsClientError() bool + func (o *ContainerCreateInternalServerError) IsCode(code int) bool + func (o *ContainerCreateInternalServerError) IsRedirect() bool + func (o *ContainerCreateInternalServerError) IsServerError() bool + func (o *ContainerCreateInternalServerError) IsSuccess() bool + func (o *ContainerCreateInternalServerError) String() string + type ContainerCreateInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerCreateInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerCreateInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerCreateInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerCreateInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerCreateNotFound struct + Payload *ContainerCreateNotFoundBody + func NewContainerCreateNotFound() *ContainerCreateNotFound + func (o *ContainerCreateNotFound) Error() string + func (o *ContainerCreateNotFound) GetPayload() *ContainerCreateNotFoundBody + func (o *ContainerCreateNotFound) IsClientError() bool + func (o *ContainerCreateNotFound) IsCode(code int) bool + func (o *ContainerCreateNotFound) IsRedirect() bool + func (o *ContainerCreateNotFound) IsServerError() bool + func (o *ContainerCreateNotFound) IsSuccess() bool + func (o *ContainerCreateNotFound) String() string + type ContainerCreateNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerCreateNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerCreateNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerCreateNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerCreateNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerCreateParams struct + Body *models.CreateContainerConfig + Context context.Context + HTTPClient *http.Client + Name *string + func NewContainerCreateParams() *ContainerCreateParams + func NewContainerCreateParamsWithContext(ctx context.Context) *ContainerCreateParams + func NewContainerCreateParamsWithHTTPClient(client *http.Client) *ContainerCreateParams + func NewContainerCreateParamsWithTimeout(timeout time.Duration) *ContainerCreateParams + func (o *ContainerCreateParams) SetBody(body *models.CreateContainerConfig) + func (o *ContainerCreateParams) SetContext(ctx context.Context) + func (o *ContainerCreateParams) SetDefaults() + func (o *ContainerCreateParams) SetHTTPClient(client *http.Client) + func (o *ContainerCreateParams) SetName(name *string) + func (o *ContainerCreateParams) SetTimeout(timeout time.Duration) + func (o *ContainerCreateParams) WithBody(body *models.CreateContainerConfig) *ContainerCreateParams + func (o *ContainerCreateParams) WithContext(ctx context.Context) *ContainerCreateParams + func (o *ContainerCreateParams) WithDefaults() *ContainerCreateParams + func (o *ContainerCreateParams) WithHTTPClient(client *http.Client) *ContainerCreateParams + func (o *ContainerCreateParams) WithName(name *string) *ContainerCreateParams + func (o *ContainerCreateParams) WithTimeout(timeout time.Duration) *ContainerCreateParams + func (o *ContainerCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerCreateReader struct + func (o *ContainerCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerDeleteBadRequest struct + Payload *ContainerDeleteBadRequestBody + func NewContainerDeleteBadRequest() *ContainerDeleteBadRequest + func (o *ContainerDeleteBadRequest) Error() string + func (o *ContainerDeleteBadRequest) GetPayload() *ContainerDeleteBadRequestBody + func (o *ContainerDeleteBadRequest) IsClientError() bool + func (o *ContainerDeleteBadRequest) IsCode(code int) bool + func (o *ContainerDeleteBadRequest) IsRedirect() bool + func (o *ContainerDeleteBadRequest) IsServerError() bool + func (o *ContainerDeleteBadRequest) IsSuccess() bool + func (o *ContainerDeleteBadRequest) String() string + type ContainerDeleteBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerDeleteBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerDeleteBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ContainerDeleteBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ContainerDeleteBadRequestBody) Validate(formats strfmt.Registry) error + type ContainerDeleteConflict struct + Payload *ContainerDeleteConflictBody + func NewContainerDeleteConflict() *ContainerDeleteConflict + func (o *ContainerDeleteConflict) Error() string + func (o *ContainerDeleteConflict) GetPayload() *ContainerDeleteConflictBody + func (o *ContainerDeleteConflict) IsClientError() bool + func (o *ContainerDeleteConflict) IsCode(code int) bool + func (o *ContainerDeleteConflict) IsRedirect() bool + func (o *ContainerDeleteConflict) IsServerError() bool + func (o *ContainerDeleteConflict) IsSuccess() bool + func (o *ContainerDeleteConflict) String() string + type ContainerDeleteConflictBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerDeleteConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerDeleteConflictBody) MarshalBinary() ([]byte, error) + func (o *ContainerDeleteConflictBody) UnmarshalBinary(b []byte) error + func (o *ContainerDeleteConflictBody) Validate(formats strfmt.Registry) error + type ContainerDeleteInternalServerError struct + Payload *ContainerDeleteInternalServerErrorBody + func NewContainerDeleteInternalServerError() *ContainerDeleteInternalServerError + func (o *ContainerDeleteInternalServerError) Error() string + func (o *ContainerDeleteInternalServerError) GetPayload() *ContainerDeleteInternalServerErrorBody + func (o *ContainerDeleteInternalServerError) IsClientError() bool + func (o *ContainerDeleteInternalServerError) IsCode(code int) bool + func (o *ContainerDeleteInternalServerError) IsRedirect() bool + func (o *ContainerDeleteInternalServerError) IsServerError() bool + func (o *ContainerDeleteInternalServerError) IsSuccess() bool + func (o *ContainerDeleteInternalServerError) String() string + type ContainerDeleteInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerDeleteInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerDeleteInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerDeleteInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerDeleteInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerDeleteNoContent struct + func NewContainerDeleteNoContent() *ContainerDeleteNoContent + func (o *ContainerDeleteNoContent) Error() string + func (o *ContainerDeleteNoContent) IsClientError() bool + func (o *ContainerDeleteNoContent) IsCode(code int) bool + func (o *ContainerDeleteNoContent) IsRedirect() bool + func (o *ContainerDeleteNoContent) IsServerError() bool + func (o *ContainerDeleteNoContent) IsSuccess() bool + func (o *ContainerDeleteNoContent) String() string + type ContainerDeleteNotFound struct + Payload *ContainerDeleteNotFoundBody + func NewContainerDeleteNotFound() *ContainerDeleteNotFound + func (o *ContainerDeleteNotFound) Error() string + func (o *ContainerDeleteNotFound) GetPayload() *ContainerDeleteNotFoundBody + func (o *ContainerDeleteNotFound) IsClientError() bool + func (o *ContainerDeleteNotFound) IsCode(code int) bool + func (o *ContainerDeleteNotFound) IsRedirect() bool + func (o *ContainerDeleteNotFound) IsServerError() bool + func (o *ContainerDeleteNotFound) IsSuccess() bool + func (o *ContainerDeleteNotFound) String() string + type ContainerDeleteNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerDeleteNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerDeleteNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerDeleteNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerDeleteNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerDeleteParams struct + Context context.Context + Force *bool + HTTPClient *http.Client + Link *bool + Name string + V *bool + func NewContainerDeleteParams() *ContainerDeleteParams + func NewContainerDeleteParamsWithContext(ctx context.Context) *ContainerDeleteParams + func NewContainerDeleteParamsWithHTTPClient(client *http.Client) *ContainerDeleteParams + func NewContainerDeleteParamsWithTimeout(timeout time.Duration) *ContainerDeleteParams + func (o *ContainerDeleteParams) SetContext(ctx context.Context) + func (o *ContainerDeleteParams) SetDefaults() + func (o *ContainerDeleteParams) SetForce(force *bool) + func (o *ContainerDeleteParams) SetHTTPClient(client *http.Client) + func (o *ContainerDeleteParams) SetLink(link *bool) + func (o *ContainerDeleteParams) SetName(name string) + func (o *ContainerDeleteParams) SetTimeout(timeout time.Duration) + func (o *ContainerDeleteParams) SetV(v *bool) + func (o *ContainerDeleteParams) WithContext(ctx context.Context) *ContainerDeleteParams + func (o *ContainerDeleteParams) WithDefaults() *ContainerDeleteParams + func (o *ContainerDeleteParams) WithForce(force *bool) *ContainerDeleteParams + func (o *ContainerDeleteParams) WithHTTPClient(client *http.Client) *ContainerDeleteParams + func (o *ContainerDeleteParams) WithLink(link *bool) *ContainerDeleteParams + func (o *ContainerDeleteParams) WithName(name string) *ContainerDeleteParams + func (o *ContainerDeleteParams) WithTimeout(timeout time.Duration) *ContainerDeleteParams + func (o *ContainerDeleteParams) WithV(v *bool) *ContainerDeleteParams + func (o *ContainerDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerDeleteReader struct + func (o *ContainerDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerExportInternalServerError struct + Payload *ContainerExportInternalServerErrorBody + func NewContainerExportInternalServerError() *ContainerExportInternalServerError + func (o *ContainerExportInternalServerError) Error() string + func (o *ContainerExportInternalServerError) GetPayload() *ContainerExportInternalServerErrorBody + func (o *ContainerExportInternalServerError) IsClientError() bool + func (o *ContainerExportInternalServerError) IsCode(code int) bool + func (o *ContainerExportInternalServerError) IsRedirect() bool + func (o *ContainerExportInternalServerError) IsServerError() bool + func (o *ContainerExportInternalServerError) IsSuccess() bool + func (o *ContainerExportInternalServerError) String() string + type ContainerExportInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerExportInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerExportInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerExportInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerExportInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerExportNotFound struct + Payload *ContainerExportNotFoundBody + func NewContainerExportNotFound() *ContainerExportNotFound + func (o *ContainerExportNotFound) Error() string + func (o *ContainerExportNotFound) GetPayload() *ContainerExportNotFoundBody + func (o *ContainerExportNotFound) IsClientError() bool + func (o *ContainerExportNotFound) IsCode(code int) bool + func (o *ContainerExportNotFound) IsRedirect() bool + func (o *ContainerExportNotFound) IsServerError() bool + func (o *ContainerExportNotFound) IsSuccess() bool + func (o *ContainerExportNotFound) String() string + type ContainerExportNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerExportNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerExportNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerExportNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerExportNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerExportOK struct + func NewContainerExportOK() *ContainerExportOK + func (o *ContainerExportOK) Error() string + func (o *ContainerExportOK) IsClientError() bool + func (o *ContainerExportOK) IsCode(code int) bool + func (o *ContainerExportOK) IsRedirect() bool + func (o *ContainerExportOK) IsServerError() bool + func (o *ContainerExportOK) IsSuccess() bool + func (o *ContainerExportOK) String() string + type ContainerExportParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewContainerExportParams() *ContainerExportParams + func NewContainerExportParamsWithContext(ctx context.Context) *ContainerExportParams + func NewContainerExportParamsWithHTTPClient(client *http.Client) *ContainerExportParams + func NewContainerExportParamsWithTimeout(timeout time.Duration) *ContainerExportParams + func (o *ContainerExportParams) SetContext(ctx context.Context) + func (o *ContainerExportParams) SetDefaults() + func (o *ContainerExportParams) SetHTTPClient(client *http.Client) + func (o *ContainerExportParams) SetName(name string) + func (o *ContainerExportParams) SetTimeout(timeout time.Duration) + func (o *ContainerExportParams) WithContext(ctx context.Context) *ContainerExportParams + func (o *ContainerExportParams) WithDefaults() *ContainerExportParams + func (o *ContainerExportParams) WithHTTPClient(client *http.Client) *ContainerExportParams + func (o *ContainerExportParams) WithName(name string) *ContainerExportParams + func (o *ContainerExportParams) WithTimeout(timeout time.Duration) *ContainerExportParams + func (o *ContainerExportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerExportReader struct + func (o *ContainerExportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerInspectInternalServerError struct + Payload *ContainerInspectInternalServerErrorBody + func NewContainerInspectInternalServerError() *ContainerInspectInternalServerError + func (o *ContainerInspectInternalServerError) Error() string + func (o *ContainerInspectInternalServerError) GetPayload() *ContainerInspectInternalServerErrorBody + func (o *ContainerInspectInternalServerError) IsClientError() bool + func (o *ContainerInspectInternalServerError) IsCode(code int) bool + func (o *ContainerInspectInternalServerError) IsRedirect() bool + func (o *ContainerInspectInternalServerError) IsServerError() bool + func (o *ContainerInspectInternalServerError) IsSuccess() bool + func (o *ContainerInspectInternalServerError) String() string + type ContainerInspectInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerInspectInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerInspectInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerInspectInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerInspectInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerInspectNotFound struct + Payload *ContainerInspectNotFoundBody + func NewContainerInspectNotFound() *ContainerInspectNotFound + func (o *ContainerInspectNotFound) Error() string + func (o *ContainerInspectNotFound) GetPayload() *ContainerInspectNotFoundBody + func (o *ContainerInspectNotFound) IsClientError() bool + func (o *ContainerInspectNotFound) IsCode(code int) bool + func (o *ContainerInspectNotFound) IsRedirect() bool + func (o *ContainerInspectNotFound) IsServerError() bool + func (o *ContainerInspectNotFound) IsSuccess() bool + func (o *ContainerInspectNotFound) String() string + type ContainerInspectNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerInspectNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerInspectNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerInspectNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerInspectNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerInspectOK struct + Payload *ContainerInspectOKBody + func NewContainerInspectOK() *ContainerInspectOK + func (o *ContainerInspectOK) Error() string + func (o *ContainerInspectOK) GetPayload() *ContainerInspectOKBody + func (o *ContainerInspectOK) IsClientError() bool + func (o *ContainerInspectOK) IsCode(code int) bool + func (o *ContainerInspectOK) IsRedirect() bool + func (o *ContainerInspectOK) IsServerError() bool + func (o *ContainerInspectOK) IsSuccess() bool + func (o *ContainerInspectOK) String() string + type ContainerInspectOKBody struct + AppArmorProfile string + Args []string + Config *models.Config + Created string + Driver string + ExecIDs []string + GraphDriver *models.GraphDriverData + HostConfig *models.HostConfig + HostnamePath string + HostsPath string + ID string + Image string + LogPath string + MountLabel string + Mounts []*models.MountPoint + Name string + NetworkSettings *models.NetworkSettings + Node *models.ContainerNode + Path string + Platform string + ProcessLabel string + ResolvConfPath string + RestartCount int64 + SizeRootFs int64 + SizeRw int64 + State *models.ContainerState + func (o *ContainerInspectOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerInspectOKBody) MarshalBinary() ([]byte, error) + func (o *ContainerInspectOKBody) UnmarshalBinary(b []byte) error + func (o *ContainerInspectOKBody) Validate(formats strfmt.Registry) error + type ContainerInspectParams struct + Context context.Context + HTTPClient *http.Client + Name string + Size *bool + func NewContainerInspectParams() *ContainerInspectParams + func NewContainerInspectParamsWithContext(ctx context.Context) *ContainerInspectParams + func NewContainerInspectParamsWithHTTPClient(client *http.Client) *ContainerInspectParams + func NewContainerInspectParamsWithTimeout(timeout time.Duration) *ContainerInspectParams + func (o *ContainerInspectParams) SetContext(ctx context.Context) + func (o *ContainerInspectParams) SetDefaults() + func (o *ContainerInspectParams) SetHTTPClient(client *http.Client) + func (o *ContainerInspectParams) SetName(name string) + func (o *ContainerInspectParams) SetSize(size *bool) + func (o *ContainerInspectParams) SetTimeout(timeout time.Duration) + func (o *ContainerInspectParams) WithContext(ctx context.Context) *ContainerInspectParams + func (o *ContainerInspectParams) WithDefaults() *ContainerInspectParams + func (o *ContainerInspectParams) WithHTTPClient(client *http.Client) *ContainerInspectParams + func (o *ContainerInspectParams) WithName(name string) *ContainerInspectParams + func (o *ContainerInspectParams) WithSize(size *bool) *ContainerInspectParams + func (o *ContainerInspectParams) WithTimeout(timeout time.Duration) *ContainerInspectParams + func (o *ContainerInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerInspectReader struct + func (o *ContainerInspectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerKillConflict struct + Payload *ContainerKillConflictBody + func NewContainerKillConflict() *ContainerKillConflict + func (o *ContainerKillConflict) Error() string + func (o *ContainerKillConflict) GetPayload() *ContainerKillConflictBody + func (o *ContainerKillConflict) IsClientError() bool + func (o *ContainerKillConflict) IsCode(code int) bool + func (o *ContainerKillConflict) IsRedirect() bool + func (o *ContainerKillConflict) IsServerError() bool + func (o *ContainerKillConflict) IsSuccess() bool + func (o *ContainerKillConflict) String() string + type ContainerKillConflictBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerKillConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerKillConflictBody) MarshalBinary() ([]byte, error) + func (o *ContainerKillConflictBody) UnmarshalBinary(b []byte) error + func (o *ContainerKillConflictBody) Validate(formats strfmt.Registry) error + type ContainerKillInternalServerError struct + Payload *ContainerKillInternalServerErrorBody + func NewContainerKillInternalServerError() *ContainerKillInternalServerError + func (o *ContainerKillInternalServerError) Error() string + func (o *ContainerKillInternalServerError) GetPayload() *ContainerKillInternalServerErrorBody + func (o *ContainerKillInternalServerError) IsClientError() bool + func (o *ContainerKillInternalServerError) IsCode(code int) bool + func (o *ContainerKillInternalServerError) IsRedirect() bool + func (o *ContainerKillInternalServerError) IsServerError() bool + func (o *ContainerKillInternalServerError) IsSuccess() bool + func (o *ContainerKillInternalServerError) String() string + type ContainerKillInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerKillInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerKillInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerKillInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerKillInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerKillNoContent struct + func NewContainerKillNoContent() *ContainerKillNoContent + func (o *ContainerKillNoContent) Error() string + func (o *ContainerKillNoContent) IsClientError() bool + func (o *ContainerKillNoContent) IsCode(code int) bool + func (o *ContainerKillNoContent) IsRedirect() bool + func (o *ContainerKillNoContent) IsServerError() bool + func (o *ContainerKillNoContent) IsSuccess() bool + func (o *ContainerKillNoContent) String() string + type ContainerKillNotFound struct + Payload *ContainerKillNotFoundBody + func NewContainerKillNotFound() *ContainerKillNotFound + func (o *ContainerKillNotFound) Error() string + func (o *ContainerKillNotFound) GetPayload() *ContainerKillNotFoundBody + func (o *ContainerKillNotFound) IsClientError() bool + func (o *ContainerKillNotFound) IsCode(code int) bool + func (o *ContainerKillNotFound) IsRedirect() bool + func (o *ContainerKillNotFound) IsServerError() bool + func (o *ContainerKillNotFound) IsSuccess() bool + func (o *ContainerKillNotFound) String() string + type ContainerKillNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerKillNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerKillNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerKillNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerKillNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerKillParams struct + All *bool + Context context.Context + HTTPClient *http.Client + Name string + Signal *string + func NewContainerKillParams() *ContainerKillParams + func NewContainerKillParamsWithContext(ctx context.Context) *ContainerKillParams + func NewContainerKillParamsWithHTTPClient(client *http.Client) *ContainerKillParams + func NewContainerKillParamsWithTimeout(timeout time.Duration) *ContainerKillParams + func (o *ContainerKillParams) SetAll(all *bool) + func (o *ContainerKillParams) SetContext(ctx context.Context) + func (o *ContainerKillParams) SetDefaults() + func (o *ContainerKillParams) SetHTTPClient(client *http.Client) + func (o *ContainerKillParams) SetName(name string) + func (o *ContainerKillParams) SetSignal(signal *string) + func (o *ContainerKillParams) SetTimeout(timeout time.Duration) + func (o *ContainerKillParams) WithAll(all *bool) *ContainerKillParams + func (o *ContainerKillParams) WithContext(ctx context.Context) *ContainerKillParams + func (o *ContainerKillParams) WithDefaults() *ContainerKillParams + func (o *ContainerKillParams) WithHTTPClient(client *http.Client) *ContainerKillParams + func (o *ContainerKillParams) WithName(name string) *ContainerKillParams + func (o *ContainerKillParams) WithSignal(signal *string) *ContainerKillParams + func (o *ContainerKillParams) WithTimeout(timeout time.Duration) *ContainerKillParams + func (o *ContainerKillParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerKillReader struct + func (o *ContainerKillReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerListBadRequest struct + Payload *ContainerListBadRequestBody + func NewContainerListBadRequest() *ContainerListBadRequest + func (o *ContainerListBadRequest) Error() string + func (o *ContainerListBadRequest) GetPayload() *ContainerListBadRequestBody + func (o *ContainerListBadRequest) IsClientError() bool + func (o *ContainerListBadRequest) IsCode(code int) bool + func (o *ContainerListBadRequest) IsRedirect() bool + func (o *ContainerListBadRequest) IsServerError() bool + func (o *ContainerListBadRequest) IsSuccess() bool + func (o *ContainerListBadRequest) String() string + type ContainerListBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerListBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerListBadRequestBody) MarshalBinary() ([]byte, error) + func (o *ContainerListBadRequestBody) UnmarshalBinary(b []byte) error + func (o *ContainerListBadRequestBody) Validate(formats strfmt.Registry) error + type ContainerListInternalServerError struct + Payload *ContainerListInternalServerErrorBody + func NewContainerListInternalServerError() *ContainerListInternalServerError + func (o *ContainerListInternalServerError) Error() string + func (o *ContainerListInternalServerError) GetPayload() *ContainerListInternalServerErrorBody + func (o *ContainerListInternalServerError) IsClientError() bool + func (o *ContainerListInternalServerError) IsCode(code int) bool + func (o *ContainerListInternalServerError) IsRedirect() bool + func (o *ContainerListInternalServerError) IsServerError() bool + func (o *ContainerListInternalServerError) IsSuccess() bool + func (o *ContainerListInternalServerError) String() string + type ContainerListInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerListInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerListInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerListInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerListInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerListOK struct + Payload interface{} + func NewContainerListOK() *ContainerListOK + func (o *ContainerListOK) Error() string + func (o *ContainerListOK) GetPayload() interface{} + func (o *ContainerListOK) IsClientError() bool + func (o *ContainerListOK) IsCode(code int) bool + func (o *ContainerListOK) IsRedirect() bool + func (o *ContainerListOK) IsServerError() bool + func (o *ContainerListOK) IsSuccess() bool + func (o *ContainerListOK) String() string + type ContainerListParams struct + All *bool + Context context.Context + External *bool + Filters *string + HTTPClient *http.Client + Limit *int64 + Size *bool + func NewContainerListParams() *ContainerListParams + func NewContainerListParamsWithContext(ctx context.Context) *ContainerListParams + func NewContainerListParamsWithHTTPClient(client *http.Client) *ContainerListParams + func NewContainerListParamsWithTimeout(timeout time.Duration) *ContainerListParams + func (o *ContainerListParams) SetAll(all *bool) + func (o *ContainerListParams) SetContext(ctx context.Context) + func (o *ContainerListParams) SetDefaults() + func (o *ContainerListParams) SetExternal(external *bool) + func (o *ContainerListParams) SetFilters(filters *string) + func (o *ContainerListParams) SetHTTPClient(client *http.Client) + func (o *ContainerListParams) SetLimit(limit *int64) + func (o *ContainerListParams) SetSize(size *bool) + func (o *ContainerListParams) SetTimeout(timeout time.Duration) + func (o *ContainerListParams) WithAll(all *bool) *ContainerListParams + func (o *ContainerListParams) WithContext(ctx context.Context) *ContainerListParams + func (o *ContainerListParams) WithDefaults() *ContainerListParams + func (o *ContainerListParams) WithExternal(external *bool) *ContainerListParams + func (o *ContainerListParams) WithFilters(filters *string) *ContainerListParams + func (o *ContainerListParams) WithHTTPClient(client *http.Client) *ContainerListParams + func (o *ContainerListParams) WithLimit(limit *int64) *ContainerListParams + func (o *ContainerListParams) WithSize(size *bool) *ContainerListParams + func (o *ContainerListParams) WithTimeout(timeout time.Duration) *ContainerListParams + func (o *ContainerListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerListReader struct + func (o *ContainerListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerLogsInternalServerError struct + Payload *ContainerLogsInternalServerErrorBody + func NewContainerLogsInternalServerError() *ContainerLogsInternalServerError + func (o *ContainerLogsInternalServerError) Error() string + func (o *ContainerLogsInternalServerError) GetPayload() *ContainerLogsInternalServerErrorBody + func (o *ContainerLogsInternalServerError) IsClientError() bool + func (o *ContainerLogsInternalServerError) IsCode(code int) bool + func (o *ContainerLogsInternalServerError) IsRedirect() bool + func (o *ContainerLogsInternalServerError) IsServerError() bool + func (o *ContainerLogsInternalServerError) IsSuccess() bool + func (o *ContainerLogsInternalServerError) String() string + type ContainerLogsInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerLogsInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerLogsInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerLogsInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerLogsInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerLogsNotFound struct + Payload *ContainerLogsNotFoundBody + func NewContainerLogsNotFound() *ContainerLogsNotFound + func (o *ContainerLogsNotFound) Error() string + func (o *ContainerLogsNotFound) GetPayload() *ContainerLogsNotFoundBody + func (o *ContainerLogsNotFound) IsClientError() bool + func (o *ContainerLogsNotFound) IsCode(code int) bool + func (o *ContainerLogsNotFound) IsRedirect() bool + func (o *ContainerLogsNotFound) IsServerError() bool + func (o *ContainerLogsNotFound) IsSuccess() bool + func (o *ContainerLogsNotFound) String() string + type ContainerLogsNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerLogsNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerLogsNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerLogsNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerLogsNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerLogsOK struct + func NewContainerLogsOK() *ContainerLogsOK + func (o *ContainerLogsOK) Error() string + func (o *ContainerLogsOK) IsClientError() bool + func (o *ContainerLogsOK) IsCode(code int) bool + func (o *ContainerLogsOK) IsRedirect() bool + func (o *ContainerLogsOK) IsServerError() bool + func (o *ContainerLogsOK) IsSuccess() bool + func (o *ContainerLogsOK) String() string + type ContainerLogsParams struct + Context context.Context + Follow *bool + HTTPClient *http.Client + Name string + Since *string + Stderr *bool + Stdout *bool + Tail *string + Timestamps *bool + Until *string + func NewContainerLogsParams() *ContainerLogsParams + func NewContainerLogsParamsWithContext(ctx context.Context) *ContainerLogsParams + func NewContainerLogsParamsWithHTTPClient(client *http.Client) *ContainerLogsParams + func NewContainerLogsParamsWithTimeout(timeout time.Duration) *ContainerLogsParams + func (o *ContainerLogsParams) SetContext(ctx context.Context) + func (o *ContainerLogsParams) SetDefaults() + func (o *ContainerLogsParams) SetFollow(follow *bool) + func (o *ContainerLogsParams) SetHTTPClient(client *http.Client) + func (o *ContainerLogsParams) SetName(name string) + func (o *ContainerLogsParams) SetSince(since *string) + func (o *ContainerLogsParams) SetStderr(stderr *bool) + func (o *ContainerLogsParams) SetStdout(stdout *bool) + func (o *ContainerLogsParams) SetTail(tail *string) + func (o *ContainerLogsParams) SetTimeout(timeout time.Duration) + func (o *ContainerLogsParams) SetTimestamps(timestamps *bool) + func (o *ContainerLogsParams) SetUntil(until *string) + func (o *ContainerLogsParams) WithContext(ctx context.Context) *ContainerLogsParams + func (o *ContainerLogsParams) WithDefaults() *ContainerLogsParams + func (o *ContainerLogsParams) WithFollow(follow *bool) *ContainerLogsParams + func (o *ContainerLogsParams) WithHTTPClient(client *http.Client) *ContainerLogsParams + func (o *ContainerLogsParams) WithName(name string) *ContainerLogsParams + func (o *ContainerLogsParams) WithSince(since *string) *ContainerLogsParams + func (o *ContainerLogsParams) WithStderr(stderr *bool) *ContainerLogsParams + func (o *ContainerLogsParams) WithStdout(stdout *bool) *ContainerLogsParams + func (o *ContainerLogsParams) WithTail(tail *string) *ContainerLogsParams + func (o *ContainerLogsParams) WithTimeout(timeout time.Duration) *ContainerLogsParams + func (o *ContainerLogsParams) WithTimestamps(timestamps *bool) *ContainerLogsParams + func (o *ContainerLogsParams) WithUntil(until *string) *ContainerLogsParams + func (o *ContainerLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerLogsReader struct + func (o *ContainerLogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerPauseInternalServerError struct + Payload *ContainerPauseInternalServerErrorBody + func NewContainerPauseInternalServerError() *ContainerPauseInternalServerError + func (o *ContainerPauseInternalServerError) Error() string + func (o *ContainerPauseInternalServerError) GetPayload() *ContainerPauseInternalServerErrorBody + func (o *ContainerPauseInternalServerError) IsClientError() bool + func (o *ContainerPauseInternalServerError) IsCode(code int) bool + func (o *ContainerPauseInternalServerError) IsRedirect() bool + func (o *ContainerPauseInternalServerError) IsServerError() bool + func (o *ContainerPauseInternalServerError) IsSuccess() bool + func (o *ContainerPauseInternalServerError) String() string + type ContainerPauseInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerPauseInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerPauseInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerPauseInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerPauseInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerPauseNoContent struct + func NewContainerPauseNoContent() *ContainerPauseNoContent + func (o *ContainerPauseNoContent) Error() string + func (o *ContainerPauseNoContent) IsClientError() bool + func (o *ContainerPauseNoContent) IsCode(code int) bool + func (o *ContainerPauseNoContent) IsRedirect() bool + func (o *ContainerPauseNoContent) IsServerError() bool + func (o *ContainerPauseNoContent) IsSuccess() bool + func (o *ContainerPauseNoContent) String() string + type ContainerPauseNotFound struct + Payload *ContainerPauseNotFoundBody + func NewContainerPauseNotFound() *ContainerPauseNotFound + func (o *ContainerPauseNotFound) Error() string + func (o *ContainerPauseNotFound) GetPayload() *ContainerPauseNotFoundBody + func (o *ContainerPauseNotFound) IsClientError() bool + func (o *ContainerPauseNotFound) IsCode(code int) bool + func (o *ContainerPauseNotFound) IsRedirect() bool + func (o *ContainerPauseNotFound) IsServerError() bool + func (o *ContainerPauseNotFound) IsSuccess() bool + func (o *ContainerPauseNotFound) String() string + type ContainerPauseNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerPauseNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerPauseNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerPauseNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerPauseNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerPauseParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewContainerPauseParams() *ContainerPauseParams + func NewContainerPauseParamsWithContext(ctx context.Context) *ContainerPauseParams + func NewContainerPauseParamsWithHTTPClient(client *http.Client) *ContainerPauseParams + func NewContainerPauseParamsWithTimeout(timeout time.Duration) *ContainerPauseParams + func (o *ContainerPauseParams) SetContext(ctx context.Context) + func (o *ContainerPauseParams) SetDefaults() + func (o *ContainerPauseParams) SetHTTPClient(client *http.Client) + func (o *ContainerPauseParams) SetName(name string) + func (o *ContainerPauseParams) SetTimeout(timeout time.Duration) + func (o *ContainerPauseParams) WithContext(ctx context.Context) *ContainerPauseParams + func (o *ContainerPauseParams) WithDefaults() *ContainerPauseParams + func (o *ContainerPauseParams) WithHTTPClient(client *http.Client) *ContainerPauseParams + func (o *ContainerPauseParams) WithName(name string) *ContainerPauseParams + func (o *ContainerPauseParams) WithTimeout(timeout time.Duration) *ContainerPauseParams + func (o *ContainerPauseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerPauseReader struct + func (o *ContainerPauseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerPruneInternalServerError struct + Payload *ContainerPruneInternalServerErrorBody + func NewContainerPruneInternalServerError() *ContainerPruneInternalServerError + func (o *ContainerPruneInternalServerError) Error() string + func (o *ContainerPruneInternalServerError) GetPayload() *ContainerPruneInternalServerErrorBody + func (o *ContainerPruneInternalServerError) IsClientError() bool + func (o *ContainerPruneInternalServerError) IsCode(code int) bool + func (o *ContainerPruneInternalServerError) IsRedirect() bool + func (o *ContainerPruneInternalServerError) IsServerError() bool + func (o *ContainerPruneInternalServerError) IsSuccess() bool + func (o *ContainerPruneInternalServerError) String() string + type ContainerPruneInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerPruneInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerPruneInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerPruneInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerPruneInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerPruneOK struct + Payload []*models.ContainersPruneReport + func NewContainerPruneOK() *ContainerPruneOK + func (o *ContainerPruneOK) Error() string + func (o *ContainerPruneOK) GetPayload() []*models.ContainersPruneReport + func (o *ContainerPruneOK) IsClientError() bool + func (o *ContainerPruneOK) IsCode(code int) bool + func (o *ContainerPruneOK) IsRedirect() bool + func (o *ContainerPruneOK) IsServerError() bool + func (o *ContainerPruneOK) IsSuccess() bool + func (o *ContainerPruneOK) String() string + type ContainerPruneParams struct + Context context.Context + Filters *string + HTTPClient *http.Client + func NewContainerPruneParams() *ContainerPruneParams + func NewContainerPruneParamsWithContext(ctx context.Context) *ContainerPruneParams + func NewContainerPruneParamsWithHTTPClient(client *http.Client) *ContainerPruneParams + func NewContainerPruneParamsWithTimeout(timeout time.Duration) *ContainerPruneParams + func (o *ContainerPruneParams) SetContext(ctx context.Context) + func (o *ContainerPruneParams) SetDefaults() + func (o *ContainerPruneParams) SetFilters(filters *string) + func (o *ContainerPruneParams) SetHTTPClient(client *http.Client) + func (o *ContainerPruneParams) SetTimeout(timeout time.Duration) + func (o *ContainerPruneParams) WithContext(ctx context.Context) *ContainerPruneParams + func (o *ContainerPruneParams) WithDefaults() *ContainerPruneParams + func (o *ContainerPruneParams) WithFilters(filters *string) *ContainerPruneParams + func (o *ContainerPruneParams) WithHTTPClient(client *http.Client) *ContainerPruneParams + func (o *ContainerPruneParams) WithTimeout(timeout time.Duration) *ContainerPruneParams + func (o *ContainerPruneParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerPruneReader struct + func (o *ContainerPruneReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerRenameConflict struct + Payload *ContainerRenameConflictBody + func NewContainerRenameConflict() *ContainerRenameConflict + func (o *ContainerRenameConflict) Error() string + func (o *ContainerRenameConflict) GetPayload() *ContainerRenameConflictBody + func (o *ContainerRenameConflict) IsClientError() bool + func (o *ContainerRenameConflict) IsCode(code int) bool + func (o *ContainerRenameConflict) IsRedirect() bool + func (o *ContainerRenameConflict) IsServerError() bool + func (o *ContainerRenameConflict) IsSuccess() bool + func (o *ContainerRenameConflict) String() string + type ContainerRenameConflictBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerRenameConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerRenameConflictBody) MarshalBinary() ([]byte, error) + func (o *ContainerRenameConflictBody) UnmarshalBinary(b []byte) error + func (o *ContainerRenameConflictBody) Validate(formats strfmt.Registry) error + type ContainerRenameInternalServerError struct + Payload *ContainerRenameInternalServerErrorBody + func NewContainerRenameInternalServerError() *ContainerRenameInternalServerError + func (o *ContainerRenameInternalServerError) Error() string + func (o *ContainerRenameInternalServerError) GetPayload() *ContainerRenameInternalServerErrorBody + func (o *ContainerRenameInternalServerError) IsClientError() bool + func (o *ContainerRenameInternalServerError) IsCode(code int) bool + func (o *ContainerRenameInternalServerError) IsRedirect() bool + func (o *ContainerRenameInternalServerError) IsServerError() bool + func (o *ContainerRenameInternalServerError) IsSuccess() bool + func (o *ContainerRenameInternalServerError) String() string + type ContainerRenameInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerRenameInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerRenameInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerRenameInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerRenameInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerRenameNoContent struct + func NewContainerRenameNoContent() *ContainerRenameNoContent + func (o *ContainerRenameNoContent) Error() string + func (o *ContainerRenameNoContent) IsClientError() bool + func (o *ContainerRenameNoContent) IsCode(code int) bool + func (o *ContainerRenameNoContent) IsRedirect() bool + func (o *ContainerRenameNoContent) IsServerError() bool + func (o *ContainerRenameNoContent) IsSuccess() bool + func (o *ContainerRenameNoContent) String() string + type ContainerRenameNotFound struct + Payload *ContainerRenameNotFoundBody + func NewContainerRenameNotFound() *ContainerRenameNotFound + func (o *ContainerRenameNotFound) Error() string + func (o *ContainerRenameNotFound) GetPayload() *ContainerRenameNotFoundBody + func (o *ContainerRenameNotFound) IsClientError() bool + func (o *ContainerRenameNotFound) IsCode(code int) bool + func (o *ContainerRenameNotFound) IsRedirect() bool + func (o *ContainerRenameNotFound) IsServerError() bool + func (o *ContainerRenameNotFound) IsSuccess() bool + func (o *ContainerRenameNotFound) String() string + type ContainerRenameNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerRenameNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerRenameNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerRenameNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerRenameNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerRenameParams struct + Context context.Context + HTTPClient *http.Client + PathName string + QueryName string + func NewContainerRenameParams() *ContainerRenameParams + func NewContainerRenameParamsWithContext(ctx context.Context) *ContainerRenameParams + func NewContainerRenameParamsWithHTTPClient(client *http.Client) *ContainerRenameParams + func NewContainerRenameParamsWithTimeout(timeout time.Duration) *ContainerRenameParams + func (o *ContainerRenameParams) SetContext(ctx context.Context) + func (o *ContainerRenameParams) SetDefaults() + func (o *ContainerRenameParams) SetHTTPClient(client *http.Client) + func (o *ContainerRenameParams) SetPathName(name string) + func (o *ContainerRenameParams) SetQueryName(name string) + func (o *ContainerRenameParams) SetTimeout(timeout time.Duration) + func (o *ContainerRenameParams) WithContext(ctx context.Context) *ContainerRenameParams + func (o *ContainerRenameParams) WithDefaults() *ContainerRenameParams + func (o *ContainerRenameParams) WithHTTPClient(client *http.Client) *ContainerRenameParams + func (o *ContainerRenameParams) WithPathName(name string) *ContainerRenameParams + func (o *ContainerRenameParams) WithQueryName(name string) *ContainerRenameParams + func (o *ContainerRenameParams) WithTimeout(timeout time.Duration) *ContainerRenameParams + func (o *ContainerRenameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerRenameReader struct + func (o *ContainerRenameReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerResizeInternalServerError struct + Payload *ContainerResizeInternalServerErrorBody + func NewContainerResizeInternalServerError() *ContainerResizeInternalServerError + func (o *ContainerResizeInternalServerError) Error() string + func (o *ContainerResizeInternalServerError) GetPayload() *ContainerResizeInternalServerErrorBody + func (o *ContainerResizeInternalServerError) IsClientError() bool + func (o *ContainerResizeInternalServerError) IsCode(code int) bool + func (o *ContainerResizeInternalServerError) IsRedirect() bool + func (o *ContainerResizeInternalServerError) IsServerError() bool + func (o *ContainerResizeInternalServerError) IsSuccess() bool + func (o *ContainerResizeInternalServerError) String() string + type ContainerResizeInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerResizeInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerResizeInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerResizeInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerResizeInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerResizeNotFound struct + Payload *ContainerResizeNotFoundBody + func NewContainerResizeNotFound() *ContainerResizeNotFound + func (o *ContainerResizeNotFound) Error() string + func (o *ContainerResizeNotFound) GetPayload() *ContainerResizeNotFoundBody + func (o *ContainerResizeNotFound) IsClientError() bool + func (o *ContainerResizeNotFound) IsCode(code int) bool + func (o *ContainerResizeNotFound) IsRedirect() bool + func (o *ContainerResizeNotFound) IsServerError() bool + func (o *ContainerResizeNotFound) IsSuccess() bool + func (o *ContainerResizeNotFound) String() string + type ContainerResizeNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerResizeNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerResizeNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerResizeNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerResizeNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerResizeOK struct + Payload interface{} + func NewContainerResizeOK() *ContainerResizeOK + func (o *ContainerResizeOK) Error() string + func (o *ContainerResizeOK) GetPayload() interface{} + func (o *ContainerResizeOK) IsClientError() bool + func (o *ContainerResizeOK) IsCode(code int) bool + func (o *ContainerResizeOK) IsRedirect() bool + func (o *ContainerResizeOK) IsServerError() bool + func (o *ContainerResizeOK) IsSuccess() bool + func (o *ContainerResizeOK) String() string + type ContainerResizeParams struct + Context context.Context + H *int64 + HTTPClient *http.Client + Name string + Running *bool + W *int64 + func NewContainerResizeParams() *ContainerResizeParams + func NewContainerResizeParamsWithContext(ctx context.Context) *ContainerResizeParams + func NewContainerResizeParamsWithHTTPClient(client *http.Client) *ContainerResizeParams + func NewContainerResizeParamsWithTimeout(timeout time.Duration) *ContainerResizeParams + func (o *ContainerResizeParams) SetContext(ctx context.Context) + func (o *ContainerResizeParams) SetDefaults() + func (o *ContainerResizeParams) SetH(h *int64) + func (o *ContainerResizeParams) SetHTTPClient(client *http.Client) + func (o *ContainerResizeParams) SetName(name string) + func (o *ContainerResizeParams) SetRunning(running *bool) + func (o *ContainerResizeParams) SetTimeout(timeout time.Duration) + func (o *ContainerResizeParams) SetW(w *int64) + func (o *ContainerResizeParams) WithContext(ctx context.Context) *ContainerResizeParams + func (o *ContainerResizeParams) WithDefaults() *ContainerResizeParams + func (o *ContainerResizeParams) WithH(h *int64) *ContainerResizeParams + func (o *ContainerResizeParams) WithHTTPClient(client *http.Client) *ContainerResizeParams + func (o *ContainerResizeParams) WithName(name string) *ContainerResizeParams + func (o *ContainerResizeParams) WithRunning(running *bool) *ContainerResizeParams + func (o *ContainerResizeParams) WithTimeout(timeout time.Duration) *ContainerResizeParams + func (o *ContainerResizeParams) WithW(w *int64) *ContainerResizeParams + func (o *ContainerResizeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerResizeReader struct + func (o *ContainerResizeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerRestartInternalServerError struct + Payload *ContainerRestartInternalServerErrorBody + func NewContainerRestartInternalServerError() *ContainerRestartInternalServerError + func (o *ContainerRestartInternalServerError) Error() string + func (o *ContainerRestartInternalServerError) GetPayload() *ContainerRestartInternalServerErrorBody + func (o *ContainerRestartInternalServerError) IsClientError() bool + func (o *ContainerRestartInternalServerError) IsCode(code int) bool + func (o *ContainerRestartInternalServerError) IsRedirect() bool + func (o *ContainerRestartInternalServerError) IsServerError() bool + func (o *ContainerRestartInternalServerError) IsSuccess() bool + func (o *ContainerRestartInternalServerError) String() string + type ContainerRestartInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerRestartInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerRestartInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerRestartInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerRestartInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerRestartNoContent struct + func NewContainerRestartNoContent() *ContainerRestartNoContent + func (o *ContainerRestartNoContent) Error() string + func (o *ContainerRestartNoContent) IsClientError() bool + func (o *ContainerRestartNoContent) IsCode(code int) bool + func (o *ContainerRestartNoContent) IsRedirect() bool + func (o *ContainerRestartNoContent) IsServerError() bool + func (o *ContainerRestartNoContent) IsSuccess() bool + func (o *ContainerRestartNoContent) String() string + type ContainerRestartNotFound struct + Payload *ContainerRestartNotFoundBody + func NewContainerRestartNotFound() *ContainerRestartNotFound + func (o *ContainerRestartNotFound) Error() string + func (o *ContainerRestartNotFound) GetPayload() *ContainerRestartNotFoundBody + func (o *ContainerRestartNotFound) IsClientError() bool + func (o *ContainerRestartNotFound) IsCode(code int) bool + func (o *ContainerRestartNotFound) IsRedirect() bool + func (o *ContainerRestartNotFound) IsServerError() bool + func (o *ContainerRestartNotFound) IsSuccess() bool + func (o *ContainerRestartNotFound) String() string + type ContainerRestartNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerRestartNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerRestartNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerRestartNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerRestartNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerRestartParams struct + Context context.Context + HTTPClient *http.Client + Name string + T *int64 + func NewContainerRestartParams() *ContainerRestartParams + func NewContainerRestartParamsWithContext(ctx context.Context) *ContainerRestartParams + func NewContainerRestartParamsWithHTTPClient(client *http.Client) *ContainerRestartParams + func NewContainerRestartParamsWithTimeout(timeout time.Duration) *ContainerRestartParams + func (o *ContainerRestartParams) SetContext(ctx context.Context) + func (o *ContainerRestartParams) SetDefaults() + func (o *ContainerRestartParams) SetHTTPClient(client *http.Client) + func (o *ContainerRestartParams) SetName(name string) + func (o *ContainerRestartParams) SetT(t *int64) + func (o *ContainerRestartParams) SetTimeout(timeout time.Duration) + func (o *ContainerRestartParams) WithContext(ctx context.Context) *ContainerRestartParams + func (o *ContainerRestartParams) WithDefaults() *ContainerRestartParams + func (o *ContainerRestartParams) WithHTTPClient(client *http.Client) *ContainerRestartParams + func (o *ContainerRestartParams) WithName(name string) *ContainerRestartParams + func (o *ContainerRestartParams) WithT(t *int64) *ContainerRestartParams + func (o *ContainerRestartParams) WithTimeout(timeout time.Duration) *ContainerRestartParams + func (o *ContainerRestartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerRestartReader struct + func (o *ContainerRestartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerStartInternalServerError struct + Payload *ContainerStartInternalServerErrorBody + func NewContainerStartInternalServerError() *ContainerStartInternalServerError + func (o *ContainerStartInternalServerError) Error() string + func (o *ContainerStartInternalServerError) GetPayload() *ContainerStartInternalServerErrorBody + func (o *ContainerStartInternalServerError) IsClientError() bool + func (o *ContainerStartInternalServerError) IsCode(code int) bool + func (o *ContainerStartInternalServerError) IsRedirect() bool + func (o *ContainerStartInternalServerError) IsServerError() bool + func (o *ContainerStartInternalServerError) IsSuccess() bool + func (o *ContainerStartInternalServerError) String() string + type ContainerStartInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStartInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStartInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerStartInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerStartInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerStartNoContent struct + func NewContainerStartNoContent() *ContainerStartNoContent + func (o *ContainerStartNoContent) Error() string + func (o *ContainerStartNoContent) IsClientError() bool + func (o *ContainerStartNoContent) IsCode(code int) bool + func (o *ContainerStartNoContent) IsRedirect() bool + func (o *ContainerStartNoContent) IsServerError() bool + func (o *ContainerStartNoContent) IsSuccess() bool + func (o *ContainerStartNoContent) String() string + type ContainerStartNotFound struct + Payload *ContainerStartNotFoundBody + func NewContainerStartNotFound() *ContainerStartNotFound + func (o *ContainerStartNotFound) Error() string + func (o *ContainerStartNotFound) GetPayload() *ContainerStartNotFoundBody + func (o *ContainerStartNotFound) IsClientError() bool + func (o *ContainerStartNotFound) IsCode(code int) bool + func (o *ContainerStartNotFound) IsRedirect() bool + func (o *ContainerStartNotFound) IsServerError() bool + func (o *ContainerStartNotFound) IsSuccess() bool + func (o *ContainerStartNotFound) String() string + type ContainerStartNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStartNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStartNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerStartNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerStartNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerStartNotModified struct + Payload *ContainerStartNotModifiedBody + func NewContainerStartNotModified() *ContainerStartNotModified + func (o *ContainerStartNotModified) Error() string + func (o *ContainerStartNotModified) GetPayload() *ContainerStartNotModifiedBody + func (o *ContainerStartNotModified) IsClientError() bool + func (o *ContainerStartNotModified) IsCode(code int) bool + func (o *ContainerStartNotModified) IsRedirect() bool + func (o *ContainerStartNotModified) IsServerError() bool + func (o *ContainerStartNotModified) IsSuccess() bool + func (o *ContainerStartNotModified) String() string + type ContainerStartNotModifiedBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStartNotModifiedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStartNotModifiedBody) MarshalBinary() ([]byte, error) + func (o *ContainerStartNotModifiedBody) UnmarshalBinary(b []byte) error + func (o *ContainerStartNotModifiedBody) Validate(formats strfmt.Registry) error + type ContainerStartParams struct + Context context.Context + DetachKeys *string + HTTPClient *http.Client + Name string + func NewContainerStartParams() *ContainerStartParams + func NewContainerStartParamsWithContext(ctx context.Context) *ContainerStartParams + func NewContainerStartParamsWithHTTPClient(client *http.Client) *ContainerStartParams + func NewContainerStartParamsWithTimeout(timeout time.Duration) *ContainerStartParams + func (o *ContainerStartParams) SetContext(ctx context.Context) + func (o *ContainerStartParams) SetDefaults() + func (o *ContainerStartParams) SetDetachKeys(detachKeys *string) + func (o *ContainerStartParams) SetHTTPClient(client *http.Client) + func (o *ContainerStartParams) SetName(name string) + func (o *ContainerStartParams) SetTimeout(timeout time.Duration) + func (o *ContainerStartParams) WithContext(ctx context.Context) *ContainerStartParams + func (o *ContainerStartParams) WithDefaults() *ContainerStartParams + func (o *ContainerStartParams) WithDetachKeys(detachKeys *string) *ContainerStartParams + func (o *ContainerStartParams) WithHTTPClient(client *http.Client) *ContainerStartParams + func (o *ContainerStartParams) WithName(name string) *ContainerStartParams + func (o *ContainerStartParams) WithTimeout(timeout time.Duration) *ContainerStartParams + func (o *ContainerStartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerStartReader struct + func (o *ContainerStartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerStatsInternalServerError struct + Payload *ContainerStatsInternalServerErrorBody + func NewContainerStatsInternalServerError() *ContainerStatsInternalServerError + func (o *ContainerStatsInternalServerError) Error() string + func (o *ContainerStatsInternalServerError) GetPayload() *ContainerStatsInternalServerErrorBody + func (o *ContainerStatsInternalServerError) IsClientError() bool + func (o *ContainerStatsInternalServerError) IsCode(code int) bool + func (o *ContainerStatsInternalServerError) IsRedirect() bool + func (o *ContainerStatsInternalServerError) IsServerError() bool + func (o *ContainerStatsInternalServerError) IsSuccess() bool + func (o *ContainerStatsInternalServerError) String() string + type ContainerStatsInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStatsInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStatsInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerStatsInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerStatsInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerStatsNotFound struct + Payload *ContainerStatsNotFoundBody + func NewContainerStatsNotFound() *ContainerStatsNotFound + func (o *ContainerStatsNotFound) Error() string + func (o *ContainerStatsNotFound) GetPayload() *ContainerStatsNotFoundBody + func (o *ContainerStatsNotFound) IsClientError() bool + func (o *ContainerStatsNotFound) IsCode(code int) bool + func (o *ContainerStatsNotFound) IsRedirect() bool + func (o *ContainerStatsNotFound) IsServerError() bool + func (o *ContainerStatsNotFound) IsSuccess() bool + func (o *ContainerStatsNotFound) String() string + type ContainerStatsNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStatsNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStatsNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerStatsNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerStatsNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerStatsOK struct + func NewContainerStatsOK() *ContainerStatsOK + func (o *ContainerStatsOK) Error() string + func (o *ContainerStatsOK) IsClientError() bool + func (o *ContainerStatsOK) IsCode(code int) bool + func (o *ContainerStatsOK) IsRedirect() bool + func (o *ContainerStatsOK) IsServerError() bool + func (o *ContainerStatsOK) IsSuccess() bool + func (o *ContainerStatsOK) String() string + type ContainerStatsParams struct + Context context.Context + HTTPClient *http.Client + Name string + OneShot *bool + Stream *bool + func NewContainerStatsParams() *ContainerStatsParams + func NewContainerStatsParamsWithContext(ctx context.Context) *ContainerStatsParams + func NewContainerStatsParamsWithHTTPClient(client *http.Client) *ContainerStatsParams + func NewContainerStatsParamsWithTimeout(timeout time.Duration) *ContainerStatsParams + func (o *ContainerStatsParams) SetContext(ctx context.Context) + func (o *ContainerStatsParams) SetDefaults() + func (o *ContainerStatsParams) SetHTTPClient(client *http.Client) + func (o *ContainerStatsParams) SetName(name string) + func (o *ContainerStatsParams) SetOneShot(oneShot *bool) + func (o *ContainerStatsParams) SetStream(stream *bool) + func (o *ContainerStatsParams) SetTimeout(timeout time.Duration) + func (o *ContainerStatsParams) WithContext(ctx context.Context) *ContainerStatsParams + func (o *ContainerStatsParams) WithDefaults() *ContainerStatsParams + func (o *ContainerStatsParams) WithHTTPClient(client *http.Client) *ContainerStatsParams + func (o *ContainerStatsParams) WithName(name string) *ContainerStatsParams + func (o *ContainerStatsParams) WithOneShot(oneShot *bool) *ContainerStatsParams + func (o *ContainerStatsParams) WithStream(stream *bool) *ContainerStatsParams + func (o *ContainerStatsParams) WithTimeout(timeout time.Duration) *ContainerStatsParams + func (o *ContainerStatsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerStatsReader struct + func (o *ContainerStatsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerStopInternalServerError struct + Payload *ContainerStopInternalServerErrorBody + func NewContainerStopInternalServerError() *ContainerStopInternalServerError + func (o *ContainerStopInternalServerError) Error() string + func (o *ContainerStopInternalServerError) GetPayload() *ContainerStopInternalServerErrorBody + func (o *ContainerStopInternalServerError) IsClientError() bool + func (o *ContainerStopInternalServerError) IsCode(code int) bool + func (o *ContainerStopInternalServerError) IsRedirect() bool + func (o *ContainerStopInternalServerError) IsServerError() bool + func (o *ContainerStopInternalServerError) IsSuccess() bool + func (o *ContainerStopInternalServerError) String() string + type ContainerStopInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStopInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStopInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerStopInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerStopInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerStopNoContent struct + func NewContainerStopNoContent() *ContainerStopNoContent + func (o *ContainerStopNoContent) Error() string + func (o *ContainerStopNoContent) IsClientError() bool + func (o *ContainerStopNoContent) IsCode(code int) bool + func (o *ContainerStopNoContent) IsRedirect() bool + func (o *ContainerStopNoContent) IsServerError() bool + func (o *ContainerStopNoContent) IsSuccess() bool + func (o *ContainerStopNoContent) String() string + type ContainerStopNotFound struct + Payload *ContainerStopNotFoundBody + func NewContainerStopNotFound() *ContainerStopNotFound + func (o *ContainerStopNotFound) Error() string + func (o *ContainerStopNotFound) GetPayload() *ContainerStopNotFoundBody + func (o *ContainerStopNotFound) IsClientError() bool + func (o *ContainerStopNotFound) IsCode(code int) bool + func (o *ContainerStopNotFound) IsRedirect() bool + func (o *ContainerStopNotFound) IsServerError() bool + func (o *ContainerStopNotFound) IsSuccess() bool + func (o *ContainerStopNotFound) String() string + type ContainerStopNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStopNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStopNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerStopNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerStopNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerStopNotModified struct + Payload *ContainerStopNotModifiedBody + func NewContainerStopNotModified() *ContainerStopNotModified + func (o *ContainerStopNotModified) Error() string + func (o *ContainerStopNotModified) GetPayload() *ContainerStopNotModifiedBody + func (o *ContainerStopNotModified) IsClientError() bool + func (o *ContainerStopNotModified) IsCode(code int) bool + func (o *ContainerStopNotModified) IsRedirect() bool + func (o *ContainerStopNotModified) IsServerError() bool + func (o *ContainerStopNotModified) IsSuccess() bool + func (o *ContainerStopNotModified) String() string + type ContainerStopNotModifiedBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerStopNotModifiedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerStopNotModifiedBody) MarshalBinary() ([]byte, error) + func (o *ContainerStopNotModifiedBody) UnmarshalBinary(b []byte) error + func (o *ContainerStopNotModifiedBody) Validate(formats strfmt.Registry) error + type ContainerStopParams struct + Context context.Context + HTTPClient *http.Client + Name string + T *int64 + func NewContainerStopParams() *ContainerStopParams + func NewContainerStopParamsWithContext(ctx context.Context) *ContainerStopParams + func NewContainerStopParamsWithHTTPClient(client *http.Client) *ContainerStopParams + func NewContainerStopParamsWithTimeout(timeout time.Duration) *ContainerStopParams + func (o *ContainerStopParams) SetContext(ctx context.Context) + func (o *ContainerStopParams) SetDefaults() + func (o *ContainerStopParams) SetHTTPClient(client *http.Client) + func (o *ContainerStopParams) SetName(name string) + func (o *ContainerStopParams) SetT(t *int64) + func (o *ContainerStopParams) SetTimeout(timeout time.Duration) + func (o *ContainerStopParams) WithContext(ctx context.Context) *ContainerStopParams + func (o *ContainerStopParams) WithDefaults() *ContainerStopParams + func (o *ContainerStopParams) WithHTTPClient(client *http.Client) *ContainerStopParams + func (o *ContainerStopParams) WithName(name string) *ContainerStopParams + func (o *ContainerStopParams) WithT(t *int64) *ContainerStopParams + func (o *ContainerStopParams) WithTimeout(timeout time.Duration) *ContainerStopParams + func (o *ContainerStopParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerStopReader struct + func (o *ContainerStopReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerTopInternalServerError struct + Payload *ContainerTopInternalServerErrorBody + func NewContainerTopInternalServerError() *ContainerTopInternalServerError + func (o *ContainerTopInternalServerError) Error() string + func (o *ContainerTopInternalServerError) GetPayload() *ContainerTopInternalServerErrorBody + func (o *ContainerTopInternalServerError) IsClientError() bool + func (o *ContainerTopInternalServerError) IsCode(code int) bool + func (o *ContainerTopInternalServerError) IsRedirect() bool + func (o *ContainerTopInternalServerError) IsServerError() bool + func (o *ContainerTopInternalServerError) IsSuccess() bool + func (o *ContainerTopInternalServerError) String() string + type ContainerTopInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerTopInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerTopInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerTopInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerTopInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerTopNotFound struct + Payload *ContainerTopNotFoundBody + func NewContainerTopNotFound() *ContainerTopNotFound + func (o *ContainerTopNotFound) Error() string + func (o *ContainerTopNotFound) GetPayload() *ContainerTopNotFoundBody + func (o *ContainerTopNotFound) IsClientError() bool + func (o *ContainerTopNotFound) IsCode(code int) bool + func (o *ContainerTopNotFound) IsRedirect() bool + func (o *ContainerTopNotFound) IsServerError() bool + func (o *ContainerTopNotFound) IsSuccess() bool + func (o *ContainerTopNotFound) String() string + type ContainerTopNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerTopNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerTopNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerTopNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerTopNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerTopOK struct + Payload *ContainerTopOKBody + func NewContainerTopOK() *ContainerTopOK + func (o *ContainerTopOK) Error() string + func (o *ContainerTopOK) GetPayload() *ContainerTopOKBody + func (o *ContainerTopOK) IsClientError() bool + func (o *ContainerTopOK) IsCode(code int) bool + func (o *ContainerTopOK) IsRedirect() bool + func (o *ContainerTopOK) IsServerError() bool + func (o *ContainerTopOK) IsSuccess() bool + func (o *ContainerTopOK) String() string + type ContainerTopOKBody struct + Processes [][]string + Titles []string + func (o *ContainerTopOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerTopOKBody) MarshalBinary() ([]byte, error) + func (o *ContainerTopOKBody) UnmarshalBinary(b []byte) error + func (o *ContainerTopOKBody) Validate(formats strfmt.Registry) error + type ContainerTopParams struct + Context context.Context + HTTPClient *http.Client + Name string + PsArgs *string + func NewContainerTopParams() *ContainerTopParams + func NewContainerTopParamsWithContext(ctx context.Context) *ContainerTopParams + func NewContainerTopParamsWithHTTPClient(client *http.Client) *ContainerTopParams + func NewContainerTopParamsWithTimeout(timeout time.Duration) *ContainerTopParams + func (o *ContainerTopParams) SetContext(ctx context.Context) + func (o *ContainerTopParams) SetDefaults() + func (o *ContainerTopParams) SetHTTPClient(client *http.Client) + func (o *ContainerTopParams) SetName(name string) + func (o *ContainerTopParams) SetPsArgs(psArgs *string) + func (o *ContainerTopParams) SetTimeout(timeout time.Duration) + func (o *ContainerTopParams) WithContext(ctx context.Context) *ContainerTopParams + func (o *ContainerTopParams) WithDefaults() *ContainerTopParams + func (o *ContainerTopParams) WithHTTPClient(client *http.Client) *ContainerTopParams + func (o *ContainerTopParams) WithName(name string) *ContainerTopParams + func (o *ContainerTopParams) WithPsArgs(psArgs *string) *ContainerTopParams + func (o *ContainerTopParams) WithTimeout(timeout time.Duration) *ContainerTopParams + func (o *ContainerTopParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerTopReader struct + func (o *ContainerTopReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerUnpauseInternalServerError struct + Payload *ContainerUnpauseInternalServerErrorBody + func NewContainerUnpauseInternalServerError() *ContainerUnpauseInternalServerError + func (o *ContainerUnpauseInternalServerError) Error() string + func (o *ContainerUnpauseInternalServerError) GetPayload() *ContainerUnpauseInternalServerErrorBody + func (o *ContainerUnpauseInternalServerError) IsClientError() bool + func (o *ContainerUnpauseInternalServerError) IsCode(code int) bool + func (o *ContainerUnpauseInternalServerError) IsRedirect() bool + func (o *ContainerUnpauseInternalServerError) IsServerError() bool + func (o *ContainerUnpauseInternalServerError) IsSuccess() bool + func (o *ContainerUnpauseInternalServerError) String() string + type ContainerUnpauseInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerUnpauseInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerUnpauseInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerUnpauseInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerUnpauseInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerUnpauseNoContent struct + func NewContainerUnpauseNoContent() *ContainerUnpauseNoContent + func (o *ContainerUnpauseNoContent) Error() string + func (o *ContainerUnpauseNoContent) IsClientError() bool + func (o *ContainerUnpauseNoContent) IsCode(code int) bool + func (o *ContainerUnpauseNoContent) IsRedirect() bool + func (o *ContainerUnpauseNoContent) IsServerError() bool + func (o *ContainerUnpauseNoContent) IsSuccess() bool + func (o *ContainerUnpauseNoContent) String() string + type ContainerUnpauseNotFound struct + Payload *ContainerUnpauseNotFoundBody + func NewContainerUnpauseNotFound() *ContainerUnpauseNotFound + func (o *ContainerUnpauseNotFound) Error() string + func (o *ContainerUnpauseNotFound) GetPayload() *ContainerUnpauseNotFoundBody + func (o *ContainerUnpauseNotFound) IsClientError() bool + func (o *ContainerUnpauseNotFound) IsCode(code int) bool + func (o *ContainerUnpauseNotFound) IsRedirect() bool + func (o *ContainerUnpauseNotFound) IsServerError() bool + func (o *ContainerUnpauseNotFound) IsSuccess() bool + func (o *ContainerUnpauseNotFound) String() string + type ContainerUnpauseNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerUnpauseNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerUnpauseNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerUnpauseNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerUnpauseNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerUnpauseParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewContainerUnpauseParams() *ContainerUnpauseParams + func NewContainerUnpauseParamsWithContext(ctx context.Context) *ContainerUnpauseParams + func NewContainerUnpauseParamsWithHTTPClient(client *http.Client) *ContainerUnpauseParams + func NewContainerUnpauseParamsWithTimeout(timeout time.Duration) *ContainerUnpauseParams + func (o *ContainerUnpauseParams) SetContext(ctx context.Context) + func (o *ContainerUnpauseParams) SetDefaults() + func (o *ContainerUnpauseParams) SetHTTPClient(client *http.Client) + func (o *ContainerUnpauseParams) SetName(name string) + func (o *ContainerUnpauseParams) SetTimeout(timeout time.Duration) + func (o *ContainerUnpauseParams) WithContext(ctx context.Context) *ContainerUnpauseParams + func (o *ContainerUnpauseParams) WithDefaults() *ContainerUnpauseParams + func (o *ContainerUnpauseParams) WithHTTPClient(client *http.Client) *ContainerUnpauseParams + func (o *ContainerUnpauseParams) WithName(name string) *ContainerUnpauseParams + func (o *ContainerUnpauseParams) WithTimeout(timeout time.Duration) *ContainerUnpauseParams + func (o *ContainerUnpauseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerUnpauseReader struct + func (o *ContainerUnpauseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ContainerWaitInternalServerError struct + Payload *ContainerWaitInternalServerErrorBody + func NewContainerWaitInternalServerError() *ContainerWaitInternalServerError + func (o *ContainerWaitInternalServerError) Error() string + func (o *ContainerWaitInternalServerError) GetPayload() *ContainerWaitInternalServerErrorBody + func (o *ContainerWaitInternalServerError) IsClientError() bool + func (o *ContainerWaitInternalServerError) IsCode(code int) bool + func (o *ContainerWaitInternalServerError) IsRedirect() bool + func (o *ContainerWaitInternalServerError) IsServerError() bool + func (o *ContainerWaitInternalServerError) IsSuccess() bool + func (o *ContainerWaitInternalServerError) String() string + type ContainerWaitInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerWaitInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerWaitInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerWaitInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerWaitInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerWaitNotFound struct + Payload *ContainerWaitNotFoundBody + func NewContainerWaitNotFound() *ContainerWaitNotFound + func (o *ContainerWaitNotFound) Error() string + func (o *ContainerWaitNotFound) GetPayload() *ContainerWaitNotFoundBody + func (o *ContainerWaitNotFound) IsClientError() bool + func (o *ContainerWaitNotFound) IsCode(code int) bool + func (o *ContainerWaitNotFound) IsRedirect() bool + func (o *ContainerWaitNotFound) IsServerError() bool + func (o *ContainerWaitNotFound) IsSuccess() bool + func (o *ContainerWaitNotFound) String() string + type ContainerWaitNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerWaitNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerWaitNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerWaitNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerWaitNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerWaitOK struct + Payload *ContainerWaitOKBody + func NewContainerWaitOK() *ContainerWaitOK + func (o *ContainerWaitOK) Error() string + func (o *ContainerWaitOK) GetPayload() *ContainerWaitOKBody + func (o *ContainerWaitOK) IsClientError() bool + func (o *ContainerWaitOK) IsCode(code int) bool + func (o *ContainerWaitOK) IsRedirect() bool + func (o *ContainerWaitOK) IsServerError() bool + func (o *ContainerWaitOK) IsSuccess() bool + func (o *ContainerWaitOK) String() string + type ContainerWaitOKBody struct + Error *models.ContainerWaitOKBodyError + StatusCode int64 + func (o *ContainerWaitOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerWaitOKBody) MarshalBinary() ([]byte, error) + func (o *ContainerWaitOKBody) UnmarshalBinary(b []byte) error + func (o *ContainerWaitOKBody) Validate(formats strfmt.Registry) error + type ContainerWaitOKBodyError struct + Message string + func (o *ContainerWaitOKBodyError) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerWaitOKBodyError) MarshalBinary() ([]byte, error) + func (o *ContainerWaitOKBodyError) UnmarshalBinary(b []byte) error + func (o *ContainerWaitOKBodyError) Validate(formats strfmt.Registry) error + type ContainerWaitParams struct + Condition *string + Context context.Context + HTTPClient *http.Client + Interval *string + Name string + func NewContainerWaitParams() *ContainerWaitParams + func NewContainerWaitParamsWithContext(ctx context.Context) *ContainerWaitParams + func NewContainerWaitParamsWithHTTPClient(client *http.Client) *ContainerWaitParams + func NewContainerWaitParamsWithTimeout(timeout time.Duration) *ContainerWaitParams + func (o *ContainerWaitParams) SetCondition(condition *string) + func (o *ContainerWaitParams) SetContext(ctx context.Context) + func (o *ContainerWaitParams) SetDefaults() + func (o *ContainerWaitParams) SetHTTPClient(client *http.Client) + func (o *ContainerWaitParams) SetInterval(interval *string) + func (o *ContainerWaitParams) SetName(name string) + func (o *ContainerWaitParams) SetTimeout(timeout time.Duration) + func (o *ContainerWaitParams) WithCondition(condition *string) *ContainerWaitParams + func (o *ContainerWaitParams) WithContext(ctx context.Context) *ContainerWaitParams + func (o *ContainerWaitParams) WithDefaults() *ContainerWaitParams + func (o *ContainerWaitParams) WithHTTPClient(client *http.Client) *ContainerWaitParams + func (o *ContainerWaitParams) WithInterval(interval *string) *ContainerWaitParams + func (o *ContainerWaitParams) WithName(name string) *ContainerWaitParams + func (o *ContainerWaitParams) WithTimeout(timeout time.Duration) *ContainerWaitParams + func (o *ContainerWaitParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerWaitReader struct + func (o *ContainerWaitReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ImageCommitCreated struct + func NewImageCommitCreated() *ImageCommitCreated + func (o *ImageCommitCreated) Error() string + func (o *ImageCommitCreated) IsClientError() bool + func (o *ImageCommitCreated) IsCode(code int) bool + func (o *ImageCommitCreated) IsRedirect() bool + func (o *ImageCommitCreated) IsServerError() bool + func (o *ImageCommitCreated) IsSuccess() bool + func (o *ImageCommitCreated) String() string + type ImageCommitInternalServerError struct + Payload *ImageCommitInternalServerErrorBody + func NewImageCommitInternalServerError() *ImageCommitInternalServerError + func (o *ImageCommitInternalServerError) Error() string + func (o *ImageCommitInternalServerError) GetPayload() *ImageCommitInternalServerErrorBody + func (o *ImageCommitInternalServerError) IsClientError() bool + func (o *ImageCommitInternalServerError) IsCode(code int) bool + func (o *ImageCommitInternalServerError) IsRedirect() bool + func (o *ImageCommitInternalServerError) IsServerError() bool + func (o *ImageCommitInternalServerError) IsSuccess() bool + func (o *ImageCommitInternalServerError) String() string + type ImageCommitInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ImageCommitInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ImageCommitInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ImageCommitInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ImageCommitInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ImageCommitNotFound struct + Payload *ImageCommitNotFoundBody + func NewImageCommitNotFound() *ImageCommitNotFound + func (o *ImageCommitNotFound) Error() string + func (o *ImageCommitNotFound) GetPayload() *ImageCommitNotFoundBody + func (o *ImageCommitNotFound) IsClientError() bool + func (o *ImageCommitNotFound) IsCode(code int) bool + func (o *ImageCommitNotFound) IsRedirect() bool + func (o *ImageCommitNotFound) IsServerError() bool + func (o *ImageCommitNotFound) IsSuccess() bool + func (o *ImageCommitNotFound) String() string + type ImageCommitNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ImageCommitNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ImageCommitNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ImageCommitNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ImageCommitNotFoundBody) Validate(formats strfmt.Registry) error + type ImageCommitParams struct + Author *string + Changes *string + Comment *string + Container *string + Context context.Context + HTTPClient *http.Client + Pause *bool + Repo *string + Tag *string + func NewImageCommitParams() *ImageCommitParams + func NewImageCommitParamsWithContext(ctx context.Context) *ImageCommitParams + func NewImageCommitParamsWithHTTPClient(client *http.Client) *ImageCommitParams + func NewImageCommitParamsWithTimeout(timeout time.Duration) *ImageCommitParams + func (o *ImageCommitParams) SetAuthor(author *string) + func (o *ImageCommitParams) SetChanges(changes *string) + func (o *ImageCommitParams) SetComment(comment *string) + func (o *ImageCommitParams) SetContainer(container *string) + func (o *ImageCommitParams) SetContext(ctx context.Context) + func (o *ImageCommitParams) SetDefaults() + func (o *ImageCommitParams) SetHTTPClient(client *http.Client) + func (o *ImageCommitParams) SetPause(pause *bool) + func (o *ImageCommitParams) SetRepo(repo *string) + func (o *ImageCommitParams) SetTag(tag *string) + func (o *ImageCommitParams) SetTimeout(timeout time.Duration) + func (o *ImageCommitParams) WithAuthor(author *string) *ImageCommitParams + func (o *ImageCommitParams) WithChanges(changes *string) *ImageCommitParams + func (o *ImageCommitParams) WithComment(comment *string) *ImageCommitParams + func (o *ImageCommitParams) WithContainer(container *string) *ImageCommitParams + func (o *ImageCommitParams) WithContext(ctx context.Context) *ImageCommitParams + func (o *ImageCommitParams) WithDefaults() *ImageCommitParams + func (o *ImageCommitParams) WithHTTPClient(client *http.Client) *ImageCommitParams + func (o *ImageCommitParams) WithPause(pause *bool) *ImageCommitParams + func (o *ImageCommitParams) WithRepo(repo *string) *ImageCommitParams + func (o *ImageCommitParams) WithTag(tag *string) *ImageCommitParams + func (o *ImageCommitParams) WithTimeout(timeout time.Duration) *ImageCommitParams + func (o *ImageCommitParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ImageCommitReader struct + func (o *ImageCommitReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutContainerArchiveBadRequest struct + Payload *PutContainerArchiveBadRequestBody + func NewPutContainerArchiveBadRequest() *PutContainerArchiveBadRequest + func (o *PutContainerArchiveBadRequest) Error() string + func (o *PutContainerArchiveBadRequest) GetPayload() *PutContainerArchiveBadRequestBody + func (o *PutContainerArchiveBadRequest) IsClientError() bool + func (o *PutContainerArchiveBadRequest) IsCode(code int) bool + func (o *PutContainerArchiveBadRequest) IsRedirect() bool + func (o *PutContainerArchiveBadRequest) IsServerError() bool + func (o *PutContainerArchiveBadRequest) IsSuccess() bool + func (o *PutContainerArchiveBadRequest) String() string + type PutContainerArchiveBadRequestBody struct + Because string + Message string + ResponseCode int64 + func (o *PutContainerArchiveBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *PutContainerArchiveBadRequestBody) MarshalBinary() ([]byte, error) + func (o *PutContainerArchiveBadRequestBody) UnmarshalBinary(b []byte) error + func (o *PutContainerArchiveBadRequestBody) Validate(formats strfmt.Registry) error + type PutContainerArchiveForbidden struct + func NewPutContainerArchiveForbidden() *PutContainerArchiveForbidden + func (o *PutContainerArchiveForbidden) Error() string + func (o *PutContainerArchiveForbidden) IsClientError() bool + func (o *PutContainerArchiveForbidden) IsCode(code int) bool + func (o *PutContainerArchiveForbidden) IsRedirect() bool + func (o *PutContainerArchiveForbidden) IsServerError() bool + func (o *PutContainerArchiveForbidden) IsSuccess() bool + func (o *PutContainerArchiveForbidden) String() string + type PutContainerArchiveInternalServerError struct + Payload *PutContainerArchiveInternalServerErrorBody + func NewPutContainerArchiveInternalServerError() *PutContainerArchiveInternalServerError + func (o *PutContainerArchiveInternalServerError) Error() string + func (o *PutContainerArchiveInternalServerError) GetPayload() *PutContainerArchiveInternalServerErrorBody + func (o *PutContainerArchiveInternalServerError) IsClientError() bool + func (o *PutContainerArchiveInternalServerError) IsCode(code int) bool + func (o *PutContainerArchiveInternalServerError) IsRedirect() bool + func (o *PutContainerArchiveInternalServerError) IsServerError() bool + func (o *PutContainerArchiveInternalServerError) IsSuccess() bool + func (o *PutContainerArchiveInternalServerError) String() string + type PutContainerArchiveInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *PutContainerArchiveInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *PutContainerArchiveInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *PutContainerArchiveInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *PutContainerArchiveInternalServerErrorBody) Validate(formats strfmt.Registry) error + type PutContainerArchiveNotFound struct + Payload *PutContainerArchiveNotFoundBody + func NewPutContainerArchiveNotFound() *PutContainerArchiveNotFound + func (o *PutContainerArchiveNotFound) Error() string + func (o *PutContainerArchiveNotFound) GetPayload() *PutContainerArchiveNotFoundBody + func (o *PutContainerArchiveNotFound) IsClientError() bool + func (o *PutContainerArchiveNotFound) IsCode(code int) bool + func (o *PutContainerArchiveNotFound) IsRedirect() bool + func (o *PutContainerArchiveNotFound) IsServerError() bool + func (o *PutContainerArchiveNotFound) IsSuccess() bool + func (o *PutContainerArchiveNotFound) String() string + type PutContainerArchiveNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *PutContainerArchiveNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *PutContainerArchiveNotFoundBody) MarshalBinary() ([]byte, error) + func (o *PutContainerArchiveNotFoundBody) UnmarshalBinary(b []byte) error + func (o *PutContainerArchiveNotFoundBody) Validate(formats strfmt.Registry) error + type PutContainerArchiveOK struct + func NewPutContainerArchiveOK() *PutContainerArchiveOK + func (o *PutContainerArchiveOK) Error() string + func (o *PutContainerArchiveOK) IsClientError() bool + func (o *PutContainerArchiveOK) IsCode(code int) bool + func (o *PutContainerArchiveOK) IsRedirect() bool + func (o *PutContainerArchiveOK) IsServerError() bool + func (o *PutContainerArchiveOK) IsSuccess() bool + func (o *PutContainerArchiveOK) String() string + type PutContainerArchiveParams struct + Context context.Context + CopyUIDGID *string + HTTPClient *http.Client + Name string + NoOverwriteDirNonDir *string + Path string + Request string + func NewPutContainerArchiveParams() *PutContainerArchiveParams + func NewPutContainerArchiveParamsWithContext(ctx context.Context) *PutContainerArchiveParams + func NewPutContainerArchiveParamsWithHTTPClient(client *http.Client) *PutContainerArchiveParams + func NewPutContainerArchiveParamsWithTimeout(timeout time.Duration) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) SetContext(ctx context.Context) + func (o *PutContainerArchiveParams) SetCopyUIDGID(copyUIDGID *string) + func (o *PutContainerArchiveParams) SetDefaults() + func (o *PutContainerArchiveParams) SetHTTPClient(client *http.Client) + func (o *PutContainerArchiveParams) SetName(name string) + func (o *PutContainerArchiveParams) SetNoOverwriteDirNonDir(noOverwriteDirNonDir *string) + func (o *PutContainerArchiveParams) SetPath(path string) + func (o *PutContainerArchiveParams) SetRequest(request string) + func (o *PutContainerArchiveParams) SetTimeout(timeout time.Duration) + func (o *PutContainerArchiveParams) WithContext(ctx context.Context) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithCopyUIDGID(copyUIDGID *string) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithDefaults() *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithHTTPClient(client *http.Client) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithName(name string) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithNoOverwriteDirNonDir(noOverwriteDirNonDir *string) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithPath(path string) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithRequest(request string) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WithTimeout(timeout time.Duration) *PutContainerArchiveParams + func (o *PutContainerArchiveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutContainerArchiveReader struct + func (o *PutContainerArchiveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)