Versions in this module Expand all Collapse all v4 v4.0.3 Jun 27, 2024 Changes in this version + type Client struct + func (a *Client) ContainerExecLibpod(params *ContainerExecLibpodParams, opts ...ClientOption) (*ContainerExecLibpodCreated, error) + func (a *Client) ExecInspectLibpod(params *ExecInspectLibpodParams, opts ...ClientOption) (*ExecInspectLibpodOK, error) + func (a *Client) ExecResizeLibpod(params *ExecResizeLibpodParams, opts ...ClientOption) (*ExecResizeLibpodCreated, error) + func (a *Client) ExecStartLibpod(params *ExecStartLibpodParams, opts ...ClientOption) (*ExecStartLibpodOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + ContainerExecLibpod func(params *ContainerExecLibpodParams, opts ...ClientOption) (*ContainerExecLibpodCreated, error) + ExecInspectLibpod func(params *ExecInspectLibpodParams, opts ...ClientOption) (*ExecInspectLibpodOK, error) + ExecResizeLibpod func(params *ExecResizeLibpodParams, opts ...ClientOption) (*ExecResizeLibpodCreated, error) + ExecStartLibpod func(params *ExecStartLibpodParams, opts ...ClientOption) (*ExecStartLibpodOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type ContainerExecLibpodBody struct + AttachStderr bool + AttachStdin bool + AttachStdout bool + Cmd []string + DetachKeys string + Env []string + Privileged *bool + Tty bool + User string + WorkingDir string + func (o *ContainerExecLibpodBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerExecLibpodBody) MarshalBinary() ([]byte, error) + func (o *ContainerExecLibpodBody) UnmarshalBinary(b []byte) error + func (o *ContainerExecLibpodBody) Validate(formats strfmt.Registry) error + type ContainerExecLibpodConflict struct + func NewContainerExecLibpodConflict() *ContainerExecLibpodConflict + func (o *ContainerExecLibpodConflict) Error() string + func (o *ContainerExecLibpodConflict) IsClientError() bool + func (o *ContainerExecLibpodConflict) IsCode(code int) bool + func (o *ContainerExecLibpodConflict) IsRedirect() bool + func (o *ContainerExecLibpodConflict) IsServerError() bool + func (o *ContainerExecLibpodConflict) IsSuccess() bool + func (o *ContainerExecLibpodConflict) String() string + type ContainerExecLibpodCreated struct + func NewContainerExecLibpodCreated() *ContainerExecLibpodCreated + func (o *ContainerExecLibpodCreated) Error() string + func (o *ContainerExecLibpodCreated) IsClientError() bool + func (o *ContainerExecLibpodCreated) IsCode(code int) bool + func (o *ContainerExecLibpodCreated) IsRedirect() bool + func (o *ContainerExecLibpodCreated) IsServerError() bool + func (o *ContainerExecLibpodCreated) IsSuccess() bool + func (o *ContainerExecLibpodCreated) String() string + type ContainerExecLibpodInternalServerError struct + Payload *ContainerExecLibpodInternalServerErrorBody + func NewContainerExecLibpodInternalServerError() *ContainerExecLibpodInternalServerError + func (o *ContainerExecLibpodInternalServerError) Error() string + func (o *ContainerExecLibpodInternalServerError) GetPayload() *ContainerExecLibpodInternalServerErrorBody + func (o *ContainerExecLibpodInternalServerError) IsClientError() bool + func (o *ContainerExecLibpodInternalServerError) IsCode(code int) bool + func (o *ContainerExecLibpodInternalServerError) IsRedirect() bool + func (o *ContainerExecLibpodInternalServerError) IsServerError() bool + func (o *ContainerExecLibpodInternalServerError) IsSuccess() bool + func (o *ContainerExecLibpodInternalServerError) String() string + type ContainerExecLibpodInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerExecLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerExecLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ContainerExecLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ContainerExecLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ContainerExecLibpodNotFound struct + Payload *ContainerExecLibpodNotFoundBody + func NewContainerExecLibpodNotFound() *ContainerExecLibpodNotFound + func (o *ContainerExecLibpodNotFound) Error() string + func (o *ContainerExecLibpodNotFound) GetPayload() *ContainerExecLibpodNotFoundBody + func (o *ContainerExecLibpodNotFound) IsClientError() bool + func (o *ContainerExecLibpodNotFound) IsCode(code int) bool + func (o *ContainerExecLibpodNotFound) IsRedirect() bool + func (o *ContainerExecLibpodNotFound) IsServerError() bool + func (o *ContainerExecLibpodNotFound) IsSuccess() bool + func (o *ContainerExecLibpodNotFound) String() string + type ContainerExecLibpodNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ContainerExecLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ContainerExecLibpodNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ContainerExecLibpodNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ContainerExecLibpodNotFoundBody) Validate(formats strfmt.Registry) error + type ContainerExecLibpodParams struct + Context context.Context + Control ContainerExecLibpodBody + HTTPClient *http.Client + Name string + func NewContainerExecLibpodParams() *ContainerExecLibpodParams + func NewContainerExecLibpodParamsWithContext(ctx context.Context) *ContainerExecLibpodParams + func NewContainerExecLibpodParamsWithHTTPClient(client *http.Client) *ContainerExecLibpodParams + func NewContainerExecLibpodParamsWithTimeout(timeout time.Duration) *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) SetContext(ctx context.Context) + func (o *ContainerExecLibpodParams) SetControl(control ContainerExecLibpodBody) + func (o *ContainerExecLibpodParams) SetDefaults() + func (o *ContainerExecLibpodParams) SetHTTPClient(client *http.Client) + func (o *ContainerExecLibpodParams) SetName(name string) + func (o *ContainerExecLibpodParams) SetTimeout(timeout time.Duration) + func (o *ContainerExecLibpodParams) WithContext(ctx context.Context) *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) WithControl(control ContainerExecLibpodBody) *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) WithDefaults() *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) WithHTTPClient(client *http.Client) *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) WithName(name string) *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) WithTimeout(timeout time.Duration) *ContainerExecLibpodParams + func (o *ContainerExecLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ContainerExecLibpodReader struct + func (o *ContainerExecLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ExecInspectLibpodInternalServerError struct + Payload *ExecInspectLibpodInternalServerErrorBody + func NewExecInspectLibpodInternalServerError() *ExecInspectLibpodInternalServerError + func (o *ExecInspectLibpodInternalServerError) Error() string + func (o *ExecInspectLibpodInternalServerError) GetPayload() *ExecInspectLibpodInternalServerErrorBody + func (o *ExecInspectLibpodInternalServerError) IsClientError() bool + func (o *ExecInspectLibpodInternalServerError) IsCode(code int) bool + func (o *ExecInspectLibpodInternalServerError) IsRedirect() bool + func (o *ExecInspectLibpodInternalServerError) IsServerError() bool + func (o *ExecInspectLibpodInternalServerError) IsSuccess() bool + func (o *ExecInspectLibpodInternalServerError) String() string + type ExecInspectLibpodInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ExecInspectLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecInspectLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ExecInspectLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ExecInspectLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ExecInspectLibpodNotFound struct + Payload *ExecInspectLibpodNotFoundBody + func NewExecInspectLibpodNotFound() *ExecInspectLibpodNotFound + func (o *ExecInspectLibpodNotFound) Error() string + func (o *ExecInspectLibpodNotFound) GetPayload() *ExecInspectLibpodNotFoundBody + func (o *ExecInspectLibpodNotFound) IsClientError() bool + func (o *ExecInspectLibpodNotFound) IsCode(code int) bool + func (o *ExecInspectLibpodNotFound) IsRedirect() bool + func (o *ExecInspectLibpodNotFound) IsServerError() bool + func (o *ExecInspectLibpodNotFound) IsSuccess() bool + func (o *ExecInspectLibpodNotFound) String() string + type ExecInspectLibpodNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ExecInspectLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecInspectLibpodNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ExecInspectLibpodNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ExecInspectLibpodNotFoundBody) Validate(formats strfmt.Registry) error + type ExecInspectLibpodOK struct + func NewExecInspectLibpodOK() *ExecInspectLibpodOK + func (o *ExecInspectLibpodOK) Error() string + func (o *ExecInspectLibpodOK) IsClientError() bool + func (o *ExecInspectLibpodOK) IsCode(code int) bool + func (o *ExecInspectLibpodOK) IsRedirect() bool + func (o *ExecInspectLibpodOK) IsServerError() bool + func (o *ExecInspectLibpodOK) IsSuccess() bool + func (o *ExecInspectLibpodOK) String() string + type ExecInspectLibpodParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewExecInspectLibpodParams() *ExecInspectLibpodParams + func NewExecInspectLibpodParamsWithContext(ctx context.Context) *ExecInspectLibpodParams + func NewExecInspectLibpodParamsWithHTTPClient(client *http.Client) *ExecInspectLibpodParams + func NewExecInspectLibpodParamsWithTimeout(timeout time.Duration) *ExecInspectLibpodParams + func (o *ExecInspectLibpodParams) SetContext(ctx context.Context) + func (o *ExecInspectLibpodParams) SetDefaults() + func (o *ExecInspectLibpodParams) SetHTTPClient(client *http.Client) + func (o *ExecInspectLibpodParams) SetID(id string) + func (o *ExecInspectLibpodParams) SetTimeout(timeout time.Duration) + func (o *ExecInspectLibpodParams) WithContext(ctx context.Context) *ExecInspectLibpodParams + func (o *ExecInspectLibpodParams) WithDefaults() *ExecInspectLibpodParams + func (o *ExecInspectLibpodParams) WithHTTPClient(client *http.Client) *ExecInspectLibpodParams + func (o *ExecInspectLibpodParams) WithID(id string) *ExecInspectLibpodParams + func (o *ExecInspectLibpodParams) WithTimeout(timeout time.Duration) *ExecInspectLibpodParams + func (o *ExecInspectLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ExecInspectLibpodReader struct + func (o *ExecInspectLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ExecResizeLibpodCreated struct + func NewExecResizeLibpodCreated() *ExecResizeLibpodCreated + func (o *ExecResizeLibpodCreated) Error() string + func (o *ExecResizeLibpodCreated) IsClientError() bool + func (o *ExecResizeLibpodCreated) IsCode(code int) bool + func (o *ExecResizeLibpodCreated) IsRedirect() bool + func (o *ExecResizeLibpodCreated) IsServerError() bool + func (o *ExecResizeLibpodCreated) IsSuccess() bool + func (o *ExecResizeLibpodCreated) String() string + type ExecResizeLibpodInternalServerError struct + Payload *ExecResizeLibpodInternalServerErrorBody + func NewExecResizeLibpodInternalServerError() *ExecResizeLibpodInternalServerError + func (o *ExecResizeLibpodInternalServerError) Error() string + func (o *ExecResizeLibpodInternalServerError) GetPayload() *ExecResizeLibpodInternalServerErrorBody + func (o *ExecResizeLibpodInternalServerError) IsClientError() bool + func (o *ExecResizeLibpodInternalServerError) IsCode(code int) bool + func (o *ExecResizeLibpodInternalServerError) IsRedirect() bool + func (o *ExecResizeLibpodInternalServerError) IsServerError() bool + func (o *ExecResizeLibpodInternalServerError) IsSuccess() bool + func (o *ExecResizeLibpodInternalServerError) String() string + type ExecResizeLibpodInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ExecResizeLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecResizeLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ExecResizeLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ExecResizeLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ExecResizeLibpodNotFound struct + Payload *ExecResizeLibpodNotFoundBody + func NewExecResizeLibpodNotFound() *ExecResizeLibpodNotFound + func (o *ExecResizeLibpodNotFound) Error() string + func (o *ExecResizeLibpodNotFound) GetPayload() *ExecResizeLibpodNotFoundBody + func (o *ExecResizeLibpodNotFound) IsClientError() bool + func (o *ExecResizeLibpodNotFound) IsCode(code int) bool + func (o *ExecResizeLibpodNotFound) IsRedirect() bool + func (o *ExecResizeLibpodNotFound) IsServerError() bool + func (o *ExecResizeLibpodNotFound) IsSuccess() bool + func (o *ExecResizeLibpodNotFound) String() string + type ExecResizeLibpodNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ExecResizeLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecResizeLibpodNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ExecResizeLibpodNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ExecResizeLibpodNotFoundBody) Validate(formats strfmt.Registry) error + type ExecResizeLibpodParams struct + Context context.Context + H *int64 + HTTPClient *http.Client + ID string + W *int64 + func NewExecResizeLibpodParams() *ExecResizeLibpodParams + func NewExecResizeLibpodParamsWithContext(ctx context.Context) *ExecResizeLibpodParams + func NewExecResizeLibpodParamsWithHTTPClient(client *http.Client) *ExecResizeLibpodParams + func NewExecResizeLibpodParamsWithTimeout(timeout time.Duration) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) SetContext(ctx context.Context) + func (o *ExecResizeLibpodParams) SetDefaults() + func (o *ExecResizeLibpodParams) SetH(h *int64) + func (o *ExecResizeLibpodParams) SetHTTPClient(client *http.Client) + func (o *ExecResizeLibpodParams) SetID(id string) + func (o *ExecResizeLibpodParams) SetTimeout(timeout time.Duration) + func (o *ExecResizeLibpodParams) SetW(w *int64) + func (o *ExecResizeLibpodParams) WithContext(ctx context.Context) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WithDefaults() *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WithH(h *int64) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WithHTTPClient(client *http.Client) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WithID(id string) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WithTimeout(timeout time.Duration) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WithW(w *int64) *ExecResizeLibpodParams + func (o *ExecResizeLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ExecResizeLibpodReader struct + func (o *ExecResizeLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ExecStartLibpodBody struct + Detach bool + H int64 + Tty bool + W int64 + func (o *ExecStartLibpodBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecStartLibpodBody) MarshalBinary() ([]byte, error) + func (o *ExecStartLibpodBody) UnmarshalBinary(b []byte) error + func (o *ExecStartLibpodBody) Validate(formats strfmt.Registry) error + type ExecStartLibpodConflict struct + func NewExecStartLibpodConflict() *ExecStartLibpodConflict + func (o *ExecStartLibpodConflict) Error() string + func (o *ExecStartLibpodConflict) IsClientError() bool + func (o *ExecStartLibpodConflict) IsCode(code int) bool + func (o *ExecStartLibpodConflict) IsRedirect() bool + func (o *ExecStartLibpodConflict) IsServerError() bool + func (o *ExecStartLibpodConflict) IsSuccess() bool + func (o *ExecStartLibpodConflict) String() string + type ExecStartLibpodInternalServerError struct + Payload *ExecStartLibpodInternalServerErrorBody + func NewExecStartLibpodInternalServerError() *ExecStartLibpodInternalServerError + func (o *ExecStartLibpodInternalServerError) Error() string + func (o *ExecStartLibpodInternalServerError) GetPayload() *ExecStartLibpodInternalServerErrorBody + func (o *ExecStartLibpodInternalServerError) IsClientError() bool + func (o *ExecStartLibpodInternalServerError) IsCode(code int) bool + func (o *ExecStartLibpodInternalServerError) IsRedirect() bool + func (o *ExecStartLibpodInternalServerError) IsServerError() bool + func (o *ExecStartLibpodInternalServerError) IsSuccess() bool + func (o *ExecStartLibpodInternalServerError) String() string + type ExecStartLibpodInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *ExecStartLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecStartLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *ExecStartLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *ExecStartLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error + type ExecStartLibpodNotFound struct + Payload *ExecStartLibpodNotFoundBody + func NewExecStartLibpodNotFound() *ExecStartLibpodNotFound + func (o *ExecStartLibpodNotFound) Error() string + func (o *ExecStartLibpodNotFound) GetPayload() *ExecStartLibpodNotFoundBody + func (o *ExecStartLibpodNotFound) IsClientError() bool + func (o *ExecStartLibpodNotFound) IsCode(code int) bool + func (o *ExecStartLibpodNotFound) IsRedirect() bool + func (o *ExecStartLibpodNotFound) IsServerError() bool + func (o *ExecStartLibpodNotFound) IsSuccess() bool + func (o *ExecStartLibpodNotFound) String() string + type ExecStartLibpodNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *ExecStartLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *ExecStartLibpodNotFoundBody) MarshalBinary() ([]byte, error) + func (o *ExecStartLibpodNotFoundBody) UnmarshalBinary(b []byte) error + func (o *ExecStartLibpodNotFoundBody) Validate(formats strfmt.Registry) error + type ExecStartLibpodOK struct + func NewExecStartLibpodOK() *ExecStartLibpodOK + func (o *ExecStartLibpodOK) Error() string + func (o *ExecStartLibpodOK) IsClientError() bool + func (o *ExecStartLibpodOK) IsCode(code int) bool + func (o *ExecStartLibpodOK) IsRedirect() bool + func (o *ExecStartLibpodOK) IsServerError() bool + func (o *ExecStartLibpodOK) IsSuccess() bool + func (o *ExecStartLibpodOK) String() string + type ExecStartLibpodParams struct + Context context.Context + Control ExecStartLibpodBody + HTTPClient *http.Client + ID string + func NewExecStartLibpodParams() *ExecStartLibpodParams + func NewExecStartLibpodParamsWithContext(ctx context.Context) *ExecStartLibpodParams + func NewExecStartLibpodParamsWithHTTPClient(client *http.Client) *ExecStartLibpodParams + func NewExecStartLibpodParamsWithTimeout(timeout time.Duration) *ExecStartLibpodParams + func (o *ExecStartLibpodParams) SetContext(ctx context.Context) + func (o *ExecStartLibpodParams) SetControl(control ExecStartLibpodBody) + func (o *ExecStartLibpodParams) SetDefaults() + func (o *ExecStartLibpodParams) SetHTTPClient(client *http.Client) + func (o *ExecStartLibpodParams) SetID(id string) + func (o *ExecStartLibpodParams) SetTimeout(timeout time.Duration) + func (o *ExecStartLibpodParams) WithContext(ctx context.Context) *ExecStartLibpodParams + func (o *ExecStartLibpodParams) WithControl(control ExecStartLibpodBody) *ExecStartLibpodParams + func (o *ExecStartLibpodParams) WithDefaults() *ExecStartLibpodParams + func (o *ExecStartLibpodParams) WithHTTPClient(client *http.Client) *ExecStartLibpodParams + func (o *ExecStartLibpodParams) WithID(id string) *ExecStartLibpodParams + func (o *ExecStartLibpodParams) WithTimeout(timeout time.Duration) *ExecStartLibpodParams + func (o *ExecStartLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ExecStartLibpodReader struct + func (o *ExecStartLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) v4.0.3-0 Jun 27, 2024