image_config

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ListImagesClientCreatedAtConstant = "createdAt"
	ListImagesClientUpdatedAtConstant = "updatedAt"
	ListImagesClientVersionConstant   = "version"
)

Get the enum in ListImagesClientParams

View Source
const (
	ListImagesClientAscConstant  = "asc"
	ListImagesClientDescConstant = "desc"
)

Get the enum in ListImagesClientParams

View Source
const (
	ListImagesCreatedAtConstant = "createdAt"
	ListImagesUpdatedAtConstant = "updatedAt"
	ListImagesVersionConstant   = "version"
)

Get the enum in ListImagesParams

View Source
const (
	ListImagesAscConstant  = "asc"
	ListImagesDescConstant = "desc"
)

Get the enum in ListImagesParams

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for image config API

func (*Client) CreateImage deprecated

Deprecated: 2022-08-10 - Use CreateImageShort instead.

CreateImage create image ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE] Required scope: social

This endpoint will create image.

Sample image: { "namespace":"dewa", "version":"1.0.0", "image":"144436415367.dkr.ecr.us-west-2.amazonaws.com/dewa:1.0.0", "persistent":false } ```

func (*Client) CreateImagePatch deprecated added in v0.13.0

Deprecated: 2022-08-10 - Use CreateImagePatchShort instead.

CreateImagePatch create image patch ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE] Required scope: social

This endpoint will create image patch.

Sample image: { "namespace":"dewa", "version":"1.0.0", "patchVersion":"1.0.0-patch", "image":"144436415367.dkr.ecr.us-west-2.amazonaws.com/dewa:1.0.0-patch", "persistent":false } ```

func (*Client) CreateImagePatchShort added in v0.13.0

func (a *Client) CreateImagePatchShort(params *CreateImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImagePatchCreated, error)

CreateImagePatchShort create image patch ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE] Required scope: social

This endpoint will create image patch.

Sample image: { "namespace":"dewa", "version":"1.0.0", "patchVersion":"1.0.0-patch", "image":"144436415367.dkr.ecr.us-west-2.amazonaws.com/dewa:1.0.0-patch", "persistent":false } ```

func (*Client) CreateImageShort added in v0.8.0

func (a *Client) CreateImageShort(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImageNoContent, error)

CreateImageShort create image ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE] Required scope: social

This endpoint will create image.

Sample image: { "namespace":"dewa", "version":"1.0.0", "image":"144436415367.dkr.ecr.us-west-2.amazonaws.com/dewa:1.0.0", "persistent":false } ```

func (*Client) CreateRepository deprecated added in v0.45.0

Deprecated: 2022-08-10 - Use CreateRepositoryShort instead.

CreateRepository create repository ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE] Required scope: social

This endpoint will create image repository.

Sample repository: { "namespace":"testing", "repository":"ds-testing-924623", } ```

func (*Client) CreateRepositoryShort added in v0.45.0

func (a *Client) CreateRepositoryShort(params *CreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRepositoryNoContent, error)

CreateRepositoryShort create repository ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE] Required scope: social

This endpoint will create image repository.

Sample repository: { "namespace":"testing", "repository":"ds-testing-924623", } ```

func (*Client) DeleteImage deprecated

Deprecated: 2022-08-10 - Use DeleteImageShort instead.

DeleteImage delete an image Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE]

Required scope: social.

This endpoint will delete an image that specified in the request parameter.

Default image is cannot be deleted and will throw error 422 (Unprocessable entity).

func (*Client) DeleteImagePatch deprecated added in v0.13.0

Deprecated: 2022-08-10 - Use DeleteImagePatchShort instead.

DeleteImagePatch delete an image patch Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE]

Required scope: social

This endpoint will delete an image patch that specified in the request parameter

func (*Client) DeleteImagePatchShort added in v0.13.0

func (a *Client) DeleteImagePatchShort(params *DeleteImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImagePatchNoContent, error)

DeleteImagePatchShort delete an image patch Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE]

Required scope: social

This endpoint will delete an image patch that specified in the request parameter

func (*Client) DeleteImageShort added in v0.8.0

func (a *Client) DeleteImageShort(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImageNoContent, error)

DeleteImageShort delete an image Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE]

Required scope: social.

This endpoint will delete an image that specified in the request parameter.

Default image is cannot be deleted and will throw error 422 (Unprocessable entity).

func (*Client) ExportImages deprecated

Deprecated: 2022-08-10 - Use ExportImagesShort instead.

ExportImages export dsm controller images for a namespace Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint export a dedicated servers images in a namespace.

func (*Client) ExportImagesShort added in v0.8.0

func (a *Client) ExportImagesShort(params *ExportImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ExportImagesOK, error)

ExportImagesShort export dsm controller images for a namespace Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint export a dedicated servers images in a namespace.

func (*Client) GetImageDetail deprecated

Deprecated: 2022-08-10 - Use GetImageDetailShort instead.

GetImageDetail ds image detail Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get specific version of dedicated servers images.

func (*Client) GetImageDetailShort added in v0.8.0

func (a *Client) GetImageDetailShort(params *GetImageDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageDetailOK, error)

GetImageDetailShort ds image detail Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get specific version of dedicated servers images.

func (*Client) GetImageLimit deprecated

Deprecated: 2022-08-10 - Use GetImageLimitShort instead.

GetImageLimit ds image limit Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get ds image limit for specific namespace

func (*Client) GetImageLimitShort added in v0.8.0

func (a *Client) GetImageLimitShort(params *GetImageLimitParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageLimitOK, error)

GetImageLimitShort ds image limit Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get ds image limit for specific namespace

func (*Client) GetImagePatchDetail deprecated added in v0.13.0

Deprecated: 2022-08-10 - Use GetImagePatchDetailShort instead.

GetImagePatchDetail ds image patch detail Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get specific image patch version of dedicated servers version.

func (*Client) GetImagePatchDetailShort added in v0.13.0

func (a *Client) GetImagePatchDetailShort(params *GetImagePatchDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchDetailOK, error)

GetImagePatchDetailShort ds image patch detail Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get specific image patch version of dedicated servers version.

func (*Client) GetImagePatches deprecated added in v0.13.0

Deprecated: 2022-08-10 - Use GetImagePatchesShort instead.

GetImagePatches get all image patches by version Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get image patches by version.

Image Size unit is byte.

func (*Client) GetImagePatchesShort added in v0.13.0

func (a *Client) GetImagePatchesShort(params *GetImagePatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchesOK, error)

GetImagePatchesShort get all image patches by version Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get image patches by version.

Image Size unit is byte.

func (*Client) GetRepository deprecated added in v0.45.0

Deprecated: 2022-08-10 - Use GetRepositoryShort instead.

GetRepository get repository for a namespace Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get a dedicated servers repository name in a namespace.

func (*Client) GetRepositoryShort added in v0.45.0

func (a *Client) GetRepositoryShort(params *GetRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryOK, error)

GetRepositoryShort get repository for a namespace Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get a dedicated servers repository name in a namespace.

func (*Client) ImageDetailClient deprecated added in v0.8.0

Deprecated: 2022-08-10 - Use ImageDetailClientShort instead.

ImageDetailClient ds image detail client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get specific version of dedicated servers images.

func (*Client) ImageDetailClientShort added in v0.8.0

func (a *Client) ImageDetailClientShort(params *ImageDetailClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageDetailClientOK, error)

ImageDetailClientShort ds image detail client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get specific version of dedicated servers images.

func (*Client) ImageLimitClient deprecated added in v0.27.0

Deprecated: 2022-08-10 - Use ImageLimitClientShort instead.

ImageLimitClient ds image limit for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get DS image limit for specific namespace.This endpoint also give the non-persistent image which is used by any deployments

func (*Client) ImageLimitClientShort added in v0.27.0

func (a *Client) ImageLimitClientShort(params *ImageLimitClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageLimitClientOK, error)

ImageLimitClientShort ds image limit for client Required permission: NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint get DS image limit for specific namespace.This endpoint also give the non-persistent image which is used by any deployments

func (*Client) ImportImages deprecated

Deprecated: 2022-08-10 - Use ImportImagesShort instead.

ImportImages import images for a namespace Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE]

Required scope: social

This endpoint import a dedicated servers images in a namespace.

The image will be upsert. Existing version will be replaced with imported image, will create new one if not found.

Example data inside imported file [ { "namespace": "dewa", "image": "123456789.dkr.ecr.us-west-2.amazonaws.com/ds-dewa:0.0.1-alpha", "version": "0.0.1", "persistent": true } ]

func (*Client) ImportImagesShort added in v0.8.0

func (a *Client) ImportImagesShort(params *ImportImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ImportImagesOK, error)

ImportImagesShort import images for a namespace Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [CREATE]

Required scope: social

This endpoint import a dedicated servers images in a namespace.

The image will be upsert. Existing version will be replaced with imported image, will create new one if not found.

Example data inside imported file [ { "namespace": "dewa", "image": "123456789.dkr.ecr.us-west-2.amazonaws.com/ds-dewa:0.0.1-alpha", "version": "0.0.1", "persistent": true } ]

func (*Client) ListImages deprecated

Deprecated: 2022-08-10 - Use ListImagesShort instead.

ListImages list all ds images Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint lists all of dedicated servers images.

Parameter Offset and Count is Required

func (*Client) ListImagesClient deprecated added in v0.53.0

Deprecated: 2022-08-10 - Use ListImagesClientShort instead.

ListImagesClient list all ds images for client credential authorization type Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint lists all of dedicated servers images.

Parameter Offset and Count is Required

func (*Client) ListImagesClientShort added in v0.53.0

func (a *Client) ListImagesClientShort(params *ListImagesClientParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesClientOK, error)

ListImagesClientShort list all ds images for client credential authorization type Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint lists all of dedicated servers images.

Parameter Offset and Count is Required

func (*Client) ListImagesShort added in v0.8.0

func (a *Client) ListImagesShort(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesOK, error)

ListImagesShort list all ds images Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [READ]

Required scope: social

This endpoint lists all of dedicated servers images.

Parameter Offset and Count is Required

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateImage deprecated

Deprecated: 2022-08-10 - Use UpdateImageShort instead.

UpdateImage update image ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE] Required scope: social

This endpoint will update an image name and/or image persistent flag.

Sample image: { "namespace":"dewa", "version":"1.0.0", "image":"144436415367.dkr.ecr.us-west-2.amazonaws.com/dewa:1.0.0", "persistent":false } ```

func (*Client) UpdateImageShort added in v0.8.0

func (a *Client) UpdateImageShort(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateImageNoContent, error)

UpdateImageShort update image ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSM:CONFIG [UPDATE] Required scope: social

This endpoint will update an image name and/or image persistent flag.

Sample image: { "namespace":"dewa", "version":"1.0.0", "image":"144436415367.dkr.ecr.us-west-2.amazonaws.com/dewa:1.0.0", "persistent":false } ```

type ClientService

type ClientService interface {
	UpdateImage(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateImageNoContent, *UpdateImageBadRequest, *UpdateImageUnauthorized, *UpdateImageInternalServerError, error)
	UpdateImageShort(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateImageNoContent, error)
	CreateImage(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImageNoContent, *CreateImageBadRequest, *CreateImageUnauthorized, *CreateImageConflict, *CreateImageInternalServerError, error)
	CreateImageShort(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImageNoContent, error)
	ImportImages(params *ImportImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ImportImagesOK, *ImportImagesBadRequest, *ImportImagesUnauthorized, *ImportImagesForbidden, *ImportImagesInternalServerError, error)
	ImportImagesShort(params *ImportImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ImportImagesOK, error)
	CreateImagePatch(params *CreateImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImagePatchCreated, *CreateImagePatchBadRequest, *CreateImagePatchUnauthorized, *CreateImagePatchConflict, *CreateImagePatchInternalServerError, error)
	CreateImagePatchShort(params *CreateImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImagePatchCreated, error)
	ListImages(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesOK, *ListImagesBadRequest, *ListImagesUnauthorized, *ListImagesInternalServerError, error)
	ListImagesShort(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesOK, error)
	DeleteImage(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImageNoContent, *DeleteImageBadRequest, *DeleteImageUnauthorized, *DeleteImageNotFound, *DeleteImageUnprocessableEntity, *DeleteImageInternalServerError, error)
	DeleteImageShort(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImageNoContent, error)
	ExportImages(params *ExportImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ExportImagesOK, *ExportImagesUnauthorized, *ExportImagesForbidden, *ExportImagesNotFound, *ExportImagesInternalServerError, error)
	ExportImagesShort(params *ExportImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ExportImagesOK, error)
	GetImageLimit(params *GetImageLimitParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageLimitOK, *GetImageLimitBadRequest, *GetImageLimitUnauthorized, *GetImageLimitInternalServerError, error)
	GetImageLimitShort(params *GetImageLimitParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageLimitOK, error)
	DeleteImagePatch(params *DeleteImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImagePatchNoContent, *DeleteImagePatchBadRequest, *DeleteImagePatchUnauthorized, *DeleteImagePatchNotFound, *DeleteImagePatchUnprocessableEntity, *DeleteImagePatchInternalServerError, error)
	DeleteImagePatchShort(params *DeleteImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImagePatchNoContent, error)
	GetImageDetail(params *GetImageDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageDetailOK, *GetImageDetailUnauthorized, *GetImageDetailNotFound, *GetImageDetailInternalServerError, error)
	GetImageDetailShort(params *GetImageDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageDetailOK, error)
	GetImagePatches(params *GetImagePatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchesOK, *GetImagePatchesUnauthorized, *GetImagePatchesInternalServerError, error)
	GetImagePatchesShort(params *GetImagePatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchesOK, error)
	GetImagePatchDetail(params *GetImagePatchDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchDetailOK, *GetImagePatchDetailUnauthorized, *GetImagePatchDetailNotFound, *GetImagePatchDetailInternalServerError, error)
	GetImagePatchDetailShort(params *GetImagePatchDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchDetailOK, error)
	GetRepository(params *GetRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryOK, *GetRepositoryUnauthorized, *GetRepositoryNotFound, *GetRepositoryInternalServerError, error)
	GetRepositoryShort(params *GetRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryOK, error)
	CreateRepository(params *CreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRepositoryNoContent, *CreateRepositoryBadRequest, *CreateRepositoryUnauthorized, *CreateRepositoryInternalServerError, error)
	CreateRepositoryShort(params *CreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRepositoryNoContent, error)
	ListImagesClient(params *ListImagesClientParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesClientOK, *ListImagesClientBadRequest, *ListImagesClientUnauthorized, *ListImagesClientInternalServerError, error)
	ListImagesClientShort(params *ListImagesClientParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesClientOK, error)
	ImageLimitClient(params *ImageLimitClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageLimitClientOK, *ImageLimitClientBadRequest, *ImageLimitClientUnauthorized, *ImageLimitClientInternalServerError, error)
	ImageLimitClientShort(params *ImageLimitClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageLimitClientOK, error)
	ImageDetailClient(params *ImageDetailClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageDetailClientOK, *ImageDetailClientUnauthorized, *ImageDetailClientNotFound, *ImageDetailClientInternalServerError, error)
	ImageDetailClientShort(params *ImageDetailClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageDetailClientOK, 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 image config API client.

type CreateImageBadRequest

type CreateImageBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImageBadRequest handles this case with default header values.

malformed request

func NewCreateImageBadRequest

func NewCreateImageBadRequest() *CreateImageBadRequest

NewCreateImageBadRequest creates a CreateImageBadRequest with default headers values

func (*CreateImageBadRequest) Error

func (o *CreateImageBadRequest) Error() string

func (*CreateImageBadRequest) GetPayload

func (*CreateImageBadRequest) ToJSONString added in v0.25.0

func (o *CreateImageBadRequest) ToJSONString() string

type CreateImageConflict

type CreateImageConflict struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImageConflict handles this case with default header values.

conflict. duplicate image version record

func NewCreateImageConflict

func NewCreateImageConflict() *CreateImageConflict

NewCreateImageConflict creates a CreateImageConflict with default headers values

func (*CreateImageConflict) Error

func (o *CreateImageConflict) Error() string

func (*CreateImageConflict) GetPayload

func (*CreateImageConflict) ToJSONString added in v0.25.0

func (o *CreateImageConflict) ToJSONString() string

type CreateImageInternalServerError

type CreateImageInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImageInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateImageInternalServerError

func NewCreateImageInternalServerError() *CreateImageInternalServerError

NewCreateImageInternalServerError creates a CreateImageInternalServerError with default headers values

func (*CreateImageInternalServerError) Error

func (*CreateImageInternalServerError) GetPayload

func (*CreateImageInternalServerError) ToJSONString added in v0.25.0

func (o *CreateImageInternalServerError) ToJSONString() string

type CreateImageNoContent

type CreateImageNoContent struct {
}

CreateImageNoContent handles this case with default header values.

image created

func NewCreateImageNoContent

func NewCreateImageNoContent() *CreateImageNoContent

NewCreateImageNoContent creates a CreateImageNoContent with default headers values

func (*CreateImageNoContent) Error

func (o *CreateImageNoContent) Error() string

type CreateImageParams

type CreateImageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *dsmcclientmodels.ModelsCreateImageRequest

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CreateImageParams contains all the parameters to send to the API endpoint for the create image operation typically these are written to a http.Request

func NewCreateImageParams

func NewCreateImageParams() *CreateImageParams

NewCreateImageParams creates a new CreateImageParams object with the default values initialized.

func NewCreateImageParamsWithContext

func NewCreateImageParamsWithContext(ctx context.Context) *CreateImageParams

NewCreateImageParamsWithContext creates a new CreateImageParams object with the default values initialized, and the ability to set a context for a request

func NewCreateImageParamsWithHTTPClient

func NewCreateImageParamsWithHTTPClient(client *http.Client) *CreateImageParams

NewCreateImageParamsWithHTTPClient creates a new CreateImageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateImageParamsWithTimeout

func NewCreateImageParamsWithTimeout(timeout time.Duration) *CreateImageParams

NewCreateImageParamsWithTimeout creates a new CreateImageParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateImageParams) SetAuthInfoWriter added in v0.17.0

func (o *CreateImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create image params

func (*CreateImageParams) SetBody

SetBody adds the body to the create image params

func (*CreateImageParams) SetContext

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

SetContext adds the context to the create image params

func (*CreateImageParams) SetFlightId added in v0.63.0

func (o *CreateImageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CreateImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create image params

func (*CreateImageParams) SetHTTPClientTransport added in v0.19.0

func (o *CreateImageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create image params

func (*CreateImageParams) SetTimeout

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

SetTimeout adds the timeout to the create image params

func (*CreateImageParams) WithBody

WithBody adds the body to the create image params

func (*CreateImageParams) WithContext

func (o *CreateImageParams) WithContext(ctx context.Context) *CreateImageParams

WithContext adds the context to the create image params

func (*CreateImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create image params

func (*CreateImageParams) WithTimeout

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

WithTimeout adds the timeout to the create image params

func (*CreateImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateImagePatchBadRequest added in v0.13.0

type CreateImagePatchBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImagePatchBadRequest handles this case with default header values.

malformed request

func NewCreateImagePatchBadRequest added in v0.13.0

func NewCreateImagePatchBadRequest() *CreateImagePatchBadRequest

NewCreateImagePatchBadRequest creates a CreateImagePatchBadRequest with default headers values

func (*CreateImagePatchBadRequest) Error added in v0.13.0

func (*CreateImagePatchBadRequest) GetPayload added in v0.13.0

func (*CreateImagePatchBadRequest) ToJSONString added in v0.25.0

func (o *CreateImagePatchBadRequest) ToJSONString() string

type CreateImagePatchConflict added in v0.13.0

type CreateImagePatchConflict struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImagePatchConflict handles this case with default header values.

conflict. duplicate image patch version record

func NewCreateImagePatchConflict added in v0.13.0

func NewCreateImagePatchConflict() *CreateImagePatchConflict

NewCreateImagePatchConflict creates a CreateImagePatchConflict with default headers values

func (*CreateImagePatchConflict) Error added in v0.13.0

func (o *CreateImagePatchConflict) Error() string

func (*CreateImagePatchConflict) GetPayload added in v0.13.0

func (*CreateImagePatchConflict) ToJSONString added in v0.25.0

func (o *CreateImagePatchConflict) ToJSONString() string

type CreateImagePatchCreated added in v0.13.0

type CreateImagePatchCreated struct {
}

CreateImagePatchCreated handles this case with default header values.

image patch created

func NewCreateImagePatchCreated added in v0.13.0

func NewCreateImagePatchCreated() *CreateImagePatchCreated

NewCreateImagePatchCreated creates a CreateImagePatchCreated with default headers values

func (*CreateImagePatchCreated) Error added in v0.13.0

func (o *CreateImagePatchCreated) Error() string

type CreateImagePatchInternalServerError added in v0.13.0

type CreateImagePatchInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImagePatchInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateImagePatchInternalServerError added in v0.13.0

func NewCreateImagePatchInternalServerError() *CreateImagePatchInternalServerError

NewCreateImagePatchInternalServerError creates a CreateImagePatchInternalServerError with default headers values

func (*CreateImagePatchInternalServerError) Error added in v0.13.0

func (*CreateImagePatchInternalServerError) GetPayload added in v0.13.0

func (*CreateImagePatchInternalServerError) ToJSONString added in v0.25.0

func (o *CreateImagePatchInternalServerError) ToJSONString() string

type CreateImagePatchParams added in v0.13.0

type CreateImagePatchParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *dsmcclientmodels.ModelsCreateImagePatchRequest

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CreateImagePatchParams contains all the parameters to send to the API endpoint for the create image patch operation typically these are written to a http.Request

func NewCreateImagePatchParams added in v0.13.0

func NewCreateImagePatchParams() *CreateImagePatchParams

NewCreateImagePatchParams creates a new CreateImagePatchParams object with the default values initialized.

func NewCreateImagePatchParamsWithContext added in v0.13.0

func NewCreateImagePatchParamsWithContext(ctx context.Context) *CreateImagePatchParams

NewCreateImagePatchParamsWithContext creates a new CreateImagePatchParams object with the default values initialized, and the ability to set a context for a request

func NewCreateImagePatchParamsWithHTTPClient added in v0.13.0

func NewCreateImagePatchParamsWithHTTPClient(client *http.Client) *CreateImagePatchParams

NewCreateImagePatchParamsWithHTTPClient creates a new CreateImagePatchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateImagePatchParamsWithTimeout added in v0.13.0

func NewCreateImagePatchParamsWithTimeout(timeout time.Duration) *CreateImagePatchParams

NewCreateImagePatchParamsWithTimeout creates a new CreateImagePatchParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateImagePatchParams) SetAuthInfoWriter added in v0.17.0

func (o *CreateImagePatchParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create image patch params

func (*CreateImagePatchParams) SetBody added in v0.13.0

SetBody adds the body to the create image patch params

func (*CreateImagePatchParams) SetContext added in v0.13.0

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

SetContext adds the context to the create image patch params

func (*CreateImagePatchParams) SetFlightId added in v0.63.0

func (o *CreateImagePatchParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CreateImagePatchParams) SetHTTPClient added in v0.13.0

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

SetHTTPClient adds the HTTPClient to the create image patch params

func (*CreateImagePatchParams) SetHTTPClientTransport added in v0.19.0

func (o *CreateImagePatchParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create image patch params

func (*CreateImagePatchParams) SetTimeout added in v0.13.0

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

SetTimeout adds the timeout to the create image patch params

func (*CreateImagePatchParams) WithBody added in v0.13.0

WithBody adds the body to the create image patch params

func (*CreateImagePatchParams) WithContext added in v0.13.0

WithContext adds the context to the create image patch params

func (*CreateImagePatchParams) WithHTTPClient added in v0.13.0

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

WithHTTPClient adds the HTTPClient to the create image patch params

func (*CreateImagePatchParams) WithTimeout added in v0.13.0

WithTimeout adds the timeout to the create image patch params

func (*CreateImagePatchParams) WriteToRequest added in v0.13.0

WriteToRequest writes these params to a swagger request

type CreateImagePatchReader added in v0.13.0

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

CreateImagePatchReader is a Reader for the CreateImagePatch structure.

func (*CreateImagePatchReader) ReadResponse added in v0.13.0

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

ReadResponse reads a server response into the received o.

type CreateImagePatchUnauthorized added in v0.13.0

type CreateImagePatchUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImagePatchUnauthorized handles this case with default header values.

Unauthorized

func NewCreateImagePatchUnauthorized added in v0.13.0

func NewCreateImagePatchUnauthorized() *CreateImagePatchUnauthorized

NewCreateImagePatchUnauthorized creates a CreateImagePatchUnauthorized with default headers values

func (*CreateImagePatchUnauthorized) Error added in v0.13.0

func (*CreateImagePatchUnauthorized) GetPayload added in v0.13.0

func (*CreateImagePatchUnauthorized) ToJSONString added in v0.25.0

func (o *CreateImagePatchUnauthorized) ToJSONString() string

type CreateImageReader

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

CreateImageReader is a Reader for the CreateImage structure.

func (*CreateImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateImageUnauthorized

type CreateImageUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateImageUnauthorized handles this case with default header values.

Unauthorized

func NewCreateImageUnauthorized

func NewCreateImageUnauthorized() *CreateImageUnauthorized

NewCreateImageUnauthorized creates a CreateImageUnauthorized with default headers values

func (*CreateImageUnauthorized) Error

func (o *CreateImageUnauthorized) Error() string

func (*CreateImageUnauthorized) GetPayload

func (*CreateImageUnauthorized) ToJSONString added in v0.25.0

func (o *CreateImageUnauthorized) ToJSONString() string

type CreateRepositoryBadRequest added in v0.45.0

type CreateRepositoryBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateRepositoryBadRequest handles this case with default header values.

malformed request

func NewCreateRepositoryBadRequest added in v0.45.0

func NewCreateRepositoryBadRequest() *CreateRepositoryBadRequest

NewCreateRepositoryBadRequest creates a CreateRepositoryBadRequest with default headers values

func (*CreateRepositoryBadRequest) Error added in v0.45.0

func (*CreateRepositoryBadRequest) GetPayload added in v0.45.0

func (*CreateRepositoryBadRequest) ToJSONString added in v0.45.0

func (o *CreateRepositoryBadRequest) ToJSONString() string

type CreateRepositoryInternalServerError added in v0.45.0

type CreateRepositoryInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateRepositoryInternalServerError handles this case with default header values.

Internal Server Error

func NewCreateRepositoryInternalServerError added in v0.45.0

func NewCreateRepositoryInternalServerError() *CreateRepositoryInternalServerError

NewCreateRepositoryInternalServerError creates a CreateRepositoryInternalServerError with default headers values

func (*CreateRepositoryInternalServerError) Error added in v0.45.0

func (*CreateRepositoryInternalServerError) GetPayload added in v0.45.0

func (*CreateRepositoryInternalServerError) ToJSONString added in v0.45.0

func (o *CreateRepositoryInternalServerError) ToJSONString() string

type CreateRepositoryNoContent added in v0.45.0

type CreateRepositoryNoContent struct {
}

CreateRepositoryNoContent handles this case with default header values.

repository created

func NewCreateRepositoryNoContent added in v0.45.0

func NewCreateRepositoryNoContent() *CreateRepositoryNoContent

NewCreateRepositoryNoContent creates a CreateRepositoryNoContent with default headers values

func (*CreateRepositoryNoContent) Error added in v0.45.0

func (o *CreateRepositoryNoContent) Error() string

type CreateRepositoryParams added in v0.45.0

type CreateRepositoryParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *dsmcclientmodels.ModelsCreateRepositoryRequest

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

CreateRepositoryParams contains all the parameters to send to the API endpoint for the create repository operation typically these are written to a http.Request

func NewCreateRepositoryParams added in v0.45.0

func NewCreateRepositoryParams() *CreateRepositoryParams

NewCreateRepositoryParams creates a new CreateRepositoryParams object with the default values initialized.

func NewCreateRepositoryParamsWithContext added in v0.45.0

func NewCreateRepositoryParamsWithContext(ctx context.Context) *CreateRepositoryParams

NewCreateRepositoryParamsWithContext creates a new CreateRepositoryParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRepositoryParamsWithHTTPClient added in v0.45.0

func NewCreateRepositoryParamsWithHTTPClient(client *http.Client) *CreateRepositoryParams

NewCreateRepositoryParamsWithHTTPClient creates a new CreateRepositoryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRepositoryParamsWithTimeout added in v0.45.0

func NewCreateRepositoryParamsWithTimeout(timeout time.Duration) *CreateRepositoryParams

NewCreateRepositoryParamsWithTimeout creates a new CreateRepositoryParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRepositoryParams) SetAuthInfoWriter added in v0.45.0

func (o *CreateRepositoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the create repository params

func (*CreateRepositoryParams) SetBody added in v0.45.0

SetBody adds the body to the create repository params

func (*CreateRepositoryParams) SetContext added in v0.45.0

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

SetContext adds the context to the create repository params

func (*CreateRepositoryParams) SetFlightId added in v0.63.0

func (o *CreateRepositoryParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CreateRepositoryParams) SetHTTPClient added in v0.45.0

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

SetHTTPClient adds the HTTPClient to the create repository params

func (*CreateRepositoryParams) SetHTTPClientTransport added in v0.45.0

func (o *CreateRepositoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the create repository params

func (*CreateRepositoryParams) SetTimeout added in v0.45.0

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

SetTimeout adds the timeout to the create repository params

func (*CreateRepositoryParams) WithBody added in v0.45.0

WithBody adds the body to the create repository params

func (*CreateRepositoryParams) WithContext added in v0.45.0

WithContext adds the context to the create repository params

func (*CreateRepositoryParams) WithHTTPClient added in v0.45.0

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

WithHTTPClient adds the HTTPClient to the create repository params

func (*CreateRepositoryParams) WithTimeout added in v0.45.0

WithTimeout adds the timeout to the create repository params

func (*CreateRepositoryParams) WriteToRequest added in v0.45.0

WriteToRequest writes these params to a swagger request

type CreateRepositoryReader added in v0.45.0

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

CreateRepositoryReader is a Reader for the CreateRepository structure.

func (*CreateRepositoryReader) ReadResponse added in v0.45.0

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

ReadResponse reads a server response into the received o.

type CreateRepositoryUnauthorized added in v0.45.0

type CreateRepositoryUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

CreateRepositoryUnauthorized handles this case with default header values.

Unauthorized

func NewCreateRepositoryUnauthorized added in v0.45.0

func NewCreateRepositoryUnauthorized() *CreateRepositoryUnauthorized

NewCreateRepositoryUnauthorized creates a CreateRepositoryUnauthorized with default headers values

func (*CreateRepositoryUnauthorized) Error added in v0.45.0

func (*CreateRepositoryUnauthorized) GetPayload added in v0.45.0

func (*CreateRepositoryUnauthorized) ToJSONString added in v0.45.0

func (o *CreateRepositoryUnauthorized) ToJSONString() string

type DeleteImageBadRequest

type DeleteImageBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImageBadRequest handles this case with default header values.

malformed request

func NewDeleteImageBadRequest

func NewDeleteImageBadRequest() *DeleteImageBadRequest

NewDeleteImageBadRequest creates a DeleteImageBadRequest with default headers values

func (*DeleteImageBadRequest) Error

func (o *DeleteImageBadRequest) Error() string

func (*DeleteImageBadRequest) GetPayload

func (*DeleteImageBadRequest) ToJSONString added in v0.25.0

func (o *DeleteImageBadRequest) ToJSONString() string

type DeleteImageInternalServerError

type DeleteImageInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImageInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteImageInternalServerError

func NewDeleteImageInternalServerError() *DeleteImageInternalServerError

NewDeleteImageInternalServerError creates a DeleteImageInternalServerError with default headers values

func (*DeleteImageInternalServerError) Error

func (*DeleteImageInternalServerError) GetPayload

func (*DeleteImageInternalServerError) ToJSONString added in v0.25.0

func (o *DeleteImageInternalServerError) ToJSONString() string

type DeleteImageNoContent

type DeleteImageNoContent struct {
}

DeleteImageNoContent handles this case with default header values.

image deleted

func NewDeleteImageNoContent

func NewDeleteImageNoContent() *DeleteImageNoContent

NewDeleteImageNoContent creates a DeleteImageNoContent with default headers values

func (*DeleteImageNoContent) Error

func (o *DeleteImageNoContent) Error() string

type DeleteImageNotFound

type DeleteImageNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImageNotFound handles this case with default header values.

malformed request

func NewDeleteImageNotFound

func NewDeleteImageNotFound() *DeleteImageNotFound

NewDeleteImageNotFound creates a DeleteImageNotFound with default headers values

func (*DeleteImageNotFound) Error

func (o *DeleteImageNotFound) Error() string

func (*DeleteImageNotFound) GetPayload

func (*DeleteImageNotFound) ToJSONString added in v0.25.0

func (o *DeleteImageNotFound) ToJSONString() string

type DeleteImageParams

type DeleteImageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*ImageURI
	  registry image URI that will be deleted

	*/
	ImageURI string
	/*Version
	  image version that will be deleted

	*/
	Version string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

DeleteImageParams contains all the parameters to send to the API endpoint for the delete image operation typically these are written to a http.Request

func NewDeleteImageParams

func NewDeleteImageParams() *DeleteImageParams

NewDeleteImageParams creates a new DeleteImageParams object with the default values initialized.

func NewDeleteImageParamsWithContext

func NewDeleteImageParamsWithContext(ctx context.Context) *DeleteImageParams

NewDeleteImageParamsWithContext creates a new DeleteImageParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteImageParamsWithHTTPClient

func NewDeleteImageParamsWithHTTPClient(client *http.Client) *DeleteImageParams

NewDeleteImageParamsWithHTTPClient creates a new DeleteImageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteImageParamsWithTimeout

func NewDeleteImageParamsWithTimeout(timeout time.Duration) *DeleteImageParams

NewDeleteImageParamsWithTimeout creates a new DeleteImageParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteImageParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete image params

func (*DeleteImageParams) SetContext

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

SetContext adds the context to the delete image params

func (*DeleteImageParams) SetFlightId added in v0.63.0

func (o *DeleteImageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DeleteImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete image params

func (*DeleteImageParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteImageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete image params

func (*DeleteImageParams) SetImageURI

func (o *DeleteImageParams) SetImageURI(imageURI string)

SetImageURI adds the imageUri to the delete image params

func (*DeleteImageParams) SetNamespace

func (o *DeleteImageParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete image params

func (*DeleteImageParams) SetTimeout

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

SetTimeout adds the timeout to the delete image params

func (*DeleteImageParams) SetVersion

func (o *DeleteImageParams) SetVersion(version string)

SetVersion adds the version to the delete image params

func (*DeleteImageParams) WithContext

func (o *DeleteImageParams) WithContext(ctx context.Context) *DeleteImageParams

WithContext adds the context to the delete image params

func (*DeleteImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete image params

func (*DeleteImageParams) WithImageURI

func (o *DeleteImageParams) WithImageURI(imageURI string) *DeleteImageParams

WithImageURI adds the imageURI to the delete image params

func (*DeleteImageParams) WithNamespace

func (o *DeleteImageParams) WithNamespace(namespace string) *DeleteImageParams

WithNamespace adds the namespace to the delete image params

func (*DeleteImageParams) WithTimeout

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

WithTimeout adds the timeout to the delete image params

func (*DeleteImageParams) WithVersion

func (o *DeleteImageParams) WithVersion(version string) *DeleteImageParams

WithVersion adds the version to the delete image params

func (*DeleteImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteImagePatchBadRequest added in v0.13.0

type DeleteImagePatchBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImagePatchBadRequest handles this case with default header values.

malformed request

func NewDeleteImagePatchBadRequest added in v0.13.0

func NewDeleteImagePatchBadRequest() *DeleteImagePatchBadRequest

NewDeleteImagePatchBadRequest creates a DeleteImagePatchBadRequest with default headers values

func (*DeleteImagePatchBadRequest) Error added in v0.13.0

func (*DeleteImagePatchBadRequest) GetPayload added in v0.13.0

func (*DeleteImagePatchBadRequest) ToJSONString added in v0.25.0

func (o *DeleteImagePatchBadRequest) ToJSONString() string

type DeleteImagePatchInternalServerError added in v0.13.0

type DeleteImagePatchInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImagePatchInternalServerError handles this case with default header values.

Internal Server Error

func NewDeleteImagePatchInternalServerError added in v0.13.0

func NewDeleteImagePatchInternalServerError() *DeleteImagePatchInternalServerError

NewDeleteImagePatchInternalServerError creates a DeleteImagePatchInternalServerError with default headers values

func (*DeleteImagePatchInternalServerError) Error added in v0.13.0

func (*DeleteImagePatchInternalServerError) GetPayload added in v0.13.0

func (*DeleteImagePatchInternalServerError) ToJSONString added in v0.25.0

func (o *DeleteImagePatchInternalServerError) ToJSONString() string

type DeleteImagePatchNoContent added in v0.13.0

type DeleteImagePatchNoContent struct {
}

DeleteImagePatchNoContent handles this case with default header values.

image deleted

func NewDeleteImagePatchNoContent added in v0.13.0

func NewDeleteImagePatchNoContent() *DeleteImagePatchNoContent

NewDeleteImagePatchNoContent creates a DeleteImagePatchNoContent with default headers values

func (*DeleteImagePatchNoContent) Error added in v0.13.0

func (o *DeleteImagePatchNoContent) Error() string

type DeleteImagePatchNotFound added in v0.13.0

type DeleteImagePatchNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImagePatchNotFound handles this case with default header values.

malformed request

func NewDeleteImagePatchNotFound added in v0.13.0

func NewDeleteImagePatchNotFound() *DeleteImagePatchNotFound

NewDeleteImagePatchNotFound creates a DeleteImagePatchNotFound with default headers values

func (*DeleteImagePatchNotFound) Error added in v0.13.0

func (o *DeleteImagePatchNotFound) Error() string

func (*DeleteImagePatchNotFound) GetPayload added in v0.13.0

func (*DeleteImagePatchNotFound) ToJSONString added in v0.25.0

func (o *DeleteImagePatchNotFound) ToJSONString() string

type DeleteImagePatchParams added in v0.13.0

type DeleteImagePatchParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*ImageURI
	  registry image patch URI that will be deleted

	*/
	ImageURI string
	/*Version
	  image version that will be deleted

	*/
	Version string
	/*VersionPatch
	  image patch version that will be deleted

	*/
	VersionPatch string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

DeleteImagePatchParams contains all the parameters to send to the API endpoint for the delete image patch operation typically these are written to a http.Request

func NewDeleteImagePatchParams added in v0.13.0

func NewDeleteImagePatchParams() *DeleteImagePatchParams

NewDeleteImagePatchParams creates a new DeleteImagePatchParams object with the default values initialized.

func NewDeleteImagePatchParamsWithContext added in v0.13.0

func NewDeleteImagePatchParamsWithContext(ctx context.Context) *DeleteImagePatchParams

NewDeleteImagePatchParamsWithContext creates a new DeleteImagePatchParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteImagePatchParamsWithHTTPClient added in v0.13.0

func NewDeleteImagePatchParamsWithHTTPClient(client *http.Client) *DeleteImagePatchParams

NewDeleteImagePatchParamsWithHTTPClient creates a new DeleteImagePatchParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteImagePatchParamsWithTimeout added in v0.13.0

func NewDeleteImagePatchParamsWithTimeout(timeout time.Duration) *DeleteImagePatchParams

NewDeleteImagePatchParamsWithTimeout creates a new DeleteImagePatchParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteImagePatchParams) SetAuthInfoWriter added in v0.17.0

func (o *DeleteImagePatchParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the delete image patch params

func (*DeleteImagePatchParams) SetContext added in v0.13.0

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

SetContext adds the context to the delete image patch params

func (*DeleteImagePatchParams) SetFlightId added in v0.63.0

func (o *DeleteImagePatchParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DeleteImagePatchParams) SetHTTPClient added in v0.13.0

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

SetHTTPClient adds the HTTPClient to the delete image patch params

func (*DeleteImagePatchParams) SetHTTPClientTransport added in v0.19.0

func (o *DeleteImagePatchParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the delete image patch params

func (*DeleteImagePatchParams) SetImageURI added in v0.13.0

func (o *DeleteImagePatchParams) SetImageURI(imageURI string)

SetImageURI adds the imageUri to the delete image patch params

func (*DeleteImagePatchParams) SetNamespace added in v0.13.0

func (o *DeleteImagePatchParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the delete image patch params

func (*DeleteImagePatchParams) SetTimeout added in v0.13.0

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

SetTimeout adds the timeout to the delete image patch params

func (*DeleteImagePatchParams) SetVersion added in v0.13.0

func (o *DeleteImagePatchParams) SetVersion(version string)

SetVersion adds the version to the delete image patch params

func (*DeleteImagePatchParams) SetVersionPatch added in v0.13.0

func (o *DeleteImagePatchParams) SetVersionPatch(versionPatch string)

SetVersionPatch adds the versionPatch to the delete image patch params

func (*DeleteImagePatchParams) WithContext added in v0.13.0

WithContext adds the context to the delete image patch params

func (*DeleteImagePatchParams) WithHTTPClient added in v0.13.0

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

WithHTTPClient adds the HTTPClient to the delete image patch params

func (*DeleteImagePatchParams) WithImageURI added in v0.13.0

func (o *DeleteImagePatchParams) WithImageURI(imageURI string) *DeleteImagePatchParams

WithImageURI adds the imageURI to the delete image patch params

func (*DeleteImagePatchParams) WithNamespace added in v0.13.0

func (o *DeleteImagePatchParams) WithNamespace(namespace string) *DeleteImagePatchParams

WithNamespace adds the namespace to the delete image patch params

func (*DeleteImagePatchParams) WithTimeout added in v0.13.0

WithTimeout adds the timeout to the delete image patch params

func (*DeleteImagePatchParams) WithVersion added in v0.13.0

func (o *DeleteImagePatchParams) WithVersion(version string) *DeleteImagePatchParams

WithVersion adds the version to the delete image patch params

func (*DeleteImagePatchParams) WithVersionPatch added in v0.13.0

func (o *DeleteImagePatchParams) WithVersionPatch(versionPatch string) *DeleteImagePatchParams

WithVersionPatch adds the versionPatch to the delete image patch params

func (*DeleteImagePatchParams) WriteToRequest added in v0.13.0

WriteToRequest writes these params to a swagger request

type DeleteImagePatchReader added in v0.13.0

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

DeleteImagePatchReader is a Reader for the DeleteImagePatch structure.

func (*DeleteImagePatchReader) ReadResponse added in v0.13.0

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

ReadResponse reads a server response into the received o.

type DeleteImagePatchUnauthorized added in v0.13.0

type DeleteImagePatchUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImagePatchUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteImagePatchUnauthorized added in v0.13.0

func NewDeleteImagePatchUnauthorized() *DeleteImagePatchUnauthorized

NewDeleteImagePatchUnauthorized creates a DeleteImagePatchUnauthorized with default headers values

func (*DeleteImagePatchUnauthorized) Error added in v0.13.0

func (*DeleteImagePatchUnauthorized) GetPayload added in v0.13.0

func (*DeleteImagePatchUnauthorized) ToJSONString added in v0.25.0

func (o *DeleteImagePatchUnauthorized) ToJSONString() string

type DeleteImagePatchUnprocessableEntity added in v0.13.0

type DeleteImagePatchUnprocessableEntity struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImagePatchUnprocessableEntity handles this case with default header values.

unprocessable entity

func NewDeleteImagePatchUnprocessableEntity added in v0.13.0

func NewDeleteImagePatchUnprocessableEntity() *DeleteImagePatchUnprocessableEntity

NewDeleteImagePatchUnprocessableEntity creates a DeleteImagePatchUnprocessableEntity with default headers values

func (*DeleteImagePatchUnprocessableEntity) Error added in v0.13.0

func (*DeleteImagePatchUnprocessableEntity) GetPayload added in v0.13.0

func (*DeleteImagePatchUnprocessableEntity) ToJSONString added in v0.25.0

func (o *DeleteImagePatchUnprocessableEntity) ToJSONString() string

type DeleteImageReader

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

DeleteImageReader is a Reader for the DeleteImage structure.

func (*DeleteImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteImageUnauthorized

type DeleteImageUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImageUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteImageUnauthorized

func NewDeleteImageUnauthorized() *DeleteImageUnauthorized

NewDeleteImageUnauthorized creates a DeleteImageUnauthorized with default headers values

func (*DeleteImageUnauthorized) Error

func (o *DeleteImageUnauthorized) Error() string

func (*DeleteImageUnauthorized) GetPayload

func (*DeleteImageUnauthorized) ToJSONString added in v0.25.0

func (o *DeleteImageUnauthorized) ToJSONString() string

type DeleteImageUnprocessableEntity

type DeleteImageUnprocessableEntity struct {
	Payload *dsmcclientmodels.ResponseError
}

DeleteImageUnprocessableEntity handles this case with default header values.

unprocessable entity

func NewDeleteImageUnprocessableEntity

func NewDeleteImageUnprocessableEntity() *DeleteImageUnprocessableEntity

NewDeleteImageUnprocessableEntity creates a DeleteImageUnprocessableEntity with default headers values

func (*DeleteImageUnprocessableEntity) Error

func (*DeleteImageUnprocessableEntity) GetPayload

func (*DeleteImageUnprocessableEntity) ToJSONString added in v0.25.0

func (o *DeleteImageUnprocessableEntity) ToJSONString() string

type ExportImagesForbidden

type ExportImagesForbidden struct {
	Payload *dsmcclientmodels.ResponseError
}

ExportImagesForbidden handles this case with default header values.

forbidden access

func NewExportImagesForbidden

func NewExportImagesForbidden() *ExportImagesForbidden

NewExportImagesForbidden creates a ExportImagesForbidden with default headers values

func (*ExportImagesForbidden) Error

func (o *ExportImagesForbidden) Error() string

func (*ExportImagesForbidden) GetPayload

func (*ExportImagesForbidden) ToJSONString added in v0.25.0

func (o *ExportImagesForbidden) ToJSONString() string

type ExportImagesInternalServerError

type ExportImagesInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

ExportImagesInternalServerError handles this case with default header values.

Internal Server Error

func NewExportImagesInternalServerError

func NewExportImagesInternalServerError() *ExportImagesInternalServerError

NewExportImagesInternalServerError creates a ExportImagesInternalServerError with default headers values

func (*ExportImagesInternalServerError) Error

func (*ExportImagesInternalServerError) GetPayload

func (*ExportImagesInternalServerError) ToJSONString added in v0.25.0

func (o *ExportImagesInternalServerError) ToJSONString() string

type ExportImagesNotFound

type ExportImagesNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

ExportImagesNotFound handles this case with default header values.

images not found

func NewExportImagesNotFound

func NewExportImagesNotFound() *ExportImagesNotFound

NewExportImagesNotFound creates a ExportImagesNotFound with default headers values

func (*ExportImagesNotFound) Error

func (o *ExportImagesNotFound) Error() string

func (*ExportImagesNotFound) GetPayload

func (*ExportImagesNotFound) ToJSONString added in v0.25.0

func (o *ExportImagesNotFound) ToJSONString() string

type ExportImagesOK

type ExportImagesOK struct {
	Payload []*dsmcclientmodels.ModelsImageRecord
}

ExportImagesOK handles this case with default header values.

images exported

func NewExportImagesOK

func NewExportImagesOK() *ExportImagesOK

NewExportImagesOK creates a ExportImagesOK with default headers values

func (*ExportImagesOK) Error

func (o *ExportImagesOK) Error() string

func (*ExportImagesOK) GetPayload

func (*ExportImagesOK) ToJSONString added in v0.25.0

func (o *ExportImagesOK) ToJSONString() string

type ExportImagesParams

type ExportImagesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ExportImagesParams contains all the parameters to send to the API endpoint for the export images operation typically these are written to a http.Request

func NewExportImagesParams

func NewExportImagesParams() *ExportImagesParams

NewExportImagesParams creates a new ExportImagesParams object with the default values initialized.

func NewExportImagesParamsWithContext

func NewExportImagesParamsWithContext(ctx context.Context) *ExportImagesParams

NewExportImagesParamsWithContext creates a new ExportImagesParams object with the default values initialized, and the ability to set a context for a request

func NewExportImagesParamsWithHTTPClient

func NewExportImagesParamsWithHTTPClient(client *http.Client) *ExportImagesParams

NewExportImagesParamsWithHTTPClient creates a new ExportImagesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewExportImagesParamsWithTimeout

func NewExportImagesParamsWithTimeout(timeout time.Duration) *ExportImagesParams

NewExportImagesParamsWithTimeout creates a new ExportImagesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ExportImagesParams) SetAuthInfoWriter added in v0.17.0

func (o *ExportImagesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the export images params

func (*ExportImagesParams) SetContext

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

SetContext adds the context to the export images params

func (*ExportImagesParams) SetFlightId added in v0.63.0

func (o *ExportImagesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ExportImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export images params

func (*ExportImagesParams) SetHTTPClientTransport added in v0.19.0

func (o *ExportImagesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the export images params

func (*ExportImagesParams) SetNamespace

func (o *ExportImagesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the export images params

func (*ExportImagesParams) SetTimeout

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

SetTimeout adds the timeout to the export images params

func (*ExportImagesParams) WithContext

WithContext adds the context to the export images params

func (*ExportImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the export images params

func (*ExportImagesParams) WithNamespace

func (o *ExportImagesParams) WithNamespace(namespace string) *ExportImagesParams

WithNamespace adds the namespace to the export images params

func (*ExportImagesParams) WithTimeout

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

WithTimeout adds the timeout to the export images params

func (*ExportImagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ExportImagesReader

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

ExportImagesReader is a Reader for the ExportImages structure.

func (*ExportImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportImagesUnauthorized

type ExportImagesUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

ExportImagesUnauthorized handles this case with default header values.

unauthorized access

func NewExportImagesUnauthorized

func NewExportImagesUnauthorized() *ExportImagesUnauthorized

NewExportImagesUnauthorized creates a ExportImagesUnauthorized with default headers values

func (*ExportImagesUnauthorized) Error

func (o *ExportImagesUnauthorized) Error() string

func (*ExportImagesUnauthorized) GetPayload

func (*ExportImagesUnauthorized) ToJSONString added in v0.25.0

func (o *ExportImagesUnauthorized) ToJSONString() string

type GetImageDetailInternalServerError

type GetImageDetailInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImageDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewGetImageDetailInternalServerError

func NewGetImageDetailInternalServerError() *GetImageDetailInternalServerError

NewGetImageDetailInternalServerError creates a GetImageDetailInternalServerError with default headers values

func (*GetImageDetailInternalServerError) Error

func (*GetImageDetailInternalServerError) GetPayload

func (*GetImageDetailInternalServerError) ToJSONString added in v0.25.0

func (o *GetImageDetailInternalServerError) ToJSONString() string

type GetImageDetailNotFound

type GetImageDetailNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImageDetailNotFound handles this case with default header values.

image version not found

func NewGetImageDetailNotFound

func NewGetImageDetailNotFound() *GetImageDetailNotFound

NewGetImageDetailNotFound creates a GetImageDetailNotFound with default headers values

func (*GetImageDetailNotFound) Error

func (o *GetImageDetailNotFound) Error() string

func (*GetImageDetailNotFound) GetPayload

func (*GetImageDetailNotFound) ToJSONString added in v0.25.0

func (o *GetImageDetailNotFound) ToJSONString() string

type GetImageDetailOK

type GetImageDetailOK struct {
	Payload *dsmcclientmodels.ModelsGetImageDetailResponse
}

GetImageDetailOK handles this case with default header values.

ok

func NewGetImageDetailOK

func NewGetImageDetailOK() *GetImageDetailOK

NewGetImageDetailOK creates a GetImageDetailOK with default headers values

func (*GetImageDetailOK) Error

func (o *GetImageDetailOK) Error() string

func (*GetImageDetailOK) GetPayload

func (*GetImageDetailOK) ToJSONString added in v0.25.0

func (o *GetImageDetailOK) ToJSONString() string

type GetImageDetailParams

type GetImageDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Version
	  version of the image

	*/
	Version string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetImageDetailParams contains all the parameters to send to the API endpoint for the get image detail operation typically these are written to a http.Request

func NewGetImageDetailParams

func NewGetImageDetailParams() *GetImageDetailParams

NewGetImageDetailParams creates a new GetImageDetailParams object with the default values initialized.

func NewGetImageDetailParamsWithContext

func NewGetImageDetailParamsWithContext(ctx context.Context) *GetImageDetailParams

NewGetImageDetailParamsWithContext creates a new GetImageDetailParams object with the default values initialized, and the ability to set a context for a request

func NewGetImageDetailParamsWithHTTPClient

func NewGetImageDetailParamsWithHTTPClient(client *http.Client) *GetImageDetailParams

NewGetImageDetailParamsWithHTTPClient creates a new GetImageDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetImageDetailParamsWithTimeout

func NewGetImageDetailParamsWithTimeout(timeout time.Duration) *GetImageDetailParams

NewGetImageDetailParamsWithTimeout creates a new GetImageDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetImageDetailParams) SetAuthInfoWriter added in v0.17.0

func (o *GetImageDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get image detail params

func (*GetImageDetailParams) SetContext

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

SetContext adds the context to the get image detail params

func (*GetImageDetailParams) SetFlightId added in v0.63.0

func (o *GetImageDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetImageDetailParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get image detail params

func (*GetImageDetailParams) SetHTTPClientTransport added in v0.19.0

func (o *GetImageDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get image detail params

func (*GetImageDetailParams) SetNamespace

func (o *GetImageDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get image detail params

func (*GetImageDetailParams) SetTimeout

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

SetTimeout adds the timeout to the get image detail params

func (*GetImageDetailParams) SetVersion

func (o *GetImageDetailParams) SetVersion(version string)

SetVersion adds the version to the get image detail params

func (*GetImageDetailParams) WithContext

WithContext adds the context to the get image detail params

func (*GetImageDetailParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get image detail params

func (*GetImageDetailParams) WithNamespace

func (o *GetImageDetailParams) WithNamespace(namespace string) *GetImageDetailParams

WithNamespace adds the namespace to the get image detail params

func (*GetImageDetailParams) WithTimeout

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

WithTimeout adds the timeout to the get image detail params

func (*GetImageDetailParams) WithVersion

func (o *GetImageDetailParams) WithVersion(version string) *GetImageDetailParams

WithVersion adds the version to the get image detail params

func (*GetImageDetailParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetImageDetailReader

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

GetImageDetailReader is a Reader for the GetImageDetail structure.

func (*GetImageDetailReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImageDetailUnauthorized

type GetImageDetailUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImageDetailUnauthorized handles this case with default header values.

Unauthorized

func NewGetImageDetailUnauthorized

func NewGetImageDetailUnauthorized() *GetImageDetailUnauthorized

NewGetImageDetailUnauthorized creates a GetImageDetailUnauthorized with default headers values

func (*GetImageDetailUnauthorized) Error

func (*GetImageDetailUnauthorized) GetPayload

func (*GetImageDetailUnauthorized) ToJSONString added in v0.25.0

func (o *GetImageDetailUnauthorized) ToJSONString() string

type GetImageLimitBadRequest

type GetImageLimitBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImageLimitBadRequest handles this case with default header values.

malformed request

func NewGetImageLimitBadRequest

func NewGetImageLimitBadRequest() *GetImageLimitBadRequest

NewGetImageLimitBadRequest creates a GetImageLimitBadRequest with default headers values

func (*GetImageLimitBadRequest) Error

func (o *GetImageLimitBadRequest) Error() string

func (*GetImageLimitBadRequest) GetPayload

func (*GetImageLimitBadRequest) ToJSONString added in v0.25.0

func (o *GetImageLimitBadRequest) ToJSONString() string

type GetImageLimitInternalServerError

type GetImageLimitInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImageLimitInternalServerError handles this case with default header values.

Internal Server Error

func NewGetImageLimitInternalServerError

func NewGetImageLimitInternalServerError() *GetImageLimitInternalServerError

NewGetImageLimitInternalServerError creates a GetImageLimitInternalServerError with default headers values

func (*GetImageLimitInternalServerError) Error

func (*GetImageLimitInternalServerError) GetPayload

func (*GetImageLimitInternalServerError) ToJSONString added in v0.25.0

func (o *GetImageLimitInternalServerError) ToJSONString() string

type GetImageLimitOK

type GetImageLimitOK struct {
	Payload *dsmcclientmodels.ModelsGetImageLimitResponse
}

GetImageLimitOK handles this case with default header values.

ok

func NewGetImageLimitOK

func NewGetImageLimitOK() *GetImageLimitOK

NewGetImageLimitOK creates a GetImageLimitOK with default headers values

func (*GetImageLimitOK) Error

func (o *GetImageLimitOK) Error() string

func (*GetImageLimitOK) GetPayload

func (*GetImageLimitOK) ToJSONString added in v0.25.0

func (o *GetImageLimitOK) ToJSONString() string

type GetImageLimitParams

type GetImageLimitParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetImageLimitParams contains all the parameters to send to the API endpoint for the get image limit operation typically these are written to a http.Request

func NewGetImageLimitParams

func NewGetImageLimitParams() *GetImageLimitParams

NewGetImageLimitParams creates a new GetImageLimitParams object with the default values initialized.

func NewGetImageLimitParamsWithContext

func NewGetImageLimitParamsWithContext(ctx context.Context) *GetImageLimitParams

NewGetImageLimitParamsWithContext creates a new GetImageLimitParams object with the default values initialized, and the ability to set a context for a request

func NewGetImageLimitParamsWithHTTPClient

func NewGetImageLimitParamsWithHTTPClient(client *http.Client) *GetImageLimitParams

NewGetImageLimitParamsWithHTTPClient creates a new GetImageLimitParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetImageLimitParamsWithTimeout

func NewGetImageLimitParamsWithTimeout(timeout time.Duration) *GetImageLimitParams

NewGetImageLimitParamsWithTimeout creates a new GetImageLimitParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetImageLimitParams) SetAuthInfoWriter added in v0.17.0

func (o *GetImageLimitParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get image limit params

func (*GetImageLimitParams) SetContext

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

SetContext adds the context to the get image limit params

func (*GetImageLimitParams) SetFlightId added in v0.63.0

func (o *GetImageLimitParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetImageLimitParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get image limit params

func (*GetImageLimitParams) SetHTTPClientTransport added in v0.19.0

func (o *GetImageLimitParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get image limit params

func (*GetImageLimitParams) SetNamespace

func (o *GetImageLimitParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get image limit params

func (*GetImageLimitParams) SetTimeout

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

SetTimeout adds the timeout to the get image limit params

func (*GetImageLimitParams) WithContext

WithContext adds the context to the get image limit params

func (*GetImageLimitParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get image limit params

func (*GetImageLimitParams) WithNamespace

func (o *GetImageLimitParams) WithNamespace(namespace string) *GetImageLimitParams

WithNamespace adds the namespace to the get image limit params

func (*GetImageLimitParams) WithTimeout

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

WithTimeout adds the timeout to the get image limit params

func (*GetImageLimitParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetImageLimitReader

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

GetImageLimitReader is a Reader for the GetImageLimit structure.

func (*GetImageLimitReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetImageLimitUnauthorized

type GetImageLimitUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImageLimitUnauthorized handles this case with default header values.

Unauthorized

func NewGetImageLimitUnauthorized

func NewGetImageLimitUnauthorized() *GetImageLimitUnauthorized

NewGetImageLimitUnauthorized creates a GetImageLimitUnauthorized with default headers values

func (*GetImageLimitUnauthorized) Error

func (o *GetImageLimitUnauthorized) Error() string

func (*GetImageLimitUnauthorized) GetPayload

func (*GetImageLimitUnauthorized) ToJSONString added in v0.25.0

func (o *GetImageLimitUnauthorized) ToJSONString() string

type GetImagePatchDetailInternalServerError added in v0.13.0

type GetImagePatchDetailInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImagePatchDetailInternalServerError handles this case with default header values.

Internal Server Error

func NewGetImagePatchDetailInternalServerError added in v0.13.0

func NewGetImagePatchDetailInternalServerError() *GetImagePatchDetailInternalServerError

NewGetImagePatchDetailInternalServerError creates a GetImagePatchDetailInternalServerError with default headers values

func (*GetImagePatchDetailInternalServerError) Error added in v0.13.0

func (*GetImagePatchDetailInternalServerError) GetPayload added in v0.13.0

func (*GetImagePatchDetailInternalServerError) ToJSONString added in v0.25.0

type GetImagePatchDetailNotFound added in v0.13.0

type GetImagePatchDetailNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImagePatchDetailNotFound handles this case with default header values.

image version not found

func NewGetImagePatchDetailNotFound added in v0.13.0

func NewGetImagePatchDetailNotFound() *GetImagePatchDetailNotFound

NewGetImagePatchDetailNotFound creates a GetImagePatchDetailNotFound with default headers values

func (*GetImagePatchDetailNotFound) Error added in v0.13.0

func (*GetImagePatchDetailNotFound) GetPayload added in v0.13.0

func (*GetImagePatchDetailNotFound) ToJSONString added in v0.25.0

func (o *GetImagePatchDetailNotFound) ToJSONString() string

type GetImagePatchDetailOK added in v0.13.0

type GetImagePatchDetailOK struct {
	Payload *dsmcclientmodels.ModelsGetImagePatchDetailResponse
}

GetImagePatchDetailOK handles this case with default header values.

ok

func NewGetImagePatchDetailOK added in v0.13.0

func NewGetImagePatchDetailOK() *GetImagePatchDetailOK

NewGetImagePatchDetailOK creates a GetImagePatchDetailOK with default headers values

func (*GetImagePatchDetailOK) Error added in v0.13.0

func (o *GetImagePatchDetailOK) Error() string

func (*GetImagePatchDetailOK) GetPayload added in v0.13.0

func (*GetImagePatchDetailOK) ToJSONString added in v0.25.0

func (o *GetImagePatchDetailOK) ToJSONString() string

type GetImagePatchDetailParams added in v0.13.0

type GetImagePatchDetailParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Version
	  version of the game

	*/
	Version string
	/*VersionPatch
	  version of the image patch

	*/
	VersionPatch string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetImagePatchDetailParams contains all the parameters to send to the API endpoint for the get image patch detail operation typically these are written to a http.Request

func NewGetImagePatchDetailParams added in v0.13.0

func NewGetImagePatchDetailParams() *GetImagePatchDetailParams

NewGetImagePatchDetailParams creates a new GetImagePatchDetailParams object with the default values initialized.

func NewGetImagePatchDetailParamsWithContext added in v0.13.0

func NewGetImagePatchDetailParamsWithContext(ctx context.Context) *GetImagePatchDetailParams

NewGetImagePatchDetailParamsWithContext creates a new GetImagePatchDetailParams object with the default values initialized, and the ability to set a context for a request

func NewGetImagePatchDetailParamsWithHTTPClient added in v0.13.0

func NewGetImagePatchDetailParamsWithHTTPClient(client *http.Client) *GetImagePatchDetailParams

NewGetImagePatchDetailParamsWithHTTPClient creates a new GetImagePatchDetailParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetImagePatchDetailParamsWithTimeout added in v0.13.0

func NewGetImagePatchDetailParamsWithTimeout(timeout time.Duration) *GetImagePatchDetailParams

NewGetImagePatchDetailParamsWithTimeout creates a new GetImagePatchDetailParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetImagePatchDetailParams) SetAuthInfoWriter added in v0.17.0

func (o *GetImagePatchDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get image patch detail params

func (*GetImagePatchDetailParams) SetContext added in v0.13.0

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

SetContext adds the context to the get image patch detail params

func (*GetImagePatchDetailParams) SetFlightId added in v0.63.0

func (o *GetImagePatchDetailParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetImagePatchDetailParams) SetHTTPClient added in v0.13.0

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

SetHTTPClient adds the HTTPClient to the get image patch detail params

func (*GetImagePatchDetailParams) SetHTTPClientTransport added in v0.19.0

func (o *GetImagePatchDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get image patch detail params

func (*GetImagePatchDetailParams) SetNamespace added in v0.13.0

func (o *GetImagePatchDetailParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get image patch detail params

func (*GetImagePatchDetailParams) SetTimeout added in v0.13.0

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

SetTimeout adds the timeout to the get image patch detail params

func (*GetImagePatchDetailParams) SetVersion added in v0.13.0

func (o *GetImagePatchDetailParams) SetVersion(version string)

SetVersion adds the version to the get image patch detail params

func (*GetImagePatchDetailParams) SetVersionPatch added in v0.13.0

func (o *GetImagePatchDetailParams) SetVersionPatch(versionPatch string)

SetVersionPatch adds the versionPatch to the get image patch detail params

func (*GetImagePatchDetailParams) WithContext added in v0.13.0

WithContext adds the context to the get image patch detail params

func (*GetImagePatchDetailParams) WithHTTPClient added in v0.13.0

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

WithHTTPClient adds the HTTPClient to the get image patch detail params

func (*GetImagePatchDetailParams) WithNamespace added in v0.13.0

func (o *GetImagePatchDetailParams) WithNamespace(namespace string) *GetImagePatchDetailParams

WithNamespace adds the namespace to the get image patch detail params

func (*GetImagePatchDetailParams) WithTimeout added in v0.13.0

WithTimeout adds the timeout to the get image patch detail params

func (*GetImagePatchDetailParams) WithVersion added in v0.13.0

WithVersion adds the version to the get image patch detail params

func (*GetImagePatchDetailParams) WithVersionPatch added in v0.13.0

func (o *GetImagePatchDetailParams) WithVersionPatch(versionPatch string) *GetImagePatchDetailParams

WithVersionPatch adds the versionPatch to the get image patch detail params

func (*GetImagePatchDetailParams) WriteToRequest added in v0.13.0

WriteToRequest writes these params to a swagger request

type GetImagePatchDetailReader added in v0.13.0

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

GetImagePatchDetailReader is a Reader for the GetImagePatchDetail structure.

func (*GetImagePatchDetailReader) ReadResponse added in v0.13.0

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

ReadResponse reads a server response into the received o.

type GetImagePatchDetailUnauthorized added in v0.13.0

type GetImagePatchDetailUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImagePatchDetailUnauthorized handles this case with default header values.

Unauthorized

func NewGetImagePatchDetailUnauthorized added in v0.13.0

func NewGetImagePatchDetailUnauthorized() *GetImagePatchDetailUnauthorized

NewGetImagePatchDetailUnauthorized creates a GetImagePatchDetailUnauthorized with default headers values

func (*GetImagePatchDetailUnauthorized) Error added in v0.13.0

func (*GetImagePatchDetailUnauthorized) GetPayload added in v0.13.0

func (*GetImagePatchDetailUnauthorized) ToJSONString added in v0.25.0

func (o *GetImagePatchDetailUnauthorized) ToJSONString() string

type GetImagePatchesInternalServerError added in v0.13.0

type GetImagePatchesInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImagePatchesInternalServerError handles this case with default header values.

Internal Server Error

func NewGetImagePatchesInternalServerError added in v0.13.0

func NewGetImagePatchesInternalServerError() *GetImagePatchesInternalServerError

NewGetImagePatchesInternalServerError creates a GetImagePatchesInternalServerError with default headers values

func (*GetImagePatchesInternalServerError) Error added in v0.13.0

func (*GetImagePatchesInternalServerError) GetPayload added in v0.13.0

func (*GetImagePatchesInternalServerError) ToJSONString added in v0.25.0

func (o *GetImagePatchesInternalServerError) ToJSONString() string

type GetImagePatchesOK added in v0.13.0

type GetImagePatchesOK struct {
	Payload *dsmcclientmodels.ModelsListImagePatchesResponse
}

GetImagePatchesOK handles this case with default header values.

ok

func NewGetImagePatchesOK added in v0.13.0

func NewGetImagePatchesOK() *GetImagePatchesOK

NewGetImagePatchesOK creates a GetImagePatchesOK with default headers values

func (*GetImagePatchesOK) Error added in v0.13.0

func (o *GetImagePatchesOK) Error() string

func (*GetImagePatchesOK) GetPayload added in v0.13.0

func (*GetImagePatchesOK) ToJSONString added in v0.25.0

func (o *GetImagePatchesOK) ToJSONString() string

type GetImagePatchesParams added in v0.13.0

type GetImagePatchesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Version
	  version of the ds

	*/
	Version string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetImagePatchesParams contains all the parameters to send to the API endpoint for the get image patches operation typically these are written to a http.Request

func NewGetImagePatchesParams added in v0.13.0

func NewGetImagePatchesParams() *GetImagePatchesParams

NewGetImagePatchesParams creates a new GetImagePatchesParams object with the default values initialized.

func NewGetImagePatchesParamsWithContext added in v0.13.0

func NewGetImagePatchesParamsWithContext(ctx context.Context) *GetImagePatchesParams

NewGetImagePatchesParamsWithContext creates a new GetImagePatchesParams object with the default values initialized, and the ability to set a context for a request

func NewGetImagePatchesParamsWithHTTPClient added in v0.13.0

func NewGetImagePatchesParamsWithHTTPClient(client *http.Client) *GetImagePatchesParams

NewGetImagePatchesParamsWithHTTPClient creates a new GetImagePatchesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetImagePatchesParamsWithTimeout added in v0.13.0

func NewGetImagePatchesParamsWithTimeout(timeout time.Duration) *GetImagePatchesParams

NewGetImagePatchesParamsWithTimeout creates a new GetImagePatchesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetImagePatchesParams) SetAuthInfoWriter added in v0.17.0

func (o *GetImagePatchesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get image patches params

func (*GetImagePatchesParams) SetContext added in v0.13.0

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

SetContext adds the context to the get image patches params

func (*GetImagePatchesParams) SetFlightId added in v0.63.0

func (o *GetImagePatchesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetImagePatchesParams) SetHTTPClient added in v0.13.0

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

SetHTTPClient adds the HTTPClient to the get image patches params

func (*GetImagePatchesParams) SetHTTPClientTransport added in v0.19.0

func (o *GetImagePatchesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get image patches params

func (*GetImagePatchesParams) SetNamespace added in v0.13.0

func (o *GetImagePatchesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get image patches params

func (*GetImagePatchesParams) SetTimeout added in v0.13.0

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

SetTimeout adds the timeout to the get image patches params

func (*GetImagePatchesParams) SetVersion added in v0.13.0

func (o *GetImagePatchesParams) SetVersion(version string)

SetVersion adds the version to the get image patches params

func (*GetImagePatchesParams) WithContext added in v0.13.0

WithContext adds the context to the get image patches params

func (*GetImagePatchesParams) WithHTTPClient added in v0.13.0

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

WithHTTPClient adds the HTTPClient to the get image patches params

func (*GetImagePatchesParams) WithNamespace added in v0.13.0

func (o *GetImagePatchesParams) WithNamespace(namespace string) *GetImagePatchesParams

WithNamespace adds the namespace to the get image patches params

func (*GetImagePatchesParams) WithTimeout added in v0.13.0

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

WithTimeout adds the timeout to the get image patches params

func (*GetImagePatchesParams) WithVersion added in v0.13.0

func (o *GetImagePatchesParams) WithVersion(version string) *GetImagePatchesParams

WithVersion adds the version to the get image patches params

func (*GetImagePatchesParams) WriteToRequest added in v0.13.0

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

WriteToRequest writes these params to a swagger request

type GetImagePatchesReader added in v0.13.0

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

GetImagePatchesReader is a Reader for the GetImagePatches structure.

func (*GetImagePatchesReader) ReadResponse added in v0.13.0

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

ReadResponse reads a server response into the received o.

type GetImagePatchesUnauthorized added in v0.13.0

type GetImagePatchesUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

GetImagePatchesUnauthorized handles this case with default header values.

Unauthorized

func NewGetImagePatchesUnauthorized added in v0.13.0

func NewGetImagePatchesUnauthorized() *GetImagePatchesUnauthorized

NewGetImagePatchesUnauthorized creates a GetImagePatchesUnauthorized with default headers values

func (*GetImagePatchesUnauthorized) Error added in v0.13.0

func (*GetImagePatchesUnauthorized) GetPayload added in v0.13.0

func (*GetImagePatchesUnauthorized) ToJSONString added in v0.25.0

func (o *GetImagePatchesUnauthorized) ToJSONString() string

type GetRepositoryInternalServerError added in v0.45.0

type GetRepositoryInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

GetRepositoryInternalServerError handles this case with default header values.

Internal Server Error

func NewGetRepositoryInternalServerError added in v0.45.0

func NewGetRepositoryInternalServerError() *GetRepositoryInternalServerError

NewGetRepositoryInternalServerError creates a GetRepositoryInternalServerError with default headers values

func (*GetRepositoryInternalServerError) Error added in v0.45.0

func (*GetRepositoryInternalServerError) GetPayload added in v0.45.0

func (*GetRepositoryInternalServerError) ToJSONString added in v0.45.0

func (o *GetRepositoryInternalServerError) ToJSONString() string

type GetRepositoryNotFound added in v0.45.0

type GetRepositoryNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

GetRepositoryNotFound handles this case with default header values.

repository not found

func NewGetRepositoryNotFound added in v0.45.0

func NewGetRepositoryNotFound() *GetRepositoryNotFound

NewGetRepositoryNotFound creates a GetRepositoryNotFound with default headers values

func (*GetRepositoryNotFound) Error added in v0.45.0

func (o *GetRepositoryNotFound) Error() string

func (*GetRepositoryNotFound) GetPayload added in v0.45.0

func (*GetRepositoryNotFound) ToJSONString added in v0.45.0

func (o *GetRepositoryNotFound) ToJSONString() string

type GetRepositoryOK added in v0.45.0

type GetRepositoryOK struct {
	Payload *dsmcclientmodels.ModelsRepositoryRecord
}

GetRepositoryOK handles this case with default header values.

repository retrieved

func NewGetRepositoryOK added in v0.45.0

func NewGetRepositoryOK() *GetRepositoryOK

NewGetRepositoryOK creates a GetRepositoryOK with default headers values

func (*GetRepositoryOK) Error added in v0.45.0

func (o *GetRepositoryOK) Error() string

func (*GetRepositoryOK) GetPayload added in v0.45.0

func (*GetRepositoryOK) ToJSONString added in v0.45.0

func (o *GetRepositoryOK) ToJSONString() string

type GetRepositoryParams added in v0.45.0

type GetRepositoryParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

GetRepositoryParams contains all the parameters to send to the API endpoint for the get repository operation typically these are written to a http.Request

func NewGetRepositoryParams added in v0.45.0

func NewGetRepositoryParams() *GetRepositoryParams

NewGetRepositoryParams creates a new GetRepositoryParams object with the default values initialized.

func NewGetRepositoryParamsWithContext added in v0.45.0

func NewGetRepositoryParamsWithContext(ctx context.Context) *GetRepositoryParams

NewGetRepositoryParamsWithContext creates a new GetRepositoryParams object with the default values initialized, and the ability to set a context for a request

func NewGetRepositoryParamsWithHTTPClient added in v0.45.0

func NewGetRepositoryParamsWithHTTPClient(client *http.Client) *GetRepositoryParams

NewGetRepositoryParamsWithHTTPClient creates a new GetRepositoryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetRepositoryParamsWithTimeout added in v0.45.0

func NewGetRepositoryParamsWithTimeout(timeout time.Duration) *GetRepositoryParams

NewGetRepositoryParamsWithTimeout creates a new GetRepositoryParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetRepositoryParams) SetAuthInfoWriter added in v0.45.0

func (o *GetRepositoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the get repository params

func (*GetRepositoryParams) SetContext added in v0.45.0

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

SetContext adds the context to the get repository params

func (*GetRepositoryParams) SetFlightId added in v0.63.0

func (o *GetRepositoryParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*GetRepositoryParams) SetHTTPClient added in v0.45.0

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

SetHTTPClient adds the HTTPClient to the get repository params

func (*GetRepositoryParams) SetHTTPClientTransport added in v0.45.0

func (o *GetRepositoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the get repository params

func (*GetRepositoryParams) SetNamespace added in v0.45.0

func (o *GetRepositoryParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the get repository params

func (*GetRepositoryParams) SetTimeout added in v0.45.0

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

SetTimeout adds the timeout to the get repository params

func (*GetRepositoryParams) WithContext added in v0.45.0

WithContext adds the context to the get repository params

func (*GetRepositoryParams) WithHTTPClient added in v0.45.0

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

WithHTTPClient adds the HTTPClient to the get repository params

func (*GetRepositoryParams) WithNamespace added in v0.45.0

func (o *GetRepositoryParams) WithNamespace(namespace string) *GetRepositoryParams

WithNamespace adds the namespace to the get repository params

func (*GetRepositoryParams) WithTimeout added in v0.45.0

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

WithTimeout adds the timeout to the get repository params

func (*GetRepositoryParams) WriteToRequest added in v0.45.0

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

WriteToRequest writes these params to a swagger request

type GetRepositoryReader added in v0.45.0

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

GetRepositoryReader is a Reader for the GetRepository structure.

func (*GetRepositoryReader) ReadResponse added in v0.45.0

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

ReadResponse reads a server response into the received o.

type GetRepositoryUnauthorized added in v0.45.0

type GetRepositoryUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

GetRepositoryUnauthorized handles this case with default header values.

Unauthorized

func NewGetRepositoryUnauthorized added in v0.45.0

func NewGetRepositoryUnauthorized() *GetRepositoryUnauthorized

NewGetRepositoryUnauthorized creates a GetRepositoryUnauthorized with default headers values

func (*GetRepositoryUnauthorized) Error added in v0.45.0

func (o *GetRepositoryUnauthorized) Error() string

func (*GetRepositoryUnauthorized) GetPayload added in v0.45.0

func (*GetRepositoryUnauthorized) ToJSONString added in v0.45.0

func (o *GetRepositoryUnauthorized) ToJSONString() string

type ImageDetailClientInternalServerError added in v0.8.0

type ImageDetailClientInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

ImageDetailClientInternalServerError handles this case with default header values.

Internal Server Error

func NewImageDetailClientInternalServerError added in v0.8.0

func NewImageDetailClientInternalServerError() *ImageDetailClientInternalServerError

NewImageDetailClientInternalServerError creates a ImageDetailClientInternalServerError with default headers values

func (*ImageDetailClientInternalServerError) Error added in v0.8.0

func (*ImageDetailClientInternalServerError) GetPayload added in v0.8.0

func (*ImageDetailClientInternalServerError) ToJSONString added in v0.25.0

func (o *ImageDetailClientInternalServerError) ToJSONString() string

type ImageDetailClientNotFound added in v0.8.0

type ImageDetailClientNotFound struct {
	Payload *dsmcclientmodels.ResponseError
}

ImageDetailClientNotFound handles this case with default header values.

image version not found

func NewImageDetailClientNotFound added in v0.8.0

func NewImageDetailClientNotFound() *ImageDetailClientNotFound

NewImageDetailClientNotFound creates a ImageDetailClientNotFound with default headers values

func (*ImageDetailClientNotFound) Error added in v0.8.0

func (o *ImageDetailClientNotFound) Error() string

func (*ImageDetailClientNotFound) GetPayload added in v0.8.0

func (*ImageDetailClientNotFound) ToJSONString added in v0.25.0

func (o *ImageDetailClientNotFound) ToJSONString() string

type ImageDetailClientOK added in v0.8.0

type ImageDetailClientOK struct {
	Payload *dsmcclientmodels.ModelsGetImageDetailResponse
}

ImageDetailClientOK handles this case with default header values.

ok

func NewImageDetailClientOK added in v0.8.0

func NewImageDetailClientOK() *ImageDetailClientOK

NewImageDetailClientOK creates a ImageDetailClientOK with default headers values

func (*ImageDetailClientOK) Error added in v0.8.0

func (o *ImageDetailClientOK) Error() string

func (*ImageDetailClientOK) GetPayload added in v0.8.0

func (*ImageDetailClientOK) ToJSONString added in v0.25.0

func (o *ImageDetailClientOK) ToJSONString() string

type ImageDetailClientParams added in v0.8.0

type ImageDetailClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Version
	  version of the image

	*/
	Version string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ImageDetailClientParams contains all the parameters to send to the API endpoint for the image detail client operation typically these are written to a http.Request

func NewImageDetailClientParams added in v0.8.0

func NewImageDetailClientParams() *ImageDetailClientParams

NewImageDetailClientParams creates a new ImageDetailClientParams object with the default values initialized.

func NewImageDetailClientParamsWithContext added in v0.8.0

func NewImageDetailClientParamsWithContext(ctx context.Context) *ImageDetailClientParams

NewImageDetailClientParamsWithContext creates a new ImageDetailClientParams object with the default values initialized, and the ability to set a context for a request

func NewImageDetailClientParamsWithHTTPClient added in v0.8.0

func NewImageDetailClientParamsWithHTTPClient(client *http.Client) *ImageDetailClientParams

NewImageDetailClientParamsWithHTTPClient creates a new ImageDetailClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImageDetailClientParamsWithTimeout added in v0.8.0

func NewImageDetailClientParamsWithTimeout(timeout time.Duration) *ImageDetailClientParams

NewImageDetailClientParamsWithTimeout creates a new ImageDetailClientParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImageDetailClientParams) SetAuthInfoWriter added in v0.17.0

func (o *ImageDetailClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the image detail client params

func (*ImageDetailClientParams) SetContext added in v0.8.0

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

SetContext adds the context to the image detail client params

func (*ImageDetailClientParams) SetFlightId added in v0.63.0

func (o *ImageDetailClientParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ImageDetailClientParams) SetHTTPClient added in v0.8.0

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

SetHTTPClient adds the HTTPClient to the image detail client params

func (*ImageDetailClientParams) SetHTTPClientTransport added in v0.19.0

func (o *ImageDetailClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the image detail client params

func (*ImageDetailClientParams) SetNamespace added in v0.8.0

func (o *ImageDetailClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the image detail client params

func (*ImageDetailClientParams) SetTimeout added in v0.8.0

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

SetTimeout adds the timeout to the image detail client params

func (*ImageDetailClientParams) SetVersion added in v0.8.0

func (o *ImageDetailClientParams) SetVersion(version string)

SetVersion adds the version to the image detail client params

func (*ImageDetailClientParams) WithContext added in v0.8.0

WithContext adds the context to the image detail client params

func (*ImageDetailClientParams) WithHTTPClient added in v0.8.0

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

WithHTTPClient adds the HTTPClient to the image detail client params

func (*ImageDetailClientParams) WithNamespace added in v0.8.0

func (o *ImageDetailClientParams) WithNamespace(namespace string) *ImageDetailClientParams

WithNamespace adds the namespace to the image detail client params

func (*ImageDetailClientParams) WithTimeout added in v0.8.0

WithTimeout adds the timeout to the image detail client params

func (*ImageDetailClientParams) WithVersion added in v0.8.0

func (o *ImageDetailClientParams) WithVersion(version string) *ImageDetailClientParams

WithVersion adds the version to the image detail client params

func (*ImageDetailClientParams) WriteToRequest added in v0.8.0

WriteToRequest writes these params to a swagger request

type ImageDetailClientReader added in v0.8.0

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

ImageDetailClientReader is a Reader for the ImageDetailClient structure.

func (*ImageDetailClientReader) ReadResponse added in v0.8.0

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

ReadResponse reads a server response into the received o.

type ImageDetailClientUnauthorized added in v0.8.0

type ImageDetailClientUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

ImageDetailClientUnauthorized handles this case with default header values.

Unauthorized

func NewImageDetailClientUnauthorized added in v0.8.0

func NewImageDetailClientUnauthorized() *ImageDetailClientUnauthorized

NewImageDetailClientUnauthorized creates a ImageDetailClientUnauthorized with default headers values

func (*ImageDetailClientUnauthorized) Error added in v0.8.0

func (*ImageDetailClientUnauthorized) GetPayload added in v0.8.0

func (*ImageDetailClientUnauthorized) ToJSONString added in v0.25.0

func (o *ImageDetailClientUnauthorized) ToJSONString() string

type ImageLimitClientBadRequest added in v0.27.0

type ImageLimitClientBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

ImageLimitClientBadRequest handles this case with default header values.

malformed request

func NewImageLimitClientBadRequest added in v0.27.0

func NewImageLimitClientBadRequest() *ImageLimitClientBadRequest

NewImageLimitClientBadRequest creates a ImageLimitClientBadRequest with default headers values

func (*ImageLimitClientBadRequest) Error added in v0.27.0

func (*ImageLimitClientBadRequest) GetPayload added in v0.27.0

func (*ImageLimitClientBadRequest) ToJSONString added in v0.27.0

func (o *ImageLimitClientBadRequest) ToJSONString() string

type ImageLimitClientInternalServerError added in v0.27.0

type ImageLimitClientInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

ImageLimitClientInternalServerError handles this case with default header values.

Internal Server Error

func NewImageLimitClientInternalServerError added in v0.27.0

func NewImageLimitClientInternalServerError() *ImageLimitClientInternalServerError

NewImageLimitClientInternalServerError creates a ImageLimitClientInternalServerError with default headers values

func (*ImageLimitClientInternalServerError) Error added in v0.27.0

func (*ImageLimitClientInternalServerError) GetPayload added in v0.27.0

func (*ImageLimitClientInternalServerError) ToJSONString added in v0.27.0

func (o *ImageLimitClientInternalServerError) ToJSONString() string

type ImageLimitClientOK added in v0.27.0

type ImageLimitClientOK struct {
	Payload *dsmcclientmodels.ModelsGetImageLimitResponse
}

ImageLimitClientOK handles this case with default header values.

ok

func NewImageLimitClientOK added in v0.27.0

func NewImageLimitClientOK() *ImageLimitClientOK

NewImageLimitClientOK creates a ImageLimitClientOK with default headers values

func (*ImageLimitClientOK) Error added in v0.27.0

func (o *ImageLimitClientOK) Error() string

func (*ImageLimitClientOK) GetPayload added in v0.27.0

func (*ImageLimitClientOK) ToJSONString added in v0.27.0

func (o *ImageLimitClientOK) ToJSONString() string

type ImageLimitClientParams added in v0.27.0

type ImageLimitClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ImageLimitClientParams contains all the parameters to send to the API endpoint for the image limit client operation typically these are written to a http.Request

func NewImageLimitClientParams added in v0.27.0

func NewImageLimitClientParams() *ImageLimitClientParams

NewImageLimitClientParams creates a new ImageLimitClientParams object with the default values initialized.

func NewImageLimitClientParamsWithContext added in v0.27.0

func NewImageLimitClientParamsWithContext(ctx context.Context) *ImageLimitClientParams

NewImageLimitClientParamsWithContext creates a new ImageLimitClientParams object with the default values initialized, and the ability to set a context for a request

func NewImageLimitClientParamsWithHTTPClient added in v0.27.0

func NewImageLimitClientParamsWithHTTPClient(client *http.Client) *ImageLimitClientParams

NewImageLimitClientParamsWithHTTPClient creates a new ImageLimitClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImageLimitClientParamsWithTimeout added in v0.27.0

func NewImageLimitClientParamsWithTimeout(timeout time.Duration) *ImageLimitClientParams

NewImageLimitClientParamsWithTimeout creates a new ImageLimitClientParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImageLimitClientParams) SetAuthInfoWriter added in v0.27.0

func (o *ImageLimitClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the image limit client params

func (*ImageLimitClientParams) SetContext added in v0.27.0

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

SetContext adds the context to the image limit client params

func (*ImageLimitClientParams) SetFlightId added in v0.63.0

func (o *ImageLimitClientParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ImageLimitClientParams) SetHTTPClient added in v0.27.0

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

SetHTTPClient adds the HTTPClient to the image limit client params

func (*ImageLimitClientParams) SetHTTPClientTransport added in v0.27.0

func (o *ImageLimitClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the image limit client params

func (*ImageLimitClientParams) SetNamespace added in v0.27.0

func (o *ImageLimitClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the image limit client params

func (*ImageLimitClientParams) SetTimeout added in v0.27.0

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

SetTimeout adds the timeout to the image limit client params

func (*ImageLimitClientParams) WithContext added in v0.27.0

WithContext adds the context to the image limit client params

func (*ImageLimitClientParams) WithHTTPClient added in v0.27.0

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

WithHTTPClient adds the HTTPClient to the image limit client params

func (*ImageLimitClientParams) WithNamespace added in v0.27.0

func (o *ImageLimitClientParams) WithNamespace(namespace string) *ImageLimitClientParams

WithNamespace adds the namespace to the image limit client params

func (*ImageLimitClientParams) WithTimeout added in v0.27.0

WithTimeout adds the timeout to the image limit client params

func (*ImageLimitClientParams) WriteToRequest added in v0.27.0

WriteToRequest writes these params to a swagger request

type ImageLimitClientReader added in v0.27.0

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

ImageLimitClientReader is a Reader for the ImageLimitClient structure.

func (*ImageLimitClientReader) ReadResponse added in v0.27.0

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

ReadResponse reads a server response into the received o.

type ImageLimitClientUnauthorized added in v0.27.0

type ImageLimitClientUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

ImageLimitClientUnauthorized handles this case with default header values.

Unauthorized

func NewImageLimitClientUnauthorized added in v0.27.0

func NewImageLimitClientUnauthorized() *ImageLimitClientUnauthorized

NewImageLimitClientUnauthorized creates a ImageLimitClientUnauthorized with default headers values

func (*ImageLimitClientUnauthorized) Error added in v0.27.0

func (*ImageLimitClientUnauthorized) GetPayload added in v0.27.0

func (*ImageLimitClientUnauthorized) ToJSONString added in v0.27.0

func (o *ImageLimitClientUnauthorized) ToJSONString() string

type ImportImagesBadRequest

type ImportImagesBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

ImportImagesBadRequest handles this case with default header values.

malformed request

func NewImportImagesBadRequest

func NewImportImagesBadRequest() *ImportImagesBadRequest

NewImportImagesBadRequest creates a ImportImagesBadRequest with default headers values

func (*ImportImagesBadRequest) Error

func (o *ImportImagesBadRequest) Error() string

func (*ImportImagesBadRequest) GetPayload

func (*ImportImagesBadRequest) ToJSONString added in v0.25.0

func (o *ImportImagesBadRequest) ToJSONString() string

type ImportImagesForbidden

type ImportImagesForbidden struct {
	Payload *dsmcclientmodels.ResponseError
}

ImportImagesForbidden handles this case with default header values.

forbidden access

func NewImportImagesForbidden

func NewImportImagesForbidden() *ImportImagesForbidden

NewImportImagesForbidden creates a ImportImagesForbidden with default headers values

func (*ImportImagesForbidden) Error

func (o *ImportImagesForbidden) Error() string

func (*ImportImagesForbidden) GetPayload

func (*ImportImagesForbidden) ToJSONString added in v0.25.0

func (o *ImportImagesForbidden) ToJSONString() string

type ImportImagesInternalServerError

type ImportImagesInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

ImportImagesInternalServerError handles this case with default header values.

Internal Server Error

func NewImportImagesInternalServerError

func NewImportImagesInternalServerError() *ImportImagesInternalServerError

NewImportImagesInternalServerError creates a ImportImagesInternalServerError with default headers values

func (*ImportImagesInternalServerError) Error

func (*ImportImagesInternalServerError) GetPayload

func (*ImportImagesInternalServerError) ToJSONString added in v0.25.0

func (o *ImportImagesInternalServerError) ToJSONString() string

type ImportImagesOK

type ImportImagesOK struct {
	Payload *dsmcclientmodels.ModelsImportResponse
}

ImportImagesOK handles this case with default header values.

images imported

func NewImportImagesOK

func NewImportImagesOK() *ImportImagesOK

NewImportImagesOK creates a ImportImagesOK with default headers values

func (*ImportImagesOK) Error

func (o *ImportImagesOK) Error() string

func (*ImportImagesOK) GetPayload

func (*ImportImagesOK) ToJSONString added in v0.25.0

func (o *ImportImagesOK) ToJSONString() string

type ImportImagesParams

type ImportImagesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*File
	  imported file

	*/
	File runtime.NamedReadCloser

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ImportImagesParams contains all the parameters to send to the API endpoint for the import images operation typically these are written to a http.Request

func NewImportImagesParams

func NewImportImagesParams() *ImportImagesParams

NewImportImagesParams creates a new ImportImagesParams object with the default values initialized.

func NewImportImagesParamsWithContext

func NewImportImagesParamsWithContext(ctx context.Context) *ImportImagesParams

NewImportImagesParamsWithContext creates a new ImportImagesParams object with the default values initialized, and the ability to set a context for a request

func NewImportImagesParamsWithHTTPClient

func NewImportImagesParamsWithHTTPClient(client *http.Client) *ImportImagesParams

NewImportImagesParamsWithHTTPClient creates a new ImportImagesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewImportImagesParamsWithTimeout

func NewImportImagesParamsWithTimeout(timeout time.Duration) *ImportImagesParams

NewImportImagesParamsWithTimeout creates a new ImportImagesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ImportImagesParams) SetAuthInfoWriter added in v0.17.0

func (o *ImportImagesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the import images params

func (*ImportImagesParams) SetContext

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

SetContext adds the context to the import images params

func (*ImportImagesParams) SetFile

func (o *ImportImagesParams) SetFile(file runtime.NamedReadCloser)

SetFile adds the file to the import images params

func (*ImportImagesParams) SetFlightId added in v0.63.0

func (o *ImportImagesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ImportImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import images params

func (*ImportImagesParams) SetHTTPClientTransport added in v0.19.0

func (o *ImportImagesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the import images params

func (*ImportImagesParams) SetTimeout

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

SetTimeout adds the timeout to the import images params

func (*ImportImagesParams) WithContext

WithContext adds the context to the import images params

func (*ImportImagesParams) WithFile

WithFile adds the file to the import images params

func (*ImportImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import images params

func (*ImportImagesParams) WithTimeout

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

WithTimeout adds the timeout to the import images params

func (*ImportImagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ImportImagesReader

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

ImportImagesReader is a Reader for the ImportImages structure.

func (*ImportImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportImagesUnauthorized

type ImportImagesUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

ImportImagesUnauthorized handles this case with default header values.

unauthorized access

func NewImportImagesUnauthorized

func NewImportImagesUnauthorized() *ImportImagesUnauthorized

NewImportImagesUnauthorized creates a ImportImagesUnauthorized with default headers values

func (*ImportImagesUnauthorized) Error

func (o *ImportImagesUnauthorized) Error() string

func (*ImportImagesUnauthorized) GetPayload

func (*ImportImagesUnauthorized) ToJSONString added in v0.25.0

func (o *ImportImagesUnauthorized) ToJSONString() string

type ListImagesBadRequest

type ListImagesBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

ListImagesBadRequest handles this case with default header values.

Bad Request

func NewListImagesBadRequest

func NewListImagesBadRequest() *ListImagesBadRequest

NewListImagesBadRequest creates a ListImagesBadRequest with default headers values

func (*ListImagesBadRequest) Error

func (o *ListImagesBadRequest) Error() string

func (*ListImagesBadRequest) GetPayload

func (*ListImagesBadRequest) ToJSONString added in v0.25.0

func (o *ListImagesBadRequest) ToJSONString() string

type ListImagesClientBadRequest added in v0.53.0

type ListImagesClientBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

ListImagesClientBadRequest handles this case with default header values.

Bad Request

func NewListImagesClientBadRequest added in v0.53.0

func NewListImagesClientBadRequest() *ListImagesClientBadRequest

NewListImagesClientBadRequest creates a ListImagesClientBadRequest with default headers values

func (*ListImagesClientBadRequest) Error added in v0.53.0

func (*ListImagesClientBadRequest) GetPayload added in v0.53.0

func (*ListImagesClientBadRequest) ToJSONString added in v0.53.0

func (o *ListImagesClientBadRequest) ToJSONString() string

type ListImagesClientInternalServerError added in v0.53.0

type ListImagesClientInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

ListImagesClientInternalServerError handles this case with default header values.

Internal Server Error

func NewListImagesClientInternalServerError added in v0.53.0

func NewListImagesClientInternalServerError() *ListImagesClientInternalServerError

NewListImagesClientInternalServerError creates a ListImagesClientInternalServerError with default headers values

func (*ListImagesClientInternalServerError) Error added in v0.53.0

func (*ListImagesClientInternalServerError) GetPayload added in v0.53.0

func (*ListImagesClientInternalServerError) ToJSONString added in v0.53.0

func (o *ListImagesClientInternalServerError) ToJSONString() string

type ListImagesClientOK added in v0.53.0

type ListImagesClientOK struct {
	Payload *dsmcclientmodels.ModelsListImageResponse
}

ListImagesClientOK handles this case with default header values.

images listed

func NewListImagesClientOK added in v0.53.0

func NewListImagesClientOK() *ListImagesClientOK

NewListImagesClientOK creates a ListImagesClientOK with default headers values

func (*ListImagesClientOK) Error added in v0.53.0

func (o *ListImagesClientOK) Error() string

func (*ListImagesClientOK) GetPayload added in v0.53.0

func (*ListImagesClientOK) ToJSONString added in v0.53.0

func (o *ListImagesClientOK) ToJSONString() string

type ListImagesClientParams added in v0.53.0

type ListImagesClientParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Count
	  how many items to return

	*/
	Count *int64
	/*Offset
	  offset from list to query from

	*/
	Offset *int64
	/*Q
	  image name or image version

	*/
	Q *string
	/*SortBy
	  sort by a specific field

	*/
	SortBy *string
	/*SortDirection
	  sort direction

	*/
	SortDirection *string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ListImagesClientParams contains all the parameters to send to the API endpoint for the list images client operation typically these are written to a http.Request

func NewListImagesClientParams added in v0.53.0

func NewListImagesClientParams() *ListImagesClientParams

NewListImagesClientParams creates a new ListImagesClientParams object with the default values initialized.

func NewListImagesClientParamsWithContext added in v0.53.0

func NewListImagesClientParamsWithContext(ctx context.Context) *ListImagesClientParams

NewListImagesClientParamsWithContext creates a new ListImagesClientParams object with the default values initialized, and the ability to set a context for a request

func NewListImagesClientParamsWithHTTPClient added in v0.53.0

func NewListImagesClientParamsWithHTTPClient(client *http.Client) *ListImagesClientParams

NewListImagesClientParamsWithHTTPClient creates a new ListImagesClientParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListImagesClientParamsWithTimeout added in v0.53.0

func NewListImagesClientParamsWithTimeout(timeout time.Duration) *ListImagesClientParams

NewListImagesClientParamsWithTimeout creates a new ListImagesClientParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListImagesClientParams) SetAuthInfoWriter added in v0.53.0

func (o *ListImagesClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the list images client params

func (*ListImagesClientParams) SetContext added in v0.53.0

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

SetContext adds the context to the list images client params

func (*ListImagesClientParams) SetCount added in v0.53.0

func (o *ListImagesClientParams) SetCount(count *int64)

SetCount adds the count to the list images client params

func (*ListImagesClientParams) SetFlightId added in v0.63.0

func (o *ListImagesClientParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ListImagesClientParams) SetHTTPClient added in v0.53.0

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

SetHTTPClient adds the HTTPClient to the list images client params

func (*ListImagesClientParams) SetHTTPClientTransport added in v0.53.0

func (o *ListImagesClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the list images client params

func (*ListImagesClientParams) SetNamespace added in v0.53.0

func (o *ListImagesClientParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the list images client params

func (*ListImagesClientParams) SetOffset added in v0.53.0

func (o *ListImagesClientParams) SetOffset(offset *int64)

SetOffset adds the offset to the list images client params

func (*ListImagesClientParams) SetQ added in v0.53.0

func (o *ListImagesClientParams) SetQ(q *string)

SetQ adds the q to the list images client params

func (*ListImagesClientParams) SetSortBy added in v0.53.0

func (o *ListImagesClientParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the list images client params

func (*ListImagesClientParams) SetSortDirection added in v0.53.0

func (o *ListImagesClientParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the list images client params

func (*ListImagesClientParams) SetTimeout added in v0.53.0

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

SetTimeout adds the timeout to the list images client params

func (*ListImagesClientParams) WithContext added in v0.53.0

WithContext adds the context to the list images client params

func (*ListImagesClientParams) WithCount added in v0.53.0

func (o *ListImagesClientParams) WithCount(count *int64) *ListImagesClientParams

WithCount adds the count to the list images client params

func (*ListImagesClientParams) WithHTTPClient added in v0.53.0

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

WithHTTPClient adds the HTTPClient to the list images client params

func (*ListImagesClientParams) WithNamespace added in v0.53.0

func (o *ListImagesClientParams) WithNamespace(namespace string) *ListImagesClientParams

WithNamespace adds the namespace to the list images client params

func (*ListImagesClientParams) WithOffset added in v0.53.0

func (o *ListImagesClientParams) WithOffset(offset *int64) *ListImagesClientParams

WithOffset adds the offset to the list images client params

func (*ListImagesClientParams) WithQ added in v0.53.0

WithQ adds the q to the list images client params

func (*ListImagesClientParams) WithSortBy added in v0.53.0

func (o *ListImagesClientParams) WithSortBy(sortBy *string) *ListImagesClientParams

WithSortBy adds the sortBy to the list images client params

func (*ListImagesClientParams) WithSortDirection added in v0.53.0

func (o *ListImagesClientParams) WithSortDirection(sortDirection *string) *ListImagesClientParams

WithSortDirection adds the sortDirection to the list images client params

func (*ListImagesClientParams) WithTimeout added in v0.53.0

WithTimeout adds the timeout to the list images client params

func (*ListImagesClientParams) WriteToRequest added in v0.53.0

WriteToRequest writes these params to a swagger request

type ListImagesClientReader added in v0.53.0

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

ListImagesClientReader is a Reader for the ListImagesClient structure.

func (*ListImagesClientReader) ReadResponse added in v0.53.0

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

ReadResponse reads a server response into the received o.

type ListImagesClientUnauthorized added in v0.53.0

type ListImagesClientUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

ListImagesClientUnauthorized handles this case with default header values.

Unauthorized

func NewListImagesClientUnauthorized added in v0.53.0

func NewListImagesClientUnauthorized() *ListImagesClientUnauthorized

NewListImagesClientUnauthorized creates a ListImagesClientUnauthorized with default headers values

func (*ListImagesClientUnauthorized) Error added in v0.53.0

func (*ListImagesClientUnauthorized) GetPayload added in v0.53.0

func (*ListImagesClientUnauthorized) ToJSONString added in v0.53.0

func (o *ListImagesClientUnauthorized) ToJSONString() string

type ListImagesInternalServerError

type ListImagesInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

ListImagesInternalServerError handles this case with default header values.

Internal Server Error

func NewListImagesInternalServerError

func NewListImagesInternalServerError() *ListImagesInternalServerError

NewListImagesInternalServerError creates a ListImagesInternalServerError with default headers values

func (*ListImagesInternalServerError) Error

func (*ListImagesInternalServerError) GetPayload

func (*ListImagesInternalServerError) ToJSONString added in v0.25.0

func (o *ListImagesInternalServerError) ToJSONString() string

type ListImagesOK

type ListImagesOK struct {
	Payload *dsmcclientmodels.ModelsListImageResponse
}

ListImagesOK handles this case with default header values.

images listed

func NewListImagesOK

func NewListImagesOK() *ListImagesOK

NewListImagesOK creates a ListImagesOK with default headers values

func (*ListImagesOK) Error

func (o *ListImagesOK) Error() string

func (*ListImagesOK) GetPayload

func (*ListImagesOK) ToJSONString added in v0.25.0

func (o *ListImagesOK) ToJSONString() string

type ListImagesParams

type ListImagesParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Q
	  image name or image version. In UI this is from search text box

	*/
	Q *string
	/*SortBy
	  sort by a specific field

	*/
	SortBy *string
	/*SortDirection
	  sort direction

	*/
	SortDirection *string
	/*Count
	  how many items to return

	*/
	Count int64
	/*Offset
	  offset from list to query from

	*/
	Offset int64

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

ListImagesParams contains all the parameters to send to the API endpoint for the list images operation typically these are written to a http.Request

func NewListImagesParams

func NewListImagesParams() *ListImagesParams

NewListImagesParams creates a new ListImagesParams object with the default values initialized.

func NewListImagesParamsWithContext

func NewListImagesParamsWithContext(ctx context.Context) *ListImagesParams

NewListImagesParamsWithContext creates a new ListImagesParams object with the default values initialized, and the ability to set a context for a request

func NewListImagesParamsWithHTTPClient

func NewListImagesParamsWithHTTPClient(client *http.Client) *ListImagesParams

NewListImagesParamsWithHTTPClient creates a new ListImagesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListImagesParamsWithTimeout

func NewListImagesParamsWithTimeout(timeout time.Duration) *ListImagesParams

NewListImagesParamsWithTimeout creates a new ListImagesParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListImagesParams) SetAuthInfoWriter added in v0.17.0

func (o *ListImagesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the list images params

func (*ListImagesParams) SetContext

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

SetContext adds the context to the list images params

func (*ListImagesParams) SetCount

func (o *ListImagesParams) SetCount(count int64)

SetCount adds the count to the list images params

func (*ListImagesParams) SetFlightId added in v0.63.0

func (o *ListImagesParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ListImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list images params

func (*ListImagesParams) SetHTTPClientTransport added in v0.19.0

func (o *ListImagesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the list images params

func (*ListImagesParams) SetNamespace

func (o *ListImagesParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the list images params

func (*ListImagesParams) SetOffset

func (o *ListImagesParams) SetOffset(offset int64)

SetOffset adds the offset to the list images params

func (*ListImagesParams) SetQ

func (o *ListImagesParams) SetQ(q *string)

SetQ adds the q to the list images params

func (*ListImagesParams) SetSortBy added in v0.7.0

func (o *ListImagesParams) SetSortBy(sortBy *string)

SetSortBy adds the sortBy to the list images params

func (*ListImagesParams) SetSortDirection added in v0.7.0

func (o *ListImagesParams) SetSortDirection(sortDirection *string)

SetSortDirection adds the sortDirection to the list images params

func (*ListImagesParams) SetTimeout

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

SetTimeout adds the timeout to the list images params

func (*ListImagesParams) WithContext

func (o *ListImagesParams) WithContext(ctx context.Context) *ListImagesParams

WithContext adds the context to the list images params

func (*ListImagesParams) WithCount

func (o *ListImagesParams) WithCount(count int64) *ListImagesParams

WithCount adds the count to the list images params

func (*ListImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list images params

func (*ListImagesParams) WithNamespace

func (o *ListImagesParams) WithNamespace(namespace string) *ListImagesParams

WithNamespace adds the namespace to the list images params

func (*ListImagesParams) WithOffset

func (o *ListImagesParams) WithOffset(offset int64) *ListImagesParams

WithOffset adds the offset to the list images params

func (*ListImagesParams) WithQ

WithQ adds the q to the list images params

func (*ListImagesParams) WithSortBy added in v0.7.0

func (o *ListImagesParams) WithSortBy(sortBy *string) *ListImagesParams

WithSortBy adds the sortBy to the list images params

func (*ListImagesParams) WithSortDirection added in v0.7.0

func (o *ListImagesParams) WithSortDirection(sortDirection *string) *ListImagesParams

WithSortDirection adds the sortDirection to the list images params

func (*ListImagesParams) WithTimeout

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

WithTimeout adds the timeout to the list images params

func (*ListImagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListImagesReader

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

ListImagesReader is a Reader for the ListImages structure.

func (*ListImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListImagesUnauthorized

type ListImagesUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

ListImagesUnauthorized handles this case with default header values.

Unauthorized

func NewListImagesUnauthorized

func NewListImagesUnauthorized() *ListImagesUnauthorized

NewListImagesUnauthorized creates a ListImagesUnauthorized with default headers values

func (*ListImagesUnauthorized) Error

func (o *ListImagesUnauthorized) Error() string

func (*ListImagesUnauthorized) GetPayload

func (*ListImagesUnauthorized) ToJSONString added in v0.25.0

func (o *ListImagesUnauthorized) ToJSONString() string

type UpdateImageBadRequest

type UpdateImageBadRequest struct {
	Payload *dsmcclientmodels.ResponseError
}

UpdateImageBadRequest handles this case with default header values.

malformed request

func NewUpdateImageBadRequest

func NewUpdateImageBadRequest() *UpdateImageBadRequest

NewUpdateImageBadRequest creates a UpdateImageBadRequest with default headers values

func (*UpdateImageBadRequest) Error

func (o *UpdateImageBadRequest) Error() string

func (*UpdateImageBadRequest) GetPayload

func (*UpdateImageBadRequest) ToJSONString added in v0.25.0

func (o *UpdateImageBadRequest) ToJSONString() string

type UpdateImageInternalServerError

type UpdateImageInternalServerError struct {
	Payload *dsmcclientmodels.ResponseError
}

UpdateImageInternalServerError handles this case with default header values.

Internal Server Error

func NewUpdateImageInternalServerError

func NewUpdateImageInternalServerError() *UpdateImageInternalServerError

NewUpdateImageInternalServerError creates a UpdateImageInternalServerError with default headers values

func (*UpdateImageInternalServerError) Error

func (*UpdateImageInternalServerError) GetPayload

func (*UpdateImageInternalServerError) ToJSONString added in v0.25.0

func (o *UpdateImageInternalServerError) ToJSONString() string

type UpdateImageNoContent

type UpdateImageNoContent struct {
}

UpdateImageNoContent handles this case with default header values.

image updated

func NewUpdateImageNoContent

func NewUpdateImageNoContent() *UpdateImageNoContent

NewUpdateImageNoContent creates a UpdateImageNoContent with default headers values

func (*UpdateImageNoContent) Error

func (o *UpdateImageNoContent) Error() string

type UpdateImageParams

type UpdateImageParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *dsmcclientmodels.ModelsImageRecordUpdate

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// contains filtered or unexported fields
}

UpdateImageParams contains all the parameters to send to the API endpoint for the update image operation typically these are written to a http.Request

func NewUpdateImageParams

func NewUpdateImageParams() *UpdateImageParams

NewUpdateImageParams creates a new UpdateImageParams object with the default values initialized.

func NewUpdateImageParamsWithContext

func NewUpdateImageParamsWithContext(ctx context.Context) *UpdateImageParams

NewUpdateImageParamsWithContext creates a new UpdateImageParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateImageParamsWithHTTPClient

func NewUpdateImageParamsWithHTTPClient(client *http.Client) *UpdateImageParams

NewUpdateImageParamsWithHTTPClient creates a new UpdateImageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateImageParamsWithTimeout

func NewUpdateImageParamsWithTimeout(timeout time.Duration) *UpdateImageParams

NewUpdateImageParamsWithTimeout creates a new UpdateImageParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateImageParams) SetAuthInfoWriter added in v0.17.0

func (o *UpdateImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the update image params

func (*UpdateImageParams) SetBody

SetBody adds the body to the update image params

func (*UpdateImageParams) SetContext

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

SetContext adds the context to the update image params

func (*UpdateImageParams) SetFlightId added in v0.63.0

func (o *UpdateImageParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*UpdateImageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update image params

func (*UpdateImageParams) SetHTTPClientTransport added in v0.19.0

func (o *UpdateImageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the update image params

func (*UpdateImageParams) SetTimeout

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

SetTimeout adds the timeout to the update image params

func (*UpdateImageParams) WithBody

WithBody adds the body to the update image params

func (*UpdateImageParams) WithContext

func (o *UpdateImageParams) WithContext(ctx context.Context) *UpdateImageParams

WithContext adds the context to the update image params

func (*UpdateImageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update image params

func (*UpdateImageParams) WithTimeout

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

WithTimeout adds the timeout to the update image params

func (*UpdateImageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateImageReader

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

UpdateImageReader is a Reader for the UpdateImage structure.

func (*UpdateImageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateImageUnauthorized

type UpdateImageUnauthorized struct {
	Payload *dsmcclientmodels.ResponseError
}

UpdateImageUnauthorized handles this case with default header values.

Unauthorized

func NewUpdateImageUnauthorized

func NewUpdateImageUnauthorized() *UpdateImageUnauthorized

NewUpdateImageUnauthorized creates a UpdateImageUnauthorized with default headers values

func (*UpdateImageUnauthorized) Error

func (o *UpdateImageUnauthorized) Error() string

func (*UpdateImageUnauthorized) GetPayload

func (*UpdateImageUnauthorized) ToJSONString added in v0.25.0

func (o *UpdateImageUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL