images

package
v4.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for images API

func (*Client) ImageBuildLibpod

func (a *Client) ImageBuildLibpod(params *ImageBuildLibpodParams, opts ...ClientOption) (*ImageBuildLibpodOK, error)

ImageBuildLibpod creates image

Build an image from the given Dockerfile(s)

func (*Client) ImageChangesLibpod

func (a *Client) ImageChangesLibpod(params *ImageChangesLibpodParams, opts ...ClientOption) (*ImageChangesLibpodOK, error)
ImageChangesLibpod reports on changes to images s filesystem adds deletes or modifications

Returns which files in a images's filesystem have been added, deleted, or modified. The Kind of modification can be one of:

0: Modified 1: Added 2: Deleted

func (*Client) ImageDeleteAllLibpod

func (a *Client) ImageDeleteAllLibpod(params *ImageDeleteAllLibpodParams, opts ...ClientOption) (*ImageDeleteAllLibpodOK, error)

ImageDeleteAllLibpod removes one or more images from the storage

Remove one or more images from the storage.

func (*Client) ImageDeleteLibpod

func (a *Client) ImageDeleteLibpod(params *ImageDeleteLibpodParams, opts ...ClientOption) (*ImageDeleteLibpodOK, error)

ImageDeleteLibpod removes an image from the local storage

Remove an image from the local storage.

func (*Client) ImageExistsLibpod

func (a *Client) ImageExistsLibpod(params *ImageExistsLibpodParams, opts ...ClientOption) (*ImageExistsLibpodNoContent, error)

ImageExistsLibpod images exists

Check if image exists in local store

func (*Client) ImageExportLibpod

func (a *Client) ImageExportLibpod(params *ImageExportLibpodParams, writer io.Writer, opts ...ClientOption) (*ImageExportLibpodOK, error)

ImageExportLibpod exports multiple images

Export multiple images into a single object. Only `docker-archive` is currently supported.

func (*Client) ImageGetLibpod

func (a *Client) ImageGetLibpod(params *ImageGetLibpodParams, writer io.Writer, opts ...ClientOption) (*ImageGetLibpodOK, error)

ImageGetLibpod exports an image

Export an image

func (*Client) ImageHistoryLibpod

func (a *Client) ImageHistoryLibpod(params *ImageHistoryLibpodParams, opts ...ClientOption) (*ImageHistoryLibpodOK, error)

ImageHistoryLibpod histories of an image

Return parent layers of an image.

func (*Client) ImageImportLibpod

func (a *Client) ImageImportLibpod(params *ImageImportLibpodParams, opts ...ClientOption) (*ImageImportLibpodOK, error)

ImageImportLibpod imports image

Import a previously exported tarball as an image.

func (*Client) ImageInspectLibpod

func (a *Client) ImageInspectLibpod(params *ImageInspectLibpodParams, opts ...ClientOption) (*ImageInspectLibpodOK, error)

ImageInspectLibpod inspects an image

Obtain low-level information about an image

func (*Client) ImageListLibpod

func (a *Client) ImageListLibpod(params *ImageListLibpodParams, opts ...ClientOption) (*ImageListLibpodOK, error)

ImageListLibpod lists images

Returns a list of images on the server

func (*Client) ImageLoadLibpod

func (a *Client) ImageLoadLibpod(params *ImageLoadLibpodParams, opts ...ClientOption) (*ImageLoadLibpodOK, error)

ImageLoadLibpod loads image

Load an image (oci-archive or docker-archive) stream.

func (*Client) ImagePruneLibpod

func (a *Client) ImagePruneLibpod(params *ImagePruneLibpodParams, opts ...ClientOption) (*ImagePruneLibpodOK, error)

ImagePruneLibpod prunes unused images

Remove images that are not being used by a container

func (*Client) ImagePullLibpod

func (a *Client) ImagePullLibpod(params *ImagePullLibpodParams, opts ...ClientOption) (*ImagePullLibpodOK, error)

ImagePullLibpod pulls images

Pull one or more images from a container registry.

func (*Client) ImagePushLibpod

func (a *Client) ImagePushLibpod(params *ImagePushLibpodParams, writer io.Writer, opts ...ClientOption) (*ImagePushLibpodOK, error)

ImagePushLibpod pushes image

Push an image to a container registry

func (*Client) ImageSearchLibpod

func (a *Client) ImageSearchLibpod(params *ImageSearchLibpodParams, opts ...ClientOption) (*ImageSearchLibpodOK, error)

ImageSearchLibpod searches images

Search registries for images

func (*Client) ImageTagLibpod

func (a *Client) ImageTagLibpod(params *ImageTagLibpodParams, opts ...ClientOption) (*ImageTagLibpodCreated, error)

ImageTagLibpod tags an image

Tag an image so that it becomes part of a repository.

func (*Client) ImageTreeLibpod

func (a *Client) ImageTreeLibpod(params *ImageTreeLibpodParams, opts ...ClientOption) (*ImageTreeLibpodOK, error)

ImageTreeLibpod images tree

Retrieve the image tree for the provided image name or ID

func (*Client) ImageUntagLibpod

func (a *Client) ImageUntagLibpod(params *ImageUntagLibpodParams, opts ...ClientOption) (*ImageUntagLibpodCreated, error)

ImageUntagLibpod untags an image

Untag an image. If not repo and tag are specified, all tags are removed from the image.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ImageBuildLibpod(params *ImageBuildLibpodParams, opts ...ClientOption) (*ImageBuildLibpodOK, error)

	ImageChangesLibpod(params *ImageChangesLibpodParams, opts ...ClientOption) (*ImageChangesLibpodOK, error)

	ImageDeleteAllLibpod(params *ImageDeleteAllLibpodParams, opts ...ClientOption) (*ImageDeleteAllLibpodOK, error)

	ImageDeleteLibpod(params *ImageDeleteLibpodParams, opts ...ClientOption) (*ImageDeleteLibpodOK, error)

	ImageExistsLibpod(params *ImageExistsLibpodParams, opts ...ClientOption) (*ImageExistsLibpodNoContent, error)

	ImageExportLibpod(params *ImageExportLibpodParams, writer io.Writer, opts ...ClientOption) (*ImageExportLibpodOK, error)

	ImageGetLibpod(params *ImageGetLibpodParams, writer io.Writer, opts ...ClientOption) (*ImageGetLibpodOK, error)

	ImageHistoryLibpod(params *ImageHistoryLibpodParams, opts ...ClientOption) (*ImageHistoryLibpodOK, error)

	ImageImportLibpod(params *ImageImportLibpodParams, opts ...ClientOption) (*ImageImportLibpodOK, error)

	ImageInspectLibpod(params *ImageInspectLibpodParams, opts ...ClientOption) (*ImageInspectLibpodOK, error)

	ImageListLibpod(params *ImageListLibpodParams, opts ...ClientOption) (*ImageListLibpodOK, error)

	ImageLoadLibpod(params *ImageLoadLibpodParams, opts ...ClientOption) (*ImageLoadLibpodOK, error)

	ImagePruneLibpod(params *ImagePruneLibpodParams, opts ...ClientOption) (*ImagePruneLibpodOK, error)

	ImagePullLibpod(params *ImagePullLibpodParams, opts ...ClientOption) (*ImagePullLibpodOK, error)

	ImagePushLibpod(params *ImagePushLibpodParams, writer io.Writer, opts ...ClientOption) (*ImagePushLibpodOK, error)

	ImageSearchLibpod(params *ImageSearchLibpodParams, opts ...ClientOption) (*ImageSearchLibpodOK, error)

	ImageTagLibpod(params *ImageTagLibpodParams, opts ...ClientOption) (*ImageTagLibpodCreated, error)

	ImageTreeLibpod(params *ImageTreeLibpodParams, opts ...ClientOption) (*ImageTreeLibpodOK, error)

	ImageUntagLibpod(params *ImageUntagLibpodParams, opts ...ClientOption) (*ImageUntagLibpodCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new images API client.

type ImageBuildLibpodBadRequest

type ImageBuildLibpodBadRequest struct {
	Payload *ImageBuildLibpodBadRequestBody
}

ImageBuildLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageBuildLibpodBadRequest

func NewImageBuildLibpodBadRequest() *ImageBuildLibpodBadRequest

NewImageBuildLibpodBadRequest creates a ImageBuildLibpodBadRequest with default headers values

func (*ImageBuildLibpodBadRequest) Error

func (*ImageBuildLibpodBadRequest) GetPayload

func (*ImageBuildLibpodBadRequest) IsClientError

func (o *ImageBuildLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image build libpod bad request response has a 4xx status code

func (*ImageBuildLibpodBadRequest) IsCode

func (o *ImageBuildLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image build libpod bad request response a status code equal to that given

func (*ImageBuildLibpodBadRequest) IsRedirect

func (o *ImageBuildLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image build libpod bad request response has a 3xx status code

func (*ImageBuildLibpodBadRequest) IsServerError

func (o *ImageBuildLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image build libpod bad request response has a 5xx status code

func (*ImageBuildLibpodBadRequest) IsSuccess

func (o *ImageBuildLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image build libpod bad request response has a 2xx status code

func (*ImageBuildLibpodBadRequest) String

func (o *ImageBuildLibpodBadRequest) String() string

type ImageBuildLibpodBadRequestBody

type ImageBuildLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageBuildLibpodBadRequestBody image build libpod bad request body swagger:model ImageBuildLibpodBadRequestBody

func (*ImageBuildLibpodBadRequestBody) ContextValidate

func (o *ImageBuildLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image build libpod bad request body based on context it is used

func (*ImageBuildLibpodBadRequestBody) MarshalBinary

func (o *ImageBuildLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageBuildLibpodBadRequestBody) UnmarshalBinary

func (o *ImageBuildLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageBuildLibpodBadRequestBody) Validate

func (o *ImageBuildLibpodBadRequestBody) Validate(formats strfmt.Registry) error

Validate validates this image build libpod bad request body

type ImageBuildLibpodInternalServerError

type ImageBuildLibpodInternalServerError struct {
	Payload *ImageBuildLibpodInternalServerErrorBody
}

ImageBuildLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageBuildLibpodInternalServerError

func NewImageBuildLibpodInternalServerError() *ImageBuildLibpodInternalServerError

NewImageBuildLibpodInternalServerError creates a ImageBuildLibpodInternalServerError with default headers values

func (*ImageBuildLibpodInternalServerError) Error

func (*ImageBuildLibpodInternalServerError) GetPayload

func (*ImageBuildLibpodInternalServerError) IsClientError

func (o *ImageBuildLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image build libpod internal server error response has a 4xx status code

func (*ImageBuildLibpodInternalServerError) IsCode

IsCode returns true when this image build libpod internal server error response a status code equal to that given

func (*ImageBuildLibpodInternalServerError) IsRedirect

func (o *ImageBuildLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image build libpod internal server error response has a 3xx status code

func (*ImageBuildLibpodInternalServerError) IsServerError

func (o *ImageBuildLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image build libpod internal server error response has a 5xx status code

func (*ImageBuildLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image build libpod internal server error response has a 2xx status code

func (*ImageBuildLibpodInternalServerError) String

type ImageBuildLibpodInternalServerErrorBody

type ImageBuildLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageBuildLibpodInternalServerErrorBody image build libpod internal server error body swagger:model ImageBuildLibpodInternalServerErrorBody

func (*ImageBuildLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image build libpod internal server error body based on context it is used

func (*ImageBuildLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageBuildLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageBuildLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageBuildLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageBuildLibpodInternalServerErrorBody) Validate

Validate validates this image build libpod internal server error body

type ImageBuildLibpodOK

type ImageBuildLibpodOK struct {
	Payload *ImageBuildLibpodOKBody
}

ImageBuildLibpodOK describes a response with status code 200, with default header values.

OK (As of version 1.xx)

func NewImageBuildLibpodOK

func NewImageBuildLibpodOK() *ImageBuildLibpodOK

NewImageBuildLibpodOK creates a ImageBuildLibpodOK with default headers values

func (*ImageBuildLibpodOK) Error

func (o *ImageBuildLibpodOK) Error() string

func (*ImageBuildLibpodOK) GetPayload

func (o *ImageBuildLibpodOK) GetPayload() *ImageBuildLibpodOKBody

func (*ImageBuildLibpodOK) IsClientError

func (o *ImageBuildLibpodOK) IsClientError() bool

IsClientError returns true when this image build libpod o k response has a 4xx status code

func (*ImageBuildLibpodOK) IsCode

func (o *ImageBuildLibpodOK) IsCode(code int) bool

IsCode returns true when this image build libpod o k response a status code equal to that given

func (*ImageBuildLibpodOK) IsRedirect

func (o *ImageBuildLibpodOK) IsRedirect() bool

IsRedirect returns true when this image build libpod o k response has a 3xx status code

func (*ImageBuildLibpodOK) IsServerError

func (o *ImageBuildLibpodOK) IsServerError() bool

IsServerError returns true when this image build libpod o k response has a 5xx status code

func (*ImageBuildLibpodOK) IsSuccess

func (o *ImageBuildLibpodOK) IsSuccess() bool

IsSuccess returns true when this image build libpod o k response has a 2xx status code

func (*ImageBuildLibpodOK) String

func (o *ImageBuildLibpodOK) String() string

type ImageBuildLibpodOKBody

type ImageBuildLibpodOKBody struct {

	// output from build process
	// Example: (build details...)\n
	// Required: true
	Stream *string `json:"stream"`
}

ImageBuildLibpodOKBody image build libpod o k body swagger:model ImageBuildLibpodOKBody

func (*ImageBuildLibpodOKBody) ContextValidate

func (o *ImageBuildLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image build libpod o k body based on context it is used

func (*ImageBuildLibpodOKBody) MarshalBinary

func (o *ImageBuildLibpodOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageBuildLibpodOKBody) UnmarshalBinary

func (o *ImageBuildLibpodOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageBuildLibpodOKBody) Validate

func (o *ImageBuildLibpodOKBody) Validate(formats strfmt.Registry) error

Validate validates this image build libpod o k body

type ImageBuildLibpodParams

type ImageBuildLibpodParams struct {

	/* Allplatforms.

	     Instead of building for a set of platforms specified using the platform option, inspect the build's base images,
	and build for all of the platforms that are available.  Stages that use *scratch* as a starting point can not be inspected,
	so at least one non-*scratch* stage must be present for detection to work usefully.

	*/
	Allplatforms *bool

	/* Buildargs.

	     JSON map of string pairs denoting build-time variables.
	For example, the build argument `Foo` with the value of `bar` would be encoded in JSON as `["Foo":"bar"]`.

	For example, buildargs={"Foo":"bar"}.

	Note(s):
	* This should not be used to pass secrets.
	* The value of buildargs should be URI component encoded before being passed to the API.

	(As of version 1.xx)

	*/
	Buildargs *string

	/* Cachefrom.

	     JSON array of images used to build cache resolution
	(As of version 1.xx)

	*/
	Cachefrom *string

	/* Cpuperiod.

	     CPUPeriod limits the CPU CFS (Completely Fair Scheduler) period
	(As of version 1.xx)

	*/
	Cpuperiod *int64

	/* Cpuquota.

	     CPUQuota limits the CPU CFS (Completely Fair Scheduler) quota
	(As of version 1.xx)

	*/
	Cpuquota *int64

	/* Cpusetcpus.

	     CPUSetCPUs in which to allow execution (0-3, 0,1)
	(As of version 1.xx)

	*/
	Cpusetcpus *string

	/* Cpushares.

	     CPUShares (relative weight
	(As of version 1.xx)

	*/
	Cpushares *int64

	/* Dockerfile.

	     Path within the build context to the `Dockerfile`.
	This is ignored if remote is specified and points to an external `Dockerfile`.


	     Default: "Dockerfile"
	*/
	Dockerfile *string

	/* Extrahosts.

	     TBD Extra hosts to add to /etc/hosts
	(As of version 1.xx)

	*/
	Extrahosts *string

	/* Forcerm.

	     Always remove intermediate containers, even upon failure
	(As of version 1.xx)

	*/
	Forcerm *bool

	/* Httpproxy.

	     Inject http proxy environment variables into container
	(As of version 2.0.0)

	*/
	Httpproxy *bool

	/* Labels.

	     JSON map of key, value pairs to set as labels on the new image
	(As of version 1.xx)

	*/
	Labels *string

	/* Layers.

	     Cache intermediate layers during build.
	(As of version 1.xx)


	     Default: true
	*/
	Layers *bool

	/* Memory.

	     Memory is the upper limit (in bytes) on how much memory running containers can use
	(As of version 1.xx)

	*/
	Memory *int64

	/* Memswap.

	     MemorySwap limits the amount of memory and swap together
	(As of version 1.xx)

	*/
	Memswap *int64

	/* Networkmode.

	     Sets the networking mode for the run commands during build.
	Supported standard values are:
	  * `bridge` limited to containers within a single host, port mapping required for external access
	  * `host` no isolation between host and containers on this network
	  * `none` disable all networking for this container
	  * container:<nameOrID> share networking with given container
	  ---All other values are assumed to be a custom network's name
	(As of version 1.xx)


	     Default: "bridge"
	*/
	Networkmode *string

	/* Nocache.

	     Do not use the cache when building the image
	(As of version 1.xx)

	*/
	Nocache *bool

	/* Outputs.

	     output configuration TBD
	(As of version 1.xx)

	*/
	Outputs *string

	/* Platform.

	     Platform format os[/arch[/variant]]
	(As of version 1.xx)

	*/
	Platform *string

	/* Pull.

	     Attempt to pull the image even if an older image exists locally
	(As of version 1.xx)

	*/
	Pull *bool

	/* Q.

	   Suppress verbose build output

	*/
	Q *bool

	/* Remote.

	     A Git repository URI or HTTP/HTTPS context URI.
	If the URI points to a single text file, the file’s contents are placed
	into a file called Dockerfile and the image is built from that file. If
	the URI points to a tarball, the file is downloaded by the daemon and the
	contents therein used as the context for the build. If the URI points to a
	tarball and the dockerfile parameter is also specified, there must be a file
	with the corresponding path inside the tarball.
	(As of version 1.xx)

	*/
	Remote *string

	/* Rm.

	     Remove intermediate containers after a successful build
	(As of version 1.xx)


	     Default: true
	*/
	Rm *bool

	/* Shmsize.

	     ShmSize is the "size" value to use when mounting an shmfs on the container's /dev/shm directory.
	Default is 64MB
	(As of version 1.xx)


	     Default: 67108864
	*/
	Shmsize *int64

	/* Squash.

	     Silently ignored.
	Squash the resulting images layers into a single layer
	(As of version 1.xx)

	*/
	Squash *bool

	/* T.

	   A name and optional tag to apply to the image in the `name:tag` format.  If you omit the tag the default latest value is assumed. You can provide several t parameters.

	   Default: "latest"
	*/
	T *string

	/* Target.

	     Target build stage
	(As of version 1.xx)

	*/
	Target *string

	/* Unsetenv.

	   Unset environment variables from the final image.
	*/
	Unsetenv []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageBuildLibpodParams contains all the parameters to send to the API endpoint

for the image build libpod operation.

Typically these are written to a http.Request.

func NewImageBuildLibpodParams

func NewImageBuildLibpodParams() *ImageBuildLibpodParams

NewImageBuildLibpodParams creates a new ImageBuildLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageBuildLibpodParamsWithContext

func NewImageBuildLibpodParamsWithContext(ctx context.Context) *ImageBuildLibpodParams

NewImageBuildLibpodParamsWithContext creates a new ImageBuildLibpodParams object with the ability to set a context for a request.

func NewImageBuildLibpodParamsWithHTTPClient

func NewImageBuildLibpodParamsWithHTTPClient(client *http.Client) *ImageBuildLibpodParams

NewImageBuildLibpodParamsWithHTTPClient creates a new ImageBuildLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageBuildLibpodParamsWithTimeout

func NewImageBuildLibpodParamsWithTimeout(timeout time.Duration) *ImageBuildLibpodParams

NewImageBuildLibpodParamsWithTimeout creates a new ImageBuildLibpodParams object with the ability to set a timeout on a request.

func (*ImageBuildLibpodParams) SetAllplatforms

func (o *ImageBuildLibpodParams) SetAllplatforms(allplatforms *bool)

SetAllplatforms adds the allplatforms to the image build libpod params

func (*ImageBuildLibpodParams) SetBuildargs

func (o *ImageBuildLibpodParams) SetBuildargs(buildargs *string)

SetBuildargs adds the buildargs to the image build libpod params

func (*ImageBuildLibpodParams) SetCachefrom

func (o *ImageBuildLibpodParams) SetCachefrom(cachefrom *string)

SetCachefrom adds the cachefrom to the image build libpod params

func (*ImageBuildLibpodParams) SetContext

func (o *ImageBuildLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image build libpod params

func (*ImageBuildLibpodParams) SetCpuperiod

func (o *ImageBuildLibpodParams) SetCpuperiod(cpuperiod *int64)

SetCpuperiod adds the cpuperiod to the image build libpod params

func (*ImageBuildLibpodParams) SetCpuquota

func (o *ImageBuildLibpodParams) SetCpuquota(cpuquota *int64)

SetCpuquota adds the cpuquota to the image build libpod params

func (*ImageBuildLibpodParams) SetCpusetcpus

func (o *ImageBuildLibpodParams) SetCpusetcpus(cpusetcpus *string)

SetCpusetcpus adds the cpusetcpus to the image build libpod params

func (*ImageBuildLibpodParams) SetCpushares

func (o *ImageBuildLibpodParams) SetCpushares(cpushares *int64)

SetCpushares adds the cpushares to the image build libpod params

func (*ImageBuildLibpodParams) SetDefaults

func (o *ImageBuildLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image build libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageBuildLibpodParams) SetDockerfile

func (o *ImageBuildLibpodParams) SetDockerfile(dockerfile *string)

SetDockerfile adds the dockerfile to the image build libpod params

func (*ImageBuildLibpodParams) SetExtrahosts

func (o *ImageBuildLibpodParams) SetExtrahosts(extrahosts *string)

SetExtrahosts adds the extrahosts to the image build libpod params

func (*ImageBuildLibpodParams) SetForcerm

func (o *ImageBuildLibpodParams) SetForcerm(forcerm *bool)

SetForcerm adds the forcerm to the image build libpod params

func (*ImageBuildLibpodParams) SetHTTPClient

func (o *ImageBuildLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image build libpod params

func (*ImageBuildLibpodParams) SetHttpproxy

func (o *ImageBuildLibpodParams) SetHttpproxy(httpproxy *bool)

SetHttpproxy adds the httpproxy to the image build libpod params

func (*ImageBuildLibpodParams) SetLabels

func (o *ImageBuildLibpodParams) SetLabels(labels *string)

SetLabels adds the labels to the image build libpod params

func (*ImageBuildLibpodParams) SetLayers

func (o *ImageBuildLibpodParams) SetLayers(layers *bool)

SetLayers adds the layers to the image build libpod params

func (*ImageBuildLibpodParams) SetMemory

func (o *ImageBuildLibpodParams) SetMemory(memory *int64)

SetMemory adds the memory to the image build libpod params

func (*ImageBuildLibpodParams) SetMemswap

func (o *ImageBuildLibpodParams) SetMemswap(memswap *int64)

SetMemswap adds the memswap to the image build libpod params

func (*ImageBuildLibpodParams) SetNetworkmode

func (o *ImageBuildLibpodParams) SetNetworkmode(networkmode *string)

SetNetworkmode adds the networkmode to the image build libpod params

func (*ImageBuildLibpodParams) SetNocache

func (o *ImageBuildLibpodParams) SetNocache(nocache *bool)

SetNocache adds the nocache to the image build libpod params

func (*ImageBuildLibpodParams) SetOutputs

func (o *ImageBuildLibpodParams) SetOutputs(outputs *string)

SetOutputs adds the outputs to the image build libpod params

func (*ImageBuildLibpodParams) SetPlatform

func (o *ImageBuildLibpodParams) SetPlatform(platform *string)

SetPlatform adds the platform to the image build libpod params

func (*ImageBuildLibpodParams) SetPull

func (o *ImageBuildLibpodParams) SetPull(pull *bool)

SetPull adds the pull to the image build libpod params

func (*ImageBuildLibpodParams) SetQ

func (o *ImageBuildLibpodParams) SetQ(q *bool)

SetQ adds the q to the image build libpod params

func (*ImageBuildLibpodParams) SetRemote

func (o *ImageBuildLibpodParams) SetRemote(remote *string)

SetRemote adds the remote to the image build libpod params

func (*ImageBuildLibpodParams) SetRm

func (o *ImageBuildLibpodParams) SetRm(rm *bool)

SetRm adds the rm to the image build libpod params

func (*ImageBuildLibpodParams) SetShmsize

func (o *ImageBuildLibpodParams) SetShmsize(shmsize *int64)

SetShmsize adds the shmsize to the image build libpod params

func (*ImageBuildLibpodParams) SetSquash

func (o *ImageBuildLibpodParams) SetSquash(squash *bool)

SetSquash adds the squash to the image build libpod params

func (*ImageBuildLibpodParams) SetT

func (o *ImageBuildLibpodParams) SetT(t *string)

SetT adds the t to the image build libpod params

func (*ImageBuildLibpodParams) SetTarget

func (o *ImageBuildLibpodParams) SetTarget(target *string)

SetTarget adds the target to the image build libpod params

func (*ImageBuildLibpodParams) SetTimeout

func (o *ImageBuildLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image build libpod params

func (*ImageBuildLibpodParams) SetUnsetenv

func (o *ImageBuildLibpodParams) SetUnsetenv(unsetenv []string)

SetUnsetenv adds the unsetenv to the image build libpod params

func (*ImageBuildLibpodParams) WithAllplatforms

func (o *ImageBuildLibpodParams) WithAllplatforms(allplatforms *bool) *ImageBuildLibpodParams

WithAllplatforms adds the allplatforms to the image build libpod params

func (*ImageBuildLibpodParams) WithBuildargs

func (o *ImageBuildLibpodParams) WithBuildargs(buildargs *string) *ImageBuildLibpodParams

WithBuildargs adds the buildargs to the image build libpod params

func (*ImageBuildLibpodParams) WithCachefrom

func (o *ImageBuildLibpodParams) WithCachefrom(cachefrom *string) *ImageBuildLibpodParams

WithCachefrom adds the cachefrom to the image build libpod params

func (*ImageBuildLibpodParams) WithContext

WithContext adds the context to the image build libpod params

func (*ImageBuildLibpodParams) WithCpuperiod

func (o *ImageBuildLibpodParams) WithCpuperiod(cpuperiod *int64) *ImageBuildLibpodParams

WithCpuperiod adds the cpuperiod to the image build libpod params

func (*ImageBuildLibpodParams) WithCpuquota

func (o *ImageBuildLibpodParams) WithCpuquota(cpuquota *int64) *ImageBuildLibpodParams

WithCpuquota adds the cpuquota to the image build libpod params

func (*ImageBuildLibpodParams) WithCpusetcpus

func (o *ImageBuildLibpodParams) WithCpusetcpus(cpusetcpus *string) *ImageBuildLibpodParams

WithCpusetcpus adds the cpusetcpus to the image build libpod params

func (*ImageBuildLibpodParams) WithCpushares

func (o *ImageBuildLibpodParams) WithCpushares(cpushares *int64) *ImageBuildLibpodParams

WithCpushares adds the cpushares to the image build libpod params

func (*ImageBuildLibpodParams) WithDefaults

WithDefaults hydrates default values in the image build libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageBuildLibpodParams) WithDockerfile

func (o *ImageBuildLibpodParams) WithDockerfile(dockerfile *string) *ImageBuildLibpodParams

WithDockerfile adds the dockerfile to the image build libpod params

func (*ImageBuildLibpodParams) WithExtrahosts

func (o *ImageBuildLibpodParams) WithExtrahosts(extrahosts *string) *ImageBuildLibpodParams

WithExtrahosts adds the extrahosts to the image build libpod params

func (*ImageBuildLibpodParams) WithForcerm

func (o *ImageBuildLibpodParams) WithForcerm(forcerm *bool) *ImageBuildLibpodParams

WithForcerm adds the forcerm to the image build libpod params

func (*ImageBuildLibpodParams) WithHTTPClient

func (o *ImageBuildLibpodParams) WithHTTPClient(client *http.Client) *ImageBuildLibpodParams

WithHTTPClient adds the HTTPClient to the image build libpod params

func (*ImageBuildLibpodParams) WithHttpproxy

func (o *ImageBuildLibpodParams) WithHttpproxy(httpproxy *bool) *ImageBuildLibpodParams

WithHttpproxy adds the httpproxy to the image build libpod params

func (*ImageBuildLibpodParams) WithLabels

func (o *ImageBuildLibpodParams) WithLabels(labels *string) *ImageBuildLibpodParams

WithLabels adds the labels to the image build libpod params

func (*ImageBuildLibpodParams) WithLayers

func (o *ImageBuildLibpodParams) WithLayers(layers *bool) *ImageBuildLibpodParams

WithLayers adds the layers to the image build libpod params

func (*ImageBuildLibpodParams) WithMemory

func (o *ImageBuildLibpodParams) WithMemory(memory *int64) *ImageBuildLibpodParams

WithMemory adds the memory to the image build libpod params

func (*ImageBuildLibpodParams) WithMemswap

func (o *ImageBuildLibpodParams) WithMemswap(memswap *int64) *ImageBuildLibpodParams

WithMemswap adds the memswap to the image build libpod params

func (*ImageBuildLibpodParams) WithNetworkmode

func (o *ImageBuildLibpodParams) WithNetworkmode(networkmode *string) *ImageBuildLibpodParams

WithNetworkmode adds the networkmode to the image build libpod params

func (*ImageBuildLibpodParams) WithNocache

func (o *ImageBuildLibpodParams) WithNocache(nocache *bool) *ImageBuildLibpodParams

WithNocache adds the nocache to the image build libpod params

func (*ImageBuildLibpodParams) WithOutputs

func (o *ImageBuildLibpodParams) WithOutputs(outputs *string) *ImageBuildLibpodParams

WithOutputs adds the outputs to the image build libpod params

func (*ImageBuildLibpodParams) WithPlatform

func (o *ImageBuildLibpodParams) WithPlatform(platform *string) *ImageBuildLibpodParams

WithPlatform adds the platform to the image build libpod params

func (*ImageBuildLibpodParams) WithPull

WithPull adds the pull to the image build libpod params

func (*ImageBuildLibpodParams) WithQ

WithQ adds the q to the image build libpod params

func (*ImageBuildLibpodParams) WithRemote

func (o *ImageBuildLibpodParams) WithRemote(remote *string) *ImageBuildLibpodParams

WithRemote adds the remote to the image build libpod params

func (*ImageBuildLibpodParams) WithRm

WithRm adds the rm to the image build libpod params

func (*ImageBuildLibpodParams) WithShmsize

func (o *ImageBuildLibpodParams) WithShmsize(shmsize *int64) *ImageBuildLibpodParams

WithShmsize adds the shmsize to the image build libpod params

func (*ImageBuildLibpodParams) WithSquash

func (o *ImageBuildLibpodParams) WithSquash(squash *bool) *ImageBuildLibpodParams

WithSquash adds the squash to the image build libpod params

func (*ImageBuildLibpodParams) WithT

WithT adds the t to the image build libpod params

func (*ImageBuildLibpodParams) WithTarget

func (o *ImageBuildLibpodParams) WithTarget(target *string) *ImageBuildLibpodParams

WithTarget adds the target to the image build libpod params

func (*ImageBuildLibpodParams) WithTimeout

WithTimeout adds the timeout to the image build libpod params

func (*ImageBuildLibpodParams) WithUnsetenv

func (o *ImageBuildLibpodParams) WithUnsetenv(unsetenv []string) *ImageBuildLibpodParams

WithUnsetenv adds the unsetenv to the image build libpod params

func (*ImageBuildLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageBuildLibpodReader

type ImageBuildLibpodReader struct {
	// contains filtered or unexported fields
}

ImageBuildLibpodReader is a Reader for the ImageBuildLibpod structure.

func (*ImageBuildLibpodReader) ReadResponse

func (o *ImageBuildLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageChangesLibpodInternalServerError

type ImageChangesLibpodInternalServerError struct {
	Payload *ImageChangesLibpodInternalServerErrorBody
}

ImageChangesLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageChangesLibpodInternalServerError

func NewImageChangesLibpodInternalServerError() *ImageChangesLibpodInternalServerError

NewImageChangesLibpodInternalServerError creates a ImageChangesLibpodInternalServerError with default headers values

func (*ImageChangesLibpodInternalServerError) Error

func (*ImageChangesLibpodInternalServerError) GetPayload

func (*ImageChangesLibpodInternalServerError) IsClientError

func (o *ImageChangesLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image changes libpod internal server error response has a 4xx status code

func (*ImageChangesLibpodInternalServerError) IsCode

IsCode returns true when this image changes libpod internal server error response a status code equal to that given

func (*ImageChangesLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image changes libpod internal server error response has a 3xx status code

func (*ImageChangesLibpodInternalServerError) IsServerError

func (o *ImageChangesLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image changes libpod internal server error response has a 5xx status code

func (*ImageChangesLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image changes libpod internal server error response has a 2xx status code

func (*ImageChangesLibpodInternalServerError) String

type ImageChangesLibpodInternalServerErrorBody

type ImageChangesLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageChangesLibpodInternalServerErrorBody image changes libpod internal server error body swagger:model ImageChangesLibpodInternalServerErrorBody

func (*ImageChangesLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image changes libpod internal server error body based on context it is used

func (*ImageChangesLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageChangesLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageChangesLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageChangesLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageChangesLibpodInternalServerErrorBody) Validate

Validate validates this image changes libpod internal server error body

type ImageChangesLibpodNotFound

type ImageChangesLibpodNotFound struct {
	Payload *ImageChangesLibpodNotFoundBody
}

ImageChangesLibpodNotFound describes a response with status code 404, with default header values.

No such container

func NewImageChangesLibpodNotFound

func NewImageChangesLibpodNotFound() *ImageChangesLibpodNotFound

NewImageChangesLibpodNotFound creates a ImageChangesLibpodNotFound with default headers values

func (*ImageChangesLibpodNotFound) Error

func (*ImageChangesLibpodNotFound) GetPayload

func (*ImageChangesLibpodNotFound) IsClientError

func (o *ImageChangesLibpodNotFound) IsClientError() bool

IsClientError returns true when this image changes libpod not found response has a 4xx status code

func (*ImageChangesLibpodNotFound) IsCode

func (o *ImageChangesLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image changes libpod not found response a status code equal to that given

func (*ImageChangesLibpodNotFound) IsRedirect

func (o *ImageChangesLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image changes libpod not found response has a 3xx status code

func (*ImageChangesLibpodNotFound) IsServerError

func (o *ImageChangesLibpodNotFound) IsServerError() bool

IsServerError returns true when this image changes libpod not found response has a 5xx status code

func (*ImageChangesLibpodNotFound) IsSuccess

func (o *ImageChangesLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image changes libpod not found response has a 2xx status code

func (*ImageChangesLibpodNotFound) String

func (o *ImageChangesLibpodNotFound) String() string

type ImageChangesLibpodNotFoundBody

type ImageChangesLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageChangesLibpodNotFoundBody image changes libpod not found body swagger:model ImageChangesLibpodNotFoundBody

func (*ImageChangesLibpodNotFoundBody) ContextValidate

func (o *ImageChangesLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image changes libpod not found body based on context it is used

func (*ImageChangesLibpodNotFoundBody) MarshalBinary

func (o *ImageChangesLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageChangesLibpodNotFoundBody) UnmarshalBinary

func (o *ImageChangesLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageChangesLibpodNotFoundBody) Validate

func (o *ImageChangesLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image changes libpod not found body

type ImageChangesLibpodOK

type ImageChangesLibpodOK struct {
}

ImageChangesLibpodOK describes a response with status code 200, with default header values.

Array of Changes

func NewImageChangesLibpodOK

func NewImageChangesLibpodOK() *ImageChangesLibpodOK

NewImageChangesLibpodOK creates a ImageChangesLibpodOK with default headers values

func (*ImageChangesLibpodOK) Error

func (o *ImageChangesLibpodOK) Error() string

func (*ImageChangesLibpodOK) IsClientError

func (o *ImageChangesLibpodOK) IsClientError() bool

IsClientError returns true when this image changes libpod o k response has a 4xx status code

func (*ImageChangesLibpodOK) IsCode

func (o *ImageChangesLibpodOK) IsCode(code int) bool

IsCode returns true when this image changes libpod o k response a status code equal to that given

func (*ImageChangesLibpodOK) IsRedirect

func (o *ImageChangesLibpodOK) IsRedirect() bool

IsRedirect returns true when this image changes libpod o k response has a 3xx status code

func (*ImageChangesLibpodOK) IsServerError

func (o *ImageChangesLibpodOK) IsServerError() bool

IsServerError returns true when this image changes libpod o k response has a 5xx status code

func (*ImageChangesLibpodOK) IsSuccess

func (o *ImageChangesLibpodOK) IsSuccess() bool

IsSuccess returns true when this image changes libpod o k response has a 2xx status code

func (*ImageChangesLibpodOK) String

func (o *ImageChangesLibpodOK) String() string

type ImageChangesLibpodParams

type ImageChangesLibpodParams struct {

	/* DiffType.

	   select what you want to match, default is all
	*/
	DiffType *string

	/* Name.

	   the name or id of the image
	*/
	Name string

	/* Parent.

	   specify a second layer which is used to compare against it instead of the parent layer
	*/
	Parent *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageChangesLibpodParams contains all the parameters to send to the API endpoint

for the image changes libpod operation.

Typically these are written to a http.Request.

func NewImageChangesLibpodParams

func NewImageChangesLibpodParams() *ImageChangesLibpodParams

NewImageChangesLibpodParams creates a new ImageChangesLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageChangesLibpodParamsWithContext

func NewImageChangesLibpodParamsWithContext(ctx context.Context) *ImageChangesLibpodParams

NewImageChangesLibpodParamsWithContext creates a new ImageChangesLibpodParams object with the ability to set a context for a request.

func NewImageChangesLibpodParamsWithHTTPClient

func NewImageChangesLibpodParamsWithHTTPClient(client *http.Client) *ImageChangesLibpodParams

NewImageChangesLibpodParamsWithHTTPClient creates a new ImageChangesLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageChangesLibpodParamsWithTimeout

func NewImageChangesLibpodParamsWithTimeout(timeout time.Duration) *ImageChangesLibpodParams

NewImageChangesLibpodParamsWithTimeout creates a new ImageChangesLibpodParams object with the ability to set a timeout on a request.

func (*ImageChangesLibpodParams) SetContext

func (o *ImageChangesLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image changes libpod params

func (*ImageChangesLibpodParams) SetDefaults

func (o *ImageChangesLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image changes libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageChangesLibpodParams) SetDiffType

func (o *ImageChangesLibpodParams) SetDiffType(diffType *string)

SetDiffType adds the diffType to the image changes libpod params

func (*ImageChangesLibpodParams) SetHTTPClient

func (o *ImageChangesLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image changes libpod params

func (*ImageChangesLibpodParams) SetName

func (o *ImageChangesLibpodParams) SetName(name string)

SetName adds the name to the image changes libpod params

func (*ImageChangesLibpodParams) SetParent

func (o *ImageChangesLibpodParams) SetParent(parent *string)

SetParent adds the parent to the image changes libpod params

func (*ImageChangesLibpodParams) SetTimeout

func (o *ImageChangesLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image changes libpod params

func (*ImageChangesLibpodParams) WithContext

WithContext adds the context to the image changes libpod params

func (*ImageChangesLibpodParams) WithDefaults

WithDefaults hydrates default values in the image changes libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageChangesLibpodParams) WithDiffType

func (o *ImageChangesLibpodParams) WithDiffType(diffType *string) *ImageChangesLibpodParams

WithDiffType adds the diffType to the image changes libpod params

func (*ImageChangesLibpodParams) WithHTTPClient

func (o *ImageChangesLibpodParams) WithHTTPClient(client *http.Client) *ImageChangesLibpodParams

WithHTTPClient adds the HTTPClient to the image changes libpod params

func (*ImageChangesLibpodParams) WithName

WithName adds the name to the image changes libpod params

func (*ImageChangesLibpodParams) WithParent

WithParent adds the parent to the image changes libpod params

func (*ImageChangesLibpodParams) WithTimeout

WithTimeout adds the timeout to the image changes libpod params

func (*ImageChangesLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageChangesLibpodReader

type ImageChangesLibpodReader struct {
	// contains filtered or unexported fields
}

ImageChangesLibpodReader is a Reader for the ImageChangesLibpod structure.

func (*ImageChangesLibpodReader) ReadResponse

func (o *ImageChangesLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageDeleteAllLibpodBadRequest

type ImageDeleteAllLibpodBadRequest struct {
	Payload *ImageDeleteAllLibpodBadRequestBody
}

ImageDeleteAllLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageDeleteAllLibpodBadRequest

func NewImageDeleteAllLibpodBadRequest() *ImageDeleteAllLibpodBadRequest

NewImageDeleteAllLibpodBadRequest creates a ImageDeleteAllLibpodBadRequest with default headers values

func (*ImageDeleteAllLibpodBadRequest) Error

func (*ImageDeleteAllLibpodBadRequest) GetPayload

func (*ImageDeleteAllLibpodBadRequest) IsClientError

func (o *ImageDeleteAllLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image delete all libpod bad request response has a 4xx status code

func (*ImageDeleteAllLibpodBadRequest) IsCode

func (o *ImageDeleteAllLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image delete all libpod bad request response a status code equal to that given

func (*ImageDeleteAllLibpodBadRequest) IsRedirect

func (o *ImageDeleteAllLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image delete all libpod bad request response has a 3xx status code

func (*ImageDeleteAllLibpodBadRequest) IsServerError

func (o *ImageDeleteAllLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image delete all libpod bad request response has a 5xx status code

func (*ImageDeleteAllLibpodBadRequest) IsSuccess

func (o *ImageDeleteAllLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image delete all libpod bad request response has a 2xx status code

func (*ImageDeleteAllLibpodBadRequest) String

type ImageDeleteAllLibpodBadRequestBody

type ImageDeleteAllLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageDeleteAllLibpodBadRequestBody image delete all libpod bad request body swagger:model ImageDeleteAllLibpodBadRequestBody

func (*ImageDeleteAllLibpodBadRequestBody) ContextValidate

func (o *ImageDeleteAllLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image delete all libpod bad request body based on context it is used

func (*ImageDeleteAllLibpodBadRequestBody) MarshalBinary

func (o *ImageDeleteAllLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageDeleteAllLibpodBadRequestBody) UnmarshalBinary

func (o *ImageDeleteAllLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageDeleteAllLibpodBadRequestBody) Validate

Validate validates this image delete all libpod bad request body

type ImageDeleteAllLibpodInternalServerError

type ImageDeleteAllLibpodInternalServerError struct {
	Payload *ImageDeleteAllLibpodInternalServerErrorBody
}

ImageDeleteAllLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageDeleteAllLibpodInternalServerError

func NewImageDeleteAllLibpodInternalServerError() *ImageDeleteAllLibpodInternalServerError

NewImageDeleteAllLibpodInternalServerError creates a ImageDeleteAllLibpodInternalServerError with default headers values

func (*ImageDeleteAllLibpodInternalServerError) Error

func (*ImageDeleteAllLibpodInternalServerError) GetPayload

func (*ImageDeleteAllLibpodInternalServerError) IsClientError

func (o *ImageDeleteAllLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image delete all libpod internal server error response has a 4xx status code

func (*ImageDeleteAllLibpodInternalServerError) IsCode

IsCode returns true when this image delete all libpod internal server error response a status code equal to that given

func (*ImageDeleteAllLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image delete all libpod internal server error response has a 3xx status code

func (*ImageDeleteAllLibpodInternalServerError) IsServerError

func (o *ImageDeleteAllLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image delete all libpod internal server error response has a 5xx status code

func (*ImageDeleteAllLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image delete all libpod internal server error response has a 2xx status code

func (*ImageDeleteAllLibpodInternalServerError) String

type ImageDeleteAllLibpodInternalServerErrorBody

type ImageDeleteAllLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageDeleteAllLibpodInternalServerErrorBody image delete all libpod internal server error body swagger:model ImageDeleteAllLibpodInternalServerErrorBody

func (*ImageDeleteAllLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image delete all libpod internal server error body based on context it is used

func (*ImageDeleteAllLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageDeleteAllLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageDeleteAllLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageDeleteAllLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageDeleteAllLibpodInternalServerErrorBody) Validate

Validate validates this image delete all libpod internal server error body

type ImageDeleteAllLibpodOK

type ImageDeleteAllLibpodOK struct {
	Payload *models.LibpodImagesRemoveReport
}

ImageDeleteAllLibpodOK describes a response with status code 200, with default header values.

Remove response

func NewImageDeleteAllLibpodOK

func NewImageDeleteAllLibpodOK() *ImageDeleteAllLibpodOK

NewImageDeleteAllLibpodOK creates a ImageDeleteAllLibpodOK with default headers values

func (*ImageDeleteAllLibpodOK) Error

func (o *ImageDeleteAllLibpodOK) Error() string

func (*ImageDeleteAllLibpodOK) GetPayload

func (*ImageDeleteAllLibpodOK) IsClientError

func (o *ImageDeleteAllLibpodOK) IsClientError() bool

IsClientError returns true when this image delete all libpod o k response has a 4xx status code

func (*ImageDeleteAllLibpodOK) IsCode

func (o *ImageDeleteAllLibpodOK) IsCode(code int) bool

IsCode returns true when this image delete all libpod o k response a status code equal to that given

func (*ImageDeleteAllLibpodOK) IsRedirect

func (o *ImageDeleteAllLibpodOK) IsRedirect() bool

IsRedirect returns true when this image delete all libpod o k response has a 3xx status code

func (*ImageDeleteAllLibpodOK) IsServerError

func (o *ImageDeleteAllLibpodOK) IsServerError() bool

IsServerError returns true when this image delete all libpod o k response has a 5xx status code

func (*ImageDeleteAllLibpodOK) IsSuccess

func (o *ImageDeleteAllLibpodOK) IsSuccess() bool

IsSuccess returns true when this image delete all libpod o k response has a 2xx status code

func (*ImageDeleteAllLibpodOK) String

func (o *ImageDeleteAllLibpodOK) String() string

type ImageDeleteAllLibpodParams

type ImageDeleteAllLibpodParams struct {

	/* All.

	   Remove all images.

	   Default: true
	*/
	All *bool

	/* Force.

	   Force image removal (including containers using the images).
	*/
	Force *bool

	/* Images.

	   Images IDs or names to remove.
	*/
	Images []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageDeleteAllLibpodParams contains all the parameters to send to the API endpoint

for the image delete all libpod operation.

Typically these are written to a http.Request.

func NewImageDeleteAllLibpodParams

func NewImageDeleteAllLibpodParams() *ImageDeleteAllLibpodParams

NewImageDeleteAllLibpodParams creates a new ImageDeleteAllLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageDeleteAllLibpodParamsWithContext

func NewImageDeleteAllLibpodParamsWithContext(ctx context.Context) *ImageDeleteAllLibpodParams

NewImageDeleteAllLibpodParamsWithContext creates a new ImageDeleteAllLibpodParams object with the ability to set a context for a request.

func NewImageDeleteAllLibpodParamsWithHTTPClient

func NewImageDeleteAllLibpodParamsWithHTTPClient(client *http.Client) *ImageDeleteAllLibpodParams

NewImageDeleteAllLibpodParamsWithHTTPClient creates a new ImageDeleteAllLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageDeleteAllLibpodParamsWithTimeout

func NewImageDeleteAllLibpodParamsWithTimeout(timeout time.Duration) *ImageDeleteAllLibpodParams

NewImageDeleteAllLibpodParamsWithTimeout creates a new ImageDeleteAllLibpodParams object with the ability to set a timeout on a request.

func (*ImageDeleteAllLibpodParams) SetAll

func (o *ImageDeleteAllLibpodParams) SetAll(all *bool)

SetAll adds the all to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) SetContext

func (o *ImageDeleteAllLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) SetDefaults

func (o *ImageDeleteAllLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image delete all libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageDeleteAllLibpodParams) SetForce

func (o *ImageDeleteAllLibpodParams) SetForce(force *bool)

SetForce adds the force to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) SetHTTPClient

func (o *ImageDeleteAllLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) SetImages

func (o *ImageDeleteAllLibpodParams) SetImages(images []string)

SetImages adds the images to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) SetTimeout

func (o *ImageDeleteAllLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WithAll

WithAll adds the all to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WithContext

WithContext adds the context to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WithDefaults

WithDefaults hydrates default values in the image delete all libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageDeleteAllLibpodParams) WithForce

WithForce adds the force to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WithImages

WithImages adds the images to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WithTimeout

WithTimeout adds the timeout to the image delete all libpod params

func (*ImageDeleteAllLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageDeleteAllLibpodReader

type ImageDeleteAllLibpodReader struct {
	// contains filtered or unexported fields
}

ImageDeleteAllLibpodReader is a Reader for the ImageDeleteAllLibpod structure.

func (*ImageDeleteAllLibpodReader) ReadResponse

func (o *ImageDeleteAllLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageDeleteLibpodBadRequest

type ImageDeleteLibpodBadRequest struct {
	Payload *ImageDeleteLibpodBadRequestBody
}

ImageDeleteLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageDeleteLibpodBadRequest

func NewImageDeleteLibpodBadRequest() *ImageDeleteLibpodBadRequest

NewImageDeleteLibpodBadRequest creates a ImageDeleteLibpodBadRequest with default headers values

func (*ImageDeleteLibpodBadRequest) Error

func (*ImageDeleteLibpodBadRequest) GetPayload

func (*ImageDeleteLibpodBadRequest) IsClientError

func (o *ImageDeleteLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image delete libpod bad request response has a 4xx status code

func (*ImageDeleteLibpodBadRequest) IsCode

func (o *ImageDeleteLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image delete libpod bad request response a status code equal to that given

func (*ImageDeleteLibpodBadRequest) IsRedirect

func (o *ImageDeleteLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image delete libpod bad request response has a 3xx status code

func (*ImageDeleteLibpodBadRequest) IsServerError

func (o *ImageDeleteLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image delete libpod bad request response has a 5xx status code

func (*ImageDeleteLibpodBadRequest) IsSuccess

func (o *ImageDeleteLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image delete libpod bad request response has a 2xx status code

func (*ImageDeleteLibpodBadRequest) String

func (o *ImageDeleteLibpodBadRequest) String() string

type ImageDeleteLibpodBadRequestBody

type ImageDeleteLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageDeleteLibpodBadRequestBody image delete libpod bad request body swagger:model ImageDeleteLibpodBadRequestBody

func (*ImageDeleteLibpodBadRequestBody) ContextValidate

func (o *ImageDeleteLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image delete libpod bad request body based on context it is used

func (*ImageDeleteLibpodBadRequestBody) MarshalBinary

func (o *ImageDeleteLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageDeleteLibpodBadRequestBody) UnmarshalBinary

func (o *ImageDeleteLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageDeleteLibpodBadRequestBody) Validate

Validate validates this image delete libpod bad request body

type ImageDeleteLibpodConflict

type ImageDeleteLibpodConflict struct {
	Payload *ImageDeleteLibpodConflictBody
}

ImageDeleteLibpodConflict describes a response with status code 409, with default header values.

Conflict error in operation

func NewImageDeleteLibpodConflict

func NewImageDeleteLibpodConflict() *ImageDeleteLibpodConflict

NewImageDeleteLibpodConflict creates a ImageDeleteLibpodConflict with default headers values

func (*ImageDeleteLibpodConflict) Error

func (o *ImageDeleteLibpodConflict) Error() string

func (*ImageDeleteLibpodConflict) GetPayload

func (*ImageDeleteLibpodConflict) IsClientError

func (o *ImageDeleteLibpodConflict) IsClientError() bool

IsClientError returns true when this image delete libpod conflict response has a 4xx status code

func (*ImageDeleteLibpodConflict) IsCode

func (o *ImageDeleteLibpodConflict) IsCode(code int) bool

IsCode returns true when this image delete libpod conflict response a status code equal to that given

func (*ImageDeleteLibpodConflict) IsRedirect

func (o *ImageDeleteLibpodConflict) IsRedirect() bool

IsRedirect returns true when this image delete libpod conflict response has a 3xx status code

func (*ImageDeleteLibpodConflict) IsServerError

func (o *ImageDeleteLibpodConflict) IsServerError() bool

IsServerError returns true when this image delete libpod conflict response has a 5xx status code

func (*ImageDeleteLibpodConflict) IsSuccess

func (o *ImageDeleteLibpodConflict) IsSuccess() bool

IsSuccess returns true when this image delete libpod conflict response has a 2xx status code

func (*ImageDeleteLibpodConflict) String

func (o *ImageDeleteLibpodConflict) String() string

type ImageDeleteLibpodConflictBody

type ImageDeleteLibpodConflictBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageDeleteLibpodConflictBody image delete libpod conflict body swagger:model ImageDeleteLibpodConflictBody

func (*ImageDeleteLibpodConflictBody) ContextValidate

func (o *ImageDeleteLibpodConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image delete libpod conflict body based on context it is used

func (*ImageDeleteLibpodConflictBody) MarshalBinary

func (o *ImageDeleteLibpodConflictBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageDeleteLibpodConflictBody) UnmarshalBinary

func (o *ImageDeleteLibpodConflictBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageDeleteLibpodConflictBody) Validate

func (o *ImageDeleteLibpodConflictBody) Validate(formats strfmt.Registry) error

Validate validates this image delete libpod conflict body

type ImageDeleteLibpodInternalServerError

type ImageDeleteLibpodInternalServerError struct {
	Payload *ImageDeleteLibpodInternalServerErrorBody
}

ImageDeleteLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageDeleteLibpodInternalServerError

func NewImageDeleteLibpodInternalServerError() *ImageDeleteLibpodInternalServerError

NewImageDeleteLibpodInternalServerError creates a ImageDeleteLibpodInternalServerError with default headers values

func (*ImageDeleteLibpodInternalServerError) Error

func (*ImageDeleteLibpodInternalServerError) GetPayload

func (*ImageDeleteLibpodInternalServerError) IsClientError

func (o *ImageDeleteLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image delete libpod internal server error response has a 4xx status code

func (*ImageDeleteLibpodInternalServerError) IsCode

IsCode returns true when this image delete libpod internal server error response a status code equal to that given

func (*ImageDeleteLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image delete libpod internal server error response has a 3xx status code

func (*ImageDeleteLibpodInternalServerError) IsServerError

func (o *ImageDeleteLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image delete libpod internal server error response has a 5xx status code

func (*ImageDeleteLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image delete libpod internal server error response has a 2xx status code

func (*ImageDeleteLibpodInternalServerError) String

type ImageDeleteLibpodInternalServerErrorBody

type ImageDeleteLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageDeleteLibpodInternalServerErrorBody image delete libpod internal server error body swagger:model ImageDeleteLibpodInternalServerErrorBody

func (*ImageDeleteLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image delete libpod internal server error body based on context it is used

func (*ImageDeleteLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageDeleteLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageDeleteLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageDeleteLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageDeleteLibpodInternalServerErrorBody) Validate

Validate validates this image delete libpod internal server error body

type ImageDeleteLibpodNotFound

type ImageDeleteLibpodNotFound struct {
	Payload *ImageDeleteLibpodNotFoundBody
}

ImageDeleteLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageDeleteLibpodNotFound

func NewImageDeleteLibpodNotFound() *ImageDeleteLibpodNotFound

NewImageDeleteLibpodNotFound creates a ImageDeleteLibpodNotFound with default headers values

func (*ImageDeleteLibpodNotFound) Error

func (o *ImageDeleteLibpodNotFound) Error() string

func (*ImageDeleteLibpodNotFound) GetPayload

func (*ImageDeleteLibpodNotFound) IsClientError

func (o *ImageDeleteLibpodNotFound) IsClientError() bool

IsClientError returns true when this image delete libpod not found response has a 4xx status code

func (*ImageDeleteLibpodNotFound) IsCode

func (o *ImageDeleteLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image delete libpod not found response a status code equal to that given

func (*ImageDeleteLibpodNotFound) IsRedirect

func (o *ImageDeleteLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image delete libpod not found response has a 3xx status code

func (*ImageDeleteLibpodNotFound) IsServerError

func (o *ImageDeleteLibpodNotFound) IsServerError() bool

IsServerError returns true when this image delete libpod not found response has a 5xx status code

func (*ImageDeleteLibpodNotFound) IsSuccess

func (o *ImageDeleteLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image delete libpod not found response has a 2xx status code

func (*ImageDeleteLibpodNotFound) String

func (o *ImageDeleteLibpodNotFound) String() string

type ImageDeleteLibpodNotFoundBody

type ImageDeleteLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageDeleteLibpodNotFoundBody image delete libpod not found body swagger:model ImageDeleteLibpodNotFoundBody

func (*ImageDeleteLibpodNotFoundBody) ContextValidate

func (o *ImageDeleteLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image delete libpod not found body based on context it is used

func (*ImageDeleteLibpodNotFoundBody) MarshalBinary

func (o *ImageDeleteLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageDeleteLibpodNotFoundBody) UnmarshalBinary

func (o *ImageDeleteLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageDeleteLibpodNotFoundBody) Validate

func (o *ImageDeleteLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image delete libpod not found body

type ImageDeleteLibpodOK

type ImageDeleteLibpodOK struct {
	Payload *models.LibpodImagesRemoveReport
}

ImageDeleteLibpodOK describes a response with status code 200, with default header values.

Remove response

func NewImageDeleteLibpodOK

func NewImageDeleteLibpodOK() *ImageDeleteLibpodOK

NewImageDeleteLibpodOK creates a ImageDeleteLibpodOK with default headers values

func (*ImageDeleteLibpodOK) Error

func (o *ImageDeleteLibpodOK) Error() string

func (*ImageDeleteLibpodOK) GetPayload

func (*ImageDeleteLibpodOK) IsClientError

func (o *ImageDeleteLibpodOK) IsClientError() bool

IsClientError returns true when this image delete libpod o k response has a 4xx status code

func (*ImageDeleteLibpodOK) IsCode

func (o *ImageDeleteLibpodOK) IsCode(code int) bool

IsCode returns true when this image delete libpod o k response a status code equal to that given

func (*ImageDeleteLibpodOK) IsRedirect

func (o *ImageDeleteLibpodOK) IsRedirect() bool

IsRedirect returns true when this image delete libpod o k response has a 3xx status code

func (*ImageDeleteLibpodOK) IsServerError

func (o *ImageDeleteLibpodOK) IsServerError() bool

IsServerError returns true when this image delete libpod o k response has a 5xx status code

func (*ImageDeleteLibpodOK) IsSuccess

func (o *ImageDeleteLibpodOK) IsSuccess() bool

IsSuccess returns true when this image delete libpod o k response has a 2xx status code

func (*ImageDeleteLibpodOK) String

func (o *ImageDeleteLibpodOK) String() string

type ImageDeleteLibpodParams

type ImageDeleteLibpodParams struct {

	/* Force.

	   remove the image even if used by containers or has other tags
	*/
	Force *bool

	/* Name.

	   name or ID of image to remove
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageDeleteLibpodParams contains all the parameters to send to the API endpoint

for the image delete libpod operation.

Typically these are written to a http.Request.

func NewImageDeleteLibpodParams

func NewImageDeleteLibpodParams() *ImageDeleteLibpodParams

NewImageDeleteLibpodParams creates a new ImageDeleteLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageDeleteLibpodParamsWithContext

func NewImageDeleteLibpodParamsWithContext(ctx context.Context) *ImageDeleteLibpodParams

NewImageDeleteLibpodParamsWithContext creates a new ImageDeleteLibpodParams object with the ability to set a context for a request.

func NewImageDeleteLibpodParamsWithHTTPClient

func NewImageDeleteLibpodParamsWithHTTPClient(client *http.Client) *ImageDeleteLibpodParams

NewImageDeleteLibpodParamsWithHTTPClient creates a new ImageDeleteLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageDeleteLibpodParamsWithTimeout

func NewImageDeleteLibpodParamsWithTimeout(timeout time.Duration) *ImageDeleteLibpodParams

NewImageDeleteLibpodParamsWithTimeout creates a new ImageDeleteLibpodParams object with the ability to set a timeout on a request.

func (*ImageDeleteLibpodParams) SetContext

func (o *ImageDeleteLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image delete libpod params

func (*ImageDeleteLibpodParams) SetDefaults

func (o *ImageDeleteLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image delete libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageDeleteLibpodParams) SetForce

func (o *ImageDeleteLibpodParams) SetForce(force *bool)

SetForce adds the force to the image delete libpod params

func (*ImageDeleteLibpodParams) SetHTTPClient

func (o *ImageDeleteLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image delete libpod params

func (*ImageDeleteLibpodParams) SetName

func (o *ImageDeleteLibpodParams) SetName(name string)

SetName adds the name to the image delete libpod params

func (*ImageDeleteLibpodParams) SetTimeout

func (o *ImageDeleteLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image delete libpod params

func (*ImageDeleteLibpodParams) WithContext

WithContext adds the context to the image delete libpod params

func (*ImageDeleteLibpodParams) WithDefaults

WithDefaults hydrates default values in the image delete libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageDeleteLibpodParams) WithForce

WithForce adds the force to the image delete libpod params

func (*ImageDeleteLibpodParams) WithHTTPClient

func (o *ImageDeleteLibpodParams) WithHTTPClient(client *http.Client) *ImageDeleteLibpodParams

WithHTTPClient adds the HTTPClient to the image delete libpod params

func (*ImageDeleteLibpodParams) WithName

WithName adds the name to the image delete libpod params

func (*ImageDeleteLibpodParams) WithTimeout

WithTimeout adds the timeout to the image delete libpod params

func (*ImageDeleteLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageDeleteLibpodReader

type ImageDeleteLibpodReader struct {
	// contains filtered or unexported fields
}

ImageDeleteLibpodReader is a Reader for the ImageDeleteLibpod structure.

func (*ImageDeleteLibpodReader) ReadResponse

func (o *ImageDeleteLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageExistsLibpodInternalServerError

type ImageExistsLibpodInternalServerError struct {
	Payload *ImageExistsLibpodInternalServerErrorBody
}

ImageExistsLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageExistsLibpodInternalServerError

func NewImageExistsLibpodInternalServerError() *ImageExistsLibpodInternalServerError

NewImageExistsLibpodInternalServerError creates a ImageExistsLibpodInternalServerError with default headers values

func (*ImageExistsLibpodInternalServerError) Error

func (*ImageExistsLibpodInternalServerError) GetPayload

func (*ImageExistsLibpodInternalServerError) IsClientError

func (o *ImageExistsLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image exists libpod internal server error response has a 4xx status code

func (*ImageExistsLibpodInternalServerError) IsCode

IsCode returns true when this image exists libpod internal server error response a status code equal to that given

func (*ImageExistsLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image exists libpod internal server error response has a 3xx status code

func (*ImageExistsLibpodInternalServerError) IsServerError

func (o *ImageExistsLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image exists libpod internal server error response has a 5xx status code

func (*ImageExistsLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image exists libpod internal server error response has a 2xx status code

func (*ImageExistsLibpodInternalServerError) String

type ImageExistsLibpodInternalServerErrorBody

type ImageExistsLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageExistsLibpodInternalServerErrorBody image exists libpod internal server error body swagger:model ImageExistsLibpodInternalServerErrorBody

func (*ImageExistsLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image exists libpod internal server error body based on context it is used

func (*ImageExistsLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageExistsLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageExistsLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageExistsLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageExistsLibpodInternalServerErrorBody) Validate

Validate validates this image exists libpod internal server error body

type ImageExistsLibpodNoContent

type ImageExistsLibpodNoContent struct {
}

ImageExistsLibpodNoContent describes a response with status code 204, with default header values.

image exists

func NewImageExistsLibpodNoContent

func NewImageExistsLibpodNoContent() *ImageExistsLibpodNoContent

NewImageExistsLibpodNoContent creates a ImageExistsLibpodNoContent with default headers values

func (*ImageExistsLibpodNoContent) Error

func (*ImageExistsLibpodNoContent) IsClientError

func (o *ImageExistsLibpodNoContent) IsClientError() bool

IsClientError returns true when this image exists libpod no content response has a 4xx status code

func (*ImageExistsLibpodNoContent) IsCode

func (o *ImageExistsLibpodNoContent) IsCode(code int) bool

IsCode returns true when this image exists libpod no content response a status code equal to that given

func (*ImageExistsLibpodNoContent) IsRedirect

func (o *ImageExistsLibpodNoContent) IsRedirect() bool

IsRedirect returns true when this image exists libpod no content response has a 3xx status code

func (*ImageExistsLibpodNoContent) IsServerError

func (o *ImageExistsLibpodNoContent) IsServerError() bool

IsServerError returns true when this image exists libpod no content response has a 5xx status code

func (*ImageExistsLibpodNoContent) IsSuccess

func (o *ImageExistsLibpodNoContent) IsSuccess() bool

IsSuccess returns true when this image exists libpod no content response has a 2xx status code

func (*ImageExistsLibpodNoContent) String

func (o *ImageExistsLibpodNoContent) String() string

type ImageExistsLibpodNotFound

type ImageExistsLibpodNotFound struct {
	Payload *ImageExistsLibpodNotFoundBody
}

ImageExistsLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageExistsLibpodNotFound

func NewImageExistsLibpodNotFound() *ImageExistsLibpodNotFound

NewImageExistsLibpodNotFound creates a ImageExistsLibpodNotFound with default headers values

func (*ImageExistsLibpodNotFound) Error

func (o *ImageExistsLibpodNotFound) Error() string

func (*ImageExistsLibpodNotFound) GetPayload

func (*ImageExistsLibpodNotFound) IsClientError

func (o *ImageExistsLibpodNotFound) IsClientError() bool

IsClientError returns true when this image exists libpod not found response has a 4xx status code

func (*ImageExistsLibpodNotFound) IsCode

func (o *ImageExistsLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image exists libpod not found response a status code equal to that given

func (*ImageExistsLibpodNotFound) IsRedirect

func (o *ImageExistsLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image exists libpod not found response has a 3xx status code

func (*ImageExistsLibpodNotFound) IsServerError

func (o *ImageExistsLibpodNotFound) IsServerError() bool

IsServerError returns true when this image exists libpod not found response has a 5xx status code

func (*ImageExistsLibpodNotFound) IsSuccess

func (o *ImageExistsLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image exists libpod not found response has a 2xx status code

func (*ImageExistsLibpodNotFound) String

func (o *ImageExistsLibpodNotFound) String() string

type ImageExistsLibpodNotFoundBody

type ImageExistsLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageExistsLibpodNotFoundBody image exists libpod not found body swagger:model ImageExistsLibpodNotFoundBody

func (*ImageExistsLibpodNotFoundBody) ContextValidate

func (o *ImageExistsLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image exists libpod not found body based on context it is used

func (*ImageExistsLibpodNotFoundBody) MarshalBinary

func (o *ImageExistsLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageExistsLibpodNotFoundBody) UnmarshalBinary

func (o *ImageExistsLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageExistsLibpodNotFoundBody) Validate

func (o *ImageExistsLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image exists libpod not found body

type ImageExistsLibpodParams

type ImageExistsLibpodParams struct {

	/* Name.

	   the name or ID of the container
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageExistsLibpodParams contains all the parameters to send to the API endpoint

for the image exists libpod operation.

Typically these are written to a http.Request.

func NewImageExistsLibpodParams

func NewImageExistsLibpodParams() *ImageExistsLibpodParams

NewImageExistsLibpodParams creates a new ImageExistsLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageExistsLibpodParamsWithContext

func NewImageExistsLibpodParamsWithContext(ctx context.Context) *ImageExistsLibpodParams

NewImageExistsLibpodParamsWithContext creates a new ImageExistsLibpodParams object with the ability to set a context for a request.

func NewImageExistsLibpodParamsWithHTTPClient

func NewImageExistsLibpodParamsWithHTTPClient(client *http.Client) *ImageExistsLibpodParams

NewImageExistsLibpodParamsWithHTTPClient creates a new ImageExistsLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageExistsLibpodParamsWithTimeout

func NewImageExistsLibpodParamsWithTimeout(timeout time.Duration) *ImageExistsLibpodParams

NewImageExistsLibpodParamsWithTimeout creates a new ImageExistsLibpodParams object with the ability to set a timeout on a request.

func (*ImageExistsLibpodParams) SetContext

func (o *ImageExistsLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image exists libpod params

func (*ImageExistsLibpodParams) SetDefaults

func (o *ImageExistsLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image exists libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageExistsLibpodParams) SetHTTPClient

func (o *ImageExistsLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image exists libpod params

func (*ImageExistsLibpodParams) SetName

func (o *ImageExistsLibpodParams) SetName(name string)

SetName adds the name to the image exists libpod params

func (*ImageExistsLibpodParams) SetTimeout

func (o *ImageExistsLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image exists libpod params

func (*ImageExistsLibpodParams) WithContext

WithContext adds the context to the image exists libpod params

func (*ImageExistsLibpodParams) WithDefaults

WithDefaults hydrates default values in the image exists libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageExistsLibpodParams) WithHTTPClient

func (o *ImageExistsLibpodParams) WithHTTPClient(client *http.Client) *ImageExistsLibpodParams

WithHTTPClient adds the HTTPClient to the image exists libpod params

func (*ImageExistsLibpodParams) WithName

WithName adds the name to the image exists libpod params

func (*ImageExistsLibpodParams) WithTimeout

WithTimeout adds the timeout to the image exists libpod params

func (*ImageExistsLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageExistsLibpodReader

type ImageExistsLibpodReader struct {
	// contains filtered or unexported fields
}

ImageExistsLibpodReader is a Reader for the ImageExistsLibpod structure.

func (*ImageExistsLibpodReader) ReadResponse

func (o *ImageExistsLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageExportLibpodInternalServerError

type ImageExportLibpodInternalServerError struct {
	Payload *ImageExportLibpodInternalServerErrorBody
}

ImageExportLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageExportLibpodInternalServerError

func NewImageExportLibpodInternalServerError() *ImageExportLibpodInternalServerError

NewImageExportLibpodInternalServerError creates a ImageExportLibpodInternalServerError with default headers values

func (*ImageExportLibpodInternalServerError) Error

func (*ImageExportLibpodInternalServerError) GetPayload

func (*ImageExportLibpodInternalServerError) IsClientError

func (o *ImageExportLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image export libpod internal server error response has a 4xx status code

func (*ImageExportLibpodInternalServerError) IsCode

IsCode returns true when this image export libpod internal server error response a status code equal to that given

func (*ImageExportLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image export libpod internal server error response has a 3xx status code

func (*ImageExportLibpodInternalServerError) IsServerError

func (o *ImageExportLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image export libpod internal server error response has a 5xx status code

func (*ImageExportLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image export libpod internal server error response has a 2xx status code

func (*ImageExportLibpodInternalServerError) String

type ImageExportLibpodInternalServerErrorBody

type ImageExportLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageExportLibpodInternalServerErrorBody image export libpod internal server error body swagger:model ImageExportLibpodInternalServerErrorBody

func (*ImageExportLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image export libpod internal server error body based on context it is used

func (*ImageExportLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageExportLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageExportLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageExportLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageExportLibpodInternalServerErrorBody) Validate

Validate validates this image export libpod internal server error body

type ImageExportLibpodNotFound

type ImageExportLibpodNotFound struct {
	Payload *ImageExportLibpodNotFoundBody
}

ImageExportLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageExportLibpodNotFound

func NewImageExportLibpodNotFound() *ImageExportLibpodNotFound

NewImageExportLibpodNotFound creates a ImageExportLibpodNotFound with default headers values

func (*ImageExportLibpodNotFound) Error

func (o *ImageExportLibpodNotFound) Error() string

func (*ImageExportLibpodNotFound) GetPayload

func (*ImageExportLibpodNotFound) IsClientError

func (o *ImageExportLibpodNotFound) IsClientError() bool

IsClientError returns true when this image export libpod not found response has a 4xx status code

func (*ImageExportLibpodNotFound) IsCode

func (o *ImageExportLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image export libpod not found response a status code equal to that given

func (*ImageExportLibpodNotFound) IsRedirect

func (o *ImageExportLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image export libpod not found response has a 3xx status code

func (*ImageExportLibpodNotFound) IsServerError

func (o *ImageExportLibpodNotFound) IsServerError() bool

IsServerError returns true when this image export libpod not found response has a 5xx status code

func (*ImageExportLibpodNotFound) IsSuccess

func (o *ImageExportLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image export libpod not found response has a 2xx status code

func (*ImageExportLibpodNotFound) String

func (o *ImageExportLibpodNotFound) String() string

type ImageExportLibpodNotFoundBody

type ImageExportLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageExportLibpodNotFoundBody image export libpod not found body swagger:model ImageExportLibpodNotFoundBody

func (*ImageExportLibpodNotFoundBody) ContextValidate

func (o *ImageExportLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image export libpod not found body based on context it is used

func (*ImageExportLibpodNotFoundBody) MarshalBinary

func (o *ImageExportLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageExportLibpodNotFoundBody) UnmarshalBinary

func (o *ImageExportLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageExportLibpodNotFoundBody) Validate

func (o *ImageExportLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image export libpod not found body

type ImageExportLibpodOK

type ImageExportLibpodOK struct {
	Payload io.Writer
}

ImageExportLibpodOK describes a response with status code 200, with default header values.

no error

func NewImageExportLibpodOK

func NewImageExportLibpodOK(writer io.Writer) *ImageExportLibpodOK

NewImageExportLibpodOK creates a ImageExportLibpodOK with default headers values

func (*ImageExportLibpodOK) Error

func (o *ImageExportLibpodOK) Error() string

func (*ImageExportLibpodOK) GetPayload

func (o *ImageExportLibpodOK) GetPayload() io.Writer

func (*ImageExportLibpodOK) IsClientError

func (o *ImageExportLibpodOK) IsClientError() bool

IsClientError returns true when this image export libpod o k response has a 4xx status code

func (*ImageExportLibpodOK) IsCode

func (o *ImageExportLibpodOK) IsCode(code int) bool

IsCode returns true when this image export libpod o k response a status code equal to that given

func (*ImageExportLibpodOK) IsRedirect

func (o *ImageExportLibpodOK) IsRedirect() bool

IsRedirect returns true when this image export libpod o k response has a 3xx status code

func (*ImageExportLibpodOK) IsServerError

func (o *ImageExportLibpodOK) IsServerError() bool

IsServerError returns true when this image export libpod o k response has a 5xx status code

func (*ImageExportLibpodOK) IsSuccess

func (o *ImageExportLibpodOK) IsSuccess() bool

IsSuccess returns true when this image export libpod o k response has a 2xx status code

func (*ImageExportLibpodOK) String

func (o *ImageExportLibpodOK) String() string

type ImageExportLibpodParams

type ImageExportLibpodParams struct {

	/* Compress.

	   use compression on image
	*/
	Compress *bool

	/* Format.

	   format for exported image (only docker-archive is supported)
	*/
	Format *string

	/* OciAcceptUncompressedLayers.

	   accept uncompressed layers when copying OCI images
	*/
	OciAcceptUncompressedLayers *bool

	/* References.

	   references to images to export
	*/
	References []string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageExportLibpodParams contains all the parameters to send to the API endpoint

for the image export libpod operation.

Typically these are written to a http.Request.

func NewImageExportLibpodParams

func NewImageExportLibpodParams() *ImageExportLibpodParams

NewImageExportLibpodParams creates a new ImageExportLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageExportLibpodParamsWithContext

func NewImageExportLibpodParamsWithContext(ctx context.Context) *ImageExportLibpodParams

NewImageExportLibpodParamsWithContext creates a new ImageExportLibpodParams object with the ability to set a context for a request.

func NewImageExportLibpodParamsWithHTTPClient

func NewImageExportLibpodParamsWithHTTPClient(client *http.Client) *ImageExportLibpodParams

NewImageExportLibpodParamsWithHTTPClient creates a new ImageExportLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageExportLibpodParamsWithTimeout

func NewImageExportLibpodParamsWithTimeout(timeout time.Duration) *ImageExportLibpodParams

NewImageExportLibpodParamsWithTimeout creates a new ImageExportLibpodParams object with the ability to set a timeout on a request.

func (*ImageExportLibpodParams) SetCompress

func (o *ImageExportLibpodParams) SetCompress(compress *bool)

SetCompress adds the compress to the image export libpod params

func (*ImageExportLibpodParams) SetContext

func (o *ImageExportLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image export libpod params

func (*ImageExportLibpodParams) SetDefaults

func (o *ImageExportLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image export libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageExportLibpodParams) SetFormat

func (o *ImageExportLibpodParams) SetFormat(format *string)

SetFormat adds the format to the image export libpod params

func (*ImageExportLibpodParams) SetHTTPClient

func (o *ImageExportLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image export libpod params

func (*ImageExportLibpodParams) SetOciAcceptUncompressedLayers

func (o *ImageExportLibpodParams) SetOciAcceptUncompressedLayers(ociAcceptUncompressedLayers *bool)

SetOciAcceptUncompressedLayers adds the ociAcceptUncompressedLayers to the image export libpod params

func (*ImageExportLibpodParams) SetReferences

func (o *ImageExportLibpodParams) SetReferences(references []string)

SetReferences adds the references to the image export libpod params

func (*ImageExportLibpodParams) SetTimeout

func (o *ImageExportLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image export libpod params

func (*ImageExportLibpodParams) WithCompress

func (o *ImageExportLibpodParams) WithCompress(compress *bool) *ImageExportLibpodParams

WithCompress adds the compress to the image export libpod params

func (*ImageExportLibpodParams) WithContext

WithContext adds the context to the image export libpod params

func (*ImageExportLibpodParams) WithDefaults

WithDefaults hydrates default values in the image export libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageExportLibpodParams) WithFormat

func (o *ImageExportLibpodParams) WithFormat(format *string) *ImageExportLibpodParams

WithFormat adds the format to the image export libpod params

func (*ImageExportLibpodParams) WithHTTPClient

func (o *ImageExportLibpodParams) WithHTTPClient(client *http.Client) *ImageExportLibpodParams

WithHTTPClient adds the HTTPClient to the image export libpod params

func (*ImageExportLibpodParams) WithOciAcceptUncompressedLayers

func (o *ImageExportLibpodParams) WithOciAcceptUncompressedLayers(ociAcceptUncompressedLayers *bool) *ImageExportLibpodParams

WithOciAcceptUncompressedLayers adds the ociAcceptUncompressedLayers to the image export libpod params

func (*ImageExportLibpodParams) WithReferences

func (o *ImageExportLibpodParams) WithReferences(references []string) *ImageExportLibpodParams

WithReferences adds the references to the image export libpod params

func (*ImageExportLibpodParams) WithTimeout

WithTimeout adds the timeout to the image export libpod params

func (*ImageExportLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageExportLibpodReader

type ImageExportLibpodReader struct {
	// contains filtered or unexported fields
}

ImageExportLibpodReader is a Reader for the ImageExportLibpod structure.

func (*ImageExportLibpodReader) ReadResponse

func (o *ImageExportLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageGetLibpodInternalServerError

type ImageGetLibpodInternalServerError struct {
	Payload *ImageGetLibpodInternalServerErrorBody
}

ImageGetLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageGetLibpodInternalServerError

func NewImageGetLibpodInternalServerError() *ImageGetLibpodInternalServerError

NewImageGetLibpodInternalServerError creates a ImageGetLibpodInternalServerError with default headers values

func (*ImageGetLibpodInternalServerError) Error

func (*ImageGetLibpodInternalServerError) GetPayload

func (*ImageGetLibpodInternalServerError) IsClientError

func (o *ImageGetLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image get libpod internal server error response has a 4xx status code

func (*ImageGetLibpodInternalServerError) IsCode

func (o *ImageGetLibpodInternalServerError) IsCode(code int) bool

IsCode returns true when this image get libpod internal server error response a status code equal to that given

func (*ImageGetLibpodInternalServerError) IsRedirect

func (o *ImageGetLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image get libpod internal server error response has a 3xx status code

func (*ImageGetLibpodInternalServerError) IsServerError

func (o *ImageGetLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image get libpod internal server error response has a 5xx status code

func (*ImageGetLibpodInternalServerError) IsSuccess

func (o *ImageGetLibpodInternalServerError) IsSuccess() bool

IsSuccess returns true when this image get libpod internal server error response has a 2xx status code

func (*ImageGetLibpodInternalServerError) String

type ImageGetLibpodInternalServerErrorBody

type ImageGetLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageGetLibpodInternalServerErrorBody image get libpod internal server error body swagger:model ImageGetLibpodInternalServerErrorBody

func (*ImageGetLibpodInternalServerErrorBody) ContextValidate

func (o *ImageGetLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image get libpod internal server error body based on context it is used

func (*ImageGetLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageGetLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageGetLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageGetLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageGetLibpodInternalServerErrorBody) Validate

Validate validates this image get libpod internal server error body

type ImageGetLibpodNotFound

type ImageGetLibpodNotFound struct {
	Payload *ImageGetLibpodNotFoundBody
}

ImageGetLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageGetLibpodNotFound

func NewImageGetLibpodNotFound() *ImageGetLibpodNotFound

NewImageGetLibpodNotFound creates a ImageGetLibpodNotFound with default headers values

func (*ImageGetLibpodNotFound) Error

func (o *ImageGetLibpodNotFound) Error() string

func (*ImageGetLibpodNotFound) GetPayload

func (*ImageGetLibpodNotFound) IsClientError

func (o *ImageGetLibpodNotFound) IsClientError() bool

IsClientError returns true when this image get libpod not found response has a 4xx status code

func (*ImageGetLibpodNotFound) IsCode

func (o *ImageGetLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image get libpod not found response a status code equal to that given

func (*ImageGetLibpodNotFound) IsRedirect

func (o *ImageGetLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image get libpod not found response has a 3xx status code

func (*ImageGetLibpodNotFound) IsServerError

func (o *ImageGetLibpodNotFound) IsServerError() bool

IsServerError returns true when this image get libpod not found response has a 5xx status code

func (*ImageGetLibpodNotFound) IsSuccess

func (o *ImageGetLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image get libpod not found response has a 2xx status code

func (*ImageGetLibpodNotFound) String

func (o *ImageGetLibpodNotFound) String() string

type ImageGetLibpodNotFoundBody

type ImageGetLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageGetLibpodNotFoundBody image get libpod not found body swagger:model ImageGetLibpodNotFoundBody

func (*ImageGetLibpodNotFoundBody) ContextValidate

func (o *ImageGetLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image get libpod not found body based on context it is used

func (*ImageGetLibpodNotFoundBody) MarshalBinary

func (o *ImageGetLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageGetLibpodNotFoundBody) UnmarshalBinary

func (o *ImageGetLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageGetLibpodNotFoundBody) Validate

func (o *ImageGetLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image get libpod not found body

type ImageGetLibpodOK

type ImageGetLibpodOK struct {
	Payload io.Writer
}

ImageGetLibpodOK describes a response with status code 200, with default header values.

no error

func NewImageGetLibpodOK

func NewImageGetLibpodOK(writer io.Writer) *ImageGetLibpodOK

NewImageGetLibpodOK creates a ImageGetLibpodOK with default headers values

func (*ImageGetLibpodOK) Error

func (o *ImageGetLibpodOK) Error() string

func (*ImageGetLibpodOK) GetPayload

func (o *ImageGetLibpodOK) GetPayload() io.Writer

func (*ImageGetLibpodOK) IsClientError

func (o *ImageGetLibpodOK) IsClientError() bool

IsClientError returns true when this image get libpod o k response has a 4xx status code

func (*ImageGetLibpodOK) IsCode

func (o *ImageGetLibpodOK) IsCode(code int) bool

IsCode returns true when this image get libpod o k response a status code equal to that given

func (*ImageGetLibpodOK) IsRedirect

func (o *ImageGetLibpodOK) IsRedirect() bool

IsRedirect returns true when this image get libpod o k response has a 3xx status code

func (*ImageGetLibpodOK) IsServerError

func (o *ImageGetLibpodOK) IsServerError() bool

IsServerError returns true when this image get libpod o k response has a 5xx status code

func (*ImageGetLibpodOK) IsSuccess

func (o *ImageGetLibpodOK) IsSuccess() bool

IsSuccess returns true when this image get libpod o k response has a 2xx status code

func (*ImageGetLibpodOK) String

func (o *ImageGetLibpodOK) String() string

type ImageGetLibpodParams

type ImageGetLibpodParams struct {

	/* Compress.

	   use compression on image
	*/
	Compress *bool

	/* Format.

	   format for exported image
	*/
	Format *string

	/* Name.

	   the name or ID of the container
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageGetLibpodParams contains all the parameters to send to the API endpoint

for the image get libpod operation.

Typically these are written to a http.Request.

func NewImageGetLibpodParams

func NewImageGetLibpodParams() *ImageGetLibpodParams

NewImageGetLibpodParams creates a new ImageGetLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageGetLibpodParamsWithContext

func NewImageGetLibpodParamsWithContext(ctx context.Context) *ImageGetLibpodParams

NewImageGetLibpodParamsWithContext creates a new ImageGetLibpodParams object with the ability to set a context for a request.

func NewImageGetLibpodParamsWithHTTPClient

func NewImageGetLibpodParamsWithHTTPClient(client *http.Client) *ImageGetLibpodParams

NewImageGetLibpodParamsWithHTTPClient creates a new ImageGetLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageGetLibpodParamsWithTimeout

func NewImageGetLibpodParamsWithTimeout(timeout time.Duration) *ImageGetLibpodParams

NewImageGetLibpodParamsWithTimeout creates a new ImageGetLibpodParams object with the ability to set a timeout on a request.

func (*ImageGetLibpodParams) SetCompress

func (o *ImageGetLibpodParams) SetCompress(compress *bool)

SetCompress adds the compress to the image get libpod params

func (*ImageGetLibpodParams) SetContext

func (o *ImageGetLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image get libpod params

func (*ImageGetLibpodParams) SetDefaults

func (o *ImageGetLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image get libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageGetLibpodParams) SetFormat

func (o *ImageGetLibpodParams) SetFormat(format *string)

SetFormat adds the format to the image get libpod params

func (*ImageGetLibpodParams) SetHTTPClient

func (o *ImageGetLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image get libpod params

func (*ImageGetLibpodParams) SetName

func (o *ImageGetLibpodParams) SetName(name string)

SetName adds the name to the image get libpod params

func (*ImageGetLibpodParams) SetTimeout

func (o *ImageGetLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image get libpod params

func (*ImageGetLibpodParams) WithCompress

func (o *ImageGetLibpodParams) WithCompress(compress *bool) *ImageGetLibpodParams

WithCompress adds the compress to the image get libpod params

func (*ImageGetLibpodParams) WithContext

WithContext adds the context to the image get libpod params

func (*ImageGetLibpodParams) WithDefaults

func (o *ImageGetLibpodParams) WithDefaults() *ImageGetLibpodParams

WithDefaults hydrates default values in the image get libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageGetLibpodParams) WithFormat

func (o *ImageGetLibpodParams) WithFormat(format *string) *ImageGetLibpodParams

WithFormat adds the format to the image get libpod params

func (*ImageGetLibpodParams) WithHTTPClient

func (o *ImageGetLibpodParams) WithHTTPClient(client *http.Client) *ImageGetLibpodParams

WithHTTPClient adds the HTTPClient to the image get libpod params

func (*ImageGetLibpodParams) WithName

WithName adds the name to the image get libpod params

func (*ImageGetLibpodParams) WithTimeout

func (o *ImageGetLibpodParams) WithTimeout(timeout time.Duration) *ImageGetLibpodParams

WithTimeout adds the timeout to the image get libpod params

func (*ImageGetLibpodParams) WriteToRequest

func (o *ImageGetLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImageGetLibpodReader

type ImageGetLibpodReader struct {
	// contains filtered or unexported fields
}

ImageGetLibpodReader is a Reader for the ImageGetLibpod structure.

func (*ImageGetLibpodReader) ReadResponse

func (o *ImageGetLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageHistoryLibpodInternalServerError

type ImageHistoryLibpodInternalServerError struct {
	Payload *ImageHistoryLibpodInternalServerErrorBody
}

ImageHistoryLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageHistoryLibpodInternalServerError

func NewImageHistoryLibpodInternalServerError() *ImageHistoryLibpodInternalServerError

NewImageHistoryLibpodInternalServerError creates a ImageHistoryLibpodInternalServerError with default headers values

func (*ImageHistoryLibpodInternalServerError) Error

func (*ImageHistoryLibpodInternalServerError) GetPayload

func (*ImageHistoryLibpodInternalServerError) IsClientError

func (o *ImageHistoryLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image history libpod internal server error response has a 4xx status code

func (*ImageHistoryLibpodInternalServerError) IsCode

IsCode returns true when this image history libpod internal server error response a status code equal to that given

func (*ImageHistoryLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image history libpod internal server error response has a 3xx status code

func (*ImageHistoryLibpodInternalServerError) IsServerError

func (o *ImageHistoryLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image history libpod internal server error response has a 5xx status code

func (*ImageHistoryLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image history libpod internal server error response has a 2xx status code

func (*ImageHistoryLibpodInternalServerError) String

type ImageHistoryLibpodInternalServerErrorBody

type ImageHistoryLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageHistoryLibpodInternalServerErrorBody image history libpod internal server error body swagger:model ImageHistoryLibpodInternalServerErrorBody

func (*ImageHistoryLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image history libpod internal server error body based on context it is used

func (*ImageHistoryLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageHistoryLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageHistoryLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageHistoryLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageHistoryLibpodInternalServerErrorBody) Validate

Validate validates this image history libpod internal server error body

type ImageHistoryLibpodNotFound

type ImageHistoryLibpodNotFound struct {
	Payload *ImageHistoryLibpodNotFoundBody
}

ImageHistoryLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageHistoryLibpodNotFound

func NewImageHistoryLibpodNotFound() *ImageHistoryLibpodNotFound

NewImageHistoryLibpodNotFound creates a ImageHistoryLibpodNotFound with default headers values

func (*ImageHistoryLibpodNotFound) Error

func (*ImageHistoryLibpodNotFound) GetPayload

func (*ImageHistoryLibpodNotFound) IsClientError

func (o *ImageHistoryLibpodNotFound) IsClientError() bool

IsClientError returns true when this image history libpod not found response has a 4xx status code

func (*ImageHistoryLibpodNotFound) IsCode

func (o *ImageHistoryLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image history libpod not found response a status code equal to that given

func (*ImageHistoryLibpodNotFound) IsRedirect

func (o *ImageHistoryLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image history libpod not found response has a 3xx status code

func (*ImageHistoryLibpodNotFound) IsServerError

func (o *ImageHistoryLibpodNotFound) IsServerError() bool

IsServerError returns true when this image history libpod not found response has a 5xx status code

func (*ImageHistoryLibpodNotFound) IsSuccess

func (o *ImageHistoryLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image history libpod not found response has a 2xx status code

func (*ImageHistoryLibpodNotFound) String

func (o *ImageHistoryLibpodNotFound) String() string

type ImageHistoryLibpodNotFoundBody

type ImageHistoryLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageHistoryLibpodNotFoundBody image history libpod not found body swagger:model ImageHistoryLibpodNotFoundBody

func (*ImageHistoryLibpodNotFoundBody) ContextValidate

func (o *ImageHistoryLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image history libpod not found body based on context it is used

func (*ImageHistoryLibpodNotFoundBody) MarshalBinary

func (o *ImageHistoryLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageHistoryLibpodNotFoundBody) UnmarshalBinary

func (o *ImageHistoryLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageHistoryLibpodNotFoundBody) Validate

func (o *ImageHistoryLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image history libpod not found body

type ImageHistoryLibpodOK

type ImageHistoryLibpodOK struct {
	Payload *ImageHistoryLibpodOKBody
}

ImageHistoryLibpodOK describes a response with status code 200, with default header values.

History response

func NewImageHistoryLibpodOK

func NewImageHistoryLibpodOK() *ImageHistoryLibpodOK

NewImageHistoryLibpodOK creates a ImageHistoryLibpodOK with default headers values

func (*ImageHistoryLibpodOK) Error

func (o *ImageHistoryLibpodOK) Error() string

func (*ImageHistoryLibpodOK) GetPayload

func (*ImageHistoryLibpodOK) IsClientError

func (o *ImageHistoryLibpodOK) IsClientError() bool

IsClientError returns true when this image history libpod o k response has a 4xx status code

func (*ImageHistoryLibpodOK) IsCode

func (o *ImageHistoryLibpodOK) IsCode(code int) bool

IsCode returns true when this image history libpod o k response a status code equal to that given

func (*ImageHistoryLibpodOK) IsRedirect

func (o *ImageHistoryLibpodOK) IsRedirect() bool

IsRedirect returns true when this image history libpod o k response has a 3xx status code

func (*ImageHistoryLibpodOK) IsServerError

func (o *ImageHistoryLibpodOK) IsServerError() bool

IsServerError returns true when this image history libpod o k response has a 5xx status code

func (*ImageHistoryLibpodOK) IsSuccess

func (o *ImageHistoryLibpodOK) IsSuccess() bool

IsSuccess returns true when this image history libpod o k response has a 2xx status code

func (*ImageHistoryLibpodOK) String

func (o *ImageHistoryLibpodOK) String() string

type ImageHistoryLibpodOKBody

type ImageHistoryLibpodOKBody struct {

	// comment
	Comment string `json:"Comment,omitempty"`

	// created
	Created int64 `json:"Created,omitempty"`

	// created by
	CreatedBy string `json:"CreatedBy,omitempty"`

	// ID
	ID string `json:"Id,omitempty"`

	// size
	Size int64 `json:"Size,omitempty"`

	// tags
	Tags []string `json:"Tags"`
}

ImageHistoryLibpodOKBody image history libpod o k body swagger:model ImageHistoryLibpodOKBody

func (*ImageHistoryLibpodOKBody) ContextValidate

func (o *ImageHistoryLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image history libpod o k body based on context it is used

func (*ImageHistoryLibpodOKBody) MarshalBinary

func (o *ImageHistoryLibpodOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageHistoryLibpodOKBody) UnmarshalBinary

func (o *ImageHistoryLibpodOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageHistoryLibpodOKBody) Validate

func (o *ImageHistoryLibpodOKBody) Validate(formats strfmt.Registry) error

Validate validates this image history libpod o k body

type ImageHistoryLibpodParams

type ImageHistoryLibpodParams struct {

	/* Name.

	   the name or ID of the container
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageHistoryLibpodParams contains all the parameters to send to the API endpoint

for the image history libpod operation.

Typically these are written to a http.Request.

func NewImageHistoryLibpodParams

func NewImageHistoryLibpodParams() *ImageHistoryLibpodParams

NewImageHistoryLibpodParams creates a new ImageHistoryLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageHistoryLibpodParamsWithContext

func NewImageHistoryLibpodParamsWithContext(ctx context.Context) *ImageHistoryLibpodParams

NewImageHistoryLibpodParamsWithContext creates a new ImageHistoryLibpodParams object with the ability to set a context for a request.

func NewImageHistoryLibpodParamsWithHTTPClient

func NewImageHistoryLibpodParamsWithHTTPClient(client *http.Client) *ImageHistoryLibpodParams

NewImageHistoryLibpodParamsWithHTTPClient creates a new ImageHistoryLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageHistoryLibpodParamsWithTimeout

func NewImageHistoryLibpodParamsWithTimeout(timeout time.Duration) *ImageHistoryLibpodParams

NewImageHistoryLibpodParamsWithTimeout creates a new ImageHistoryLibpodParams object with the ability to set a timeout on a request.

func (*ImageHistoryLibpodParams) SetContext

func (o *ImageHistoryLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image history libpod params

func (*ImageHistoryLibpodParams) SetDefaults

func (o *ImageHistoryLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image history libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageHistoryLibpodParams) SetHTTPClient

func (o *ImageHistoryLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image history libpod params

func (*ImageHistoryLibpodParams) SetName

func (o *ImageHistoryLibpodParams) SetName(name string)

SetName adds the name to the image history libpod params

func (*ImageHistoryLibpodParams) SetTimeout

func (o *ImageHistoryLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image history libpod params

func (*ImageHistoryLibpodParams) WithContext

WithContext adds the context to the image history libpod params

func (*ImageHistoryLibpodParams) WithDefaults

WithDefaults hydrates default values in the image history libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageHistoryLibpodParams) WithHTTPClient

func (o *ImageHistoryLibpodParams) WithHTTPClient(client *http.Client) *ImageHistoryLibpodParams

WithHTTPClient adds the HTTPClient to the image history libpod params

func (*ImageHistoryLibpodParams) WithName

WithName adds the name to the image history libpod params

func (*ImageHistoryLibpodParams) WithTimeout

WithTimeout adds the timeout to the image history libpod params

func (*ImageHistoryLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageHistoryLibpodReader

type ImageHistoryLibpodReader struct {
	// contains filtered or unexported fields
}

ImageHistoryLibpodReader is a Reader for the ImageHistoryLibpod structure.

func (*ImageHistoryLibpodReader) ReadResponse

func (o *ImageHistoryLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageImportLibpodBadRequest

type ImageImportLibpodBadRequest struct {
	Payload *ImageImportLibpodBadRequestBody
}

ImageImportLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageImportLibpodBadRequest

func NewImageImportLibpodBadRequest() *ImageImportLibpodBadRequest

NewImageImportLibpodBadRequest creates a ImageImportLibpodBadRequest with default headers values

func (*ImageImportLibpodBadRequest) Error

func (*ImageImportLibpodBadRequest) GetPayload

func (*ImageImportLibpodBadRequest) IsClientError

func (o *ImageImportLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image import libpod bad request response has a 4xx status code

func (*ImageImportLibpodBadRequest) IsCode

func (o *ImageImportLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image import libpod bad request response a status code equal to that given

func (*ImageImportLibpodBadRequest) IsRedirect

func (o *ImageImportLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image import libpod bad request response has a 3xx status code

func (*ImageImportLibpodBadRequest) IsServerError

func (o *ImageImportLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image import libpod bad request response has a 5xx status code

func (*ImageImportLibpodBadRequest) IsSuccess

func (o *ImageImportLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image import libpod bad request response has a 2xx status code

func (*ImageImportLibpodBadRequest) String

func (o *ImageImportLibpodBadRequest) String() string

type ImageImportLibpodBadRequestBody

type ImageImportLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageImportLibpodBadRequestBody image import libpod bad request body swagger:model ImageImportLibpodBadRequestBody

func (*ImageImportLibpodBadRequestBody) ContextValidate

func (o *ImageImportLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image import libpod bad request body based on context it is used

func (*ImageImportLibpodBadRequestBody) MarshalBinary

func (o *ImageImportLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageImportLibpodBadRequestBody) UnmarshalBinary

func (o *ImageImportLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageImportLibpodBadRequestBody) Validate

Validate validates this image import libpod bad request body

type ImageImportLibpodInternalServerError

type ImageImportLibpodInternalServerError struct {
	Payload *ImageImportLibpodInternalServerErrorBody
}

ImageImportLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageImportLibpodInternalServerError

func NewImageImportLibpodInternalServerError() *ImageImportLibpodInternalServerError

NewImageImportLibpodInternalServerError creates a ImageImportLibpodInternalServerError with default headers values

func (*ImageImportLibpodInternalServerError) Error

func (*ImageImportLibpodInternalServerError) GetPayload

func (*ImageImportLibpodInternalServerError) IsClientError

func (o *ImageImportLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image import libpod internal server error response has a 4xx status code

func (*ImageImportLibpodInternalServerError) IsCode

IsCode returns true when this image import libpod internal server error response a status code equal to that given

func (*ImageImportLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image import libpod internal server error response has a 3xx status code

func (*ImageImportLibpodInternalServerError) IsServerError

func (o *ImageImportLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image import libpod internal server error response has a 5xx status code

func (*ImageImportLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image import libpod internal server error response has a 2xx status code

func (*ImageImportLibpodInternalServerError) String

type ImageImportLibpodInternalServerErrorBody

type ImageImportLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageImportLibpodInternalServerErrorBody image import libpod internal server error body swagger:model ImageImportLibpodInternalServerErrorBody

func (*ImageImportLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image import libpod internal server error body based on context it is used

func (*ImageImportLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageImportLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageImportLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageImportLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageImportLibpodInternalServerErrorBody) Validate

Validate validates this image import libpod internal server error body

type ImageImportLibpodOK

type ImageImportLibpodOK struct {
	Payload *models.ImageImportReport
}

ImageImportLibpodOK describes a response with status code 200, with default header values.

Import response

func NewImageImportLibpodOK

func NewImageImportLibpodOK() *ImageImportLibpodOK

NewImageImportLibpodOK creates a ImageImportLibpodOK with default headers values

func (*ImageImportLibpodOK) Error

func (o *ImageImportLibpodOK) Error() string

func (*ImageImportLibpodOK) GetPayload

func (o *ImageImportLibpodOK) GetPayload() *models.ImageImportReport

func (*ImageImportLibpodOK) IsClientError

func (o *ImageImportLibpodOK) IsClientError() bool

IsClientError returns true when this image import libpod o k response has a 4xx status code

func (*ImageImportLibpodOK) IsCode

func (o *ImageImportLibpodOK) IsCode(code int) bool

IsCode returns true when this image import libpod o k response a status code equal to that given

func (*ImageImportLibpodOK) IsRedirect

func (o *ImageImportLibpodOK) IsRedirect() bool

IsRedirect returns true when this image import libpod o k response has a 3xx status code

func (*ImageImportLibpodOK) IsServerError

func (o *ImageImportLibpodOK) IsServerError() bool

IsServerError returns true when this image import libpod o k response has a 5xx status code

func (*ImageImportLibpodOK) IsSuccess

func (o *ImageImportLibpodOK) IsSuccess() bool

IsSuccess returns true when this image import libpod o k response has a 2xx status code

func (*ImageImportLibpodOK) String

func (o *ImageImportLibpodOK) String() string

type ImageImportLibpodParams

type ImageImportLibpodParams struct {

	// ContentType.
	//
	// Default: "application/x-tar"
	ContentType *string

	/* Changes.

	   Apply the following possible instructions to the created image: CMD | ENTRYPOINT | ENV | EXPOSE | LABEL | STOPSIGNAL | USER | VOLUME | WORKDIR.  JSON encoded string
	*/
	Changes []string

	/* Message.

	   Set commit message for imported image
	*/
	Message *string

	/* Reference.

	   Optional Name[:TAG] for the image
	*/
	Reference *string

	/* Upload.

	   tarball for imported image

	   Format: binary
	*/
	Upload io.ReadCloser

	/* URL.

	   Load image from the specified URL
	*/
	URL *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageImportLibpodParams contains all the parameters to send to the API endpoint

for the image import libpod operation.

Typically these are written to a http.Request.

func NewImageImportLibpodParams

func NewImageImportLibpodParams() *ImageImportLibpodParams

NewImageImportLibpodParams creates a new ImageImportLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageImportLibpodParamsWithContext

func NewImageImportLibpodParamsWithContext(ctx context.Context) *ImageImportLibpodParams

NewImageImportLibpodParamsWithContext creates a new ImageImportLibpodParams object with the ability to set a context for a request.

func NewImageImportLibpodParamsWithHTTPClient

func NewImageImportLibpodParamsWithHTTPClient(client *http.Client) *ImageImportLibpodParams

NewImageImportLibpodParamsWithHTTPClient creates a new ImageImportLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageImportLibpodParamsWithTimeout

func NewImageImportLibpodParamsWithTimeout(timeout time.Duration) *ImageImportLibpodParams

NewImageImportLibpodParamsWithTimeout creates a new ImageImportLibpodParams object with the ability to set a timeout on a request.

func (*ImageImportLibpodParams) SetChanges

func (o *ImageImportLibpodParams) SetChanges(changes []string)

SetChanges adds the changes to the image import libpod params

func (*ImageImportLibpodParams) SetContentType

func (o *ImageImportLibpodParams) SetContentType(contentType *string)

SetContentType adds the contentType to the image import libpod params

func (*ImageImportLibpodParams) SetContext

func (o *ImageImportLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image import libpod params

func (*ImageImportLibpodParams) SetDefaults

func (o *ImageImportLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image import libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageImportLibpodParams) SetHTTPClient

func (o *ImageImportLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image import libpod params

func (*ImageImportLibpodParams) SetMessage

func (o *ImageImportLibpodParams) SetMessage(message *string)

SetMessage adds the message to the image import libpod params

func (*ImageImportLibpodParams) SetReference

func (o *ImageImportLibpodParams) SetReference(reference *string)

SetReference adds the reference to the image import libpod params

func (*ImageImportLibpodParams) SetTimeout

func (o *ImageImportLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image import libpod params

func (*ImageImportLibpodParams) SetURL

func (o *ImageImportLibpodParams) SetURL(url *string)

SetURL adds the url to the image import libpod params

func (*ImageImportLibpodParams) SetUpload

func (o *ImageImportLibpodParams) SetUpload(upload io.ReadCloser)

SetUpload adds the upload to the image import libpod params

func (*ImageImportLibpodParams) WithChanges

func (o *ImageImportLibpodParams) WithChanges(changes []string) *ImageImportLibpodParams

WithChanges adds the changes to the image import libpod params

func (*ImageImportLibpodParams) WithContentType

func (o *ImageImportLibpodParams) WithContentType(contentType *string) *ImageImportLibpodParams

WithContentType adds the contentType to the image import libpod params

func (*ImageImportLibpodParams) WithContext

WithContext adds the context to the image import libpod params

func (*ImageImportLibpodParams) WithDefaults

WithDefaults hydrates default values in the image import libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageImportLibpodParams) WithHTTPClient

func (o *ImageImportLibpodParams) WithHTTPClient(client *http.Client) *ImageImportLibpodParams

WithHTTPClient adds the HTTPClient to the image import libpod params

func (*ImageImportLibpodParams) WithMessage

func (o *ImageImportLibpodParams) WithMessage(message *string) *ImageImportLibpodParams

WithMessage adds the message to the image import libpod params

func (*ImageImportLibpodParams) WithReference

func (o *ImageImportLibpodParams) WithReference(reference *string) *ImageImportLibpodParams

WithReference adds the reference to the image import libpod params

func (*ImageImportLibpodParams) WithTimeout

WithTimeout adds the timeout to the image import libpod params

func (*ImageImportLibpodParams) WithURL

WithURL adds the url to the image import libpod params

func (*ImageImportLibpodParams) WithUpload

WithUpload adds the upload to the image import libpod params

func (*ImageImportLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageImportLibpodReader

type ImageImportLibpodReader struct {
	// contains filtered or unexported fields
}

ImageImportLibpodReader is a Reader for the ImageImportLibpod structure.

func (*ImageImportLibpodReader) ReadResponse

func (o *ImageImportLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageInspectLibpodInternalServerError

type ImageInspectLibpodInternalServerError struct {
	Payload *ImageInspectLibpodInternalServerErrorBody
}

ImageInspectLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageInspectLibpodInternalServerError

func NewImageInspectLibpodInternalServerError() *ImageInspectLibpodInternalServerError

NewImageInspectLibpodInternalServerError creates a ImageInspectLibpodInternalServerError with default headers values

func (*ImageInspectLibpodInternalServerError) Error

func (*ImageInspectLibpodInternalServerError) GetPayload

func (*ImageInspectLibpodInternalServerError) IsClientError

func (o *ImageInspectLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image inspect libpod internal server error response has a 4xx status code

func (*ImageInspectLibpodInternalServerError) IsCode

IsCode returns true when this image inspect libpod internal server error response a status code equal to that given

func (*ImageInspectLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image inspect libpod internal server error response has a 3xx status code

func (*ImageInspectLibpodInternalServerError) IsServerError

func (o *ImageInspectLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image inspect libpod internal server error response has a 5xx status code

func (*ImageInspectLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image inspect libpod internal server error response has a 2xx status code

func (*ImageInspectLibpodInternalServerError) String

type ImageInspectLibpodInternalServerErrorBody

type ImageInspectLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageInspectLibpodInternalServerErrorBody image inspect libpod internal server error body swagger:model ImageInspectLibpodInternalServerErrorBody

func (*ImageInspectLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image inspect libpod internal server error body based on context it is used

func (*ImageInspectLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageInspectLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageInspectLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageInspectLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageInspectLibpodInternalServerErrorBody) Validate

Validate validates this image inspect libpod internal server error body

type ImageInspectLibpodNotFound

type ImageInspectLibpodNotFound struct {
	Payload *ImageInspectLibpodNotFoundBody
}

ImageInspectLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageInspectLibpodNotFound

func NewImageInspectLibpodNotFound() *ImageInspectLibpodNotFound

NewImageInspectLibpodNotFound creates a ImageInspectLibpodNotFound with default headers values

func (*ImageInspectLibpodNotFound) Error

func (*ImageInspectLibpodNotFound) GetPayload

func (*ImageInspectLibpodNotFound) IsClientError

func (o *ImageInspectLibpodNotFound) IsClientError() bool

IsClientError returns true when this image inspect libpod not found response has a 4xx status code

func (*ImageInspectLibpodNotFound) IsCode

func (o *ImageInspectLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image inspect libpod not found response a status code equal to that given

func (*ImageInspectLibpodNotFound) IsRedirect

func (o *ImageInspectLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image inspect libpod not found response has a 3xx status code

func (*ImageInspectLibpodNotFound) IsServerError

func (o *ImageInspectLibpodNotFound) IsServerError() bool

IsServerError returns true when this image inspect libpod not found response has a 5xx status code

func (*ImageInspectLibpodNotFound) IsSuccess

func (o *ImageInspectLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image inspect libpod not found response has a 2xx status code

func (*ImageInspectLibpodNotFound) String

func (o *ImageInspectLibpodNotFound) String() string

type ImageInspectLibpodNotFoundBody

type ImageInspectLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageInspectLibpodNotFoundBody image inspect libpod not found body swagger:model ImageInspectLibpodNotFoundBody

func (*ImageInspectLibpodNotFoundBody) ContextValidate

func (o *ImageInspectLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image inspect libpod not found body based on context it is used

func (*ImageInspectLibpodNotFoundBody) MarshalBinary

func (o *ImageInspectLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageInspectLibpodNotFoundBody) UnmarshalBinary

func (o *ImageInspectLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageInspectLibpodNotFoundBody) Validate

func (o *ImageInspectLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image inspect libpod not found body

type ImageInspectLibpodOK

type ImageInspectLibpodOK struct {
	Payload *ImageInspectLibpodOKBody
}

ImageInspectLibpodOK describes a response with status code 200, with default header values.

Inspect image

func NewImageInspectLibpodOK

func NewImageInspectLibpodOK() *ImageInspectLibpodOK

NewImageInspectLibpodOK creates a ImageInspectLibpodOK with default headers values

func (*ImageInspectLibpodOK) Error

func (o *ImageInspectLibpodOK) Error() string

func (*ImageInspectLibpodOK) GetPayload

func (*ImageInspectLibpodOK) IsClientError

func (o *ImageInspectLibpodOK) IsClientError() bool

IsClientError returns true when this image inspect libpod o k response has a 4xx status code

func (*ImageInspectLibpodOK) IsCode

func (o *ImageInspectLibpodOK) IsCode(code int) bool

IsCode returns true when this image inspect libpod o k response a status code equal to that given

func (*ImageInspectLibpodOK) IsRedirect

func (o *ImageInspectLibpodOK) IsRedirect() bool

IsRedirect returns true when this image inspect libpod o k response has a 3xx status code

func (*ImageInspectLibpodOK) IsServerError

func (o *ImageInspectLibpodOK) IsServerError() bool

IsServerError returns true when this image inspect libpod o k response has a 5xx status code

func (*ImageInspectLibpodOK) IsSuccess

func (o *ImageInspectLibpodOK) IsSuccess() bool

IsSuccess returns true when this image inspect libpod o k response has a 2xx status code

func (*ImageInspectLibpodOK) String

func (o *ImageInspectLibpodOK) String() string

type ImageInspectLibpodOKBody

type ImageInspectLibpodOKBody struct {

	// annotations
	Annotations map[string]string `json:"Annotations,omitempty"`

	// architecture
	Architecture string `json:"Architecture,omitempty"`

	// author
	Author string `json:"Author,omitempty"`

	// comment
	Comment string `json:"Comment,omitempty"`

	// config
	Config *models.ImageConfig `json:"Config,omitempty"`

	// created
	// Format: date-time
	Created strfmt.DateTime `json:"Created,omitempty"`

	// digest
	Digest models.Digest `json:"Digest,omitempty"`

	// graph driver
	GraphDriver *models.DriverData `json:"GraphDriver,omitempty"`

	// healthcheck
	Healthcheck *models.Schema2HealthConfig `json:"Healthcheck,omitempty"`

	// history
	History []*models.History `json:"History"`

	// ID
	ID string `json:"Id,omitempty"`

	// labels
	Labels map[string]string `json:"Labels,omitempty"`

	// manifest type
	ManifestType string `json:"ManifestType,omitempty"`

	// names history
	NamesHistory []string `json:"NamesHistory"`

	// os
	Os string `json:"Os,omitempty"`

	// parent
	Parent string `json:"Parent,omitempty"`

	// repo digests
	RepoDigests []string `json:"RepoDigests"`

	// repo tags
	RepoTags []string `json:"RepoTags"`

	// root f s
	RootFS *models.RootFS `json:"RootFS,omitempty"`

	// size
	Size int64 `json:"Size,omitempty"`

	// user
	User string `json:"User,omitempty"`

	// version
	Version string `json:"Version,omitempty"`

	// virtual size
	VirtualSize int64 `json:"VirtualSize,omitempty"`
}

ImageInspectLibpodOKBody image inspect libpod o k body swagger:model ImageInspectLibpodOKBody

func (*ImageInspectLibpodOKBody) ContextValidate

func (o *ImageInspectLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this image inspect libpod o k body based on the context it is used

func (*ImageInspectLibpodOKBody) MarshalBinary

func (o *ImageInspectLibpodOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageInspectLibpodOKBody) UnmarshalBinary

func (o *ImageInspectLibpodOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageInspectLibpodOKBody) Validate

func (o *ImageInspectLibpodOKBody) Validate(formats strfmt.Registry) error

Validate validates this image inspect libpod o k body

type ImageInspectLibpodParams

type ImageInspectLibpodParams struct {

	/* Name.

	   the name or ID of the container
	*/
	Name string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageInspectLibpodParams contains all the parameters to send to the API endpoint

for the image inspect libpod operation.

Typically these are written to a http.Request.

func NewImageInspectLibpodParams

func NewImageInspectLibpodParams() *ImageInspectLibpodParams

NewImageInspectLibpodParams creates a new ImageInspectLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageInspectLibpodParamsWithContext

func NewImageInspectLibpodParamsWithContext(ctx context.Context) *ImageInspectLibpodParams

NewImageInspectLibpodParamsWithContext creates a new ImageInspectLibpodParams object with the ability to set a context for a request.

func NewImageInspectLibpodParamsWithHTTPClient

func NewImageInspectLibpodParamsWithHTTPClient(client *http.Client) *ImageInspectLibpodParams

NewImageInspectLibpodParamsWithHTTPClient creates a new ImageInspectLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageInspectLibpodParamsWithTimeout

func NewImageInspectLibpodParamsWithTimeout(timeout time.Duration) *ImageInspectLibpodParams

NewImageInspectLibpodParamsWithTimeout creates a new ImageInspectLibpodParams object with the ability to set a timeout on a request.

func (*ImageInspectLibpodParams) SetContext

func (o *ImageInspectLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image inspect libpod params

func (*ImageInspectLibpodParams) SetDefaults

func (o *ImageInspectLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image inspect libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageInspectLibpodParams) SetHTTPClient

func (o *ImageInspectLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image inspect libpod params

func (*ImageInspectLibpodParams) SetName

func (o *ImageInspectLibpodParams) SetName(name string)

SetName adds the name to the image inspect libpod params

func (*ImageInspectLibpodParams) SetTimeout

func (o *ImageInspectLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image inspect libpod params

func (*ImageInspectLibpodParams) WithContext

WithContext adds the context to the image inspect libpod params

func (*ImageInspectLibpodParams) WithDefaults

WithDefaults hydrates default values in the image inspect libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageInspectLibpodParams) WithHTTPClient

func (o *ImageInspectLibpodParams) WithHTTPClient(client *http.Client) *ImageInspectLibpodParams

WithHTTPClient adds the HTTPClient to the image inspect libpod params

func (*ImageInspectLibpodParams) WithName

WithName adds the name to the image inspect libpod params

func (*ImageInspectLibpodParams) WithTimeout

WithTimeout adds the timeout to the image inspect libpod params

func (*ImageInspectLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageInspectLibpodReader

type ImageInspectLibpodReader struct {
	// contains filtered or unexported fields
}

ImageInspectLibpodReader is a Reader for the ImageInspectLibpod structure.

func (*ImageInspectLibpodReader) ReadResponse

func (o *ImageInspectLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageListLibpodInternalServerError

type ImageListLibpodInternalServerError struct {
	Payload *ImageListLibpodInternalServerErrorBody
}

ImageListLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageListLibpodInternalServerError

func NewImageListLibpodInternalServerError() *ImageListLibpodInternalServerError

NewImageListLibpodInternalServerError creates a ImageListLibpodInternalServerError with default headers values

func (*ImageListLibpodInternalServerError) Error

func (*ImageListLibpodInternalServerError) GetPayload

func (*ImageListLibpodInternalServerError) IsClientError

func (o *ImageListLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image list libpod internal server error response has a 4xx status code

func (*ImageListLibpodInternalServerError) IsCode

IsCode returns true when this image list libpod internal server error response a status code equal to that given

func (*ImageListLibpodInternalServerError) IsRedirect

func (o *ImageListLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image list libpod internal server error response has a 3xx status code

func (*ImageListLibpodInternalServerError) IsServerError

func (o *ImageListLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image list libpod internal server error response has a 5xx status code

func (*ImageListLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image list libpod internal server error response has a 2xx status code

func (*ImageListLibpodInternalServerError) String

type ImageListLibpodInternalServerErrorBody

type ImageListLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageListLibpodInternalServerErrorBody image list libpod internal server error body swagger:model ImageListLibpodInternalServerErrorBody

func (*ImageListLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image list libpod internal server error body based on context it is used

func (*ImageListLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageListLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageListLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageListLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageListLibpodInternalServerErrorBody) Validate

Validate validates this image list libpod internal server error body

type ImageListLibpodOK

type ImageListLibpodOK struct {
	Payload []*models.LibpodImageSummary
}

ImageListLibpodOK describes a response with status code 200, with default header values.

Image summary for libpod API

func NewImageListLibpodOK

func NewImageListLibpodOK() *ImageListLibpodOK

NewImageListLibpodOK creates a ImageListLibpodOK with default headers values

func (*ImageListLibpodOK) Error

func (o *ImageListLibpodOK) Error() string

func (*ImageListLibpodOK) GetPayload

func (o *ImageListLibpodOK) GetPayload() []*models.LibpodImageSummary

func (*ImageListLibpodOK) IsClientError

func (o *ImageListLibpodOK) IsClientError() bool

IsClientError returns true when this image list libpod o k response has a 4xx status code

func (*ImageListLibpodOK) IsCode

func (o *ImageListLibpodOK) IsCode(code int) bool

IsCode returns true when this image list libpod o k response a status code equal to that given

func (*ImageListLibpodOK) IsRedirect

func (o *ImageListLibpodOK) IsRedirect() bool

IsRedirect returns true when this image list libpod o k response has a 3xx status code

func (*ImageListLibpodOK) IsServerError

func (o *ImageListLibpodOK) IsServerError() bool

IsServerError returns true when this image list libpod o k response has a 5xx status code

func (*ImageListLibpodOK) IsSuccess

func (o *ImageListLibpodOK) IsSuccess() bool

IsSuccess returns true when this image list libpod o k response has a 2xx status code

func (*ImageListLibpodOK) String

func (o *ImageListLibpodOK) String() string

type ImageListLibpodParams

type ImageListLibpodParams struct {

	/* All.

	   Show all images. Only images from a final layer (no children) are shown by default.
	*/
	All *bool

	/* Filters.

	     A JSON encoded value of the filters (a `map[string][]string`) to process on the images list. Available filters:
	- `before`=(`<image-name>[:<tag>]`,  `<image id>` or `<image@digest>`)
	- `dangling=true`
	- `label=key` or `label="key=value"` of an image label
	- `reference`=(`<image-name>[:<tag>]`)
	- `id`=(`<image-id>`)
	- `since`=(`<image-name>[:<tag>]`,  `<image id>` or `<image@digest>`)

	*/
	Filters *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageListLibpodParams contains all the parameters to send to the API endpoint

for the image list libpod operation.

Typically these are written to a http.Request.

func NewImageListLibpodParams

func NewImageListLibpodParams() *ImageListLibpodParams

NewImageListLibpodParams creates a new ImageListLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageListLibpodParamsWithContext

func NewImageListLibpodParamsWithContext(ctx context.Context) *ImageListLibpodParams

NewImageListLibpodParamsWithContext creates a new ImageListLibpodParams object with the ability to set a context for a request.

func NewImageListLibpodParamsWithHTTPClient

func NewImageListLibpodParamsWithHTTPClient(client *http.Client) *ImageListLibpodParams

NewImageListLibpodParamsWithHTTPClient creates a new ImageListLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageListLibpodParamsWithTimeout

func NewImageListLibpodParamsWithTimeout(timeout time.Duration) *ImageListLibpodParams

NewImageListLibpodParamsWithTimeout creates a new ImageListLibpodParams object with the ability to set a timeout on a request.

func (*ImageListLibpodParams) SetAll

func (o *ImageListLibpodParams) SetAll(all *bool)

SetAll adds the all to the image list libpod params

func (*ImageListLibpodParams) SetContext

func (o *ImageListLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image list libpod params

func (*ImageListLibpodParams) SetDefaults

func (o *ImageListLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image list libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageListLibpodParams) SetFilters

func (o *ImageListLibpodParams) SetFilters(filters *string)

SetFilters adds the filters to the image list libpod params

func (*ImageListLibpodParams) SetHTTPClient

func (o *ImageListLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image list libpod params

func (*ImageListLibpodParams) SetTimeout

func (o *ImageListLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image list libpod params

func (*ImageListLibpodParams) WithAll

WithAll adds the all to the image list libpod params

func (*ImageListLibpodParams) WithContext

WithContext adds the context to the image list libpod params

func (*ImageListLibpodParams) WithDefaults

func (o *ImageListLibpodParams) WithDefaults() *ImageListLibpodParams

WithDefaults hydrates default values in the image list libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageListLibpodParams) WithFilters

func (o *ImageListLibpodParams) WithFilters(filters *string) *ImageListLibpodParams

WithFilters adds the filters to the image list libpod params

func (*ImageListLibpodParams) WithHTTPClient

func (o *ImageListLibpodParams) WithHTTPClient(client *http.Client) *ImageListLibpodParams

WithHTTPClient adds the HTTPClient to the image list libpod params

func (*ImageListLibpodParams) WithTimeout

func (o *ImageListLibpodParams) WithTimeout(timeout time.Duration) *ImageListLibpodParams

WithTimeout adds the timeout to the image list libpod params

func (*ImageListLibpodParams) WriteToRequest

func (o *ImageListLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImageListLibpodReader

type ImageListLibpodReader struct {
	// contains filtered or unexported fields
}

ImageListLibpodReader is a Reader for the ImageListLibpod structure.

func (*ImageListLibpodReader) ReadResponse

func (o *ImageListLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageLoadLibpodBadRequest

type ImageLoadLibpodBadRequest struct {
	Payload *ImageLoadLibpodBadRequestBody
}

ImageLoadLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageLoadLibpodBadRequest

func NewImageLoadLibpodBadRequest() *ImageLoadLibpodBadRequest

NewImageLoadLibpodBadRequest creates a ImageLoadLibpodBadRequest with default headers values

func (*ImageLoadLibpodBadRequest) Error

func (o *ImageLoadLibpodBadRequest) Error() string

func (*ImageLoadLibpodBadRequest) GetPayload

func (*ImageLoadLibpodBadRequest) IsClientError

func (o *ImageLoadLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image load libpod bad request response has a 4xx status code

func (*ImageLoadLibpodBadRequest) IsCode

func (o *ImageLoadLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image load libpod bad request response a status code equal to that given

func (*ImageLoadLibpodBadRequest) IsRedirect

func (o *ImageLoadLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image load libpod bad request response has a 3xx status code

func (*ImageLoadLibpodBadRequest) IsServerError

func (o *ImageLoadLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image load libpod bad request response has a 5xx status code

func (*ImageLoadLibpodBadRequest) IsSuccess

func (o *ImageLoadLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image load libpod bad request response has a 2xx status code

func (*ImageLoadLibpodBadRequest) String

func (o *ImageLoadLibpodBadRequest) String() string

type ImageLoadLibpodBadRequestBody

type ImageLoadLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageLoadLibpodBadRequestBody image load libpod bad request body swagger:model ImageLoadLibpodBadRequestBody

func (*ImageLoadLibpodBadRequestBody) ContextValidate

func (o *ImageLoadLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image load libpod bad request body based on context it is used

func (*ImageLoadLibpodBadRequestBody) MarshalBinary

func (o *ImageLoadLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageLoadLibpodBadRequestBody) UnmarshalBinary

func (o *ImageLoadLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageLoadLibpodBadRequestBody) Validate

func (o *ImageLoadLibpodBadRequestBody) Validate(formats strfmt.Registry) error

Validate validates this image load libpod bad request body

type ImageLoadLibpodInternalServerError

type ImageLoadLibpodInternalServerError struct {
	Payload *ImageLoadLibpodInternalServerErrorBody
}

ImageLoadLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageLoadLibpodInternalServerError

func NewImageLoadLibpodInternalServerError() *ImageLoadLibpodInternalServerError

NewImageLoadLibpodInternalServerError creates a ImageLoadLibpodInternalServerError with default headers values

func (*ImageLoadLibpodInternalServerError) Error

func (*ImageLoadLibpodInternalServerError) GetPayload

func (*ImageLoadLibpodInternalServerError) IsClientError

func (o *ImageLoadLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image load libpod internal server error response has a 4xx status code

func (*ImageLoadLibpodInternalServerError) IsCode

IsCode returns true when this image load libpod internal server error response a status code equal to that given

func (*ImageLoadLibpodInternalServerError) IsRedirect

func (o *ImageLoadLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image load libpod internal server error response has a 3xx status code

func (*ImageLoadLibpodInternalServerError) IsServerError

func (o *ImageLoadLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image load libpod internal server error response has a 5xx status code

func (*ImageLoadLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image load libpod internal server error response has a 2xx status code

func (*ImageLoadLibpodInternalServerError) String

type ImageLoadLibpodInternalServerErrorBody

type ImageLoadLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageLoadLibpodInternalServerErrorBody image load libpod internal server error body swagger:model ImageLoadLibpodInternalServerErrorBody

func (*ImageLoadLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image load libpod internal server error body based on context it is used

func (*ImageLoadLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageLoadLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageLoadLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageLoadLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageLoadLibpodInternalServerErrorBody) Validate

Validate validates this image load libpod internal server error body

type ImageLoadLibpodOK

type ImageLoadLibpodOK struct {
	Payload *models.ImageLoadReport
}

ImageLoadLibpodOK describes a response with status code 200, with default header values.

Load response

func NewImageLoadLibpodOK

func NewImageLoadLibpodOK() *ImageLoadLibpodOK

NewImageLoadLibpodOK creates a ImageLoadLibpodOK with default headers values

func (*ImageLoadLibpodOK) Error

func (o *ImageLoadLibpodOK) Error() string

func (*ImageLoadLibpodOK) GetPayload

func (o *ImageLoadLibpodOK) GetPayload() *models.ImageLoadReport

func (*ImageLoadLibpodOK) IsClientError

func (o *ImageLoadLibpodOK) IsClientError() bool

IsClientError returns true when this image load libpod o k response has a 4xx status code

func (*ImageLoadLibpodOK) IsCode

func (o *ImageLoadLibpodOK) IsCode(code int) bool

IsCode returns true when this image load libpod o k response a status code equal to that given

func (*ImageLoadLibpodOK) IsRedirect

func (o *ImageLoadLibpodOK) IsRedirect() bool

IsRedirect returns true when this image load libpod o k response has a 3xx status code

func (*ImageLoadLibpodOK) IsServerError

func (o *ImageLoadLibpodOK) IsServerError() bool

IsServerError returns true when this image load libpod o k response has a 5xx status code

func (*ImageLoadLibpodOK) IsSuccess

func (o *ImageLoadLibpodOK) IsSuccess() bool

IsSuccess returns true when this image load libpod o k response has a 2xx status code

func (*ImageLoadLibpodOK) String

func (o *ImageLoadLibpodOK) String() string

type ImageLoadLibpodParams

type ImageLoadLibpodParams struct {

	/* Upload.

	   tarball of container image
	*/
	Upload string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageLoadLibpodParams contains all the parameters to send to the API endpoint

for the image load libpod operation.

Typically these are written to a http.Request.

func NewImageLoadLibpodParams

func NewImageLoadLibpodParams() *ImageLoadLibpodParams

NewImageLoadLibpodParams creates a new ImageLoadLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageLoadLibpodParamsWithContext

func NewImageLoadLibpodParamsWithContext(ctx context.Context) *ImageLoadLibpodParams

NewImageLoadLibpodParamsWithContext creates a new ImageLoadLibpodParams object with the ability to set a context for a request.

func NewImageLoadLibpodParamsWithHTTPClient

func NewImageLoadLibpodParamsWithHTTPClient(client *http.Client) *ImageLoadLibpodParams

NewImageLoadLibpodParamsWithHTTPClient creates a new ImageLoadLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageLoadLibpodParamsWithTimeout

func NewImageLoadLibpodParamsWithTimeout(timeout time.Duration) *ImageLoadLibpodParams

NewImageLoadLibpodParamsWithTimeout creates a new ImageLoadLibpodParams object with the ability to set a timeout on a request.

func (*ImageLoadLibpodParams) SetContext

func (o *ImageLoadLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image load libpod params

func (*ImageLoadLibpodParams) SetDefaults

func (o *ImageLoadLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image load libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageLoadLibpodParams) SetHTTPClient

func (o *ImageLoadLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image load libpod params

func (*ImageLoadLibpodParams) SetTimeout

func (o *ImageLoadLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image load libpod params

func (*ImageLoadLibpodParams) SetUpload

func (o *ImageLoadLibpodParams) SetUpload(upload string)

SetUpload adds the upload to the image load libpod params

func (*ImageLoadLibpodParams) WithContext

WithContext adds the context to the image load libpod params

func (*ImageLoadLibpodParams) WithDefaults

func (o *ImageLoadLibpodParams) WithDefaults() *ImageLoadLibpodParams

WithDefaults hydrates default values in the image load libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageLoadLibpodParams) WithHTTPClient

func (o *ImageLoadLibpodParams) WithHTTPClient(client *http.Client) *ImageLoadLibpodParams

WithHTTPClient adds the HTTPClient to the image load libpod params

func (*ImageLoadLibpodParams) WithTimeout

func (o *ImageLoadLibpodParams) WithTimeout(timeout time.Duration) *ImageLoadLibpodParams

WithTimeout adds the timeout to the image load libpod params

func (*ImageLoadLibpodParams) WithUpload

func (o *ImageLoadLibpodParams) WithUpload(upload string) *ImageLoadLibpodParams

WithUpload adds the upload to the image load libpod params

func (*ImageLoadLibpodParams) WriteToRequest

func (o *ImageLoadLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImageLoadLibpodReader

type ImageLoadLibpodReader struct {
	// contains filtered or unexported fields
}

ImageLoadLibpodReader is a Reader for the ImageLoadLibpod structure.

func (*ImageLoadLibpodReader) ReadResponse

func (o *ImageLoadLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImagePruneLibpodInternalServerError

type ImagePruneLibpodInternalServerError struct {
	Payload *ImagePruneLibpodInternalServerErrorBody
}

ImagePruneLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImagePruneLibpodInternalServerError

func NewImagePruneLibpodInternalServerError() *ImagePruneLibpodInternalServerError

NewImagePruneLibpodInternalServerError creates a ImagePruneLibpodInternalServerError with default headers values

func (*ImagePruneLibpodInternalServerError) Error

func (*ImagePruneLibpodInternalServerError) GetPayload

func (*ImagePruneLibpodInternalServerError) IsClientError

func (o *ImagePruneLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image prune libpod internal server error response has a 4xx status code

func (*ImagePruneLibpodInternalServerError) IsCode

IsCode returns true when this image prune libpod internal server error response a status code equal to that given

func (*ImagePruneLibpodInternalServerError) IsRedirect

func (o *ImagePruneLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image prune libpod internal server error response has a 3xx status code

func (*ImagePruneLibpodInternalServerError) IsServerError

func (o *ImagePruneLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image prune libpod internal server error response has a 5xx status code

func (*ImagePruneLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image prune libpod internal server error response has a 2xx status code

func (*ImagePruneLibpodInternalServerError) String

type ImagePruneLibpodInternalServerErrorBody

type ImagePruneLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImagePruneLibpodInternalServerErrorBody image prune libpod internal server error body swagger:model ImagePruneLibpodInternalServerErrorBody

func (*ImagePruneLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image prune libpod internal server error body based on context it is used

func (*ImagePruneLibpodInternalServerErrorBody) MarshalBinary

func (o *ImagePruneLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImagePruneLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImagePruneLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImagePruneLibpodInternalServerErrorBody) Validate

Validate validates this image prune libpod internal server error body

type ImagePruneLibpodOK

type ImagePruneLibpodOK struct {
	Payload []*models.LibpodContainersPruneReport
}

ImagePruneLibpodOK describes a response with status code 200, with default header values.

Prune containers

func NewImagePruneLibpodOK

func NewImagePruneLibpodOK() *ImagePruneLibpodOK

NewImagePruneLibpodOK creates a ImagePruneLibpodOK with default headers values

func (*ImagePruneLibpodOK) Error

func (o *ImagePruneLibpodOK) Error() string

func (*ImagePruneLibpodOK) GetPayload

func (*ImagePruneLibpodOK) IsClientError

func (o *ImagePruneLibpodOK) IsClientError() bool

IsClientError returns true when this image prune libpod o k response has a 4xx status code

func (*ImagePruneLibpodOK) IsCode

func (o *ImagePruneLibpodOK) IsCode(code int) bool

IsCode returns true when this image prune libpod o k response a status code equal to that given

func (*ImagePruneLibpodOK) IsRedirect

func (o *ImagePruneLibpodOK) IsRedirect() bool

IsRedirect returns true when this image prune libpod o k response has a 3xx status code

func (*ImagePruneLibpodOK) IsServerError

func (o *ImagePruneLibpodOK) IsServerError() bool

IsServerError returns true when this image prune libpod o k response has a 5xx status code

func (*ImagePruneLibpodOK) IsSuccess

func (o *ImagePruneLibpodOK) IsSuccess() bool

IsSuccess returns true when this image prune libpod o k response has a 2xx status code

func (*ImagePruneLibpodOK) String

func (o *ImagePruneLibpodOK) String() string

type ImagePruneLibpodParams

type ImagePruneLibpodParams struct {

	/* All.

	   Remove all images not in use by containers, not just dangling ones

	*/
	All *bool

	/* External.

	   Remove images even when they are used by external containers (e.g, by build containers)

	*/
	External *bool

	/* Filters.

	   filters to apply to image pruning, encoded as JSON (map[string][]string). Available filters:
	- `dangling=<boolean>` When set to `true` (or `1`), prune only
	   unused *and* untagged images. When set to `false`
	   (or `0`), all unused images are pruned.
	- `until=<string>` Prune images created before this timestamp. The `<timestamp>` can be Unix timestamps, date formatted timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed relative to the daemon machine’s time.
	- `label` (`label=<key>`, `label=<key>=<value>`, `label!=<key>`, or `label!=<key>=<value>`) Prune images with (or without, in case `label!=...` is used) the specified labels.

	*/
	Filters *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImagePruneLibpodParams contains all the parameters to send to the API endpoint

for the image prune libpod operation.

Typically these are written to a http.Request.

func NewImagePruneLibpodParams

func NewImagePruneLibpodParams() *ImagePruneLibpodParams

NewImagePruneLibpodParams creates a new ImagePruneLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImagePruneLibpodParamsWithContext

func NewImagePruneLibpodParamsWithContext(ctx context.Context) *ImagePruneLibpodParams

NewImagePruneLibpodParamsWithContext creates a new ImagePruneLibpodParams object with the ability to set a context for a request.

func NewImagePruneLibpodParamsWithHTTPClient

func NewImagePruneLibpodParamsWithHTTPClient(client *http.Client) *ImagePruneLibpodParams

NewImagePruneLibpodParamsWithHTTPClient creates a new ImagePruneLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImagePruneLibpodParamsWithTimeout

func NewImagePruneLibpodParamsWithTimeout(timeout time.Duration) *ImagePruneLibpodParams

NewImagePruneLibpodParamsWithTimeout creates a new ImagePruneLibpodParams object with the ability to set a timeout on a request.

func (*ImagePruneLibpodParams) SetAll

func (o *ImagePruneLibpodParams) SetAll(all *bool)

SetAll adds the all to the image prune libpod params

func (*ImagePruneLibpodParams) SetContext

func (o *ImagePruneLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image prune libpod params

func (*ImagePruneLibpodParams) SetDefaults

func (o *ImagePruneLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image prune libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImagePruneLibpodParams) SetExternal

func (o *ImagePruneLibpodParams) SetExternal(external *bool)

SetExternal adds the external to the image prune libpod params

func (*ImagePruneLibpodParams) SetFilters

func (o *ImagePruneLibpodParams) SetFilters(filters *string)

SetFilters adds the filters to the image prune libpod params

func (*ImagePruneLibpodParams) SetHTTPClient

func (o *ImagePruneLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image prune libpod params

func (*ImagePruneLibpodParams) SetTimeout

func (o *ImagePruneLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image prune libpod params

func (*ImagePruneLibpodParams) WithAll

WithAll adds the all to the image prune libpod params

func (*ImagePruneLibpodParams) WithContext

WithContext adds the context to the image prune libpod params

func (*ImagePruneLibpodParams) WithDefaults

WithDefaults hydrates default values in the image prune libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImagePruneLibpodParams) WithExternal

func (o *ImagePruneLibpodParams) WithExternal(external *bool) *ImagePruneLibpodParams

WithExternal adds the external to the image prune libpod params

func (*ImagePruneLibpodParams) WithFilters

func (o *ImagePruneLibpodParams) WithFilters(filters *string) *ImagePruneLibpodParams

WithFilters adds the filters to the image prune libpod params

func (*ImagePruneLibpodParams) WithHTTPClient

func (o *ImagePruneLibpodParams) WithHTTPClient(client *http.Client) *ImagePruneLibpodParams

WithHTTPClient adds the HTTPClient to the image prune libpod params

func (*ImagePruneLibpodParams) WithTimeout

WithTimeout adds the timeout to the image prune libpod params

func (*ImagePruneLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImagePruneLibpodReader

type ImagePruneLibpodReader struct {
	// contains filtered or unexported fields
}

ImagePruneLibpodReader is a Reader for the ImagePruneLibpod structure.

func (*ImagePruneLibpodReader) ReadResponse

func (o *ImagePruneLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImagePullLibpodBadRequest

type ImagePullLibpodBadRequest struct {
	Payload *ImagePullLibpodBadRequestBody
}

ImagePullLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImagePullLibpodBadRequest

func NewImagePullLibpodBadRequest() *ImagePullLibpodBadRequest

NewImagePullLibpodBadRequest creates a ImagePullLibpodBadRequest with default headers values

func (*ImagePullLibpodBadRequest) Error

func (o *ImagePullLibpodBadRequest) Error() string

func (*ImagePullLibpodBadRequest) GetPayload

func (*ImagePullLibpodBadRequest) IsClientError

func (o *ImagePullLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image pull libpod bad request response has a 4xx status code

func (*ImagePullLibpodBadRequest) IsCode

func (o *ImagePullLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image pull libpod bad request response a status code equal to that given

func (*ImagePullLibpodBadRequest) IsRedirect

func (o *ImagePullLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image pull libpod bad request response has a 3xx status code

func (*ImagePullLibpodBadRequest) IsServerError

func (o *ImagePullLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image pull libpod bad request response has a 5xx status code

func (*ImagePullLibpodBadRequest) IsSuccess

func (o *ImagePullLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image pull libpod bad request response has a 2xx status code

func (*ImagePullLibpodBadRequest) String

func (o *ImagePullLibpodBadRequest) String() string

type ImagePullLibpodBadRequestBody

type ImagePullLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImagePullLibpodBadRequestBody image pull libpod bad request body swagger:model ImagePullLibpodBadRequestBody

func (*ImagePullLibpodBadRequestBody) ContextValidate

func (o *ImagePullLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image pull libpod bad request body based on context it is used

func (*ImagePullLibpodBadRequestBody) MarshalBinary

func (o *ImagePullLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImagePullLibpodBadRequestBody) UnmarshalBinary

func (o *ImagePullLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImagePullLibpodBadRequestBody) Validate

func (o *ImagePullLibpodBadRequestBody) Validate(formats strfmt.Registry) error

Validate validates this image pull libpod bad request body

type ImagePullLibpodInternalServerError

type ImagePullLibpodInternalServerError struct {
	Payload *ImagePullLibpodInternalServerErrorBody
}

ImagePullLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImagePullLibpodInternalServerError

func NewImagePullLibpodInternalServerError() *ImagePullLibpodInternalServerError

NewImagePullLibpodInternalServerError creates a ImagePullLibpodInternalServerError with default headers values

func (*ImagePullLibpodInternalServerError) Error

func (*ImagePullLibpodInternalServerError) GetPayload

func (*ImagePullLibpodInternalServerError) IsClientError

func (o *ImagePullLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image pull libpod internal server error response has a 4xx status code

func (*ImagePullLibpodInternalServerError) IsCode

IsCode returns true when this image pull libpod internal server error response a status code equal to that given

func (*ImagePullLibpodInternalServerError) IsRedirect

func (o *ImagePullLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image pull libpod internal server error response has a 3xx status code

func (*ImagePullLibpodInternalServerError) IsServerError

func (o *ImagePullLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image pull libpod internal server error response has a 5xx status code

func (*ImagePullLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image pull libpod internal server error response has a 2xx status code

func (*ImagePullLibpodInternalServerError) String

type ImagePullLibpodInternalServerErrorBody

type ImagePullLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImagePullLibpodInternalServerErrorBody image pull libpod internal server error body swagger:model ImagePullLibpodInternalServerErrorBody

func (*ImagePullLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image pull libpod internal server error body based on context it is used

func (*ImagePullLibpodInternalServerErrorBody) MarshalBinary

func (o *ImagePullLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImagePullLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImagePullLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImagePullLibpodInternalServerErrorBody) Validate

Validate validates this image pull libpod internal server error body

type ImagePullLibpodOK

type ImagePullLibpodOK struct {
	Payload *models.LibpodImagesPullReport
}

ImagePullLibpodOK describes a response with status code 200, with default header values.

Pull response

func NewImagePullLibpodOK

func NewImagePullLibpodOK() *ImagePullLibpodOK

NewImagePullLibpodOK creates a ImagePullLibpodOK with default headers values

func (*ImagePullLibpodOK) Error

func (o *ImagePullLibpodOK) Error() string

func (*ImagePullLibpodOK) GetPayload

func (*ImagePullLibpodOK) IsClientError

func (o *ImagePullLibpodOK) IsClientError() bool

IsClientError returns true when this image pull libpod o k response has a 4xx status code

func (*ImagePullLibpodOK) IsCode

func (o *ImagePullLibpodOK) IsCode(code int) bool

IsCode returns true when this image pull libpod o k response a status code equal to that given

func (*ImagePullLibpodOK) IsRedirect

func (o *ImagePullLibpodOK) IsRedirect() bool

IsRedirect returns true when this image pull libpod o k response has a 3xx status code

func (*ImagePullLibpodOK) IsServerError

func (o *ImagePullLibpodOK) IsServerError() bool

IsServerError returns true when this image pull libpod o k response has a 5xx status code

func (*ImagePullLibpodOK) IsSuccess

func (o *ImagePullLibpodOK) IsSuccess() bool

IsSuccess returns true when this image pull libpod o k response has a 2xx status code

func (*ImagePullLibpodOK) String

func (o *ImagePullLibpodOK) String() string

type ImagePullLibpodParams

type ImagePullLibpodParams struct {

	/* Arch.

	   Pull image for the specified architecture.
	*/
	Arch *string

	/* OS.

	   Pull image for the specified operating system.
	*/
	OS *string

	/* Variant.

	   Pull image for the specified variant.
	*/
	Variant *string

	/* XRegistryAuth.

	   base-64 encoded auth config. Must include the following four values: username, password, email and server address OR simply just an identity token.
	*/
	XRegistryAuth *string

	/* AllTags.

	   Pull all tagged images in the repository.
	*/
	AllTags *bool

	/* Credentials.

	   username:password for the registry
	*/
	Credentials *string

	/* Policy.

	   Pull policy, "always" (default), "missing", "newer", "never".
	*/
	Policy *string

	/* Quiet.

	   silences extra stream data on pull
	*/
	Quiet *bool

	/* Reference.

	   Mandatory reference to the image (e.g., quay.io/image/name:tag)
	*/
	Reference *string

	/* TLSVerify.

	   Require TLS verification.

	   Default: true
	*/
	TLSVerify *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImagePullLibpodParams contains all the parameters to send to the API endpoint

for the image pull libpod operation.

Typically these are written to a http.Request.

func NewImagePullLibpodParams

func NewImagePullLibpodParams() *ImagePullLibpodParams

NewImagePullLibpodParams creates a new ImagePullLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImagePullLibpodParamsWithContext

func NewImagePullLibpodParamsWithContext(ctx context.Context) *ImagePullLibpodParams

NewImagePullLibpodParamsWithContext creates a new ImagePullLibpodParams object with the ability to set a context for a request.

func NewImagePullLibpodParamsWithHTTPClient

func NewImagePullLibpodParamsWithHTTPClient(client *http.Client) *ImagePullLibpodParams

NewImagePullLibpodParamsWithHTTPClient creates a new ImagePullLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImagePullLibpodParamsWithTimeout

func NewImagePullLibpodParamsWithTimeout(timeout time.Duration) *ImagePullLibpodParams

NewImagePullLibpodParamsWithTimeout creates a new ImagePullLibpodParams object with the ability to set a timeout on a request.

func (*ImagePullLibpodParams) SetAllTags

func (o *ImagePullLibpodParams) SetAllTags(allTags *bool)

SetAllTags adds the allTags to the image pull libpod params

func (*ImagePullLibpodParams) SetArch

func (o *ImagePullLibpodParams) SetArch(arch *string)

SetArch adds the arch to the image pull libpod params

func (*ImagePullLibpodParams) SetContext

func (o *ImagePullLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image pull libpod params

func (*ImagePullLibpodParams) SetCredentials

func (o *ImagePullLibpodParams) SetCredentials(credentials *string)

SetCredentials adds the credentials to the image pull libpod params

func (*ImagePullLibpodParams) SetDefaults

func (o *ImagePullLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image pull libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImagePullLibpodParams) SetHTTPClient

func (o *ImagePullLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image pull libpod params

func (*ImagePullLibpodParams) SetOS

func (o *ImagePullLibpodParams) SetOS(oS *string)

SetOS adds the oS to the image pull libpod params

func (*ImagePullLibpodParams) SetPolicy

func (o *ImagePullLibpodParams) SetPolicy(policy *string)

SetPolicy adds the policy to the image pull libpod params

func (*ImagePullLibpodParams) SetQuiet

func (o *ImagePullLibpodParams) SetQuiet(quiet *bool)

SetQuiet adds the quiet to the image pull libpod params

func (*ImagePullLibpodParams) SetReference

func (o *ImagePullLibpodParams) SetReference(reference *string)

SetReference adds the reference to the image pull libpod params

func (*ImagePullLibpodParams) SetTLSVerify

func (o *ImagePullLibpodParams) SetTLSVerify(tLSVerify *bool)

SetTLSVerify adds the tlsVerify to the image pull libpod params

func (*ImagePullLibpodParams) SetTimeout

func (o *ImagePullLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image pull libpod params

func (*ImagePullLibpodParams) SetVariant

func (o *ImagePullLibpodParams) SetVariant(variant *string)

SetVariant adds the variant to the image pull libpod params

func (*ImagePullLibpodParams) SetXRegistryAuth

func (o *ImagePullLibpodParams) SetXRegistryAuth(xRegistryAuth *string)

SetXRegistryAuth adds the xRegistryAuth to the image pull libpod params

func (*ImagePullLibpodParams) WithAllTags

func (o *ImagePullLibpodParams) WithAllTags(allTags *bool) *ImagePullLibpodParams

WithAllTags adds the allTags to the image pull libpod params

func (*ImagePullLibpodParams) WithArch

WithArch adds the arch to the image pull libpod params

func (*ImagePullLibpodParams) WithContext

WithContext adds the context to the image pull libpod params

func (*ImagePullLibpodParams) WithCredentials

func (o *ImagePullLibpodParams) WithCredentials(credentials *string) *ImagePullLibpodParams

WithCredentials adds the credentials to the image pull libpod params

func (*ImagePullLibpodParams) WithDefaults

func (o *ImagePullLibpodParams) WithDefaults() *ImagePullLibpodParams

WithDefaults hydrates default values in the image pull libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImagePullLibpodParams) WithHTTPClient

func (o *ImagePullLibpodParams) WithHTTPClient(client *http.Client) *ImagePullLibpodParams

WithHTTPClient adds the HTTPClient to the image pull libpod params

func (*ImagePullLibpodParams) WithOS

WithOS adds the oS to the image pull libpod params

func (*ImagePullLibpodParams) WithPolicy

func (o *ImagePullLibpodParams) WithPolicy(policy *string) *ImagePullLibpodParams

WithPolicy adds the policy to the image pull libpod params

func (*ImagePullLibpodParams) WithQuiet

func (o *ImagePullLibpodParams) WithQuiet(quiet *bool) *ImagePullLibpodParams

WithQuiet adds the quiet to the image pull libpod params

func (*ImagePullLibpodParams) WithReference

func (o *ImagePullLibpodParams) WithReference(reference *string) *ImagePullLibpodParams

WithReference adds the reference to the image pull libpod params

func (*ImagePullLibpodParams) WithTLSVerify

func (o *ImagePullLibpodParams) WithTLSVerify(tLSVerify *bool) *ImagePullLibpodParams

WithTLSVerify adds the tLSVerify to the image pull libpod params

func (*ImagePullLibpodParams) WithTimeout

func (o *ImagePullLibpodParams) WithTimeout(timeout time.Duration) *ImagePullLibpodParams

WithTimeout adds the timeout to the image pull libpod params

func (*ImagePullLibpodParams) WithVariant

func (o *ImagePullLibpodParams) WithVariant(variant *string) *ImagePullLibpodParams

WithVariant adds the variant to the image pull libpod params

func (*ImagePullLibpodParams) WithXRegistryAuth

func (o *ImagePullLibpodParams) WithXRegistryAuth(xRegistryAuth *string) *ImagePullLibpodParams

WithXRegistryAuth adds the xRegistryAuth to the image pull libpod params

func (*ImagePullLibpodParams) WriteToRequest

func (o *ImagePullLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImagePullLibpodReader

type ImagePullLibpodReader struct {
	// contains filtered or unexported fields
}

ImagePullLibpodReader is a Reader for the ImagePullLibpod structure.

func (*ImagePullLibpodReader) ReadResponse

func (o *ImagePullLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImagePushLibpodInternalServerError

type ImagePushLibpodInternalServerError struct {
	Payload *ImagePushLibpodInternalServerErrorBody
}

ImagePushLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImagePushLibpodInternalServerError

func NewImagePushLibpodInternalServerError() *ImagePushLibpodInternalServerError

NewImagePushLibpodInternalServerError creates a ImagePushLibpodInternalServerError with default headers values

func (*ImagePushLibpodInternalServerError) Error

func (*ImagePushLibpodInternalServerError) GetPayload

func (*ImagePushLibpodInternalServerError) IsClientError

func (o *ImagePushLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image push libpod internal server error response has a 4xx status code

func (*ImagePushLibpodInternalServerError) IsCode

IsCode returns true when this image push libpod internal server error response a status code equal to that given

func (*ImagePushLibpodInternalServerError) IsRedirect

func (o *ImagePushLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image push libpod internal server error response has a 3xx status code

func (*ImagePushLibpodInternalServerError) IsServerError

func (o *ImagePushLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image push libpod internal server error response has a 5xx status code

func (*ImagePushLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image push libpod internal server error response has a 2xx status code

func (*ImagePushLibpodInternalServerError) String

type ImagePushLibpodInternalServerErrorBody

type ImagePushLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImagePushLibpodInternalServerErrorBody image push libpod internal server error body swagger:model ImagePushLibpodInternalServerErrorBody

func (*ImagePushLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image push libpod internal server error body based on context it is used

func (*ImagePushLibpodInternalServerErrorBody) MarshalBinary

func (o *ImagePushLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImagePushLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImagePushLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImagePushLibpodInternalServerErrorBody) Validate

Validate validates this image push libpod internal server error body

type ImagePushLibpodNotFound

type ImagePushLibpodNotFound struct {
	Payload *ImagePushLibpodNotFoundBody
}

ImagePushLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImagePushLibpodNotFound

func NewImagePushLibpodNotFound() *ImagePushLibpodNotFound

NewImagePushLibpodNotFound creates a ImagePushLibpodNotFound with default headers values

func (*ImagePushLibpodNotFound) Error

func (o *ImagePushLibpodNotFound) Error() string

func (*ImagePushLibpodNotFound) GetPayload

func (*ImagePushLibpodNotFound) IsClientError

func (o *ImagePushLibpodNotFound) IsClientError() bool

IsClientError returns true when this image push libpod not found response has a 4xx status code

func (*ImagePushLibpodNotFound) IsCode

func (o *ImagePushLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image push libpod not found response a status code equal to that given

func (*ImagePushLibpodNotFound) IsRedirect

func (o *ImagePushLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image push libpod not found response has a 3xx status code

func (*ImagePushLibpodNotFound) IsServerError

func (o *ImagePushLibpodNotFound) IsServerError() bool

IsServerError returns true when this image push libpod not found response has a 5xx status code

func (*ImagePushLibpodNotFound) IsSuccess

func (o *ImagePushLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image push libpod not found response has a 2xx status code

func (*ImagePushLibpodNotFound) String

func (o *ImagePushLibpodNotFound) String() string

type ImagePushLibpodNotFoundBody

type ImagePushLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImagePushLibpodNotFoundBody image push libpod not found body swagger:model ImagePushLibpodNotFoundBody

func (*ImagePushLibpodNotFoundBody) ContextValidate

func (o *ImagePushLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image push libpod not found body based on context it is used

func (*ImagePushLibpodNotFoundBody) MarshalBinary

func (o *ImagePushLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImagePushLibpodNotFoundBody) UnmarshalBinary

func (o *ImagePushLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImagePushLibpodNotFoundBody) Validate

func (o *ImagePushLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image push libpod not found body

type ImagePushLibpodOK

type ImagePushLibpodOK struct {
	Payload io.Writer
}

ImagePushLibpodOK describes a response with status code 200, with default header values.

no error

func NewImagePushLibpodOK

func NewImagePushLibpodOK(writer io.Writer) *ImagePushLibpodOK

NewImagePushLibpodOK creates a ImagePushLibpodOK with default headers values

func (*ImagePushLibpodOK) Error

func (o *ImagePushLibpodOK) Error() string

func (*ImagePushLibpodOK) GetPayload

func (o *ImagePushLibpodOK) GetPayload() io.Writer

func (*ImagePushLibpodOK) IsClientError

func (o *ImagePushLibpodOK) IsClientError() bool

IsClientError returns true when this image push libpod o k response has a 4xx status code

func (*ImagePushLibpodOK) IsCode

func (o *ImagePushLibpodOK) IsCode(code int) bool

IsCode returns true when this image push libpod o k response a status code equal to that given

func (*ImagePushLibpodOK) IsRedirect

func (o *ImagePushLibpodOK) IsRedirect() bool

IsRedirect returns true when this image push libpod o k response has a 3xx status code

func (*ImagePushLibpodOK) IsServerError

func (o *ImagePushLibpodOK) IsServerError() bool

IsServerError returns true when this image push libpod o k response has a 5xx status code

func (*ImagePushLibpodOK) IsSuccess

func (o *ImagePushLibpodOK) IsSuccess() bool

IsSuccess returns true when this image push libpod o k response has a 2xx status code

func (*ImagePushLibpodOK) String

func (o *ImagePushLibpodOK) String() string

type ImagePushLibpodParams

type ImagePushLibpodParams struct {

	/* XRegistryAuth.

	   A base64-encoded auth configuration.
	*/
	XRegistryAuth *string

	/* Destination.

	   Allows for pushing the image to a different destination than the image refers to.
	*/
	Destination *string

	/* Name.

	   Name of image to push.
	*/
	Name string

	/* TLSVerify.

	   Require TLS verification.

	   Default: true
	*/
	TLSVerify *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImagePushLibpodParams contains all the parameters to send to the API endpoint

for the image push libpod operation.

Typically these are written to a http.Request.

func NewImagePushLibpodParams

func NewImagePushLibpodParams() *ImagePushLibpodParams

NewImagePushLibpodParams creates a new ImagePushLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImagePushLibpodParamsWithContext

func NewImagePushLibpodParamsWithContext(ctx context.Context) *ImagePushLibpodParams

NewImagePushLibpodParamsWithContext creates a new ImagePushLibpodParams object with the ability to set a context for a request.

func NewImagePushLibpodParamsWithHTTPClient

func NewImagePushLibpodParamsWithHTTPClient(client *http.Client) *ImagePushLibpodParams

NewImagePushLibpodParamsWithHTTPClient creates a new ImagePushLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImagePushLibpodParamsWithTimeout

func NewImagePushLibpodParamsWithTimeout(timeout time.Duration) *ImagePushLibpodParams

NewImagePushLibpodParamsWithTimeout creates a new ImagePushLibpodParams object with the ability to set a timeout on a request.

func (*ImagePushLibpodParams) SetContext

func (o *ImagePushLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image push libpod params

func (*ImagePushLibpodParams) SetDefaults

func (o *ImagePushLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image push libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImagePushLibpodParams) SetDestination

func (o *ImagePushLibpodParams) SetDestination(destination *string)

SetDestination adds the destination to the image push libpod params

func (*ImagePushLibpodParams) SetHTTPClient

func (o *ImagePushLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image push libpod params

func (*ImagePushLibpodParams) SetName

func (o *ImagePushLibpodParams) SetName(name string)

SetName adds the name to the image push libpod params

func (*ImagePushLibpodParams) SetTLSVerify

func (o *ImagePushLibpodParams) SetTLSVerify(tLSVerify *bool)

SetTLSVerify adds the tlsVerify to the image push libpod params

func (*ImagePushLibpodParams) SetTimeout

func (o *ImagePushLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image push libpod params

func (*ImagePushLibpodParams) SetXRegistryAuth

func (o *ImagePushLibpodParams) SetXRegistryAuth(xRegistryAuth *string)

SetXRegistryAuth adds the xRegistryAuth to the image push libpod params

func (*ImagePushLibpodParams) WithContext

WithContext adds the context to the image push libpod params

func (*ImagePushLibpodParams) WithDefaults

func (o *ImagePushLibpodParams) WithDefaults() *ImagePushLibpodParams

WithDefaults hydrates default values in the image push libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImagePushLibpodParams) WithDestination

func (o *ImagePushLibpodParams) WithDestination(destination *string) *ImagePushLibpodParams

WithDestination adds the destination to the image push libpod params

func (*ImagePushLibpodParams) WithHTTPClient

func (o *ImagePushLibpodParams) WithHTTPClient(client *http.Client) *ImagePushLibpodParams

WithHTTPClient adds the HTTPClient to the image push libpod params

func (*ImagePushLibpodParams) WithName

WithName adds the name to the image push libpod params

func (*ImagePushLibpodParams) WithTLSVerify

func (o *ImagePushLibpodParams) WithTLSVerify(tLSVerify *bool) *ImagePushLibpodParams

WithTLSVerify adds the tLSVerify to the image push libpod params

func (*ImagePushLibpodParams) WithTimeout

func (o *ImagePushLibpodParams) WithTimeout(timeout time.Duration) *ImagePushLibpodParams

WithTimeout adds the timeout to the image push libpod params

func (*ImagePushLibpodParams) WithXRegistryAuth

func (o *ImagePushLibpodParams) WithXRegistryAuth(xRegistryAuth *string) *ImagePushLibpodParams

WithXRegistryAuth adds the xRegistryAuth to the image push libpod params

func (*ImagePushLibpodParams) WriteToRequest

func (o *ImagePushLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImagePushLibpodReader

type ImagePushLibpodReader struct {
	// contains filtered or unexported fields
}

ImagePushLibpodReader is a Reader for the ImagePushLibpod structure.

func (*ImagePushLibpodReader) ReadResponse

func (o *ImagePushLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageSearchLibpodInternalServerError

type ImageSearchLibpodInternalServerError struct {
	Payload *ImageSearchLibpodInternalServerErrorBody
}

ImageSearchLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageSearchLibpodInternalServerError

func NewImageSearchLibpodInternalServerError() *ImageSearchLibpodInternalServerError

NewImageSearchLibpodInternalServerError creates a ImageSearchLibpodInternalServerError with default headers values

func (*ImageSearchLibpodInternalServerError) Error

func (*ImageSearchLibpodInternalServerError) GetPayload

func (*ImageSearchLibpodInternalServerError) IsClientError

func (o *ImageSearchLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image search libpod internal server error response has a 4xx status code

func (*ImageSearchLibpodInternalServerError) IsCode

IsCode returns true when this image search libpod internal server error response a status code equal to that given

func (*ImageSearchLibpodInternalServerError) IsRedirect

IsRedirect returns true when this image search libpod internal server error response has a 3xx status code

func (*ImageSearchLibpodInternalServerError) IsServerError

func (o *ImageSearchLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image search libpod internal server error response has a 5xx status code

func (*ImageSearchLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image search libpod internal server error response has a 2xx status code

func (*ImageSearchLibpodInternalServerError) String

type ImageSearchLibpodInternalServerErrorBody

type ImageSearchLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageSearchLibpodInternalServerErrorBody image search libpod internal server error body swagger:model ImageSearchLibpodInternalServerErrorBody

func (*ImageSearchLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image search libpod internal server error body based on context it is used

func (*ImageSearchLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageSearchLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageSearchLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageSearchLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageSearchLibpodInternalServerErrorBody) Validate

Validate validates this image search libpod internal server error body

type ImageSearchLibpodOK

type ImageSearchLibpodOK struct {
	Payload *ImageSearchLibpodOKBody
}

ImageSearchLibpodOK describes a response with status code 200, with default header values.

Search results

func NewImageSearchLibpodOK

func NewImageSearchLibpodOK() *ImageSearchLibpodOK

NewImageSearchLibpodOK creates a ImageSearchLibpodOK with default headers values

func (*ImageSearchLibpodOK) Error

func (o *ImageSearchLibpodOK) Error() string

func (*ImageSearchLibpodOK) GetPayload

func (*ImageSearchLibpodOK) IsClientError

func (o *ImageSearchLibpodOK) IsClientError() bool

IsClientError returns true when this image search libpod o k response has a 4xx status code

func (*ImageSearchLibpodOK) IsCode

func (o *ImageSearchLibpodOK) IsCode(code int) bool

IsCode returns true when this image search libpod o k response a status code equal to that given

func (*ImageSearchLibpodOK) IsRedirect

func (o *ImageSearchLibpodOK) IsRedirect() bool

IsRedirect returns true when this image search libpod o k response has a 3xx status code

func (*ImageSearchLibpodOK) IsServerError

func (o *ImageSearchLibpodOK) IsServerError() bool

IsServerError returns true when this image search libpod o k response has a 5xx status code

func (*ImageSearchLibpodOK) IsSuccess

func (o *ImageSearchLibpodOK) IsSuccess() bool

IsSuccess returns true when this image search libpod o k response has a 2xx status code

func (*ImageSearchLibpodOK) String

func (o *ImageSearchLibpodOK) String() string

type ImageSearchLibpodOKBody

type ImageSearchLibpodOKBody struct {

	// Automated indicates if the image was created by an automated build.
	Automated string `json:"Automated,omitempty"`

	// Description of the image.
	Description string `json:"Description,omitempty"`

	// Index is the image index (e.g., "docker.io" or "quay.io")
	Index string `json:"Index,omitempty"`

	// Name is the canonical name of the image (e.g., "docker.io/library/alpine").
	Name string `json:"Name,omitempty"`

	// Official indicates if it's an official image.
	Official string `json:"Official,omitempty"`

	// Stars is the number of stars of the image.
	Stars int64 `json:"Stars,omitempty"`

	// Tag is the image tag
	Tag string `json:"Tag,omitempty"`
}

ImageSearchLibpodOKBody image search libpod o k body swagger:model ImageSearchLibpodOKBody

func (*ImageSearchLibpodOKBody) ContextValidate

func (o *ImageSearchLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image search libpod o k body based on context it is used

func (*ImageSearchLibpodOKBody) MarshalBinary

func (o *ImageSearchLibpodOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageSearchLibpodOKBody) UnmarshalBinary

func (o *ImageSearchLibpodOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageSearchLibpodOKBody) Validate

func (o *ImageSearchLibpodOKBody) Validate(formats strfmt.Registry) error

Validate validates this image search libpod o k body

type ImageSearchLibpodParams

type ImageSearchLibpodParams struct {

	/* Filters.

	     A JSON encoded value of the filters (a `map[string][]string`) to process on the images list. Available filters:
	- `is-automated=(true|false)`
	- `is-official=(true|false)`
	- `stars=<number>` Matches images that has at least 'number' stars.

	*/
	Filters *string

	/* Limit.

	   maximum number of results

	   Default: 25
	*/
	Limit *int64

	/* ListTags.

	   list the available tags in the repository
	*/
	ListTags *bool

	/* Term.

	   term to search
	*/
	Term *string

	/* TLSVerify.

	   skip TLS verification for registries
	*/
	TLSVerify *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageSearchLibpodParams contains all the parameters to send to the API endpoint

for the image search libpod operation.

Typically these are written to a http.Request.

func NewImageSearchLibpodParams

func NewImageSearchLibpodParams() *ImageSearchLibpodParams

NewImageSearchLibpodParams creates a new ImageSearchLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageSearchLibpodParamsWithContext

func NewImageSearchLibpodParamsWithContext(ctx context.Context) *ImageSearchLibpodParams

NewImageSearchLibpodParamsWithContext creates a new ImageSearchLibpodParams object with the ability to set a context for a request.

func NewImageSearchLibpodParamsWithHTTPClient

func NewImageSearchLibpodParamsWithHTTPClient(client *http.Client) *ImageSearchLibpodParams

NewImageSearchLibpodParamsWithHTTPClient creates a new ImageSearchLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageSearchLibpodParamsWithTimeout

func NewImageSearchLibpodParamsWithTimeout(timeout time.Duration) *ImageSearchLibpodParams

NewImageSearchLibpodParamsWithTimeout creates a new ImageSearchLibpodParams object with the ability to set a timeout on a request.

func (*ImageSearchLibpodParams) SetContext

func (o *ImageSearchLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image search libpod params

func (*ImageSearchLibpodParams) SetDefaults

func (o *ImageSearchLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image search libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageSearchLibpodParams) SetFilters

func (o *ImageSearchLibpodParams) SetFilters(filters *string)

SetFilters adds the filters to the image search libpod params

func (*ImageSearchLibpodParams) SetHTTPClient

func (o *ImageSearchLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image search libpod params

func (*ImageSearchLibpodParams) SetLimit

func (o *ImageSearchLibpodParams) SetLimit(limit *int64)

SetLimit adds the limit to the image search libpod params

func (*ImageSearchLibpodParams) SetListTags

func (o *ImageSearchLibpodParams) SetListTags(listTags *bool)

SetListTags adds the listTags to the image search libpod params

func (*ImageSearchLibpodParams) SetTLSVerify

func (o *ImageSearchLibpodParams) SetTLSVerify(tLSVerify *bool)

SetTLSVerify adds the tlsVerify to the image search libpod params

func (*ImageSearchLibpodParams) SetTerm

func (o *ImageSearchLibpodParams) SetTerm(term *string)

SetTerm adds the term to the image search libpod params

func (*ImageSearchLibpodParams) SetTimeout

func (o *ImageSearchLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image search libpod params

func (*ImageSearchLibpodParams) WithContext

WithContext adds the context to the image search libpod params

func (*ImageSearchLibpodParams) WithDefaults

WithDefaults hydrates default values in the image search libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageSearchLibpodParams) WithFilters

func (o *ImageSearchLibpodParams) WithFilters(filters *string) *ImageSearchLibpodParams

WithFilters adds the filters to the image search libpod params

func (*ImageSearchLibpodParams) WithHTTPClient

func (o *ImageSearchLibpodParams) WithHTTPClient(client *http.Client) *ImageSearchLibpodParams

WithHTTPClient adds the HTTPClient to the image search libpod params

func (*ImageSearchLibpodParams) WithLimit

WithLimit adds the limit to the image search libpod params

func (*ImageSearchLibpodParams) WithListTags

func (o *ImageSearchLibpodParams) WithListTags(listTags *bool) *ImageSearchLibpodParams

WithListTags adds the listTags to the image search libpod params

func (*ImageSearchLibpodParams) WithTLSVerify

func (o *ImageSearchLibpodParams) WithTLSVerify(tLSVerify *bool) *ImageSearchLibpodParams

WithTLSVerify adds the tLSVerify to the image search libpod params

func (*ImageSearchLibpodParams) WithTerm

WithTerm adds the term to the image search libpod params

func (*ImageSearchLibpodParams) WithTimeout

WithTimeout adds the timeout to the image search libpod params

func (*ImageSearchLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageSearchLibpodReader

type ImageSearchLibpodReader struct {
	// contains filtered or unexported fields
}

ImageSearchLibpodReader is a Reader for the ImageSearchLibpod structure.

func (*ImageSearchLibpodReader) ReadResponse

func (o *ImageSearchLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageTagLibpodBadRequest

type ImageTagLibpodBadRequest struct {
	Payload *ImageTagLibpodBadRequestBody
}

ImageTagLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageTagLibpodBadRequest

func NewImageTagLibpodBadRequest() *ImageTagLibpodBadRequest

NewImageTagLibpodBadRequest creates a ImageTagLibpodBadRequest with default headers values

func (*ImageTagLibpodBadRequest) Error

func (o *ImageTagLibpodBadRequest) Error() string

func (*ImageTagLibpodBadRequest) GetPayload

func (*ImageTagLibpodBadRequest) IsClientError

func (o *ImageTagLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image tag libpod bad request response has a 4xx status code

func (*ImageTagLibpodBadRequest) IsCode

func (o *ImageTagLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image tag libpod bad request response a status code equal to that given

func (*ImageTagLibpodBadRequest) IsRedirect

func (o *ImageTagLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image tag libpod bad request response has a 3xx status code

func (*ImageTagLibpodBadRequest) IsServerError

func (o *ImageTagLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image tag libpod bad request response has a 5xx status code

func (*ImageTagLibpodBadRequest) IsSuccess

func (o *ImageTagLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image tag libpod bad request response has a 2xx status code

func (*ImageTagLibpodBadRequest) String

func (o *ImageTagLibpodBadRequest) String() string

type ImageTagLibpodBadRequestBody

type ImageTagLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageTagLibpodBadRequestBody image tag libpod bad request body swagger:model ImageTagLibpodBadRequestBody

func (*ImageTagLibpodBadRequestBody) ContextValidate

func (o *ImageTagLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image tag libpod bad request body based on context it is used

func (*ImageTagLibpodBadRequestBody) MarshalBinary

func (o *ImageTagLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTagLibpodBadRequestBody) UnmarshalBinary

func (o *ImageTagLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTagLibpodBadRequestBody) Validate

func (o *ImageTagLibpodBadRequestBody) Validate(formats strfmt.Registry) error

Validate validates this image tag libpod bad request body

type ImageTagLibpodConflict

type ImageTagLibpodConflict struct {
	Payload *ImageTagLibpodConflictBody
}

ImageTagLibpodConflict describes a response with status code 409, with default header values.

Conflict error in operation

func NewImageTagLibpodConflict

func NewImageTagLibpodConflict() *ImageTagLibpodConflict

NewImageTagLibpodConflict creates a ImageTagLibpodConflict with default headers values

func (*ImageTagLibpodConflict) Error

func (o *ImageTagLibpodConflict) Error() string

func (*ImageTagLibpodConflict) GetPayload

func (*ImageTagLibpodConflict) IsClientError

func (o *ImageTagLibpodConflict) IsClientError() bool

IsClientError returns true when this image tag libpod conflict response has a 4xx status code

func (*ImageTagLibpodConflict) IsCode

func (o *ImageTagLibpodConflict) IsCode(code int) bool

IsCode returns true when this image tag libpod conflict response a status code equal to that given

func (*ImageTagLibpodConflict) IsRedirect

func (o *ImageTagLibpodConflict) IsRedirect() bool

IsRedirect returns true when this image tag libpod conflict response has a 3xx status code

func (*ImageTagLibpodConflict) IsServerError

func (o *ImageTagLibpodConflict) IsServerError() bool

IsServerError returns true when this image tag libpod conflict response has a 5xx status code

func (*ImageTagLibpodConflict) IsSuccess

func (o *ImageTagLibpodConflict) IsSuccess() bool

IsSuccess returns true when this image tag libpod conflict response has a 2xx status code

func (*ImageTagLibpodConflict) String

func (o *ImageTagLibpodConflict) String() string

type ImageTagLibpodConflictBody

type ImageTagLibpodConflictBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageTagLibpodConflictBody image tag libpod conflict body swagger:model ImageTagLibpodConflictBody

func (*ImageTagLibpodConflictBody) ContextValidate

func (o *ImageTagLibpodConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image tag libpod conflict body based on context it is used

func (*ImageTagLibpodConflictBody) MarshalBinary

func (o *ImageTagLibpodConflictBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTagLibpodConflictBody) UnmarshalBinary

func (o *ImageTagLibpodConflictBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTagLibpodConflictBody) Validate

func (o *ImageTagLibpodConflictBody) Validate(formats strfmt.Registry) error

Validate validates this image tag libpod conflict body

type ImageTagLibpodCreated

type ImageTagLibpodCreated struct {
}

ImageTagLibpodCreated describes a response with status code 201, with default header values.

no error

func NewImageTagLibpodCreated

func NewImageTagLibpodCreated() *ImageTagLibpodCreated

NewImageTagLibpodCreated creates a ImageTagLibpodCreated with default headers values

func (*ImageTagLibpodCreated) Error

func (o *ImageTagLibpodCreated) Error() string

func (*ImageTagLibpodCreated) IsClientError

func (o *ImageTagLibpodCreated) IsClientError() bool

IsClientError returns true when this image tag libpod created response has a 4xx status code

func (*ImageTagLibpodCreated) IsCode

func (o *ImageTagLibpodCreated) IsCode(code int) bool

IsCode returns true when this image tag libpod created response a status code equal to that given

func (*ImageTagLibpodCreated) IsRedirect

func (o *ImageTagLibpodCreated) IsRedirect() bool

IsRedirect returns true when this image tag libpod created response has a 3xx status code

func (*ImageTagLibpodCreated) IsServerError

func (o *ImageTagLibpodCreated) IsServerError() bool

IsServerError returns true when this image tag libpod created response has a 5xx status code

func (*ImageTagLibpodCreated) IsSuccess

func (o *ImageTagLibpodCreated) IsSuccess() bool

IsSuccess returns true when this image tag libpod created response has a 2xx status code

func (*ImageTagLibpodCreated) String

func (o *ImageTagLibpodCreated) String() string

type ImageTagLibpodInternalServerError

type ImageTagLibpodInternalServerError struct {
	Payload *ImageTagLibpodInternalServerErrorBody
}

ImageTagLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageTagLibpodInternalServerError

func NewImageTagLibpodInternalServerError() *ImageTagLibpodInternalServerError

NewImageTagLibpodInternalServerError creates a ImageTagLibpodInternalServerError with default headers values

func (*ImageTagLibpodInternalServerError) Error

func (*ImageTagLibpodInternalServerError) GetPayload

func (*ImageTagLibpodInternalServerError) IsClientError

func (o *ImageTagLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image tag libpod internal server error response has a 4xx status code

func (*ImageTagLibpodInternalServerError) IsCode

func (o *ImageTagLibpodInternalServerError) IsCode(code int) bool

IsCode returns true when this image tag libpod internal server error response a status code equal to that given

func (*ImageTagLibpodInternalServerError) IsRedirect

func (o *ImageTagLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image tag libpod internal server error response has a 3xx status code

func (*ImageTagLibpodInternalServerError) IsServerError

func (o *ImageTagLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image tag libpod internal server error response has a 5xx status code

func (*ImageTagLibpodInternalServerError) IsSuccess

func (o *ImageTagLibpodInternalServerError) IsSuccess() bool

IsSuccess returns true when this image tag libpod internal server error response has a 2xx status code

func (*ImageTagLibpodInternalServerError) String

type ImageTagLibpodInternalServerErrorBody

type ImageTagLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageTagLibpodInternalServerErrorBody image tag libpod internal server error body swagger:model ImageTagLibpodInternalServerErrorBody

func (*ImageTagLibpodInternalServerErrorBody) ContextValidate

func (o *ImageTagLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image tag libpod internal server error body based on context it is used

func (*ImageTagLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageTagLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTagLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageTagLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTagLibpodInternalServerErrorBody) Validate

Validate validates this image tag libpod internal server error body

type ImageTagLibpodNotFound

type ImageTagLibpodNotFound struct {
	Payload *ImageTagLibpodNotFoundBody
}

ImageTagLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageTagLibpodNotFound

func NewImageTagLibpodNotFound() *ImageTagLibpodNotFound

NewImageTagLibpodNotFound creates a ImageTagLibpodNotFound with default headers values

func (*ImageTagLibpodNotFound) Error

func (o *ImageTagLibpodNotFound) Error() string

func (*ImageTagLibpodNotFound) GetPayload

func (*ImageTagLibpodNotFound) IsClientError

func (o *ImageTagLibpodNotFound) IsClientError() bool

IsClientError returns true when this image tag libpod not found response has a 4xx status code

func (*ImageTagLibpodNotFound) IsCode

func (o *ImageTagLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image tag libpod not found response a status code equal to that given

func (*ImageTagLibpodNotFound) IsRedirect

func (o *ImageTagLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image tag libpod not found response has a 3xx status code

func (*ImageTagLibpodNotFound) IsServerError

func (o *ImageTagLibpodNotFound) IsServerError() bool

IsServerError returns true when this image tag libpod not found response has a 5xx status code

func (*ImageTagLibpodNotFound) IsSuccess

func (o *ImageTagLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image tag libpod not found response has a 2xx status code

func (*ImageTagLibpodNotFound) String

func (o *ImageTagLibpodNotFound) String() string

type ImageTagLibpodNotFoundBody

type ImageTagLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageTagLibpodNotFoundBody image tag libpod not found body swagger:model ImageTagLibpodNotFoundBody

func (*ImageTagLibpodNotFoundBody) ContextValidate

func (o *ImageTagLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image tag libpod not found body based on context it is used

func (*ImageTagLibpodNotFoundBody) MarshalBinary

func (o *ImageTagLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTagLibpodNotFoundBody) UnmarshalBinary

func (o *ImageTagLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTagLibpodNotFoundBody) Validate

func (o *ImageTagLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image tag libpod not found body

type ImageTagLibpodParams

type ImageTagLibpodParams struct {

	/* Name.

	   the name or ID of the container
	*/
	Name string

	/* Repo.

	   the repository to tag in
	*/
	Repo *string

	/* Tag.

	   the name of the new tag
	*/
	Tag *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageTagLibpodParams contains all the parameters to send to the API endpoint

for the image tag libpod operation.

Typically these are written to a http.Request.

func NewImageTagLibpodParams

func NewImageTagLibpodParams() *ImageTagLibpodParams

NewImageTagLibpodParams creates a new ImageTagLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageTagLibpodParamsWithContext

func NewImageTagLibpodParamsWithContext(ctx context.Context) *ImageTagLibpodParams

NewImageTagLibpodParamsWithContext creates a new ImageTagLibpodParams object with the ability to set a context for a request.

func NewImageTagLibpodParamsWithHTTPClient

func NewImageTagLibpodParamsWithHTTPClient(client *http.Client) *ImageTagLibpodParams

NewImageTagLibpodParamsWithHTTPClient creates a new ImageTagLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageTagLibpodParamsWithTimeout

func NewImageTagLibpodParamsWithTimeout(timeout time.Duration) *ImageTagLibpodParams

NewImageTagLibpodParamsWithTimeout creates a new ImageTagLibpodParams object with the ability to set a timeout on a request.

func (*ImageTagLibpodParams) SetContext

func (o *ImageTagLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image tag libpod params

func (*ImageTagLibpodParams) SetDefaults

func (o *ImageTagLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image tag libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageTagLibpodParams) SetHTTPClient

func (o *ImageTagLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image tag libpod params

func (*ImageTagLibpodParams) SetName

func (o *ImageTagLibpodParams) SetName(name string)

SetName adds the name to the image tag libpod params

func (*ImageTagLibpodParams) SetRepo

func (o *ImageTagLibpodParams) SetRepo(repo *string)

SetRepo adds the repo to the image tag libpod params

func (*ImageTagLibpodParams) SetTag

func (o *ImageTagLibpodParams) SetTag(tag *string)

SetTag adds the tag to the image tag libpod params

func (*ImageTagLibpodParams) SetTimeout

func (o *ImageTagLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image tag libpod params

func (*ImageTagLibpodParams) WithContext

WithContext adds the context to the image tag libpod params

func (*ImageTagLibpodParams) WithDefaults

func (o *ImageTagLibpodParams) WithDefaults() *ImageTagLibpodParams

WithDefaults hydrates default values in the image tag libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageTagLibpodParams) WithHTTPClient

func (o *ImageTagLibpodParams) WithHTTPClient(client *http.Client) *ImageTagLibpodParams

WithHTTPClient adds the HTTPClient to the image tag libpod params

func (*ImageTagLibpodParams) WithName

WithName adds the name to the image tag libpod params

func (*ImageTagLibpodParams) WithRepo

func (o *ImageTagLibpodParams) WithRepo(repo *string) *ImageTagLibpodParams

WithRepo adds the repo to the image tag libpod params

func (*ImageTagLibpodParams) WithTag

WithTag adds the tag to the image tag libpod params

func (*ImageTagLibpodParams) WithTimeout

func (o *ImageTagLibpodParams) WithTimeout(timeout time.Duration) *ImageTagLibpodParams

WithTimeout adds the timeout to the image tag libpod params

func (*ImageTagLibpodParams) WriteToRequest

func (o *ImageTagLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImageTagLibpodReader

type ImageTagLibpodReader struct {
	// contains filtered or unexported fields
}

ImageTagLibpodReader is a Reader for the ImageTagLibpod structure.

func (*ImageTagLibpodReader) ReadResponse

func (o *ImageTagLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageTreeLibpodInternalServerError

type ImageTreeLibpodInternalServerError struct {
	Payload *ImageTreeLibpodInternalServerErrorBody
}

ImageTreeLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageTreeLibpodInternalServerError

func NewImageTreeLibpodInternalServerError() *ImageTreeLibpodInternalServerError

NewImageTreeLibpodInternalServerError creates a ImageTreeLibpodInternalServerError with default headers values

func (*ImageTreeLibpodInternalServerError) Error

func (*ImageTreeLibpodInternalServerError) GetPayload

func (*ImageTreeLibpodInternalServerError) IsClientError

func (o *ImageTreeLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image tree libpod internal server error response has a 4xx status code

func (*ImageTreeLibpodInternalServerError) IsCode

IsCode returns true when this image tree libpod internal server error response a status code equal to that given

func (*ImageTreeLibpodInternalServerError) IsRedirect

func (o *ImageTreeLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image tree libpod internal server error response has a 3xx status code

func (*ImageTreeLibpodInternalServerError) IsServerError

func (o *ImageTreeLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image tree libpod internal server error response has a 5xx status code

func (*ImageTreeLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image tree libpod internal server error response has a 2xx status code

func (*ImageTreeLibpodInternalServerError) String

type ImageTreeLibpodInternalServerErrorBody

type ImageTreeLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageTreeLibpodInternalServerErrorBody image tree libpod internal server error body swagger:model ImageTreeLibpodInternalServerErrorBody

func (*ImageTreeLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image tree libpod internal server error body based on context it is used

func (*ImageTreeLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageTreeLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTreeLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageTreeLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTreeLibpodInternalServerErrorBody) Validate

Validate validates this image tree libpod internal server error body

type ImageTreeLibpodNotFound

type ImageTreeLibpodNotFound struct {
	Payload *ImageTreeLibpodNotFoundBody
}

ImageTreeLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageTreeLibpodNotFound

func NewImageTreeLibpodNotFound() *ImageTreeLibpodNotFound

NewImageTreeLibpodNotFound creates a ImageTreeLibpodNotFound with default headers values

func (*ImageTreeLibpodNotFound) Error

func (o *ImageTreeLibpodNotFound) Error() string

func (*ImageTreeLibpodNotFound) GetPayload

func (*ImageTreeLibpodNotFound) IsClientError

func (o *ImageTreeLibpodNotFound) IsClientError() bool

IsClientError returns true when this image tree libpod not found response has a 4xx status code

func (*ImageTreeLibpodNotFound) IsCode

func (o *ImageTreeLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image tree libpod not found response a status code equal to that given

func (*ImageTreeLibpodNotFound) IsRedirect

func (o *ImageTreeLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image tree libpod not found response has a 3xx status code

func (*ImageTreeLibpodNotFound) IsServerError

func (o *ImageTreeLibpodNotFound) IsServerError() bool

IsServerError returns true when this image tree libpod not found response has a 5xx status code

func (*ImageTreeLibpodNotFound) IsSuccess

func (o *ImageTreeLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image tree libpod not found response has a 2xx status code

func (*ImageTreeLibpodNotFound) String

func (o *ImageTreeLibpodNotFound) String() string

type ImageTreeLibpodNotFoundBody

type ImageTreeLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageTreeLibpodNotFoundBody image tree libpod not found body swagger:model ImageTreeLibpodNotFoundBody

func (*ImageTreeLibpodNotFoundBody) ContextValidate

func (o *ImageTreeLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image tree libpod not found body based on context it is used

func (*ImageTreeLibpodNotFoundBody) MarshalBinary

func (o *ImageTreeLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTreeLibpodNotFoundBody) UnmarshalBinary

func (o *ImageTreeLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTreeLibpodNotFoundBody) Validate

func (o *ImageTreeLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image tree libpod not found body

type ImageTreeLibpodOK

type ImageTreeLibpodOK struct {
	Payload *ImageTreeLibpodOKBody
}

ImageTreeLibpodOK describes a response with status code 200, with default header values.

Tree response

func NewImageTreeLibpodOK

func NewImageTreeLibpodOK() *ImageTreeLibpodOK

NewImageTreeLibpodOK creates a ImageTreeLibpodOK with default headers values

func (*ImageTreeLibpodOK) Error

func (o *ImageTreeLibpodOK) Error() string

func (*ImageTreeLibpodOK) GetPayload

func (o *ImageTreeLibpodOK) GetPayload() *ImageTreeLibpodOKBody

func (*ImageTreeLibpodOK) IsClientError

func (o *ImageTreeLibpodOK) IsClientError() bool

IsClientError returns true when this image tree libpod o k response has a 4xx status code

func (*ImageTreeLibpodOK) IsCode

func (o *ImageTreeLibpodOK) IsCode(code int) bool

IsCode returns true when this image tree libpod o k response a status code equal to that given

func (*ImageTreeLibpodOK) IsRedirect

func (o *ImageTreeLibpodOK) IsRedirect() bool

IsRedirect returns true when this image tree libpod o k response has a 3xx status code

func (*ImageTreeLibpodOK) IsServerError

func (o *ImageTreeLibpodOK) IsServerError() bool

IsServerError returns true when this image tree libpod o k response has a 5xx status code

func (*ImageTreeLibpodOK) IsSuccess

func (o *ImageTreeLibpodOK) IsSuccess() bool

IsSuccess returns true when this image tree libpod o k response has a 2xx status code

func (*ImageTreeLibpodOK) String

func (o *ImageTreeLibpodOK) String() string

type ImageTreeLibpodOKBody

type ImageTreeLibpodOKBody struct {

	// tree
	Tree string `json:"Tree,omitempty"`
}

ImageTreeLibpodOKBody image tree libpod o k body swagger:model ImageTreeLibpodOKBody

func (*ImageTreeLibpodOKBody) ContextValidate

func (o *ImageTreeLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image tree libpod o k body based on context it is used

func (*ImageTreeLibpodOKBody) MarshalBinary

func (o *ImageTreeLibpodOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageTreeLibpodOKBody) UnmarshalBinary

func (o *ImageTreeLibpodOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageTreeLibpodOKBody) Validate

func (o *ImageTreeLibpodOKBody) Validate(formats strfmt.Registry) error

Validate validates this image tree libpod o k body

type ImageTreeLibpodParams

type ImageTreeLibpodParams struct {

	/* Name.

	   the name or ID of the container
	*/
	Name string

	/* Whatrequires.

	   show all child images and layers of the specified image
	*/
	Whatrequires *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageTreeLibpodParams contains all the parameters to send to the API endpoint

for the image tree libpod operation.

Typically these are written to a http.Request.

func NewImageTreeLibpodParams

func NewImageTreeLibpodParams() *ImageTreeLibpodParams

NewImageTreeLibpodParams creates a new ImageTreeLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageTreeLibpodParamsWithContext

func NewImageTreeLibpodParamsWithContext(ctx context.Context) *ImageTreeLibpodParams

NewImageTreeLibpodParamsWithContext creates a new ImageTreeLibpodParams object with the ability to set a context for a request.

func NewImageTreeLibpodParamsWithHTTPClient

func NewImageTreeLibpodParamsWithHTTPClient(client *http.Client) *ImageTreeLibpodParams

NewImageTreeLibpodParamsWithHTTPClient creates a new ImageTreeLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageTreeLibpodParamsWithTimeout

func NewImageTreeLibpodParamsWithTimeout(timeout time.Duration) *ImageTreeLibpodParams

NewImageTreeLibpodParamsWithTimeout creates a new ImageTreeLibpodParams object with the ability to set a timeout on a request.

func (*ImageTreeLibpodParams) SetContext

func (o *ImageTreeLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image tree libpod params

func (*ImageTreeLibpodParams) SetDefaults

func (o *ImageTreeLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image tree libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageTreeLibpodParams) SetHTTPClient

func (o *ImageTreeLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image tree libpod params

func (*ImageTreeLibpodParams) SetName

func (o *ImageTreeLibpodParams) SetName(name string)

SetName adds the name to the image tree libpod params

func (*ImageTreeLibpodParams) SetTimeout

func (o *ImageTreeLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image tree libpod params

func (*ImageTreeLibpodParams) SetWhatrequires

func (o *ImageTreeLibpodParams) SetWhatrequires(whatrequires *bool)

SetWhatrequires adds the whatrequires to the image tree libpod params

func (*ImageTreeLibpodParams) WithContext

WithContext adds the context to the image tree libpod params

func (*ImageTreeLibpodParams) WithDefaults

func (o *ImageTreeLibpodParams) WithDefaults() *ImageTreeLibpodParams

WithDefaults hydrates default values in the image tree libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageTreeLibpodParams) WithHTTPClient

func (o *ImageTreeLibpodParams) WithHTTPClient(client *http.Client) *ImageTreeLibpodParams

WithHTTPClient adds the HTTPClient to the image tree libpod params

func (*ImageTreeLibpodParams) WithName

WithName adds the name to the image tree libpod params

func (*ImageTreeLibpodParams) WithTimeout

func (o *ImageTreeLibpodParams) WithTimeout(timeout time.Duration) *ImageTreeLibpodParams

WithTimeout adds the timeout to the image tree libpod params

func (*ImageTreeLibpodParams) WithWhatrequires

func (o *ImageTreeLibpodParams) WithWhatrequires(whatrequires *bool) *ImageTreeLibpodParams

WithWhatrequires adds the whatrequires to the image tree libpod params

func (*ImageTreeLibpodParams) WriteToRequest

func (o *ImageTreeLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ImageTreeLibpodReader

type ImageTreeLibpodReader struct {
	// contains filtered or unexported fields
}

ImageTreeLibpodReader is a Reader for the ImageTreeLibpod structure.

func (*ImageTreeLibpodReader) ReadResponse

func (o *ImageTreeLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ImageUntagLibpodBadRequest

type ImageUntagLibpodBadRequest struct {
	Payload *ImageUntagLibpodBadRequestBody
}

ImageUntagLibpodBadRequest describes a response with status code 400, with default header values.

Bad parameter in request

func NewImageUntagLibpodBadRequest

func NewImageUntagLibpodBadRequest() *ImageUntagLibpodBadRequest

NewImageUntagLibpodBadRequest creates a ImageUntagLibpodBadRequest with default headers values

func (*ImageUntagLibpodBadRequest) Error

func (*ImageUntagLibpodBadRequest) GetPayload

func (*ImageUntagLibpodBadRequest) IsClientError

func (o *ImageUntagLibpodBadRequest) IsClientError() bool

IsClientError returns true when this image untag libpod bad request response has a 4xx status code

func (*ImageUntagLibpodBadRequest) IsCode

func (o *ImageUntagLibpodBadRequest) IsCode(code int) bool

IsCode returns true when this image untag libpod bad request response a status code equal to that given

func (*ImageUntagLibpodBadRequest) IsRedirect

func (o *ImageUntagLibpodBadRequest) IsRedirect() bool

IsRedirect returns true when this image untag libpod bad request response has a 3xx status code

func (*ImageUntagLibpodBadRequest) IsServerError

func (o *ImageUntagLibpodBadRequest) IsServerError() bool

IsServerError returns true when this image untag libpod bad request response has a 5xx status code

func (*ImageUntagLibpodBadRequest) IsSuccess

func (o *ImageUntagLibpodBadRequest) IsSuccess() bool

IsSuccess returns true when this image untag libpod bad request response has a 2xx status code

func (*ImageUntagLibpodBadRequest) String

func (o *ImageUntagLibpodBadRequest) String() string

type ImageUntagLibpodBadRequestBody

type ImageUntagLibpodBadRequestBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageUntagLibpodBadRequestBody image untag libpod bad request body swagger:model ImageUntagLibpodBadRequestBody

func (*ImageUntagLibpodBadRequestBody) ContextValidate

func (o *ImageUntagLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image untag libpod bad request body based on context it is used

func (*ImageUntagLibpodBadRequestBody) MarshalBinary

func (o *ImageUntagLibpodBadRequestBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageUntagLibpodBadRequestBody) UnmarshalBinary

func (o *ImageUntagLibpodBadRequestBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageUntagLibpodBadRequestBody) Validate

func (o *ImageUntagLibpodBadRequestBody) Validate(formats strfmt.Registry) error

Validate validates this image untag libpod bad request body

type ImageUntagLibpodConflict

type ImageUntagLibpodConflict struct {
	Payload *ImageUntagLibpodConflictBody
}

ImageUntagLibpodConflict describes a response with status code 409, with default header values.

Conflict error in operation

func NewImageUntagLibpodConflict

func NewImageUntagLibpodConflict() *ImageUntagLibpodConflict

NewImageUntagLibpodConflict creates a ImageUntagLibpodConflict with default headers values

func (*ImageUntagLibpodConflict) Error

func (o *ImageUntagLibpodConflict) Error() string

func (*ImageUntagLibpodConflict) GetPayload

func (*ImageUntagLibpodConflict) IsClientError

func (o *ImageUntagLibpodConflict) IsClientError() bool

IsClientError returns true when this image untag libpod conflict response has a 4xx status code

func (*ImageUntagLibpodConflict) IsCode

func (o *ImageUntagLibpodConflict) IsCode(code int) bool

IsCode returns true when this image untag libpod conflict response a status code equal to that given

func (*ImageUntagLibpodConflict) IsRedirect

func (o *ImageUntagLibpodConflict) IsRedirect() bool

IsRedirect returns true when this image untag libpod conflict response has a 3xx status code

func (*ImageUntagLibpodConflict) IsServerError

func (o *ImageUntagLibpodConflict) IsServerError() bool

IsServerError returns true when this image untag libpod conflict response has a 5xx status code

func (*ImageUntagLibpodConflict) IsSuccess

func (o *ImageUntagLibpodConflict) IsSuccess() bool

IsSuccess returns true when this image untag libpod conflict response has a 2xx status code

func (*ImageUntagLibpodConflict) String

func (o *ImageUntagLibpodConflict) String() string

type ImageUntagLibpodConflictBody

type ImageUntagLibpodConflictBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageUntagLibpodConflictBody image untag libpod conflict body swagger:model ImageUntagLibpodConflictBody

func (*ImageUntagLibpodConflictBody) ContextValidate

func (o *ImageUntagLibpodConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image untag libpod conflict body based on context it is used

func (*ImageUntagLibpodConflictBody) MarshalBinary

func (o *ImageUntagLibpodConflictBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageUntagLibpodConflictBody) UnmarshalBinary

func (o *ImageUntagLibpodConflictBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageUntagLibpodConflictBody) Validate

func (o *ImageUntagLibpodConflictBody) Validate(formats strfmt.Registry) error

Validate validates this image untag libpod conflict body

type ImageUntagLibpodCreated

type ImageUntagLibpodCreated struct {
}

ImageUntagLibpodCreated describes a response with status code 201, with default header values.

no error

func NewImageUntagLibpodCreated

func NewImageUntagLibpodCreated() *ImageUntagLibpodCreated

NewImageUntagLibpodCreated creates a ImageUntagLibpodCreated with default headers values

func (*ImageUntagLibpodCreated) Error

func (o *ImageUntagLibpodCreated) Error() string

func (*ImageUntagLibpodCreated) IsClientError

func (o *ImageUntagLibpodCreated) IsClientError() bool

IsClientError returns true when this image untag libpod created response has a 4xx status code

func (*ImageUntagLibpodCreated) IsCode

func (o *ImageUntagLibpodCreated) IsCode(code int) bool

IsCode returns true when this image untag libpod created response a status code equal to that given

func (*ImageUntagLibpodCreated) IsRedirect

func (o *ImageUntagLibpodCreated) IsRedirect() bool

IsRedirect returns true when this image untag libpod created response has a 3xx status code

func (*ImageUntagLibpodCreated) IsServerError

func (o *ImageUntagLibpodCreated) IsServerError() bool

IsServerError returns true when this image untag libpod created response has a 5xx status code

func (*ImageUntagLibpodCreated) IsSuccess

func (o *ImageUntagLibpodCreated) IsSuccess() bool

IsSuccess returns true when this image untag libpod created response has a 2xx status code

func (*ImageUntagLibpodCreated) String

func (o *ImageUntagLibpodCreated) String() string

type ImageUntagLibpodInternalServerError

type ImageUntagLibpodInternalServerError struct {
	Payload *ImageUntagLibpodInternalServerErrorBody
}

ImageUntagLibpodInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewImageUntagLibpodInternalServerError

func NewImageUntagLibpodInternalServerError() *ImageUntagLibpodInternalServerError

NewImageUntagLibpodInternalServerError creates a ImageUntagLibpodInternalServerError with default headers values

func (*ImageUntagLibpodInternalServerError) Error

func (*ImageUntagLibpodInternalServerError) GetPayload

func (*ImageUntagLibpodInternalServerError) IsClientError

func (o *ImageUntagLibpodInternalServerError) IsClientError() bool

IsClientError returns true when this image untag libpod internal server error response has a 4xx status code

func (*ImageUntagLibpodInternalServerError) IsCode

IsCode returns true when this image untag libpod internal server error response a status code equal to that given

func (*ImageUntagLibpodInternalServerError) IsRedirect

func (o *ImageUntagLibpodInternalServerError) IsRedirect() bool

IsRedirect returns true when this image untag libpod internal server error response has a 3xx status code

func (*ImageUntagLibpodInternalServerError) IsServerError

func (o *ImageUntagLibpodInternalServerError) IsServerError() bool

IsServerError returns true when this image untag libpod internal server error response has a 5xx status code

func (*ImageUntagLibpodInternalServerError) IsSuccess

IsSuccess returns true when this image untag libpod internal server error response has a 2xx status code

func (*ImageUntagLibpodInternalServerError) String

type ImageUntagLibpodInternalServerErrorBody

type ImageUntagLibpodInternalServerErrorBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageUntagLibpodInternalServerErrorBody image untag libpod internal server error body swagger:model ImageUntagLibpodInternalServerErrorBody

func (*ImageUntagLibpodInternalServerErrorBody) ContextValidate

ContextValidate validates this image untag libpod internal server error body based on context it is used

func (*ImageUntagLibpodInternalServerErrorBody) MarshalBinary

func (o *ImageUntagLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageUntagLibpodInternalServerErrorBody) UnmarshalBinary

func (o *ImageUntagLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageUntagLibpodInternalServerErrorBody) Validate

Validate validates this image untag libpod internal server error body

type ImageUntagLibpodNotFound

type ImageUntagLibpodNotFound struct {
	Payload *ImageUntagLibpodNotFoundBody
}

ImageUntagLibpodNotFound describes a response with status code 404, with default header values.

No such image

func NewImageUntagLibpodNotFound

func NewImageUntagLibpodNotFound() *ImageUntagLibpodNotFound

NewImageUntagLibpodNotFound creates a ImageUntagLibpodNotFound with default headers values

func (*ImageUntagLibpodNotFound) Error

func (o *ImageUntagLibpodNotFound) Error() string

func (*ImageUntagLibpodNotFound) GetPayload

func (*ImageUntagLibpodNotFound) IsClientError

func (o *ImageUntagLibpodNotFound) IsClientError() bool

IsClientError returns true when this image untag libpod not found response has a 4xx status code

func (*ImageUntagLibpodNotFound) IsCode

func (o *ImageUntagLibpodNotFound) IsCode(code int) bool

IsCode returns true when this image untag libpod not found response a status code equal to that given

func (*ImageUntagLibpodNotFound) IsRedirect

func (o *ImageUntagLibpodNotFound) IsRedirect() bool

IsRedirect returns true when this image untag libpod not found response has a 3xx status code

func (*ImageUntagLibpodNotFound) IsServerError

func (o *ImageUntagLibpodNotFound) IsServerError() bool

IsServerError returns true when this image untag libpod not found response has a 5xx status code

func (*ImageUntagLibpodNotFound) IsSuccess

func (o *ImageUntagLibpodNotFound) IsSuccess() bool

IsSuccess returns true when this image untag libpod not found response has a 2xx status code

func (*ImageUntagLibpodNotFound) String

func (o *ImageUntagLibpodNotFound) String() string

type ImageUntagLibpodNotFoundBody

type ImageUntagLibpodNotFoundBody struct {

	// API root cause formatted for automated parsing
	// Example: API root cause
	Because string `json:"cause,omitempty"`

	// human error message, formatted for a human to read
	// Example: human error message
	Message string `json:"message,omitempty"`

	// http response code
	ResponseCode int64 `json:"response,omitempty"`
}

ImageUntagLibpodNotFoundBody image untag libpod not found body swagger:model ImageUntagLibpodNotFoundBody

func (*ImageUntagLibpodNotFoundBody) ContextValidate

func (o *ImageUntagLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this image untag libpod not found body based on context it is used

func (*ImageUntagLibpodNotFoundBody) MarshalBinary

func (o *ImageUntagLibpodNotFoundBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ImageUntagLibpodNotFoundBody) UnmarshalBinary

func (o *ImageUntagLibpodNotFoundBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ImageUntagLibpodNotFoundBody) Validate

func (o *ImageUntagLibpodNotFoundBody) Validate(formats strfmt.Registry) error

Validate validates this image untag libpod not found body

type ImageUntagLibpodParams

type ImageUntagLibpodParams struct {

	/* Name.

	   the name or ID of the container
	*/
	Name string

	/* Repo.

	   the repository to untag
	*/
	Repo *string

	/* Tag.

	   the name of the tag to untag
	*/
	Tag *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ImageUntagLibpodParams contains all the parameters to send to the API endpoint

for the image untag libpod operation.

Typically these are written to a http.Request.

func NewImageUntagLibpodParams

func NewImageUntagLibpodParams() *ImageUntagLibpodParams

NewImageUntagLibpodParams creates a new ImageUntagLibpodParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageUntagLibpodParamsWithContext

func NewImageUntagLibpodParamsWithContext(ctx context.Context) *ImageUntagLibpodParams

NewImageUntagLibpodParamsWithContext creates a new ImageUntagLibpodParams object with the ability to set a context for a request.

func NewImageUntagLibpodParamsWithHTTPClient

func NewImageUntagLibpodParamsWithHTTPClient(client *http.Client) *ImageUntagLibpodParams

NewImageUntagLibpodParamsWithHTTPClient creates a new ImageUntagLibpodParams object with the ability to set a custom HTTPClient for a request.

func NewImageUntagLibpodParamsWithTimeout

func NewImageUntagLibpodParamsWithTimeout(timeout time.Duration) *ImageUntagLibpodParams

NewImageUntagLibpodParamsWithTimeout creates a new ImageUntagLibpodParams object with the ability to set a timeout on a request.

func (*ImageUntagLibpodParams) SetContext

func (o *ImageUntagLibpodParams) SetContext(ctx context.Context)

SetContext adds the context to the image untag libpod params

func (*ImageUntagLibpodParams) SetDefaults

func (o *ImageUntagLibpodParams) SetDefaults()

SetDefaults hydrates default values in the image untag libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageUntagLibpodParams) SetHTTPClient

func (o *ImageUntagLibpodParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the image untag libpod params

func (*ImageUntagLibpodParams) SetName

func (o *ImageUntagLibpodParams) SetName(name string)

SetName adds the name to the image untag libpod params

func (*ImageUntagLibpodParams) SetRepo

func (o *ImageUntagLibpodParams) SetRepo(repo *string)

SetRepo adds the repo to the image untag libpod params

func (*ImageUntagLibpodParams) SetTag

func (o *ImageUntagLibpodParams) SetTag(tag *string)

SetTag adds the tag to the image untag libpod params

func (*ImageUntagLibpodParams) SetTimeout

func (o *ImageUntagLibpodParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the image untag libpod params

func (*ImageUntagLibpodParams) WithContext

WithContext adds the context to the image untag libpod params

func (*ImageUntagLibpodParams) WithDefaults

WithDefaults hydrates default values in the image untag libpod params (not the query body).

All values with no default are reset to their zero value.

func (*ImageUntagLibpodParams) WithHTTPClient

func (o *ImageUntagLibpodParams) WithHTTPClient(client *http.Client) *ImageUntagLibpodParams

WithHTTPClient adds the HTTPClient to the image untag libpod params

func (*ImageUntagLibpodParams) WithName

WithName adds the name to the image untag libpod params

func (*ImageUntagLibpodParams) WithRepo

WithRepo adds the repo to the image untag libpod params

func (*ImageUntagLibpodParams) WithTag

WithTag adds the tag to the image untag libpod params

func (*ImageUntagLibpodParams) WithTimeout

WithTimeout adds the timeout to the image untag libpod params

func (*ImageUntagLibpodParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImageUntagLibpodReader

type ImageUntagLibpodReader struct {
	// contains filtered or unexported fields
}

ImageUntagLibpodReader is a Reader for the ImageUntagLibpod structure.

func (*ImageUntagLibpodReader) ReadResponse

func (o *ImageUntagLibpodReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL