Documentation ¶
Index ¶
- type Client
- func (a *Client) ImageBuildLibpod(params *ImageBuildLibpodParams, opts ...ClientOption) (*ImageBuildLibpodOK, error)
- func (a *Client) ImageChangesLibpod(params *ImageChangesLibpodParams, opts ...ClientOption) (*ImageChangesLibpodOK, error)
- func (a *Client) ImageDeleteAllLibpod(params *ImageDeleteAllLibpodParams, opts ...ClientOption) (*ImageDeleteAllLibpodOK, error)
- func (a *Client) ImageDeleteLibpod(params *ImageDeleteLibpodParams, opts ...ClientOption) (*ImageDeleteLibpodOK, error)
- func (a *Client) ImageExistsLibpod(params *ImageExistsLibpodParams, opts ...ClientOption) (*ImageExistsLibpodNoContent, error)
- func (a *Client) ImageExportLibpod(params *ImageExportLibpodParams, writer io.Writer, opts ...ClientOption) (*ImageExportLibpodOK, error)
- func (a *Client) ImageGetLibpod(params *ImageGetLibpodParams, writer io.Writer, opts ...ClientOption) (*ImageGetLibpodOK, error)
- func (a *Client) ImageHistoryLibpod(params *ImageHistoryLibpodParams, opts ...ClientOption) (*ImageHistoryLibpodOK, error)
- func (a *Client) ImageImportLibpod(params *ImageImportLibpodParams, opts ...ClientOption) (*ImageImportLibpodOK, error)
- func (a *Client) ImageInspectLibpod(params *ImageInspectLibpodParams, opts ...ClientOption) (*ImageInspectLibpodOK, error)
- func (a *Client) ImageListLibpod(params *ImageListLibpodParams, opts ...ClientOption) (*ImageListLibpodOK, error)
- func (a *Client) ImageLoadLibpod(params *ImageLoadLibpodParams, opts ...ClientOption) (*ImageLoadLibpodOK, error)
- func (a *Client) ImagePruneLibpod(params *ImagePruneLibpodParams, opts ...ClientOption) (*ImagePruneLibpodOK, error)
- func (a *Client) ImagePullLibpod(params *ImagePullLibpodParams, opts ...ClientOption) (*ImagePullLibpodOK, error)
- func (a *Client) ImagePushLibpod(params *ImagePushLibpodParams, writer io.Writer, opts ...ClientOption) (*ImagePushLibpodOK, error)
- func (a *Client) ImageSearchLibpod(params *ImageSearchLibpodParams, opts ...ClientOption) (*ImageSearchLibpodOK, error)
- func (a *Client) ImageTagLibpod(params *ImageTagLibpodParams, opts ...ClientOption) (*ImageTagLibpodCreated, error)
- func (a *Client) ImageTreeLibpod(params *ImageTreeLibpodParams, opts ...ClientOption) (*ImageTreeLibpodOK, error)
- func (a *Client) ImageUntagLibpod(params *ImageUntagLibpodParams, opts ...ClientOption) (*ImageUntagLibpodCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ImageBuildLibpodBadRequest
- func (o *ImageBuildLibpodBadRequest) Error() string
- func (o *ImageBuildLibpodBadRequest) GetPayload() *ImageBuildLibpodBadRequestBody
- func (o *ImageBuildLibpodBadRequest) IsClientError() bool
- func (o *ImageBuildLibpodBadRequest) IsCode(code int) bool
- func (o *ImageBuildLibpodBadRequest) IsRedirect() bool
- func (o *ImageBuildLibpodBadRequest) IsServerError() bool
- func (o *ImageBuildLibpodBadRequest) IsSuccess() bool
- func (o *ImageBuildLibpodBadRequest) String() string
- type ImageBuildLibpodBadRequestBody
- func (o *ImageBuildLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageBuildLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageBuildLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageBuildLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageBuildLibpodInternalServerError
- func (o *ImageBuildLibpodInternalServerError) Error() string
- func (o *ImageBuildLibpodInternalServerError) GetPayload() *ImageBuildLibpodInternalServerErrorBody
- func (o *ImageBuildLibpodInternalServerError) IsClientError() bool
- func (o *ImageBuildLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageBuildLibpodInternalServerError) IsRedirect() bool
- func (o *ImageBuildLibpodInternalServerError) IsServerError() bool
- func (o *ImageBuildLibpodInternalServerError) IsSuccess() bool
- func (o *ImageBuildLibpodInternalServerError) String() string
- type ImageBuildLibpodInternalServerErrorBody
- func (o *ImageBuildLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageBuildLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageBuildLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageBuildLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageBuildLibpodOK
- func (o *ImageBuildLibpodOK) Error() string
- func (o *ImageBuildLibpodOK) GetPayload() *ImageBuildLibpodOKBody
- func (o *ImageBuildLibpodOK) IsClientError() bool
- func (o *ImageBuildLibpodOK) IsCode(code int) bool
- func (o *ImageBuildLibpodOK) IsRedirect() bool
- func (o *ImageBuildLibpodOK) IsServerError() bool
- func (o *ImageBuildLibpodOK) IsSuccess() bool
- func (o *ImageBuildLibpodOK) String() string
- type ImageBuildLibpodOKBody
- func (o *ImageBuildLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageBuildLibpodOKBody) MarshalBinary() ([]byte, error)
- func (o *ImageBuildLibpodOKBody) UnmarshalBinary(b []byte) error
- func (o *ImageBuildLibpodOKBody) Validate(formats strfmt.Registry) error
- type ImageBuildLibpodParams
- func NewImageBuildLibpodParams() *ImageBuildLibpodParams
- func NewImageBuildLibpodParamsWithContext(ctx context.Context) *ImageBuildLibpodParams
- func NewImageBuildLibpodParamsWithHTTPClient(client *http.Client) *ImageBuildLibpodParams
- func NewImageBuildLibpodParamsWithTimeout(timeout time.Duration) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) SetAllplatforms(allplatforms *bool)
- func (o *ImageBuildLibpodParams) SetBuildargs(buildargs *string)
- func (o *ImageBuildLibpodParams) SetCachefrom(cachefrom *string)
- func (o *ImageBuildLibpodParams) SetContext(ctx context.Context)
- func (o *ImageBuildLibpodParams) SetCpuperiod(cpuperiod *int64)
- func (o *ImageBuildLibpodParams) SetCpuquota(cpuquota *int64)
- func (o *ImageBuildLibpodParams) SetCpusetcpus(cpusetcpus *string)
- func (o *ImageBuildLibpodParams) SetCpushares(cpushares *int64)
- func (o *ImageBuildLibpodParams) SetDefaults()
- func (o *ImageBuildLibpodParams) SetDockerfile(dockerfile *string)
- func (o *ImageBuildLibpodParams) SetExtrahosts(extrahosts *string)
- func (o *ImageBuildLibpodParams) SetForcerm(forcerm *bool)
- func (o *ImageBuildLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageBuildLibpodParams) SetHttpproxy(httpproxy *bool)
- func (o *ImageBuildLibpodParams) SetLabels(labels *string)
- func (o *ImageBuildLibpodParams) SetLayers(layers *bool)
- func (o *ImageBuildLibpodParams) SetMemory(memory *int64)
- func (o *ImageBuildLibpodParams) SetMemswap(memswap *int64)
- func (o *ImageBuildLibpodParams) SetNetworkmode(networkmode *string)
- func (o *ImageBuildLibpodParams) SetNocache(nocache *bool)
- func (o *ImageBuildLibpodParams) SetOutputs(outputs *string)
- func (o *ImageBuildLibpodParams) SetPlatform(platform *string)
- func (o *ImageBuildLibpodParams) SetPull(pull *bool)
- func (o *ImageBuildLibpodParams) SetQ(q *bool)
- func (o *ImageBuildLibpodParams) SetRemote(remote *string)
- func (o *ImageBuildLibpodParams) SetRm(rm *bool)
- func (o *ImageBuildLibpodParams) SetShmsize(shmsize *int64)
- func (o *ImageBuildLibpodParams) SetSquash(squash *bool)
- func (o *ImageBuildLibpodParams) SetT(t *string)
- func (o *ImageBuildLibpodParams) SetTarget(target *string)
- func (o *ImageBuildLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageBuildLibpodParams) SetUnsetenv(unsetenv []string)
- func (o *ImageBuildLibpodParams) WithAllplatforms(allplatforms *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithBuildargs(buildargs *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithCachefrom(cachefrom *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithContext(ctx context.Context) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithCpuperiod(cpuperiod *int64) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithCpuquota(cpuquota *int64) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithCpusetcpus(cpusetcpus *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithCpushares(cpushares *int64) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithDefaults() *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithDockerfile(dockerfile *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithExtrahosts(extrahosts *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithForcerm(forcerm *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithHTTPClient(client *http.Client) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithHttpproxy(httpproxy *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithLabels(labels *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithLayers(layers *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithMemory(memory *int64) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithMemswap(memswap *int64) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithNetworkmode(networkmode *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithNocache(nocache *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithOutputs(outputs *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithPlatform(platform *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithPull(pull *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithQ(q *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithRemote(remote *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithRm(rm *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithShmsize(shmsize *int64) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithSquash(squash *bool) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithT(t *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithTarget(target *string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithTimeout(timeout time.Duration) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WithUnsetenv(unsetenv []string) *ImageBuildLibpodParams
- func (o *ImageBuildLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageBuildLibpodReader
- type ImageChangesLibpodInternalServerError
- func (o *ImageChangesLibpodInternalServerError) Error() string
- func (o *ImageChangesLibpodInternalServerError) GetPayload() *ImageChangesLibpodInternalServerErrorBody
- func (o *ImageChangesLibpodInternalServerError) IsClientError() bool
- func (o *ImageChangesLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageChangesLibpodInternalServerError) IsRedirect() bool
- func (o *ImageChangesLibpodInternalServerError) IsServerError() bool
- func (o *ImageChangesLibpodInternalServerError) IsSuccess() bool
- func (o *ImageChangesLibpodInternalServerError) String() string
- type ImageChangesLibpodInternalServerErrorBody
- func (o *ImageChangesLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageChangesLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageChangesLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageChangesLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageChangesLibpodNotFound
- func (o *ImageChangesLibpodNotFound) Error() string
- func (o *ImageChangesLibpodNotFound) GetPayload() *ImageChangesLibpodNotFoundBody
- func (o *ImageChangesLibpodNotFound) IsClientError() bool
- func (o *ImageChangesLibpodNotFound) IsCode(code int) bool
- func (o *ImageChangesLibpodNotFound) IsRedirect() bool
- func (o *ImageChangesLibpodNotFound) IsServerError() bool
- func (o *ImageChangesLibpodNotFound) IsSuccess() bool
- func (o *ImageChangesLibpodNotFound) String() string
- type ImageChangesLibpodNotFoundBody
- func (o *ImageChangesLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageChangesLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageChangesLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageChangesLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageChangesLibpodOK
- func (o *ImageChangesLibpodOK) Error() string
- func (o *ImageChangesLibpodOK) IsClientError() bool
- func (o *ImageChangesLibpodOK) IsCode(code int) bool
- func (o *ImageChangesLibpodOK) IsRedirect() bool
- func (o *ImageChangesLibpodOK) IsServerError() bool
- func (o *ImageChangesLibpodOK) IsSuccess() bool
- func (o *ImageChangesLibpodOK) String() string
- type ImageChangesLibpodParams
- func NewImageChangesLibpodParams() *ImageChangesLibpodParams
- func NewImageChangesLibpodParamsWithContext(ctx context.Context) *ImageChangesLibpodParams
- func NewImageChangesLibpodParamsWithHTTPClient(client *http.Client) *ImageChangesLibpodParams
- func NewImageChangesLibpodParamsWithTimeout(timeout time.Duration) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) SetContext(ctx context.Context)
- func (o *ImageChangesLibpodParams) SetDefaults()
- func (o *ImageChangesLibpodParams) SetDiffType(diffType *string)
- func (o *ImageChangesLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageChangesLibpodParams) SetName(name string)
- func (o *ImageChangesLibpodParams) SetParent(parent *string)
- func (o *ImageChangesLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageChangesLibpodParams) WithContext(ctx context.Context) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WithDefaults() *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WithDiffType(diffType *string) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WithHTTPClient(client *http.Client) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WithName(name string) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WithParent(parent *string) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WithTimeout(timeout time.Duration) *ImageChangesLibpodParams
- func (o *ImageChangesLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageChangesLibpodReader
- type ImageDeleteAllLibpodBadRequest
- func (o *ImageDeleteAllLibpodBadRequest) Error() string
- func (o *ImageDeleteAllLibpodBadRequest) GetPayload() *ImageDeleteAllLibpodBadRequestBody
- func (o *ImageDeleteAllLibpodBadRequest) IsClientError() bool
- func (o *ImageDeleteAllLibpodBadRequest) IsCode(code int) bool
- func (o *ImageDeleteAllLibpodBadRequest) IsRedirect() bool
- func (o *ImageDeleteAllLibpodBadRequest) IsServerError() bool
- func (o *ImageDeleteAllLibpodBadRequest) IsSuccess() bool
- func (o *ImageDeleteAllLibpodBadRequest) String() string
- type ImageDeleteAllLibpodBadRequestBody
- func (o *ImageDeleteAllLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageDeleteAllLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageDeleteAllLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageDeleteAllLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageDeleteAllLibpodInternalServerError
- func (o *ImageDeleteAllLibpodInternalServerError) Error() string
- func (o *ImageDeleteAllLibpodInternalServerError) GetPayload() *ImageDeleteAllLibpodInternalServerErrorBody
- func (o *ImageDeleteAllLibpodInternalServerError) IsClientError() bool
- func (o *ImageDeleteAllLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageDeleteAllLibpodInternalServerError) IsRedirect() bool
- func (o *ImageDeleteAllLibpodInternalServerError) IsServerError() bool
- func (o *ImageDeleteAllLibpodInternalServerError) IsSuccess() bool
- func (o *ImageDeleteAllLibpodInternalServerError) String() string
- type ImageDeleteAllLibpodInternalServerErrorBody
- func (o *ImageDeleteAllLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageDeleteAllLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageDeleteAllLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageDeleteAllLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageDeleteAllLibpodOK
- func (o *ImageDeleteAllLibpodOK) Error() string
- func (o *ImageDeleteAllLibpodOK) GetPayload() *models.LibpodImagesRemoveReport
- func (o *ImageDeleteAllLibpodOK) IsClientError() bool
- func (o *ImageDeleteAllLibpodOK) IsCode(code int) bool
- func (o *ImageDeleteAllLibpodOK) IsRedirect() bool
- func (o *ImageDeleteAllLibpodOK) IsServerError() bool
- func (o *ImageDeleteAllLibpodOK) IsSuccess() bool
- func (o *ImageDeleteAllLibpodOK) String() string
- type ImageDeleteAllLibpodParams
- func NewImageDeleteAllLibpodParams() *ImageDeleteAllLibpodParams
- func NewImageDeleteAllLibpodParamsWithContext(ctx context.Context) *ImageDeleteAllLibpodParams
- func NewImageDeleteAllLibpodParamsWithHTTPClient(client *http.Client) *ImageDeleteAllLibpodParams
- func NewImageDeleteAllLibpodParamsWithTimeout(timeout time.Duration) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) SetAll(all *bool)
- func (o *ImageDeleteAllLibpodParams) SetContext(ctx context.Context)
- func (o *ImageDeleteAllLibpodParams) SetDefaults()
- func (o *ImageDeleteAllLibpodParams) SetForce(force *bool)
- func (o *ImageDeleteAllLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageDeleteAllLibpodParams) SetImages(images []string)
- func (o *ImageDeleteAllLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageDeleteAllLibpodParams) WithAll(all *bool) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WithContext(ctx context.Context) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WithDefaults() *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WithForce(force *bool) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WithHTTPClient(client *http.Client) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WithImages(images []string) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WithTimeout(timeout time.Duration) *ImageDeleteAllLibpodParams
- func (o *ImageDeleteAllLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageDeleteAllLibpodReader
- type ImageDeleteLibpodBadRequest
- func (o *ImageDeleteLibpodBadRequest) Error() string
- func (o *ImageDeleteLibpodBadRequest) GetPayload() *ImageDeleteLibpodBadRequestBody
- func (o *ImageDeleteLibpodBadRequest) IsClientError() bool
- func (o *ImageDeleteLibpodBadRequest) IsCode(code int) bool
- func (o *ImageDeleteLibpodBadRequest) IsRedirect() bool
- func (o *ImageDeleteLibpodBadRequest) IsServerError() bool
- func (o *ImageDeleteLibpodBadRequest) IsSuccess() bool
- func (o *ImageDeleteLibpodBadRequest) String() string
- type ImageDeleteLibpodBadRequestBody
- func (o *ImageDeleteLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageDeleteLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageDeleteLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageDeleteLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageDeleteLibpodConflict
- func (o *ImageDeleteLibpodConflict) Error() string
- func (o *ImageDeleteLibpodConflict) GetPayload() *ImageDeleteLibpodConflictBody
- func (o *ImageDeleteLibpodConflict) IsClientError() bool
- func (o *ImageDeleteLibpodConflict) IsCode(code int) bool
- func (o *ImageDeleteLibpodConflict) IsRedirect() bool
- func (o *ImageDeleteLibpodConflict) IsServerError() bool
- func (o *ImageDeleteLibpodConflict) IsSuccess() bool
- func (o *ImageDeleteLibpodConflict) String() string
- type ImageDeleteLibpodConflictBody
- func (o *ImageDeleteLibpodConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageDeleteLibpodConflictBody) MarshalBinary() ([]byte, error)
- func (o *ImageDeleteLibpodConflictBody) UnmarshalBinary(b []byte) error
- func (o *ImageDeleteLibpodConflictBody) Validate(formats strfmt.Registry) error
- type ImageDeleteLibpodInternalServerError
- func (o *ImageDeleteLibpodInternalServerError) Error() string
- func (o *ImageDeleteLibpodInternalServerError) GetPayload() *ImageDeleteLibpodInternalServerErrorBody
- func (o *ImageDeleteLibpodInternalServerError) IsClientError() bool
- func (o *ImageDeleteLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageDeleteLibpodInternalServerError) IsRedirect() bool
- func (o *ImageDeleteLibpodInternalServerError) IsServerError() bool
- func (o *ImageDeleteLibpodInternalServerError) IsSuccess() bool
- func (o *ImageDeleteLibpodInternalServerError) String() string
- type ImageDeleteLibpodInternalServerErrorBody
- func (o *ImageDeleteLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageDeleteLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageDeleteLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageDeleteLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageDeleteLibpodNotFound
- func (o *ImageDeleteLibpodNotFound) Error() string
- func (o *ImageDeleteLibpodNotFound) GetPayload() *ImageDeleteLibpodNotFoundBody
- func (o *ImageDeleteLibpodNotFound) IsClientError() bool
- func (o *ImageDeleteLibpodNotFound) IsCode(code int) bool
- func (o *ImageDeleteLibpodNotFound) IsRedirect() bool
- func (o *ImageDeleteLibpodNotFound) IsServerError() bool
- func (o *ImageDeleteLibpodNotFound) IsSuccess() bool
- func (o *ImageDeleteLibpodNotFound) String() string
- type ImageDeleteLibpodNotFoundBody
- func (o *ImageDeleteLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageDeleteLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageDeleteLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageDeleteLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageDeleteLibpodOK
- func (o *ImageDeleteLibpodOK) Error() string
- func (o *ImageDeleteLibpodOK) GetPayload() *models.LibpodImagesRemoveReport
- func (o *ImageDeleteLibpodOK) IsClientError() bool
- func (o *ImageDeleteLibpodOK) IsCode(code int) bool
- func (o *ImageDeleteLibpodOK) IsRedirect() bool
- func (o *ImageDeleteLibpodOK) IsServerError() bool
- func (o *ImageDeleteLibpodOK) IsSuccess() bool
- func (o *ImageDeleteLibpodOK) String() string
- type ImageDeleteLibpodParams
- func NewImageDeleteLibpodParams() *ImageDeleteLibpodParams
- func NewImageDeleteLibpodParamsWithContext(ctx context.Context) *ImageDeleteLibpodParams
- func NewImageDeleteLibpodParamsWithHTTPClient(client *http.Client) *ImageDeleteLibpodParams
- func NewImageDeleteLibpodParamsWithTimeout(timeout time.Duration) *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) SetContext(ctx context.Context)
- func (o *ImageDeleteLibpodParams) SetDefaults()
- func (o *ImageDeleteLibpodParams) SetForce(force *bool)
- func (o *ImageDeleteLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageDeleteLibpodParams) SetName(name string)
- func (o *ImageDeleteLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageDeleteLibpodParams) WithContext(ctx context.Context) *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) WithDefaults() *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) WithForce(force *bool) *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) WithHTTPClient(client *http.Client) *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) WithName(name string) *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) WithTimeout(timeout time.Duration) *ImageDeleteLibpodParams
- func (o *ImageDeleteLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageDeleteLibpodReader
- type ImageExistsLibpodInternalServerError
- func (o *ImageExistsLibpodInternalServerError) Error() string
- func (o *ImageExistsLibpodInternalServerError) GetPayload() *ImageExistsLibpodInternalServerErrorBody
- func (o *ImageExistsLibpodInternalServerError) IsClientError() bool
- func (o *ImageExistsLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageExistsLibpodInternalServerError) IsRedirect() bool
- func (o *ImageExistsLibpodInternalServerError) IsServerError() bool
- func (o *ImageExistsLibpodInternalServerError) IsSuccess() bool
- func (o *ImageExistsLibpodInternalServerError) String() string
- type ImageExistsLibpodInternalServerErrorBody
- func (o *ImageExistsLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageExistsLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageExistsLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageExistsLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageExistsLibpodNoContent
- func (o *ImageExistsLibpodNoContent) Error() string
- func (o *ImageExistsLibpodNoContent) IsClientError() bool
- func (o *ImageExistsLibpodNoContent) IsCode(code int) bool
- func (o *ImageExistsLibpodNoContent) IsRedirect() bool
- func (o *ImageExistsLibpodNoContent) IsServerError() bool
- func (o *ImageExistsLibpodNoContent) IsSuccess() bool
- func (o *ImageExistsLibpodNoContent) String() string
- type ImageExistsLibpodNotFound
- func (o *ImageExistsLibpodNotFound) Error() string
- func (o *ImageExistsLibpodNotFound) GetPayload() *ImageExistsLibpodNotFoundBody
- func (o *ImageExistsLibpodNotFound) IsClientError() bool
- func (o *ImageExistsLibpodNotFound) IsCode(code int) bool
- func (o *ImageExistsLibpodNotFound) IsRedirect() bool
- func (o *ImageExistsLibpodNotFound) IsServerError() bool
- func (o *ImageExistsLibpodNotFound) IsSuccess() bool
- func (o *ImageExistsLibpodNotFound) String() string
- type ImageExistsLibpodNotFoundBody
- func (o *ImageExistsLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageExistsLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageExistsLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageExistsLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageExistsLibpodParams
- func NewImageExistsLibpodParams() *ImageExistsLibpodParams
- func NewImageExistsLibpodParamsWithContext(ctx context.Context) *ImageExistsLibpodParams
- func NewImageExistsLibpodParamsWithHTTPClient(client *http.Client) *ImageExistsLibpodParams
- func NewImageExistsLibpodParamsWithTimeout(timeout time.Duration) *ImageExistsLibpodParams
- func (o *ImageExistsLibpodParams) SetContext(ctx context.Context)
- func (o *ImageExistsLibpodParams) SetDefaults()
- func (o *ImageExistsLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageExistsLibpodParams) SetName(name string)
- func (o *ImageExistsLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageExistsLibpodParams) WithContext(ctx context.Context) *ImageExistsLibpodParams
- func (o *ImageExistsLibpodParams) WithDefaults() *ImageExistsLibpodParams
- func (o *ImageExistsLibpodParams) WithHTTPClient(client *http.Client) *ImageExistsLibpodParams
- func (o *ImageExistsLibpodParams) WithName(name string) *ImageExistsLibpodParams
- func (o *ImageExistsLibpodParams) WithTimeout(timeout time.Duration) *ImageExistsLibpodParams
- func (o *ImageExistsLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageExistsLibpodReader
- type ImageExportLibpodInternalServerError
- func (o *ImageExportLibpodInternalServerError) Error() string
- func (o *ImageExportLibpodInternalServerError) GetPayload() *ImageExportLibpodInternalServerErrorBody
- func (o *ImageExportLibpodInternalServerError) IsClientError() bool
- func (o *ImageExportLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageExportLibpodInternalServerError) IsRedirect() bool
- func (o *ImageExportLibpodInternalServerError) IsServerError() bool
- func (o *ImageExportLibpodInternalServerError) IsSuccess() bool
- func (o *ImageExportLibpodInternalServerError) String() string
- type ImageExportLibpodInternalServerErrorBody
- func (o *ImageExportLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageExportLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageExportLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageExportLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageExportLibpodNotFound
- func (o *ImageExportLibpodNotFound) Error() string
- func (o *ImageExportLibpodNotFound) GetPayload() *ImageExportLibpodNotFoundBody
- func (o *ImageExportLibpodNotFound) IsClientError() bool
- func (o *ImageExportLibpodNotFound) IsCode(code int) bool
- func (o *ImageExportLibpodNotFound) IsRedirect() bool
- func (o *ImageExportLibpodNotFound) IsServerError() bool
- func (o *ImageExportLibpodNotFound) IsSuccess() bool
- func (o *ImageExportLibpodNotFound) String() string
- type ImageExportLibpodNotFoundBody
- func (o *ImageExportLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageExportLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageExportLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageExportLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageExportLibpodOK
- func (o *ImageExportLibpodOK) Error() string
- func (o *ImageExportLibpodOK) GetPayload() io.Writer
- func (o *ImageExportLibpodOK) IsClientError() bool
- func (o *ImageExportLibpodOK) IsCode(code int) bool
- func (o *ImageExportLibpodOK) IsRedirect() bool
- func (o *ImageExportLibpodOK) IsServerError() bool
- func (o *ImageExportLibpodOK) IsSuccess() bool
- func (o *ImageExportLibpodOK) String() string
- type ImageExportLibpodParams
- func NewImageExportLibpodParams() *ImageExportLibpodParams
- func NewImageExportLibpodParamsWithContext(ctx context.Context) *ImageExportLibpodParams
- func NewImageExportLibpodParamsWithHTTPClient(client *http.Client) *ImageExportLibpodParams
- func NewImageExportLibpodParamsWithTimeout(timeout time.Duration) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) SetCompress(compress *bool)
- func (o *ImageExportLibpodParams) SetContext(ctx context.Context)
- func (o *ImageExportLibpodParams) SetDefaults()
- func (o *ImageExportLibpodParams) SetFormat(format *string)
- func (o *ImageExportLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageExportLibpodParams) SetOciAcceptUncompressedLayers(ociAcceptUncompressedLayers *bool)
- func (o *ImageExportLibpodParams) SetReferences(references []string)
- func (o *ImageExportLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageExportLibpodParams) WithCompress(compress *bool) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithContext(ctx context.Context) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithDefaults() *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithFormat(format *string) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithHTTPClient(client *http.Client) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithOciAcceptUncompressedLayers(ociAcceptUncompressedLayers *bool) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithReferences(references []string) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WithTimeout(timeout time.Duration) *ImageExportLibpodParams
- func (o *ImageExportLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageExportLibpodReader
- type ImageGetLibpodInternalServerError
- func (o *ImageGetLibpodInternalServerError) Error() string
- func (o *ImageGetLibpodInternalServerError) GetPayload() *ImageGetLibpodInternalServerErrorBody
- func (o *ImageGetLibpodInternalServerError) IsClientError() bool
- func (o *ImageGetLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageGetLibpodInternalServerError) IsRedirect() bool
- func (o *ImageGetLibpodInternalServerError) IsServerError() bool
- func (o *ImageGetLibpodInternalServerError) IsSuccess() bool
- func (o *ImageGetLibpodInternalServerError) String() string
- type ImageGetLibpodInternalServerErrorBody
- func (o *ImageGetLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageGetLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageGetLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageGetLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageGetLibpodNotFound
- func (o *ImageGetLibpodNotFound) Error() string
- func (o *ImageGetLibpodNotFound) GetPayload() *ImageGetLibpodNotFoundBody
- func (o *ImageGetLibpodNotFound) IsClientError() bool
- func (o *ImageGetLibpodNotFound) IsCode(code int) bool
- func (o *ImageGetLibpodNotFound) IsRedirect() bool
- func (o *ImageGetLibpodNotFound) IsServerError() bool
- func (o *ImageGetLibpodNotFound) IsSuccess() bool
- func (o *ImageGetLibpodNotFound) String() string
- type ImageGetLibpodNotFoundBody
- func (o *ImageGetLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageGetLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageGetLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageGetLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageGetLibpodOK
- func (o *ImageGetLibpodOK) Error() string
- func (o *ImageGetLibpodOK) GetPayload() io.Writer
- func (o *ImageGetLibpodOK) IsClientError() bool
- func (o *ImageGetLibpodOK) IsCode(code int) bool
- func (o *ImageGetLibpodOK) IsRedirect() bool
- func (o *ImageGetLibpodOK) IsServerError() bool
- func (o *ImageGetLibpodOK) IsSuccess() bool
- func (o *ImageGetLibpodOK) String() string
- type ImageGetLibpodParams
- func NewImageGetLibpodParams() *ImageGetLibpodParams
- func NewImageGetLibpodParamsWithContext(ctx context.Context) *ImageGetLibpodParams
- func NewImageGetLibpodParamsWithHTTPClient(client *http.Client) *ImageGetLibpodParams
- func NewImageGetLibpodParamsWithTimeout(timeout time.Duration) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) SetCompress(compress *bool)
- func (o *ImageGetLibpodParams) SetContext(ctx context.Context)
- func (o *ImageGetLibpodParams) SetDefaults()
- func (o *ImageGetLibpodParams) SetFormat(format *string)
- func (o *ImageGetLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageGetLibpodParams) SetName(name string)
- func (o *ImageGetLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageGetLibpodParams) WithCompress(compress *bool) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WithContext(ctx context.Context) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WithDefaults() *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WithFormat(format *string) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WithHTTPClient(client *http.Client) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WithName(name string) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WithTimeout(timeout time.Duration) *ImageGetLibpodParams
- func (o *ImageGetLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageGetLibpodReader
- type ImageHistoryLibpodInternalServerError
- func (o *ImageHistoryLibpodInternalServerError) Error() string
- func (o *ImageHistoryLibpodInternalServerError) GetPayload() *ImageHistoryLibpodInternalServerErrorBody
- func (o *ImageHistoryLibpodInternalServerError) IsClientError() bool
- func (o *ImageHistoryLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageHistoryLibpodInternalServerError) IsRedirect() bool
- func (o *ImageHistoryLibpodInternalServerError) IsServerError() bool
- func (o *ImageHistoryLibpodInternalServerError) IsSuccess() bool
- func (o *ImageHistoryLibpodInternalServerError) String() string
- type ImageHistoryLibpodInternalServerErrorBody
- func (o *ImageHistoryLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageHistoryLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageHistoryLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageHistoryLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageHistoryLibpodNotFound
- func (o *ImageHistoryLibpodNotFound) Error() string
- func (o *ImageHistoryLibpodNotFound) GetPayload() *ImageHistoryLibpodNotFoundBody
- func (o *ImageHistoryLibpodNotFound) IsClientError() bool
- func (o *ImageHistoryLibpodNotFound) IsCode(code int) bool
- func (o *ImageHistoryLibpodNotFound) IsRedirect() bool
- func (o *ImageHistoryLibpodNotFound) IsServerError() bool
- func (o *ImageHistoryLibpodNotFound) IsSuccess() bool
- func (o *ImageHistoryLibpodNotFound) String() string
- type ImageHistoryLibpodNotFoundBody
- func (o *ImageHistoryLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageHistoryLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageHistoryLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageHistoryLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageHistoryLibpodOK
- func (o *ImageHistoryLibpodOK) Error() string
- func (o *ImageHistoryLibpodOK) GetPayload() *ImageHistoryLibpodOKBody
- func (o *ImageHistoryLibpodOK) IsClientError() bool
- func (o *ImageHistoryLibpodOK) IsCode(code int) bool
- func (o *ImageHistoryLibpodOK) IsRedirect() bool
- func (o *ImageHistoryLibpodOK) IsServerError() bool
- func (o *ImageHistoryLibpodOK) IsSuccess() bool
- func (o *ImageHistoryLibpodOK) String() string
- type ImageHistoryLibpodOKBody
- func (o *ImageHistoryLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageHistoryLibpodOKBody) MarshalBinary() ([]byte, error)
- func (o *ImageHistoryLibpodOKBody) UnmarshalBinary(b []byte) error
- func (o *ImageHistoryLibpodOKBody) Validate(formats strfmt.Registry) error
- type ImageHistoryLibpodParams
- func NewImageHistoryLibpodParams() *ImageHistoryLibpodParams
- func NewImageHistoryLibpodParamsWithContext(ctx context.Context) *ImageHistoryLibpodParams
- func NewImageHistoryLibpodParamsWithHTTPClient(client *http.Client) *ImageHistoryLibpodParams
- func NewImageHistoryLibpodParamsWithTimeout(timeout time.Duration) *ImageHistoryLibpodParams
- func (o *ImageHistoryLibpodParams) SetContext(ctx context.Context)
- func (o *ImageHistoryLibpodParams) SetDefaults()
- func (o *ImageHistoryLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageHistoryLibpodParams) SetName(name string)
- func (o *ImageHistoryLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageHistoryLibpodParams) WithContext(ctx context.Context) *ImageHistoryLibpodParams
- func (o *ImageHistoryLibpodParams) WithDefaults() *ImageHistoryLibpodParams
- func (o *ImageHistoryLibpodParams) WithHTTPClient(client *http.Client) *ImageHistoryLibpodParams
- func (o *ImageHistoryLibpodParams) WithName(name string) *ImageHistoryLibpodParams
- func (o *ImageHistoryLibpodParams) WithTimeout(timeout time.Duration) *ImageHistoryLibpodParams
- func (o *ImageHistoryLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageHistoryLibpodReader
- type ImageImportLibpodBadRequest
- func (o *ImageImportLibpodBadRequest) Error() string
- func (o *ImageImportLibpodBadRequest) GetPayload() *ImageImportLibpodBadRequestBody
- func (o *ImageImportLibpodBadRequest) IsClientError() bool
- func (o *ImageImportLibpodBadRequest) IsCode(code int) bool
- func (o *ImageImportLibpodBadRequest) IsRedirect() bool
- func (o *ImageImportLibpodBadRequest) IsServerError() bool
- func (o *ImageImportLibpodBadRequest) IsSuccess() bool
- func (o *ImageImportLibpodBadRequest) String() string
- type ImageImportLibpodBadRequestBody
- func (o *ImageImportLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageImportLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageImportLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageImportLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageImportLibpodInternalServerError
- func (o *ImageImportLibpodInternalServerError) Error() string
- func (o *ImageImportLibpodInternalServerError) GetPayload() *ImageImportLibpodInternalServerErrorBody
- func (o *ImageImportLibpodInternalServerError) IsClientError() bool
- func (o *ImageImportLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageImportLibpodInternalServerError) IsRedirect() bool
- func (o *ImageImportLibpodInternalServerError) IsServerError() bool
- func (o *ImageImportLibpodInternalServerError) IsSuccess() bool
- func (o *ImageImportLibpodInternalServerError) String() string
- type ImageImportLibpodInternalServerErrorBody
- func (o *ImageImportLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageImportLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageImportLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageImportLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageImportLibpodOK
- func (o *ImageImportLibpodOK) Error() string
- func (o *ImageImportLibpodOK) GetPayload() *models.ImageImportReport
- func (o *ImageImportLibpodOK) IsClientError() bool
- func (o *ImageImportLibpodOK) IsCode(code int) bool
- func (o *ImageImportLibpodOK) IsRedirect() bool
- func (o *ImageImportLibpodOK) IsServerError() bool
- func (o *ImageImportLibpodOK) IsSuccess() bool
- func (o *ImageImportLibpodOK) String() string
- type ImageImportLibpodParams
- func NewImageImportLibpodParams() *ImageImportLibpodParams
- func NewImageImportLibpodParamsWithContext(ctx context.Context) *ImageImportLibpodParams
- func NewImageImportLibpodParamsWithHTTPClient(client *http.Client) *ImageImportLibpodParams
- func NewImageImportLibpodParamsWithTimeout(timeout time.Duration) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) SetChanges(changes []string)
- func (o *ImageImportLibpodParams) SetContentType(contentType *string)
- func (o *ImageImportLibpodParams) SetContext(ctx context.Context)
- func (o *ImageImportLibpodParams) SetDefaults()
- func (o *ImageImportLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageImportLibpodParams) SetMessage(message *string)
- func (o *ImageImportLibpodParams) SetReference(reference *string)
- func (o *ImageImportLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageImportLibpodParams) SetURL(url *string)
- func (o *ImageImportLibpodParams) SetUpload(upload io.ReadCloser)
- func (o *ImageImportLibpodParams) WithChanges(changes []string) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithContentType(contentType *string) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithContext(ctx context.Context) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithDefaults() *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithHTTPClient(client *http.Client) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithMessage(message *string) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithReference(reference *string) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithTimeout(timeout time.Duration) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithURL(url *string) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WithUpload(upload io.ReadCloser) *ImageImportLibpodParams
- func (o *ImageImportLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageImportLibpodReader
- type ImageInspectLibpodInternalServerError
- func (o *ImageInspectLibpodInternalServerError) Error() string
- func (o *ImageInspectLibpodInternalServerError) GetPayload() *ImageInspectLibpodInternalServerErrorBody
- func (o *ImageInspectLibpodInternalServerError) IsClientError() bool
- func (o *ImageInspectLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageInspectLibpodInternalServerError) IsRedirect() bool
- func (o *ImageInspectLibpodInternalServerError) IsServerError() bool
- func (o *ImageInspectLibpodInternalServerError) IsSuccess() bool
- func (o *ImageInspectLibpodInternalServerError) String() string
- type ImageInspectLibpodInternalServerErrorBody
- func (o *ImageInspectLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageInspectLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageInspectLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageInspectLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageInspectLibpodNotFound
- func (o *ImageInspectLibpodNotFound) Error() string
- func (o *ImageInspectLibpodNotFound) GetPayload() *ImageInspectLibpodNotFoundBody
- func (o *ImageInspectLibpodNotFound) IsClientError() bool
- func (o *ImageInspectLibpodNotFound) IsCode(code int) bool
- func (o *ImageInspectLibpodNotFound) IsRedirect() bool
- func (o *ImageInspectLibpodNotFound) IsServerError() bool
- func (o *ImageInspectLibpodNotFound) IsSuccess() bool
- func (o *ImageInspectLibpodNotFound) String() string
- type ImageInspectLibpodNotFoundBody
- func (o *ImageInspectLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageInspectLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageInspectLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageInspectLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageInspectLibpodOK
- func (o *ImageInspectLibpodOK) Error() string
- func (o *ImageInspectLibpodOK) GetPayload() *ImageInspectLibpodOKBody
- func (o *ImageInspectLibpodOK) IsClientError() bool
- func (o *ImageInspectLibpodOK) IsCode(code int) bool
- func (o *ImageInspectLibpodOK) IsRedirect() bool
- func (o *ImageInspectLibpodOK) IsServerError() bool
- func (o *ImageInspectLibpodOK) IsSuccess() bool
- func (o *ImageInspectLibpodOK) String() string
- type ImageInspectLibpodOKBody
- func (o *ImageInspectLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageInspectLibpodOKBody) MarshalBinary() ([]byte, error)
- func (o *ImageInspectLibpodOKBody) UnmarshalBinary(b []byte) error
- func (o *ImageInspectLibpodOKBody) Validate(formats strfmt.Registry) error
- type ImageInspectLibpodParams
- func NewImageInspectLibpodParams() *ImageInspectLibpodParams
- func NewImageInspectLibpodParamsWithContext(ctx context.Context) *ImageInspectLibpodParams
- func NewImageInspectLibpodParamsWithHTTPClient(client *http.Client) *ImageInspectLibpodParams
- func NewImageInspectLibpodParamsWithTimeout(timeout time.Duration) *ImageInspectLibpodParams
- func (o *ImageInspectLibpodParams) SetContext(ctx context.Context)
- func (o *ImageInspectLibpodParams) SetDefaults()
- func (o *ImageInspectLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageInspectLibpodParams) SetName(name string)
- func (o *ImageInspectLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageInspectLibpodParams) WithContext(ctx context.Context) *ImageInspectLibpodParams
- func (o *ImageInspectLibpodParams) WithDefaults() *ImageInspectLibpodParams
- func (o *ImageInspectLibpodParams) WithHTTPClient(client *http.Client) *ImageInspectLibpodParams
- func (o *ImageInspectLibpodParams) WithName(name string) *ImageInspectLibpodParams
- func (o *ImageInspectLibpodParams) WithTimeout(timeout time.Duration) *ImageInspectLibpodParams
- func (o *ImageInspectLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageInspectLibpodReader
- type ImageListLibpodInternalServerError
- func (o *ImageListLibpodInternalServerError) Error() string
- func (o *ImageListLibpodInternalServerError) GetPayload() *ImageListLibpodInternalServerErrorBody
- func (o *ImageListLibpodInternalServerError) IsClientError() bool
- func (o *ImageListLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageListLibpodInternalServerError) IsRedirect() bool
- func (o *ImageListLibpodInternalServerError) IsServerError() bool
- func (o *ImageListLibpodInternalServerError) IsSuccess() bool
- func (o *ImageListLibpodInternalServerError) String() string
- type ImageListLibpodInternalServerErrorBody
- func (o *ImageListLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageListLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageListLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageListLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageListLibpodOK
- func (o *ImageListLibpodOK) Error() string
- func (o *ImageListLibpodOK) GetPayload() []*models.LibpodImageSummary
- func (o *ImageListLibpodOK) IsClientError() bool
- func (o *ImageListLibpodOK) IsCode(code int) bool
- func (o *ImageListLibpodOK) IsRedirect() bool
- func (o *ImageListLibpodOK) IsServerError() bool
- func (o *ImageListLibpodOK) IsSuccess() bool
- func (o *ImageListLibpodOK) String() string
- type ImageListLibpodParams
- func NewImageListLibpodParams() *ImageListLibpodParams
- func NewImageListLibpodParamsWithContext(ctx context.Context) *ImageListLibpodParams
- func NewImageListLibpodParamsWithHTTPClient(client *http.Client) *ImageListLibpodParams
- func NewImageListLibpodParamsWithTimeout(timeout time.Duration) *ImageListLibpodParams
- func (o *ImageListLibpodParams) SetAll(all *bool)
- func (o *ImageListLibpodParams) SetContext(ctx context.Context)
- func (o *ImageListLibpodParams) SetDefaults()
- func (o *ImageListLibpodParams) SetFilters(filters *string)
- func (o *ImageListLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageListLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageListLibpodParams) WithAll(all *bool) *ImageListLibpodParams
- func (o *ImageListLibpodParams) WithContext(ctx context.Context) *ImageListLibpodParams
- func (o *ImageListLibpodParams) WithDefaults() *ImageListLibpodParams
- func (o *ImageListLibpodParams) WithFilters(filters *string) *ImageListLibpodParams
- func (o *ImageListLibpodParams) WithHTTPClient(client *http.Client) *ImageListLibpodParams
- func (o *ImageListLibpodParams) WithTimeout(timeout time.Duration) *ImageListLibpodParams
- func (o *ImageListLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageListLibpodReader
- type ImageLoadLibpodBadRequest
- func (o *ImageLoadLibpodBadRequest) Error() string
- func (o *ImageLoadLibpodBadRequest) GetPayload() *ImageLoadLibpodBadRequestBody
- func (o *ImageLoadLibpodBadRequest) IsClientError() bool
- func (o *ImageLoadLibpodBadRequest) IsCode(code int) bool
- func (o *ImageLoadLibpodBadRequest) IsRedirect() bool
- func (o *ImageLoadLibpodBadRequest) IsServerError() bool
- func (o *ImageLoadLibpodBadRequest) IsSuccess() bool
- func (o *ImageLoadLibpodBadRequest) String() string
- type ImageLoadLibpodBadRequestBody
- func (o *ImageLoadLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageLoadLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageLoadLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageLoadLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageLoadLibpodInternalServerError
- func (o *ImageLoadLibpodInternalServerError) Error() string
- func (o *ImageLoadLibpodInternalServerError) GetPayload() *ImageLoadLibpodInternalServerErrorBody
- func (o *ImageLoadLibpodInternalServerError) IsClientError() bool
- func (o *ImageLoadLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageLoadLibpodInternalServerError) IsRedirect() bool
- func (o *ImageLoadLibpodInternalServerError) IsServerError() bool
- func (o *ImageLoadLibpodInternalServerError) IsSuccess() bool
- func (o *ImageLoadLibpodInternalServerError) String() string
- type ImageLoadLibpodInternalServerErrorBody
- func (o *ImageLoadLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageLoadLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageLoadLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageLoadLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageLoadLibpodOK
- func (o *ImageLoadLibpodOK) Error() string
- func (o *ImageLoadLibpodOK) GetPayload() *models.ImageLoadReport
- func (o *ImageLoadLibpodOK) IsClientError() bool
- func (o *ImageLoadLibpodOK) IsCode(code int) bool
- func (o *ImageLoadLibpodOK) IsRedirect() bool
- func (o *ImageLoadLibpodOK) IsServerError() bool
- func (o *ImageLoadLibpodOK) IsSuccess() bool
- func (o *ImageLoadLibpodOK) String() string
- type ImageLoadLibpodParams
- func NewImageLoadLibpodParams() *ImageLoadLibpodParams
- func NewImageLoadLibpodParamsWithContext(ctx context.Context) *ImageLoadLibpodParams
- func NewImageLoadLibpodParamsWithHTTPClient(client *http.Client) *ImageLoadLibpodParams
- func NewImageLoadLibpodParamsWithTimeout(timeout time.Duration) *ImageLoadLibpodParams
- func (o *ImageLoadLibpodParams) SetContext(ctx context.Context)
- func (o *ImageLoadLibpodParams) SetDefaults()
- func (o *ImageLoadLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageLoadLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageLoadLibpodParams) SetUpload(upload string)
- func (o *ImageLoadLibpodParams) WithContext(ctx context.Context) *ImageLoadLibpodParams
- func (o *ImageLoadLibpodParams) WithDefaults() *ImageLoadLibpodParams
- func (o *ImageLoadLibpodParams) WithHTTPClient(client *http.Client) *ImageLoadLibpodParams
- func (o *ImageLoadLibpodParams) WithTimeout(timeout time.Duration) *ImageLoadLibpodParams
- func (o *ImageLoadLibpodParams) WithUpload(upload string) *ImageLoadLibpodParams
- func (o *ImageLoadLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageLoadLibpodReader
- type ImagePruneLibpodInternalServerError
- func (o *ImagePruneLibpodInternalServerError) Error() string
- func (o *ImagePruneLibpodInternalServerError) GetPayload() *ImagePruneLibpodInternalServerErrorBody
- func (o *ImagePruneLibpodInternalServerError) IsClientError() bool
- func (o *ImagePruneLibpodInternalServerError) IsCode(code int) bool
- func (o *ImagePruneLibpodInternalServerError) IsRedirect() bool
- func (o *ImagePruneLibpodInternalServerError) IsServerError() bool
- func (o *ImagePruneLibpodInternalServerError) IsSuccess() bool
- func (o *ImagePruneLibpodInternalServerError) String() string
- type ImagePruneLibpodInternalServerErrorBody
- func (o *ImagePruneLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImagePruneLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImagePruneLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImagePruneLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImagePruneLibpodOK
- func (o *ImagePruneLibpodOK) Error() string
- func (o *ImagePruneLibpodOK) GetPayload() []*models.LibpodContainersPruneReport
- func (o *ImagePruneLibpodOK) IsClientError() bool
- func (o *ImagePruneLibpodOK) IsCode(code int) bool
- func (o *ImagePruneLibpodOK) IsRedirect() bool
- func (o *ImagePruneLibpodOK) IsServerError() bool
- func (o *ImagePruneLibpodOK) IsSuccess() bool
- func (o *ImagePruneLibpodOK) String() string
- type ImagePruneLibpodParams
- func NewImagePruneLibpodParams() *ImagePruneLibpodParams
- func NewImagePruneLibpodParamsWithContext(ctx context.Context) *ImagePruneLibpodParams
- func NewImagePruneLibpodParamsWithHTTPClient(client *http.Client) *ImagePruneLibpodParams
- func NewImagePruneLibpodParamsWithTimeout(timeout time.Duration) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) SetAll(all *bool)
- func (o *ImagePruneLibpodParams) SetContext(ctx context.Context)
- func (o *ImagePruneLibpodParams) SetDefaults()
- func (o *ImagePruneLibpodParams) SetExternal(external *bool)
- func (o *ImagePruneLibpodParams) SetFilters(filters *string)
- func (o *ImagePruneLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImagePruneLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImagePruneLibpodParams) WithAll(all *bool) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WithContext(ctx context.Context) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WithDefaults() *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WithExternal(external *bool) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WithFilters(filters *string) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WithHTTPClient(client *http.Client) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WithTimeout(timeout time.Duration) *ImagePruneLibpodParams
- func (o *ImagePruneLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImagePruneLibpodReader
- type ImagePullLibpodBadRequest
- func (o *ImagePullLibpodBadRequest) Error() string
- func (o *ImagePullLibpodBadRequest) GetPayload() *ImagePullLibpodBadRequestBody
- func (o *ImagePullLibpodBadRequest) IsClientError() bool
- func (o *ImagePullLibpodBadRequest) IsCode(code int) bool
- func (o *ImagePullLibpodBadRequest) IsRedirect() bool
- func (o *ImagePullLibpodBadRequest) IsServerError() bool
- func (o *ImagePullLibpodBadRequest) IsSuccess() bool
- func (o *ImagePullLibpodBadRequest) String() string
- type ImagePullLibpodBadRequestBody
- func (o *ImagePullLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImagePullLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImagePullLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImagePullLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImagePullLibpodInternalServerError
- func (o *ImagePullLibpodInternalServerError) Error() string
- func (o *ImagePullLibpodInternalServerError) GetPayload() *ImagePullLibpodInternalServerErrorBody
- func (o *ImagePullLibpodInternalServerError) IsClientError() bool
- func (o *ImagePullLibpodInternalServerError) IsCode(code int) bool
- func (o *ImagePullLibpodInternalServerError) IsRedirect() bool
- func (o *ImagePullLibpodInternalServerError) IsServerError() bool
- func (o *ImagePullLibpodInternalServerError) IsSuccess() bool
- func (o *ImagePullLibpodInternalServerError) String() string
- type ImagePullLibpodInternalServerErrorBody
- func (o *ImagePullLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImagePullLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImagePullLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImagePullLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImagePullLibpodOK
- func (o *ImagePullLibpodOK) Error() string
- func (o *ImagePullLibpodOK) GetPayload() *models.LibpodImagesPullReport
- func (o *ImagePullLibpodOK) IsClientError() bool
- func (o *ImagePullLibpodOK) IsCode(code int) bool
- func (o *ImagePullLibpodOK) IsRedirect() bool
- func (o *ImagePullLibpodOK) IsServerError() bool
- func (o *ImagePullLibpodOK) IsSuccess() bool
- func (o *ImagePullLibpodOK) String() string
- type ImagePullLibpodParams
- func NewImagePullLibpodParams() *ImagePullLibpodParams
- func NewImagePullLibpodParamsWithContext(ctx context.Context) *ImagePullLibpodParams
- func NewImagePullLibpodParamsWithHTTPClient(client *http.Client) *ImagePullLibpodParams
- func NewImagePullLibpodParamsWithTimeout(timeout time.Duration) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) SetAllTags(allTags *bool)
- func (o *ImagePullLibpodParams) SetArch(arch *string)
- func (o *ImagePullLibpodParams) SetContext(ctx context.Context)
- func (o *ImagePullLibpodParams) SetCredentials(credentials *string)
- func (o *ImagePullLibpodParams) SetDefaults()
- func (o *ImagePullLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImagePullLibpodParams) SetOS(oS *string)
- func (o *ImagePullLibpodParams) SetPolicy(policy *string)
- func (o *ImagePullLibpodParams) SetQuiet(quiet *bool)
- func (o *ImagePullLibpodParams) SetReference(reference *string)
- func (o *ImagePullLibpodParams) SetTLSVerify(tLSVerify *bool)
- func (o *ImagePullLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImagePullLibpodParams) SetVariant(variant *string)
- func (o *ImagePullLibpodParams) SetXRegistryAuth(xRegistryAuth *string)
- func (o *ImagePullLibpodParams) WithAllTags(allTags *bool) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithArch(arch *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithContext(ctx context.Context) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithCredentials(credentials *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithDefaults() *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithHTTPClient(client *http.Client) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithOS(oS *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithPolicy(policy *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithQuiet(quiet *bool) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithReference(reference *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithTLSVerify(tLSVerify *bool) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithTimeout(timeout time.Duration) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithVariant(variant *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WithXRegistryAuth(xRegistryAuth *string) *ImagePullLibpodParams
- func (o *ImagePullLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImagePullLibpodReader
- type ImagePushLibpodInternalServerError
- func (o *ImagePushLibpodInternalServerError) Error() string
- func (o *ImagePushLibpodInternalServerError) GetPayload() *ImagePushLibpodInternalServerErrorBody
- func (o *ImagePushLibpodInternalServerError) IsClientError() bool
- func (o *ImagePushLibpodInternalServerError) IsCode(code int) bool
- func (o *ImagePushLibpodInternalServerError) IsRedirect() bool
- func (o *ImagePushLibpodInternalServerError) IsServerError() bool
- func (o *ImagePushLibpodInternalServerError) IsSuccess() bool
- func (o *ImagePushLibpodInternalServerError) String() string
- type ImagePushLibpodInternalServerErrorBody
- func (o *ImagePushLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImagePushLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImagePushLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImagePushLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImagePushLibpodNotFound
- func (o *ImagePushLibpodNotFound) Error() string
- func (o *ImagePushLibpodNotFound) GetPayload() *ImagePushLibpodNotFoundBody
- func (o *ImagePushLibpodNotFound) IsClientError() bool
- func (o *ImagePushLibpodNotFound) IsCode(code int) bool
- func (o *ImagePushLibpodNotFound) IsRedirect() bool
- func (o *ImagePushLibpodNotFound) IsServerError() bool
- func (o *ImagePushLibpodNotFound) IsSuccess() bool
- func (o *ImagePushLibpodNotFound) String() string
- type ImagePushLibpodNotFoundBody
- func (o *ImagePushLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImagePushLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImagePushLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImagePushLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImagePushLibpodOK
- func (o *ImagePushLibpodOK) Error() string
- func (o *ImagePushLibpodOK) GetPayload() io.Writer
- func (o *ImagePushLibpodOK) IsClientError() bool
- func (o *ImagePushLibpodOK) IsCode(code int) bool
- func (o *ImagePushLibpodOK) IsRedirect() bool
- func (o *ImagePushLibpodOK) IsServerError() bool
- func (o *ImagePushLibpodOK) IsSuccess() bool
- func (o *ImagePushLibpodOK) String() string
- type ImagePushLibpodParams
- func NewImagePushLibpodParams() *ImagePushLibpodParams
- func NewImagePushLibpodParamsWithContext(ctx context.Context) *ImagePushLibpodParams
- func NewImagePushLibpodParamsWithHTTPClient(client *http.Client) *ImagePushLibpodParams
- func NewImagePushLibpodParamsWithTimeout(timeout time.Duration) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) SetContext(ctx context.Context)
- func (o *ImagePushLibpodParams) SetDefaults()
- func (o *ImagePushLibpodParams) SetDestination(destination *string)
- func (o *ImagePushLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImagePushLibpodParams) SetName(name string)
- func (o *ImagePushLibpodParams) SetTLSVerify(tLSVerify *bool)
- func (o *ImagePushLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImagePushLibpodParams) SetXRegistryAuth(xRegistryAuth *string)
- func (o *ImagePushLibpodParams) WithContext(ctx context.Context) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithDefaults() *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithDestination(destination *string) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithHTTPClient(client *http.Client) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithName(name string) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithTLSVerify(tLSVerify *bool) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithTimeout(timeout time.Duration) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WithXRegistryAuth(xRegistryAuth *string) *ImagePushLibpodParams
- func (o *ImagePushLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImagePushLibpodReader
- type ImageSearchLibpodInternalServerError
- func (o *ImageSearchLibpodInternalServerError) Error() string
- func (o *ImageSearchLibpodInternalServerError) GetPayload() *ImageSearchLibpodInternalServerErrorBody
- func (o *ImageSearchLibpodInternalServerError) IsClientError() bool
- func (o *ImageSearchLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageSearchLibpodInternalServerError) IsRedirect() bool
- func (o *ImageSearchLibpodInternalServerError) IsServerError() bool
- func (o *ImageSearchLibpodInternalServerError) IsSuccess() bool
- func (o *ImageSearchLibpodInternalServerError) String() string
- type ImageSearchLibpodInternalServerErrorBody
- func (o *ImageSearchLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageSearchLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageSearchLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageSearchLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageSearchLibpodOK
- func (o *ImageSearchLibpodOK) Error() string
- func (o *ImageSearchLibpodOK) GetPayload() *ImageSearchLibpodOKBody
- func (o *ImageSearchLibpodOK) IsClientError() bool
- func (o *ImageSearchLibpodOK) IsCode(code int) bool
- func (o *ImageSearchLibpodOK) IsRedirect() bool
- func (o *ImageSearchLibpodOK) IsServerError() bool
- func (o *ImageSearchLibpodOK) IsSuccess() bool
- func (o *ImageSearchLibpodOK) String() string
- type ImageSearchLibpodOKBody
- func (o *ImageSearchLibpodOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageSearchLibpodOKBody) MarshalBinary() ([]byte, error)
- func (o *ImageSearchLibpodOKBody) UnmarshalBinary(b []byte) error
- func (o *ImageSearchLibpodOKBody) Validate(formats strfmt.Registry) error
- type ImageSearchLibpodParams
- func NewImageSearchLibpodParams() *ImageSearchLibpodParams
- func NewImageSearchLibpodParamsWithContext(ctx context.Context) *ImageSearchLibpodParams
- func NewImageSearchLibpodParamsWithHTTPClient(client *http.Client) *ImageSearchLibpodParams
- func NewImageSearchLibpodParamsWithTimeout(timeout time.Duration) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) SetContext(ctx context.Context)
- func (o *ImageSearchLibpodParams) SetDefaults()
- func (o *ImageSearchLibpodParams) SetFilters(filters *string)
- func (o *ImageSearchLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageSearchLibpodParams) SetLimit(limit *int64)
- func (o *ImageSearchLibpodParams) SetListTags(listTags *bool)
- func (o *ImageSearchLibpodParams) SetTLSVerify(tLSVerify *bool)
- func (o *ImageSearchLibpodParams) SetTerm(term *string)
- func (o *ImageSearchLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageSearchLibpodParams) WithContext(ctx context.Context) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithDefaults() *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithFilters(filters *string) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithHTTPClient(client *http.Client) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithLimit(limit *int64) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithListTags(listTags *bool) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithTLSVerify(tLSVerify *bool) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithTerm(term *string) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WithTimeout(timeout time.Duration) *ImageSearchLibpodParams
- func (o *ImageSearchLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageSearchLibpodReader
- type ImageTagLibpodBadRequest
- func (o *ImageTagLibpodBadRequest) Error() string
- func (o *ImageTagLibpodBadRequest) GetPayload() *ImageTagLibpodBadRequestBody
- func (o *ImageTagLibpodBadRequest) IsClientError() bool
- func (o *ImageTagLibpodBadRequest) IsCode(code int) bool
- func (o *ImageTagLibpodBadRequest) IsRedirect() bool
- func (o *ImageTagLibpodBadRequest) IsServerError() bool
- func (o *ImageTagLibpodBadRequest) IsSuccess() bool
- func (o *ImageTagLibpodBadRequest) String() string
- type ImageTagLibpodBadRequestBody
- func (o *ImageTagLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageTagLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageTagLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageTagLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageTagLibpodConflict
- func (o *ImageTagLibpodConflict) Error() string
- func (o *ImageTagLibpodConflict) GetPayload() *ImageTagLibpodConflictBody
- func (o *ImageTagLibpodConflict) IsClientError() bool
- func (o *ImageTagLibpodConflict) IsCode(code int) bool
- func (o *ImageTagLibpodConflict) IsRedirect() bool
- func (o *ImageTagLibpodConflict) IsServerError() bool
- func (o *ImageTagLibpodConflict) IsSuccess() bool
- func (o *ImageTagLibpodConflict) String() string
- type ImageTagLibpodConflictBody
- func (o *ImageTagLibpodConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageTagLibpodConflictBody) MarshalBinary() ([]byte, error)
- func (o *ImageTagLibpodConflictBody) UnmarshalBinary(b []byte) error
- func (o *ImageTagLibpodConflictBody) Validate(formats strfmt.Registry) error
- type ImageTagLibpodCreated
- func (o *ImageTagLibpodCreated) Error() string
- func (o *ImageTagLibpodCreated) IsClientError() bool
- func (o *ImageTagLibpodCreated) IsCode(code int) bool
- func (o *ImageTagLibpodCreated) IsRedirect() bool
- func (o *ImageTagLibpodCreated) IsServerError() bool
- func (o *ImageTagLibpodCreated) IsSuccess() bool
- func (o *ImageTagLibpodCreated) String() string
- type ImageTagLibpodInternalServerError
- func (o *ImageTagLibpodInternalServerError) Error() string
- func (o *ImageTagLibpodInternalServerError) GetPayload() *ImageTagLibpodInternalServerErrorBody
- func (o *ImageTagLibpodInternalServerError) IsClientError() bool
- func (o *ImageTagLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageTagLibpodInternalServerError) IsRedirect() bool
- func (o *ImageTagLibpodInternalServerError) IsServerError() bool
- func (o *ImageTagLibpodInternalServerError) IsSuccess() bool
- func (o *ImageTagLibpodInternalServerError) String() string
- type ImageTagLibpodInternalServerErrorBody
- func (o *ImageTagLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageTagLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageTagLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageTagLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageTagLibpodNotFound
- func (o *ImageTagLibpodNotFound) Error() string
- func (o *ImageTagLibpodNotFound) GetPayload() *ImageTagLibpodNotFoundBody
- func (o *ImageTagLibpodNotFound) IsClientError() bool
- func (o *ImageTagLibpodNotFound) IsCode(code int) bool
- func (o *ImageTagLibpodNotFound) IsRedirect() bool
- func (o *ImageTagLibpodNotFound) IsServerError() bool
- func (o *ImageTagLibpodNotFound) IsSuccess() bool
- func (o *ImageTagLibpodNotFound) String() string
- type ImageTagLibpodNotFoundBody
- func (o *ImageTagLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageTagLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageTagLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageTagLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageTagLibpodParams
- func NewImageTagLibpodParams() *ImageTagLibpodParams
- func NewImageTagLibpodParamsWithContext(ctx context.Context) *ImageTagLibpodParams
- func NewImageTagLibpodParamsWithHTTPClient(client *http.Client) *ImageTagLibpodParams
- func NewImageTagLibpodParamsWithTimeout(timeout time.Duration) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) SetContext(ctx context.Context)
- func (o *ImageTagLibpodParams) SetDefaults()
- func (o *ImageTagLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageTagLibpodParams) SetName(name string)
- func (o *ImageTagLibpodParams) SetRepo(repo *string)
- func (o *ImageTagLibpodParams) SetTag(tag *string)
- func (o *ImageTagLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageTagLibpodParams) WithContext(ctx context.Context) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WithDefaults() *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WithHTTPClient(client *http.Client) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WithName(name string) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WithRepo(repo *string) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WithTag(tag *string) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WithTimeout(timeout time.Duration) *ImageTagLibpodParams
- func (o *ImageTagLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageTagLibpodReader
- type ImageTreeLibpodInternalServerError
- func (o *ImageTreeLibpodInternalServerError) Error() string
- func (o *ImageTreeLibpodInternalServerError) GetPayload() *ImageTreeLibpodInternalServerErrorBody
- func (o *ImageTreeLibpodInternalServerError) IsClientError() bool
- func (o *ImageTreeLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageTreeLibpodInternalServerError) IsRedirect() bool
- func (o *ImageTreeLibpodInternalServerError) IsServerError() bool
- func (o *ImageTreeLibpodInternalServerError) IsSuccess() bool
- func (o *ImageTreeLibpodInternalServerError) String() string
- type ImageTreeLibpodInternalServerErrorBody
- func (o *ImageTreeLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageTreeLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageTreeLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageTreeLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageTreeLibpodNotFound
- func (o *ImageTreeLibpodNotFound) Error() string
- func (o *ImageTreeLibpodNotFound) GetPayload() *ImageTreeLibpodNotFoundBody
- func (o *ImageTreeLibpodNotFound) IsClientError() bool
- func (o *ImageTreeLibpodNotFound) IsCode(code int) bool
- func (o *ImageTreeLibpodNotFound) IsRedirect() bool
- func (o *ImageTreeLibpodNotFound) IsServerError() bool
- func (o *ImageTreeLibpodNotFound) IsSuccess() bool
- func (o *ImageTreeLibpodNotFound) String() string
- type ImageTreeLibpodNotFoundBody
- func (o *ImageTreeLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageTreeLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageTreeLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageTreeLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageTreeLibpodOK
- func (o *ImageTreeLibpodOK) Error() string
- func (o *ImageTreeLibpodOK) GetPayload() *ImageTreeLibpodOKBody
- func (o *ImageTreeLibpodOK) IsClientError() bool
- func (o *ImageTreeLibpodOK) IsCode(code int) bool
- func (o *ImageTreeLibpodOK) IsRedirect() bool
- func (o *ImageTreeLibpodOK) IsServerError() bool
- func (o *ImageTreeLibpodOK) IsSuccess() bool
- func (o *ImageTreeLibpodOK) String() string
- type ImageTreeLibpodOKBody
- type ImageTreeLibpodParams
- func NewImageTreeLibpodParams() *ImageTreeLibpodParams
- func NewImageTreeLibpodParamsWithContext(ctx context.Context) *ImageTreeLibpodParams
- func NewImageTreeLibpodParamsWithHTTPClient(client *http.Client) *ImageTreeLibpodParams
- func NewImageTreeLibpodParamsWithTimeout(timeout time.Duration) *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) SetContext(ctx context.Context)
- func (o *ImageTreeLibpodParams) SetDefaults()
- func (o *ImageTreeLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageTreeLibpodParams) SetName(name string)
- func (o *ImageTreeLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageTreeLibpodParams) SetWhatrequires(whatrequires *bool)
- func (o *ImageTreeLibpodParams) WithContext(ctx context.Context) *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) WithDefaults() *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) WithHTTPClient(client *http.Client) *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) WithName(name string) *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) WithTimeout(timeout time.Duration) *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) WithWhatrequires(whatrequires *bool) *ImageTreeLibpodParams
- func (o *ImageTreeLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageTreeLibpodReader
- type ImageUntagLibpodBadRequest
- func (o *ImageUntagLibpodBadRequest) Error() string
- func (o *ImageUntagLibpodBadRequest) GetPayload() *ImageUntagLibpodBadRequestBody
- func (o *ImageUntagLibpodBadRequest) IsClientError() bool
- func (o *ImageUntagLibpodBadRequest) IsCode(code int) bool
- func (o *ImageUntagLibpodBadRequest) IsRedirect() bool
- func (o *ImageUntagLibpodBadRequest) IsServerError() bool
- func (o *ImageUntagLibpodBadRequest) IsSuccess() bool
- func (o *ImageUntagLibpodBadRequest) String() string
- type ImageUntagLibpodBadRequestBody
- func (o *ImageUntagLibpodBadRequestBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageUntagLibpodBadRequestBody) MarshalBinary() ([]byte, error)
- func (o *ImageUntagLibpodBadRequestBody) UnmarshalBinary(b []byte) error
- func (o *ImageUntagLibpodBadRequestBody) Validate(formats strfmt.Registry) error
- type ImageUntagLibpodConflict
- func (o *ImageUntagLibpodConflict) Error() string
- func (o *ImageUntagLibpodConflict) GetPayload() *ImageUntagLibpodConflictBody
- func (o *ImageUntagLibpodConflict) IsClientError() bool
- func (o *ImageUntagLibpodConflict) IsCode(code int) bool
- func (o *ImageUntagLibpodConflict) IsRedirect() bool
- func (o *ImageUntagLibpodConflict) IsServerError() bool
- func (o *ImageUntagLibpodConflict) IsSuccess() bool
- func (o *ImageUntagLibpodConflict) String() string
- type ImageUntagLibpodConflictBody
- func (o *ImageUntagLibpodConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageUntagLibpodConflictBody) MarshalBinary() ([]byte, error)
- func (o *ImageUntagLibpodConflictBody) UnmarshalBinary(b []byte) error
- func (o *ImageUntagLibpodConflictBody) Validate(formats strfmt.Registry) error
- type ImageUntagLibpodCreated
- func (o *ImageUntagLibpodCreated) Error() string
- func (o *ImageUntagLibpodCreated) IsClientError() bool
- func (o *ImageUntagLibpodCreated) IsCode(code int) bool
- func (o *ImageUntagLibpodCreated) IsRedirect() bool
- func (o *ImageUntagLibpodCreated) IsServerError() bool
- func (o *ImageUntagLibpodCreated) IsSuccess() bool
- func (o *ImageUntagLibpodCreated) String() string
- type ImageUntagLibpodInternalServerError
- func (o *ImageUntagLibpodInternalServerError) Error() string
- func (o *ImageUntagLibpodInternalServerError) GetPayload() *ImageUntagLibpodInternalServerErrorBody
- func (o *ImageUntagLibpodInternalServerError) IsClientError() bool
- func (o *ImageUntagLibpodInternalServerError) IsCode(code int) bool
- func (o *ImageUntagLibpodInternalServerError) IsRedirect() bool
- func (o *ImageUntagLibpodInternalServerError) IsServerError() bool
- func (o *ImageUntagLibpodInternalServerError) IsSuccess() bool
- func (o *ImageUntagLibpodInternalServerError) String() string
- type ImageUntagLibpodInternalServerErrorBody
- func (o *ImageUntagLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageUntagLibpodInternalServerErrorBody) MarshalBinary() ([]byte, error)
- func (o *ImageUntagLibpodInternalServerErrorBody) UnmarshalBinary(b []byte) error
- func (o *ImageUntagLibpodInternalServerErrorBody) Validate(formats strfmt.Registry) error
- type ImageUntagLibpodNotFound
- func (o *ImageUntagLibpodNotFound) Error() string
- func (o *ImageUntagLibpodNotFound) GetPayload() *ImageUntagLibpodNotFoundBody
- func (o *ImageUntagLibpodNotFound) IsClientError() bool
- func (o *ImageUntagLibpodNotFound) IsCode(code int) bool
- func (o *ImageUntagLibpodNotFound) IsRedirect() bool
- func (o *ImageUntagLibpodNotFound) IsServerError() bool
- func (o *ImageUntagLibpodNotFound) IsSuccess() bool
- func (o *ImageUntagLibpodNotFound) String() string
- type ImageUntagLibpodNotFoundBody
- func (o *ImageUntagLibpodNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ImageUntagLibpodNotFoundBody) MarshalBinary() ([]byte, error)
- func (o *ImageUntagLibpodNotFoundBody) UnmarshalBinary(b []byte) error
- func (o *ImageUntagLibpodNotFoundBody) Validate(formats strfmt.Registry) error
- type ImageUntagLibpodParams
- func NewImageUntagLibpodParams() *ImageUntagLibpodParams
- func NewImageUntagLibpodParamsWithContext(ctx context.Context) *ImageUntagLibpodParams
- func NewImageUntagLibpodParamsWithHTTPClient(client *http.Client) *ImageUntagLibpodParams
- func NewImageUntagLibpodParamsWithTimeout(timeout time.Duration) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) SetContext(ctx context.Context)
- func (o *ImageUntagLibpodParams) SetDefaults()
- func (o *ImageUntagLibpodParams) SetHTTPClient(client *http.Client)
- func (o *ImageUntagLibpodParams) SetName(name string)
- func (o *ImageUntagLibpodParams) SetRepo(repo *string)
- func (o *ImageUntagLibpodParams) SetTag(tag *string)
- func (o *ImageUntagLibpodParams) SetTimeout(timeout time.Duration)
- func (o *ImageUntagLibpodParams) WithContext(ctx context.Context) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WithDefaults() *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WithHTTPClient(client *http.Client) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WithName(name string) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WithRepo(repo *string) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WithTag(tag *string) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WithTimeout(timeout time.Duration) *ImageUntagLibpodParams
- func (o *ImageUntagLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageUntagLibpodReader
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 (o *ImageBuildLibpodBadRequest) Error() string
func (*ImageBuildLibpodBadRequest) GetPayload ¶
func (o *ImageBuildLibpodBadRequest) GetPayload() *ImageBuildLibpodBadRequestBody
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
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 (o *ImageBuildLibpodInternalServerError) Error() string
func (*ImageBuildLibpodInternalServerError) GetPayload ¶
func (o *ImageBuildLibpodInternalServerError) GetPayload() *ImageBuildLibpodInternalServerErrorBody
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 ¶
func (o *ImageBuildLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImageBuildLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image build libpod internal server error response has a 2xx status code
func (*ImageBuildLibpodInternalServerError) String ¶
func (o *ImageBuildLibpodInternalServerError) String() 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 ¶
func (o *ImageBuildLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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
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 *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 ¶
func (o *ImageBuildLibpodParams) WithContext(ctx context.Context) *ImageBuildLibpodParams
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 ¶
func (o *ImageBuildLibpodParams) WithDefaults() *ImageBuildLibpodParams
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 ¶
func (o *ImageBuildLibpodParams) WithPull(pull *bool) *ImageBuildLibpodParams
WithPull adds the pull to the image build libpod params
func (*ImageBuildLibpodParams) WithQ ¶
func (o *ImageBuildLibpodParams) WithQ(q *bool) *ImageBuildLibpodParams
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 ¶
func (o *ImageBuildLibpodParams) WithRm(rm *bool) *ImageBuildLibpodParams
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 ¶
func (o *ImageBuildLibpodParams) WithT(t *string) *ImageBuildLibpodParams
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 ¶
func (o *ImageBuildLibpodParams) WithTimeout(timeout time.Duration) *ImageBuildLibpodParams
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 ¶
func (o *ImageBuildLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageChangesLibpodInternalServerError) Error() string
func (*ImageChangesLibpodInternalServerError) GetPayload ¶
func (o *ImageChangesLibpodInternalServerError) GetPayload() *ImageChangesLibpodInternalServerErrorBody
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 ¶
func (o *ImageChangesLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image changes libpod internal server error response a status code equal to that given
func (*ImageChangesLibpodInternalServerError) IsRedirect ¶
func (o *ImageChangesLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageChangesLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image changes libpod internal server error response has a 2xx status code
func (*ImageChangesLibpodInternalServerError) String ¶
func (o *ImageChangesLibpodInternalServerError) String() 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 ¶
func (o *ImageChangesLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageChangesLibpodNotFound) Error() string
func (*ImageChangesLibpodNotFound) GetPayload ¶
func (o *ImageChangesLibpodNotFound) GetPayload() *ImageChangesLibpodNotFoundBody
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
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 ¶
func (o *ImageChangesLibpodParams) WithContext(ctx context.Context) *ImageChangesLibpodParams
WithContext adds the context to the image changes libpod params
func (*ImageChangesLibpodParams) WithDefaults ¶
func (o *ImageChangesLibpodParams) WithDefaults() *ImageChangesLibpodParams
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 ¶
func (o *ImageChangesLibpodParams) WithName(name string) *ImageChangesLibpodParams
WithName adds the name to the image changes libpod params
func (*ImageChangesLibpodParams) WithParent ¶
func (o *ImageChangesLibpodParams) WithParent(parent *string) *ImageChangesLibpodParams
WithParent adds the parent to the image changes libpod params
func (*ImageChangesLibpodParams) WithTimeout ¶
func (o *ImageChangesLibpodParams) WithTimeout(timeout time.Duration) *ImageChangesLibpodParams
WithTimeout adds the timeout to the image changes libpod params
func (*ImageChangesLibpodParams) WriteToRequest ¶
func (o *ImageChangesLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageDeleteAllLibpodBadRequest) Error() string
func (*ImageDeleteAllLibpodBadRequest) GetPayload ¶
func (o *ImageDeleteAllLibpodBadRequest) GetPayload() *ImageDeleteAllLibpodBadRequestBody
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 ¶
func (o *ImageDeleteAllLibpodBadRequest) String() 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
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 (o *ImageDeleteAllLibpodInternalServerError) Error() string
func (*ImageDeleteAllLibpodInternalServerError) GetPayload ¶
func (o *ImageDeleteAllLibpodInternalServerError) GetPayload() *ImageDeleteAllLibpodInternalServerErrorBody
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 ¶
func (o *ImageDeleteAllLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image delete all libpod internal server error response a status code equal to that given
func (*ImageDeleteAllLibpodInternalServerError) IsRedirect ¶
func (o *ImageDeleteAllLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageDeleteAllLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image delete all libpod internal server error response has a 2xx status code
func (*ImageDeleteAllLibpodInternalServerError) String ¶
func (o *ImageDeleteAllLibpodInternalServerError) String() 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 ¶
func (o *ImageDeleteAllLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageDeleteAllLibpodOK) GetPayload() *models.LibpodImagesRemoveReport
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 ¶
func (o *ImageDeleteAllLibpodParams) WithAll(all *bool) *ImageDeleteAllLibpodParams
WithAll adds the all to the image delete all libpod params
func (*ImageDeleteAllLibpodParams) WithContext ¶
func (o *ImageDeleteAllLibpodParams) WithContext(ctx context.Context) *ImageDeleteAllLibpodParams
WithContext adds the context to the image delete all libpod params
func (*ImageDeleteAllLibpodParams) WithDefaults ¶
func (o *ImageDeleteAllLibpodParams) WithDefaults() *ImageDeleteAllLibpodParams
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 ¶
func (o *ImageDeleteAllLibpodParams) WithForce(force *bool) *ImageDeleteAllLibpodParams
WithForce adds the force to the image delete all libpod params
func (*ImageDeleteAllLibpodParams) WithHTTPClient ¶
func (o *ImageDeleteAllLibpodParams) WithHTTPClient(client *http.Client) *ImageDeleteAllLibpodParams
WithHTTPClient adds the HTTPClient to the image delete all libpod params
func (*ImageDeleteAllLibpodParams) WithImages ¶
func (o *ImageDeleteAllLibpodParams) WithImages(images []string) *ImageDeleteAllLibpodParams
WithImages adds the images to the image delete all libpod params
func (*ImageDeleteAllLibpodParams) WithTimeout ¶
func (o *ImageDeleteAllLibpodParams) WithTimeout(timeout time.Duration) *ImageDeleteAllLibpodParams
WithTimeout adds the timeout to the image delete all libpod params
func (*ImageDeleteAllLibpodParams) WriteToRequest ¶
func (o *ImageDeleteAllLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageDeleteLibpodBadRequest) Error() string
func (*ImageDeleteLibpodBadRequest) GetPayload ¶
func (o *ImageDeleteLibpodBadRequest) GetPayload() *ImageDeleteLibpodBadRequestBody
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
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 (o *ImageDeleteLibpodConflict) GetPayload() *ImageDeleteLibpodConflictBody
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
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 (o *ImageDeleteLibpodInternalServerError) Error() string
func (*ImageDeleteLibpodInternalServerError) GetPayload ¶
func (o *ImageDeleteLibpodInternalServerError) GetPayload() *ImageDeleteLibpodInternalServerErrorBody
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 ¶
func (o *ImageDeleteLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image delete libpod internal server error response a status code equal to that given
func (*ImageDeleteLibpodInternalServerError) IsRedirect ¶
func (o *ImageDeleteLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageDeleteLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image delete libpod internal server error response has a 2xx status code
func (*ImageDeleteLibpodInternalServerError) String ¶
func (o *ImageDeleteLibpodInternalServerError) String() 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 ¶
func (o *ImageDeleteLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageDeleteLibpodNotFound) GetPayload() *ImageDeleteLibpodNotFoundBody
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
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 (o *ImageDeleteLibpodOK) GetPayload() *models.LibpodImagesRemoveReport
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 ¶
func (o *ImageDeleteLibpodParams) WithContext(ctx context.Context) *ImageDeleteLibpodParams
WithContext adds the context to the image delete libpod params
func (*ImageDeleteLibpodParams) WithDefaults ¶
func (o *ImageDeleteLibpodParams) WithDefaults() *ImageDeleteLibpodParams
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 ¶
func (o *ImageDeleteLibpodParams) WithForce(force *bool) *ImageDeleteLibpodParams
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 ¶
func (o *ImageDeleteLibpodParams) WithName(name string) *ImageDeleteLibpodParams
WithName adds the name to the image delete libpod params
func (*ImageDeleteLibpodParams) WithTimeout ¶
func (o *ImageDeleteLibpodParams) WithTimeout(timeout time.Duration) *ImageDeleteLibpodParams
WithTimeout adds the timeout to the image delete libpod params
func (*ImageDeleteLibpodParams) WriteToRequest ¶
func (o *ImageDeleteLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageExistsLibpodInternalServerError) Error() string
func (*ImageExistsLibpodInternalServerError) GetPayload ¶
func (o *ImageExistsLibpodInternalServerError) GetPayload() *ImageExistsLibpodInternalServerErrorBody
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 ¶
func (o *ImageExistsLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image exists libpod internal server error response a status code equal to that given
func (*ImageExistsLibpodInternalServerError) IsRedirect ¶
func (o *ImageExistsLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageExistsLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image exists libpod internal server error response has a 2xx status code
func (*ImageExistsLibpodInternalServerError) String ¶
func (o *ImageExistsLibpodInternalServerError) String() 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 ¶
func (o *ImageExistsLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageExistsLibpodNoContent) Error() string
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 (o *ImageExistsLibpodNotFound) GetPayload() *ImageExistsLibpodNotFoundBody
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
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 ¶
func (o *ImageExistsLibpodParams) WithContext(ctx context.Context) *ImageExistsLibpodParams
WithContext adds the context to the image exists libpod params
func (*ImageExistsLibpodParams) WithDefaults ¶
func (o *ImageExistsLibpodParams) WithDefaults() *ImageExistsLibpodParams
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 ¶
func (o *ImageExistsLibpodParams) WithName(name string) *ImageExistsLibpodParams
WithName adds the name to the image exists libpod params
func (*ImageExistsLibpodParams) WithTimeout ¶
func (o *ImageExistsLibpodParams) WithTimeout(timeout time.Duration) *ImageExistsLibpodParams
WithTimeout adds the timeout to the image exists libpod params
func (*ImageExistsLibpodParams) WriteToRequest ¶
func (o *ImageExistsLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageExportLibpodInternalServerError) Error() string
func (*ImageExportLibpodInternalServerError) GetPayload ¶
func (o *ImageExportLibpodInternalServerError) GetPayload() *ImageExportLibpodInternalServerErrorBody
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 ¶
func (o *ImageExportLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image export libpod internal server error response a status code equal to that given
func (*ImageExportLibpodInternalServerError) IsRedirect ¶
func (o *ImageExportLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageExportLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image export libpod internal server error response has a 2xx status code
func (*ImageExportLibpodInternalServerError) String ¶
func (o *ImageExportLibpodInternalServerError) String() 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 ¶
func (o *ImageExportLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageExportLibpodNotFound) GetPayload() *ImageExportLibpodNotFoundBody
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
type ImageExportLibpodOK ¶
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 ¶
func (o *ImageExportLibpodParams) WithContext(ctx context.Context) *ImageExportLibpodParams
WithContext adds the context to the image export libpod params
func (*ImageExportLibpodParams) WithDefaults ¶
func (o *ImageExportLibpodParams) WithDefaults() *ImageExportLibpodParams
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 ¶
func (o *ImageExportLibpodParams) WithTimeout(timeout time.Duration) *ImageExportLibpodParams
WithTimeout adds the timeout to the image export libpod params
func (*ImageExportLibpodParams) WriteToRequest ¶
func (o *ImageExportLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageGetLibpodInternalServerError) Error() string
func (*ImageGetLibpodInternalServerError) GetPayload ¶
func (o *ImageGetLibpodInternalServerError) GetPayload() *ImageGetLibpodInternalServerErrorBody
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 ¶
func (o *ImageGetLibpodInternalServerError) String() 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
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 (o *ImageGetLibpodNotFound) GetPayload() *ImageGetLibpodNotFoundBody
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
type ImageGetLibpodOK ¶
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 ¶
func (o *ImageGetLibpodParams) WithContext(ctx context.Context) *ImageGetLibpodParams
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 ¶
func (o *ImageGetLibpodParams) WithName(name string) *ImageGetLibpodParams
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 (o *ImageHistoryLibpodInternalServerError) Error() string
func (*ImageHistoryLibpodInternalServerError) GetPayload ¶
func (o *ImageHistoryLibpodInternalServerError) GetPayload() *ImageHistoryLibpodInternalServerErrorBody
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 ¶
func (o *ImageHistoryLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image history libpod internal server error response a status code equal to that given
func (*ImageHistoryLibpodInternalServerError) IsRedirect ¶
func (o *ImageHistoryLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageHistoryLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image history libpod internal server error response has a 2xx status code
func (*ImageHistoryLibpodInternalServerError) String ¶
func (o *ImageHistoryLibpodInternalServerError) String() 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 ¶
func (o *ImageHistoryLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageHistoryLibpodNotFound) Error() string
func (*ImageHistoryLibpodNotFound) GetPayload ¶
func (o *ImageHistoryLibpodNotFound) GetPayload() *ImageHistoryLibpodNotFoundBody
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
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 (o *ImageHistoryLibpodOK) GetPayload() *ImageHistoryLibpodOKBody
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
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 ¶
func (o *ImageHistoryLibpodParams) WithContext(ctx context.Context) *ImageHistoryLibpodParams
WithContext adds the context to the image history libpod params
func (*ImageHistoryLibpodParams) WithDefaults ¶
func (o *ImageHistoryLibpodParams) WithDefaults() *ImageHistoryLibpodParams
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 ¶
func (o *ImageHistoryLibpodParams) WithName(name string) *ImageHistoryLibpodParams
WithName adds the name to the image history libpod params
func (*ImageHistoryLibpodParams) WithTimeout ¶
func (o *ImageHistoryLibpodParams) WithTimeout(timeout time.Duration) *ImageHistoryLibpodParams
WithTimeout adds the timeout to the image history libpod params
func (*ImageHistoryLibpodParams) WriteToRequest ¶
func (o *ImageHistoryLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageImportLibpodBadRequest) Error() string
func (*ImageImportLibpodBadRequest) GetPayload ¶
func (o *ImageImportLibpodBadRequest) GetPayload() *ImageImportLibpodBadRequestBody
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
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 (o *ImageImportLibpodInternalServerError) Error() string
func (*ImageImportLibpodInternalServerError) GetPayload ¶
func (o *ImageImportLibpodInternalServerError) GetPayload() *ImageImportLibpodInternalServerErrorBody
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 ¶
func (o *ImageImportLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image import libpod internal server error response a status code equal to that given
func (*ImageImportLibpodInternalServerError) IsRedirect ¶
func (o *ImageImportLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageImportLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image import libpod internal server error response has a 2xx status code
func (*ImageImportLibpodInternalServerError) String ¶
func (o *ImageImportLibpodInternalServerError) String() 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 ¶
func (o *ImageImportLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *ImageImportLibpodParams) WithContext(ctx context.Context) *ImageImportLibpodParams
WithContext adds the context to the image import libpod params
func (*ImageImportLibpodParams) WithDefaults ¶
func (o *ImageImportLibpodParams) WithDefaults() *ImageImportLibpodParams
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 ¶
func (o *ImageImportLibpodParams) WithTimeout(timeout time.Duration) *ImageImportLibpodParams
WithTimeout adds the timeout to the image import libpod params
func (*ImageImportLibpodParams) WithURL ¶
func (o *ImageImportLibpodParams) WithURL(url *string) *ImageImportLibpodParams
WithURL adds the url to the image import libpod params
func (*ImageImportLibpodParams) WithUpload ¶
func (o *ImageImportLibpodParams) WithUpload(upload io.ReadCloser) *ImageImportLibpodParams
WithUpload adds the upload to the image import libpod params
func (*ImageImportLibpodParams) WriteToRequest ¶
func (o *ImageImportLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageInspectLibpodInternalServerError) Error() string
func (*ImageInspectLibpodInternalServerError) GetPayload ¶
func (o *ImageInspectLibpodInternalServerError) GetPayload() *ImageInspectLibpodInternalServerErrorBody
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 ¶
func (o *ImageInspectLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image inspect libpod internal server error response a status code equal to that given
func (*ImageInspectLibpodInternalServerError) IsRedirect ¶
func (o *ImageInspectLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageInspectLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image inspect libpod internal server error response has a 2xx status code
func (*ImageInspectLibpodInternalServerError) String ¶
func (o *ImageInspectLibpodInternalServerError) String() 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 ¶
func (o *ImageInspectLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageInspectLibpodNotFound) Error() string
func (*ImageInspectLibpodNotFound) GetPayload ¶
func (o *ImageInspectLibpodNotFound) GetPayload() *ImageInspectLibpodNotFoundBody
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
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 (o *ImageInspectLibpodOK) GetPayload() *ImageInspectLibpodOKBody
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
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 ¶
func (o *ImageInspectLibpodParams) WithContext(ctx context.Context) *ImageInspectLibpodParams
WithContext adds the context to the image inspect libpod params
func (*ImageInspectLibpodParams) WithDefaults ¶
func (o *ImageInspectLibpodParams) WithDefaults() *ImageInspectLibpodParams
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 ¶
func (o *ImageInspectLibpodParams) WithName(name string) *ImageInspectLibpodParams
WithName adds the name to the image inspect libpod params
func (*ImageInspectLibpodParams) WithTimeout ¶
func (o *ImageInspectLibpodParams) WithTimeout(timeout time.Duration) *ImageInspectLibpodParams
WithTimeout adds the timeout to the image inspect libpod params
func (*ImageInspectLibpodParams) WriteToRequest ¶
func (o *ImageInspectLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageListLibpodInternalServerError) Error() string
func (*ImageListLibpodInternalServerError) GetPayload ¶
func (o *ImageListLibpodInternalServerError) GetPayload() *ImageListLibpodInternalServerErrorBody
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 ¶
func (o *ImageListLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImageListLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image list libpod internal server error response has a 2xx status code
func (*ImageListLibpodInternalServerError) String ¶
func (o *ImageListLibpodInternalServerError) String() 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 ¶
func (o *ImageListLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *ImageListLibpodParams) WithAll(all *bool) *ImageListLibpodParams
WithAll adds the all to the image list libpod params
func (*ImageListLibpodParams) WithContext ¶
func (o *ImageListLibpodParams) WithContext(ctx context.Context) *ImageListLibpodParams
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 (o *ImageLoadLibpodBadRequest) GetPayload() *ImageLoadLibpodBadRequestBody
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
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 (o *ImageLoadLibpodInternalServerError) Error() string
func (*ImageLoadLibpodInternalServerError) GetPayload ¶
func (o *ImageLoadLibpodInternalServerError) GetPayload() *ImageLoadLibpodInternalServerErrorBody
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 ¶
func (o *ImageLoadLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImageLoadLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image load libpod internal server error response has a 2xx status code
func (*ImageLoadLibpodInternalServerError) String ¶
func (o *ImageLoadLibpodInternalServerError) String() 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 ¶
func (o *ImageLoadLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 ¶
func (o *ImageLoadLibpodParams) WithContext(ctx context.Context) *ImageLoadLibpodParams
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 (o *ImagePruneLibpodInternalServerError) Error() string
func (*ImagePruneLibpodInternalServerError) GetPayload ¶
func (o *ImagePruneLibpodInternalServerError) GetPayload() *ImagePruneLibpodInternalServerErrorBody
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 ¶
func (o *ImagePruneLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImagePruneLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image prune libpod internal server error response has a 2xx status code
func (*ImagePruneLibpodInternalServerError) String ¶
func (o *ImagePruneLibpodInternalServerError) String() 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 ¶
func (o *ImagePruneLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImagePruneLibpodOK) GetPayload() []*models.LibpodContainersPruneReport
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 ¶
func (o *ImagePruneLibpodParams) WithAll(all *bool) *ImagePruneLibpodParams
WithAll adds the all to the image prune libpod params
func (*ImagePruneLibpodParams) WithContext ¶
func (o *ImagePruneLibpodParams) WithContext(ctx context.Context) *ImagePruneLibpodParams
WithContext adds the context to the image prune libpod params
func (*ImagePruneLibpodParams) WithDefaults ¶
func (o *ImagePruneLibpodParams) WithDefaults() *ImagePruneLibpodParams
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 ¶
func (o *ImagePruneLibpodParams) WithTimeout(timeout time.Duration) *ImagePruneLibpodParams
WithTimeout adds the timeout to the image prune libpod params
func (*ImagePruneLibpodParams) WriteToRequest ¶
func (o *ImagePruneLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImagePullLibpodBadRequest) GetPayload() *ImagePullLibpodBadRequestBody
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
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 (o *ImagePullLibpodInternalServerError) Error() string
func (*ImagePullLibpodInternalServerError) GetPayload ¶
func (o *ImagePullLibpodInternalServerError) GetPayload() *ImagePullLibpodInternalServerErrorBody
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 ¶
func (o *ImagePullLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImagePullLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image pull libpod internal server error response has a 2xx status code
func (*ImagePullLibpodInternalServerError) String ¶
func (o *ImagePullLibpodInternalServerError) String() 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 ¶
func (o *ImagePullLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImagePullLibpodOK) GetPayload() *models.LibpodImagesPullReport
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 ¶
func (o *ImagePullLibpodParams) WithArch(arch *string) *ImagePullLibpodParams
WithArch adds the arch to the image pull libpod params
func (*ImagePullLibpodParams) WithContext ¶
func (o *ImagePullLibpodParams) WithContext(ctx context.Context) *ImagePullLibpodParams
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 ¶
func (o *ImagePullLibpodParams) WithOS(oS *string) *ImagePullLibpodParams
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 (o *ImagePushLibpodInternalServerError) Error() string
func (*ImagePushLibpodInternalServerError) GetPayload ¶
func (o *ImagePushLibpodInternalServerError) GetPayload() *ImagePushLibpodInternalServerErrorBody
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 ¶
func (o *ImagePushLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImagePushLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image push libpod internal server error response has a 2xx status code
func (*ImagePushLibpodInternalServerError) String ¶
func (o *ImagePushLibpodInternalServerError) String() 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 ¶
func (o *ImagePushLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImagePushLibpodNotFound) GetPayload() *ImagePushLibpodNotFoundBody
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
type ImagePushLibpodOK ¶
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 ¶
func (o *ImagePushLibpodParams) WithContext(ctx context.Context) *ImagePushLibpodParams
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 ¶
func (o *ImagePushLibpodParams) WithName(name string) *ImagePushLibpodParams
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 (o *ImageSearchLibpodInternalServerError) Error() string
func (*ImageSearchLibpodInternalServerError) GetPayload ¶
func (o *ImageSearchLibpodInternalServerError) GetPayload() *ImageSearchLibpodInternalServerErrorBody
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 ¶
func (o *ImageSearchLibpodInternalServerError) IsCode(code int) bool
IsCode returns true when this image search libpod internal server error response a status code equal to that given
func (*ImageSearchLibpodInternalServerError) IsRedirect ¶
func (o *ImageSearchLibpodInternalServerError) IsRedirect() bool
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 ¶
func (o *ImageSearchLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image search libpod internal server error response has a 2xx status code
func (*ImageSearchLibpodInternalServerError) String ¶
func (o *ImageSearchLibpodInternalServerError) String() 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 ¶
func (o *ImageSearchLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageSearchLibpodOK) GetPayload() *ImageSearchLibpodOKBody
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
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 ¶
func (o *ImageSearchLibpodParams) WithContext(ctx context.Context) *ImageSearchLibpodParams
WithContext adds the context to the image search libpod params
func (*ImageSearchLibpodParams) WithDefaults ¶
func (o *ImageSearchLibpodParams) WithDefaults() *ImageSearchLibpodParams
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 ¶
func (o *ImageSearchLibpodParams) WithLimit(limit *int64) *ImageSearchLibpodParams
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 ¶
func (o *ImageSearchLibpodParams) WithTerm(term *string) *ImageSearchLibpodParams
WithTerm adds the term to the image search libpod params
func (*ImageSearchLibpodParams) WithTimeout ¶
func (o *ImageSearchLibpodParams) WithTimeout(timeout time.Duration) *ImageSearchLibpodParams
WithTimeout adds the timeout to the image search libpod params
func (*ImageSearchLibpodParams) WriteToRequest ¶
func (o *ImageSearchLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ImageTagLibpodBadRequest) GetPayload() *ImageTagLibpodBadRequestBody
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
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 (o *ImageTagLibpodConflict) GetPayload() *ImageTagLibpodConflictBody
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
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 (o *ImageTagLibpodInternalServerError) Error() string
func (*ImageTagLibpodInternalServerError) GetPayload ¶
func (o *ImageTagLibpodInternalServerError) GetPayload() *ImageTagLibpodInternalServerErrorBody
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 ¶
func (o *ImageTagLibpodInternalServerError) String() 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
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 (o *ImageTagLibpodNotFound) GetPayload() *ImageTagLibpodNotFoundBody
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
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 ¶
func (o *ImageTagLibpodParams) WithContext(ctx context.Context) *ImageTagLibpodParams
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 ¶
func (o *ImageTagLibpodParams) WithName(name string) *ImageTagLibpodParams
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 ¶
func (o *ImageTagLibpodParams) WithTag(tag *string) *ImageTagLibpodParams
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 (o *ImageTreeLibpodInternalServerError) Error() string
func (*ImageTreeLibpodInternalServerError) GetPayload ¶
func (o *ImageTreeLibpodInternalServerError) GetPayload() *ImageTreeLibpodInternalServerErrorBody
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 ¶
func (o *ImageTreeLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImageTreeLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image tree libpod internal server error response has a 2xx status code
func (*ImageTreeLibpodInternalServerError) String ¶
func (o *ImageTreeLibpodInternalServerError) String() 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 ¶
func (o *ImageTreeLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageTreeLibpodNotFound) GetPayload() *ImageTreeLibpodNotFoundBody
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
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 ¶
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
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 ¶
func (o *ImageTreeLibpodParams) WithContext(ctx context.Context) *ImageTreeLibpodParams
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 ¶
func (o *ImageTreeLibpodParams) WithName(name string) *ImageTreeLibpodParams
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 (o *ImageUntagLibpodBadRequest) Error() string
func (*ImageUntagLibpodBadRequest) GetPayload ¶
func (o *ImageUntagLibpodBadRequest) GetPayload() *ImageUntagLibpodBadRequestBody
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
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 (o *ImageUntagLibpodConflict) GetPayload() *ImageUntagLibpodConflictBody
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
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 (o *ImageUntagLibpodInternalServerError) Error() string
func (*ImageUntagLibpodInternalServerError) GetPayload ¶
func (o *ImageUntagLibpodInternalServerError) GetPayload() *ImageUntagLibpodInternalServerErrorBody
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 ¶
func (o *ImageUntagLibpodInternalServerError) IsCode(code int) bool
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 ¶
func (o *ImageUntagLibpodInternalServerError) IsSuccess() bool
IsSuccess returns true when this image untag libpod internal server error response has a 2xx status code
func (*ImageUntagLibpodInternalServerError) String ¶
func (o *ImageUntagLibpodInternalServerError) String() 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 ¶
func (o *ImageUntagLibpodInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
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
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 (o *ImageUntagLibpodNotFound) GetPayload() *ImageUntagLibpodNotFoundBody
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
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 ¶
func (o *ImageUntagLibpodParams) WithContext(ctx context.Context) *ImageUntagLibpodParams
WithContext adds the context to the image untag libpod params
func (*ImageUntagLibpodParams) WithDefaults ¶
func (o *ImageUntagLibpodParams) WithDefaults() *ImageUntagLibpodParams
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 ¶
func (o *ImageUntagLibpodParams) WithName(name string) *ImageUntagLibpodParams
WithName adds the name to the image untag libpod params
func (*ImageUntagLibpodParams) WithRepo ¶
func (o *ImageUntagLibpodParams) WithRepo(repo *string) *ImageUntagLibpodParams
WithRepo adds the repo to the image untag libpod params
func (*ImageUntagLibpodParams) WithTag ¶
func (o *ImageUntagLibpodParams) WithTag(tag *string) *ImageUntagLibpodParams
WithTag adds the tag to the image untag libpod params
func (*ImageUntagLibpodParams) WithTimeout ¶
func (o *ImageUntagLibpodParams) WithTimeout(timeout time.Duration) *ImageUntagLibpodParams
WithTimeout adds the timeout to the image untag libpod params
func (*ImageUntagLibpodParams) WriteToRequest ¶
func (o *ImageUntagLibpodParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- image_build_libpod_parameters.go
- image_build_libpod_responses.go
- image_changes_libpod_parameters.go
- image_changes_libpod_responses.go
- image_delete_all_libpod_parameters.go
- image_delete_all_libpod_responses.go
- image_delete_libpod_parameters.go
- image_delete_libpod_responses.go
- image_exists_libpod_parameters.go
- image_exists_libpod_responses.go
- image_export_libpod_parameters.go
- image_export_libpod_responses.go
- image_get_libpod_parameters.go
- image_get_libpod_responses.go
- image_history_libpod_parameters.go
- image_history_libpod_responses.go
- image_import_libpod_parameters.go
- image_import_libpod_responses.go
- image_inspect_libpod_parameters.go
- image_inspect_libpod_responses.go
- image_list_libpod_parameters.go
- image_list_libpod_responses.go
- image_load_libpod_parameters.go
- image_load_libpod_responses.go
- image_prune_libpod_parameters.go
- image_prune_libpod_responses.go
- image_pull_libpod_parameters.go
- image_pull_libpod_responses.go
- image_push_libpod_parameters.go
- image_push_libpod_responses.go
- image_search_libpod_parameters.go
- image_search_libpod_responses.go
- image_tag_libpod_parameters.go
- image_tag_libpod_responses.go
- image_tree_libpod_parameters.go
- image_tree_libpod_responses.go
- image_untag_libpod_parameters.go
- image_untag_libpod_responses.go
- images_client.go