Documentation ¶
Index ¶
- Constants
- type Client
- func (a *Client) CreateImagePatchShort(params *CreateImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImagePatchResponse, error)
- func (a *Client) CreateImageShort(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImageResponse, error)
- func (a *Client) CreateRepositoryShort(params *CreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRepositoryResponse, error)
- func (a *Client) DeleteImagePatchShort(params *DeleteImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImagePatchResponse, error)
- func (a *Client) DeleteImageShort(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImageResponse, error)
- func (a *Client) GetImageDetailShort(params *GetImageDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageDetailResponse, error)
- func (a *Client) GetImageLimitShort(params *GetImageLimitParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageLimitResponse, error)
- func (a *Client) GetImagePatchDetailShort(params *GetImagePatchDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchDetailResponse, error)
- func (a *Client) GetImagePatchesShort(params *GetImagePatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchesResponse, error)
- func (a *Client) GetRepositoryShort(params *GetRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryResponse, error)
- func (a *Client) ImageDetailClientShort(params *ImageDetailClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageDetailClientResponse, error)
- func (a *Client) ImageLimitClientShort(params *ImageLimitClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageLimitClientResponse, error)
- func (a *Client) ListImagesClientShort(params *ListImagesClientParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesClientResponse, error)
- func (a *Client) ListImagesShort(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesResponse, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateImageShort(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateImageResponse, error)
- type ClientService
- type CreateImageBadRequest
- type CreateImageConflict
- type CreateImageInternalServerError
- type CreateImageNoContent
- type CreateImageNotFound
- type CreateImageParams
- func (o *CreateImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateImageParams) SetBody(body *dsmcclientmodels.ModelsCreateImageRequest)
- func (o *CreateImageParams) SetContext(ctx context.Context)
- func (o *CreateImageParams) SetFlightId(flightId string)
- func (o *CreateImageParams) SetHTTPClient(client *http.Client)
- func (o *CreateImageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateImageParams) SetTimeout(timeout time.Duration)
- func (o *CreateImageParams) WithBody(body *dsmcclientmodels.ModelsCreateImageRequest) *CreateImageParams
- func (o *CreateImageParams) WithContext(ctx context.Context) *CreateImageParams
- func (o *CreateImageParams) WithHTTPClient(client *http.Client) *CreateImageParams
- func (o *CreateImageParams) WithTimeout(timeout time.Duration) *CreateImageParams
- func (o *CreateImageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateImagePatchBadRequest
- type CreateImagePatchConflict
- type CreateImagePatchCreated
- type CreateImagePatchInternalServerError
- type CreateImagePatchParams
- func NewCreateImagePatchParams() *CreateImagePatchParams
- func NewCreateImagePatchParamsWithContext(ctx context.Context) *CreateImagePatchParams
- func NewCreateImagePatchParamsWithHTTPClient(client *http.Client) *CreateImagePatchParams
- func NewCreateImagePatchParamsWithTimeout(timeout time.Duration) *CreateImagePatchParams
- func (o *CreateImagePatchParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateImagePatchParams) SetBody(body *dsmcclientmodels.ModelsCreateImagePatchRequest)
- func (o *CreateImagePatchParams) SetContext(ctx context.Context)
- func (o *CreateImagePatchParams) SetFlightId(flightId string)
- func (o *CreateImagePatchParams) SetHTTPClient(client *http.Client)
- func (o *CreateImagePatchParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateImagePatchParams) SetTimeout(timeout time.Duration)
- func (o *CreateImagePatchParams) WithBody(body *dsmcclientmodels.ModelsCreateImagePatchRequest) *CreateImagePatchParams
- func (o *CreateImagePatchParams) WithContext(ctx context.Context) *CreateImagePatchParams
- func (o *CreateImagePatchParams) WithHTTPClient(client *http.Client) *CreateImagePatchParams
- func (o *CreateImagePatchParams) WithTimeout(timeout time.Duration) *CreateImagePatchParams
- func (o *CreateImagePatchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateImagePatchReader
- type CreateImagePatchResponse
- type CreateImagePatchUnauthorized
- type CreateImageReader
- type CreateImageResponse
- type CreateImageUnauthorized
- type CreateRepositoryBadRequest
- type CreateRepositoryInternalServerError
- type CreateRepositoryNoContent
- type CreateRepositoryParams
- func NewCreateRepositoryParams() *CreateRepositoryParams
- func NewCreateRepositoryParamsWithContext(ctx context.Context) *CreateRepositoryParams
- func NewCreateRepositoryParamsWithHTTPClient(client *http.Client) *CreateRepositoryParams
- func NewCreateRepositoryParamsWithTimeout(timeout time.Duration) *CreateRepositoryParams
- func (o *CreateRepositoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *CreateRepositoryParams) SetBody(body *dsmcclientmodels.ModelsCreateRepositoryRequest)
- func (o *CreateRepositoryParams) SetContext(ctx context.Context)
- func (o *CreateRepositoryParams) SetFlightId(flightId string)
- func (o *CreateRepositoryParams) SetHTTPClient(client *http.Client)
- func (o *CreateRepositoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *CreateRepositoryParams) SetTimeout(timeout time.Duration)
- func (o *CreateRepositoryParams) WithBody(body *dsmcclientmodels.ModelsCreateRepositoryRequest) *CreateRepositoryParams
- func (o *CreateRepositoryParams) WithContext(ctx context.Context) *CreateRepositoryParams
- func (o *CreateRepositoryParams) WithHTTPClient(client *http.Client) *CreateRepositoryParams
- func (o *CreateRepositoryParams) WithTimeout(timeout time.Duration) *CreateRepositoryParams
- func (o *CreateRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRepositoryReader
- type CreateRepositoryResponse
- type CreateRepositoryUnauthorized
- type DeleteImageBadRequest
- type DeleteImageInternalServerError
- type DeleteImageNoContent
- type DeleteImageNotFound
- type DeleteImageParams
- func (o *DeleteImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteImageParams) SetContext(ctx context.Context)
- func (o *DeleteImageParams) SetFlightId(flightId string)
- func (o *DeleteImageParams) SetHTTPClient(client *http.Client)
- func (o *DeleteImageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteImageParams) SetImageURI(imageURI string)
- func (o *DeleteImageParams) SetNamespace(namespace string)
- func (o *DeleteImageParams) SetTimeout(timeout time.Duration)
- func (o *DeleteImageParams) SetVersion(version string)
- func (o *DeleteImageParams) WithContext(ctx context.Context) *DeleteImageParams
- func (o *DeleteImageParams) WithHTTPClient(client *http.Client) *DeleteImageParams
- func (o *DeleteImageParams) WithImageURI(imageURI string) *DeleteImageParams
- func (o *DeleteImageParams) WithNamespace(namespace string) *DeleteImageParams
- func (o *DeleteImageParams) WithTimeout(timeout time.Duration) *DeleteImageParams
- func (o *DeleteImageParams) WithVersion(version string) *DeleteImageParams
- func (o *DeleteImageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteImagePatchBadRequest
- type DeleteImagePatchInternalServerError
- type DeleteImagePatchNoContent
- type DeleteImagePatchNotFound
- type DeleteImagePatchParams
- func NewDeleteImagePatchParams() *DeleteImagePatchParams
- func NewDeleteImagePatchParamsWithContext(ctx context.Context) *DeleteImagePatchParams
- func NewDeleteImagePatchParamsWithHTTPClient(client *http.Client) *DeleteImagePatchParams
- func NewDeleteImagePatchParamsWithTimeout(timeout time.Duration) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *DeleteImagePatchParams) SetContext(ctx context.Context)
- func (o *DeleteImagePatchParams) SetFlightId(flightId string)
- func (o *DeleteImagePatchParams) SetHTTPClient(client *http.Client)
- func (o *DeleteImagePatchParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *DeleteImagePatchParams) SetImageURI(imageURI string)
- func (o *DeleteImagePatchParams) SetNamespace(namespace string)
- func (o *DeleteImagePatchParams) SetTimeout(timeout time.Duration)
- func (o *DeleteImagePatchParams) SetVersion(version string)
- func (o *DeleteImagePatchParams) SetVersionPatch(versionPatch string)
- func (o *DeleteImagePatchParams) WithContext(ctx context.Context) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WithHTTPClient(client *http.Client) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WithImageURI(imageURI string) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WithNamespace(namespace string) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WithTimeout(timeout time.Duration) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WithVersion(version string) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WithVersionPatch(versionPatch string) *DeleteImagePatchParams
- func (o *DeleteImagePatchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteImagePatchReader
- type DeleteImagePatchResponse
- type DeleteImagePatchUnauthorized
- type DeleteImagePatchUnprocessableEntity
- type DeleteImageReader
- type DeleteImageResponse
- type DeleteImageUnauthorized
- type DeleteImageUnprocessableEntity
- type GetImageDetailInternalServerError
- type GetImageDetailNotFound
- type GetImageDetailOK
- type GetImageDetailParams
- func NewGetImageDetailParams() *GetImageDetailParams
- func NewGetImageDetailParamsWithContext(ctx context.Context) *GetImageDetailParams
- func NewGetImageDetailParamsWithHTTPClient(client *http.Client) *GetImageDetailParams
- func NewGetImageDetailParamsWithTimeout(timeout time.Duration) *GetImageDetailParams
- func (o *GetImageDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetImageDetailParams) SetContext(ctx context.Context)
- func (o *GetImageDetailParams) SetFlightId(flightId string)
- func (o *GetImageDetailParams) SetHTTPClient(client *http.Client)
- func (o *GetImageDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetImageDetailParams) SetNamespace(namespace string)
- func (o *GetImageDetailParams) SetTimeout(timeout time.Duration)
- func (o *GetImageDetailParams) SetVersion(version string)
- func (o *GetImageDetailParams) WithContext(ctx context.Context) *GetImageDetailParams
- func (o *GetImageDetailParams) WithHTTPClient(client *http.Client) *GetImageDetailParams
- func (o *GetImageDetailParams) WithNamespace(namespace string) *GetImageDetailParams
- func (o *GetImageDetailParams) WithTimeout(timeout time.Duration) *GetImageDetailParams
- func (o *GetImageDetailParams) WithVersion(version string) *GetImageDetailParams
- func (o *GetImageDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImageDetailReader
- type GetImageDetailResponse
- type GetImageDetailUnauthorized
- type GetImageLimitBadRequest
- type GetImageLimitInternalServerError
- type GetImageLimitOK
- type GetImageLimitParams
- func (o *GetImageLimitParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetImageLimitParams) SetContext(ctx context.Context)
- func (o *GetImageLimitParams) SetFlightId(flightId string)
- func (o *GetImageLimitParams) SetHTTPClient(client *http.Client)
- func (o *GetImageLimitParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetImageLimitParams) SetNamespace(namespace string)
- func (o *GetImageLimitParams) SetTimeout(timeout time.Duration)
- func (o *GetImageLimitParams) WithContext(ctx context.Context) *GetImageLimitParams
- func (o *GetImageLimitParams) WithHTTPClient(client *http.Client) *GetImageLimitParams
- func (o *GetImageLimitParams) WithNamespace(namespace string) *GetImageLimitParams
- func (o *GetImageLimitParams) WithTimeout(timeout time.Duration) *GetImageLimitParams
- func (o *GetImageLimitParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImageLimitReader
- type GetImageLimitResponse
- type GetImageLimitUnauthorized
- type GetImagePatchDetailInternalServerError
- type GetImagePatchDetailNotFound
- type GetImagePatchDetailOK
- type GetImagePatchDetailParams
- func NewGetImagePatchDetailParams() *GetImagePatchDetailParams
- func NewGetImagePatchDetailParamsWithContext(ctx context.Context) *GetImagePatchDetailParams
- func NewGetImagePatchDetailParamsWithHTTPClient(client *http.Client) *GetImagePatchDetailParams
- func NewGetImagePatchDetailParamsWithTimeout(timeout time.Duration) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetImagePatchDetailParams) SetContext(ctx context.Context)
- func (o *GetImagePatchDetailParams) SetFlightId(flightId string)
- func (o *GetImagePatchDetailParams) SetHTTPClient(client *http.Client)
- func (o *GetImagePatchDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetImagePatchDetailParams) SetNamespace(namespace string)
- func (o *GetImagePatchDetailParams) SetTimeout(timeout time.Duration)
- func (o *GetImagePatchDetailParams) SetVersion(version string)
- func (o *GetImagePatchDetailParams) SetVersionPatch(versionPatch string)
- func (o *GetImagePatchDetailParams) WithContext(ctx context.Context) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) WithHTTPClient(client *http.Client) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) WithNamespace(namespace string) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) WithTimeout(timeout time.Duration) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) WithVersion(version string) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) WithVersionPatch(versionPatch string) *GetImagePatchDetailParams
- func (o *GetImagePatchDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImagePatchDetailReader
- type GetImagePatchDetailResponse
- type GetImagePatchDetailUnauthorized
- type GetImagePatchesInternalServerError
- type GetImagePatchesOK
- type GetImagePatchesParams
- func NewGetImagePatchesParams() *GetImagePatchesParams
- func NewGetImagePatchesParamsWithContext(ctx context.Context) *GetImagePatchesParams
- func NewGetImagePatchesParamsWithHTTPClient(client *http.Client) *GetImagePatchesParams
- func NewGetImagePatchesParamsWithTimeout(timeout time.Duration) *GetImagePatchesParams
- func (o *GetImagePatchesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetImagePatchesParams) SetContext(ctx context.Context)
- func (o *GetImagePatchesParams) SetFlightId(flightId string)
- func (o *GetImagePatchesParams) SetHTTPClient(client *http.Client)
- func (o *GetImagePatchesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetImagePatchesParams) SetNamespace(namespace string)
- func (o *GetImagePatchesParams) SetTimeout(timeout time.Duration)
- func (o *GetImagePatchesParams) SetVersion(version string)
- func (o *GetImagePatchesParams) WithContext(ctx context.Context) *GetImagePatchesParams
- func (o *GetImagePatchesParams) WithHTTPClient(client *http.Client) *GetImagePatchesParams
- func (o *GetImagePatchesParams) WithNamespace(namespace string) *GetImagePatchesParams
- func (o *GetImagePatchesParams) WithTimeout(timeout time.Duration) *GetImagePatchesParams
- func (o *GetImagePatchesParams) WithVersion(version string) *GetImagePatchesParams
- func (o *GetImagePatchesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImagePatchesReader
- type GetImagePatchesResponse
- type GetImagePatchesUnauthorized
- type GetRepositoryInternalServerError
- type GetRepositoryNotFound
- type GetRepositoryOK
- type GetRepositoryParams
- func (o *GetRepositoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *GetRepositoryParams) SetContext(ctx context.Context)
- func (o *GetRepositoryParams) SetFlightId(flightId string)
- func (o *GetRepositoryParams) SetHTTPClient(client *http.Client)
- func (o *GetRepositoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *GetRepositoryParams) SetNamespace(namespace string)
- func (o *GetRepositoryParams) SetTimeout(timeout time.Duration)
- func (o *GetRepositoryParams) WithContext(ctx context.Context) *GetRepositoryParams
- func (o *GetRepositoryParams) WithHTTPClient(client *http.Client) *GetRepositoryParams
- func (o *GetRepositoryParams) WithNamespace(namespace string) *GetRepositoryParams
- func (o *GetRepositoryParams) WithTimeout(timeout time.Duration) *GetRepositoryParams
- func (o *GetRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRepositoryReader
- type GetRepositoryResponse
- type GetRepositoryUnauthorized
- type ImageDetailClientInternalServerError
- type ImageDetailClientNotFound
- type ImageDetailClientOK
- type ImageDetailClientParams
- func NewImageDetailClientParams() *ImageDetailClientParams
- func NewImageDetailClientParamsWithContext(ctx context.Context) *ImageDetailClientParams
- func NewImageDetailClientParamsWithHTTPClient(client *http.Client) *ImageDetailClientParams
- func NewImageDetailClientParamsWithTimeout(timeout time.Duration) *ImageDetailClientParams
- func (o *ImageDetailClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ImageDetailClientParams) SetContext(ctx context.Context)
- func (o *ImageDetailClientParams) SetFlightId(flightId string)
- func (o *ImageDetailClientParams) SetHTTPClient(client *http.Client)
- func (o *ImageDetailClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ImageDetailClientParams) SetNamespace(namespace string)
- func (o *ImageDetailClientParams) SetTimeout(timeout time.Duration)
- func (o *ImageDetailClientParams) SetVersion(version string)
- func (o *ImageDetailClientParams) WithContext(ctx context.Context) *ImageDetailClientParams
- func (o *ImageDetailClientParams) WithHTTPClient(client *http.Client) *ImageDetailClientParams
- func (o *ImageDetailClientParams) WithNamespace(namespace string) *ImageDetailClientParams
- func (o *ImageDetailClientParams) WithTimeout(timeout time.Duration) *ImageDetailClientParams
- func (o *ImageDetailClientParams) WithVersion(version string) *ImageDetailClientParams
- func (o *ImageDetailClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageDetailClientReader
- type ImageDetailClientResponse
- type ImageDetailClientUnauthorized
- type ImageLimitClientBadRequest
- type ImageLimitClientInternalServerError
- type ImageLimitClientOK
- type ImageLimitClientParams
- func NewImageLimitClientParams() *ImageLimitClientParams
- func NewImageLimitClientParamsWithContext(ctx context.Context) *ImageLimitClientParams
- func NewImageLimitClientParamsWithHTTPClient(client *http.Client) *ImageLimitClientParams
- func NewImageLimitClientParamsWithTimeout(timeout time.Duration) *ImageLimitClientParams
- func (o *ImageLimitClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ImageLimitClientParams) SetContext(ctx context.Context)
- func (o *ImageLimitClientParams) SetFlightId(flightId string)
- func (o *ImageLimitClientParams) SetHTTPClient(client *http.Client)
- func (o *ImageLimitClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ImageLimitClientParams) SetNamespace(namespace string)
- func (o *ImageLimitClientParams) SetTimeout(timeout time.Duration)
- func (o *ImageLimitClientParams) WithContext(ctx context.Context) *ImageLimitClientParams
- func (o *ImageLimitClientParams) WithHTTPClient(client *http.Client) *ImageLimitClientParams
- func (o *ImageLimitClientParams) WithNamespace(namespace string) *ImageLimitClientParams
- func (o *ImageLimitClientParams) WithTimeout(timeout time.Duration) *ImageLimitClientParams
- func (o *ImageLimitClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImageLimitClientReader
- type ImageLimitClientResponse
- type ImageLimitClientUnauthorized
- type ListImagesBadRequest
- type ListImagesClientBadRequest
- type ListImagesClientInternalServerError
- type ListImagesClientOK
- type ListImagesClientParams
- func NewListImagesClientParams() *ListImagesClientParams
- func NewListImagesClientParamsWithContext(ctx context.Context) *ListImagesClientParams
- func NewListImagesClientParamsWithHTTPClient(client *http.Client) *ListImagesClientParams
- func NewListImagesClientParamsWithTimeout(timeout time.Duration) *ListImagesClientParams
- func (o *ListImagesClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ListImagesClientParams) SetContext(ctx context.Context)
- func (o *ListImagesClientParams) SetCount(count *int64)
- func (o *ListImagesClientParams) SetFlightId(flightId string)
- func (o *ListImagesClientParams) SetHTTPClient(client *http.Client)
- func (o *ListImagesClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ListImagesClientParams) SetNamespace(namespace string)
- func (o *ListImagesClientParams) SetOffset(offset *int64)
- func (o *ListImagesClientParams) SetQ(q *string)
- func (o *ListImagesClientParams) SetSortBy(sortBy *string)
- func (o *ListImagesClientParams) SetSortDirection(sortDirection *string)
- func (o *ListImagesClientParams) SetTimeout(timeout time.Duration)
- func (o *ListImagesClientParams) WithContext(ctx context.Context) *ListImagesClientParams
- func (o *ListImagesClientParams) WithCount(count *int64) *ListImagesClientParams
- func (o *ListImagesClientParams) WithHTTPClient(client *http.Client) *ListImagesClientParams
- func (o *ListImagesClientParams) WithNamespace(namespace string) *ListImagesClientParams
- func (o *ListImagesClientParams) WithOffset(offset *int64) *ListImagesClientParams
- func (o *ListImagesClientParams) WithQ(q *string) *ListImagesClientParams
- func (o *ListImagesClientParams) WithSortBy(sortBy *string) *ListImagesClientParams
- func (o *ListImagesClientParams) WithSortDirection(sortDirection *string) *ListImagesClientParams
- func (o *ListImagesClientParams) WithTimeout(timeout time.Duration) *ListImagesClientParams
- func (o *ListImagesClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListImagesClientReader
- type ListImagesClientResponse
- type ListImagesClientUnauthorized
- type ListImagesInternalServerError
- type ListImagesOK
- type ListImagesParams
- func (o *ListImagesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *ListImagesParams) SetContext(ctx context.Context)
- func (o *ListImagesParams) SetCount(count int64)
- func (o *ListImagesParams) SetFlightId(flightId string)
- func (o *ListImagesParams) SetHTTPClient(client *http.Client)
- func (o *ListImagesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *ListImagesParams) SetNamespace(namespace string)
- func (o *ListImagesParams) SetOffset(offset int64)
- func (o *ListImagesParams) SetQ(q *string)
- func (o *ListImagesParams) SetSortBy(sortBy *string)
- func (o *ListImagesParams) SetSortDirection(sortDirection *string)
- func (o *ListImagesParams) SetTimeout(timeout time.Duration)
- func (o *ListImagesParams) WithContext(ctx context.Context) *ListImagesParams
- func (o *ListImagesParams) WithCount(count int64) *ListImagesParams
- func (o *ListImagesParams) WithHTTPClient(client *http.Client) *ListImagesParams
- func (o *ListImagesParams) WithNamespace(namespace string) *ListImagesParams
- func (o *ListImagesParams) WithOffset(offset int64) *ListImagesParams
- func (o *ListImagesParams) WithQ(q *string) *ListImagesParams
- func (o *ListImagesParams) WithSortBy(sortBy *string) *ListImagesParams
- func (o *ListImagesParams) WithSortDirection(sortDirection *string) *ListImagesParams
- func (o *ListImagesParams) WithTimeout(timeout time.Duration) *ListImagesParams
- func (o *ListImagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListImagesReader
- type ListImagesResponse
- type ListImagesUnauthorized
- type UpdateImageBadRequest
- type UpdateImageInternalServerError
- type UpdateImageNoContent
- type UpdateImageParams
- func (o *UpdateImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *UpdateImageParams) SetBody(body *dsmcclientmodels.ModelsImageRecordUpdate)
- func (o *UpdateImageParams) SetContext(ctx context.Context)
- func (o *UpdateImageParams) SetFlightId(flightId string)
- func (o *UpdateImageParams) SetHTTPClient(client *http.Client)
- func (o *UpdateImageParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *UpdateImageParams) SetTimeout(timeout time.Duration)
- func (o *UpdateImageParams) WithBody(body *dsmcclientmodels.ModelsImageRecordUpdate) *UpdateImageParams
- func (o *UpdateImageParams) WithContext(ctx context.Context) *UpdateImageParams
- func (o *UpdateImageParams) WithHTTPClient(client *http.Client) *UpdateImageParams
- func (o *UpdateImageParams) WithTimeout(timeout time.Duration) *UpdateImageParams
- func (o *UpdateImageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateImageReader
- type UpdateImageResponse
- type UpdateImageUnauthorized
Constants ¶
const ( ListImagesClientCreatedAtConstant = "createdAt" ListImagesClientUpdatedAtConstant = "updatedAt" ListImagesClientVersionConstant = "version" )
Get the enum in ListImagesClientParams
const ( ListImagesClientAscConstant = "asc" ListImagesClientDescConstant = "desc" )
Get the enum in ListImagesClientParams
const ( ListImagesCreatedAtConstant = "createdAt" ListImagesUpdatedAtConstant = "updatedAt" ListImagesVersionConstant = "version" )
Get the enum in ListImagesParams
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) CreateImagePatchShort ¶
func (a *Client) CreateImagePatchShort(params *CreateImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImagePatchResponse, 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 ¶
func (a *Client) CreateImageShort(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImageResponse, 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) CreateRepositoryShort ¶
func (a *Client) CreateRepositoryShort(params *CreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRepositoryResponse, 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) DeleteImagePatchShort ¶
func (a *Client) DeleteImagePatchShort(params *DeleteImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImagePatchResponse, 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 ¶
func (a *Client) DeleteImageShort(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImageResponse, 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) GetImageDetailShort ¶
func (a *Client) GetImageDetailShort(params *GetImageDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageDetailResponse, 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) GetImageLimitShort ¶
func (a *Client) GetImageLimitShort(params *GetImageLimitParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageLimitResponse, 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) GetImagePatchDetailShort ¶
func (a *Client) GetImagePatchDetailShort(params *GetImagePatchDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchDetailResponse, 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) GetImagePatchesShort ¶
func (a *Client) GetImagePatchesShort(params *GetImagePatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchesResponse, 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) GetRepositoryShort ¶
func (a *Client) GetRepositoryShort(params *GetRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryResponse, 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) ImageDetailClientShort ¶
func (a *Client) ImageDetailClientShort(params *ImageDetailClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageDetailClientResponse, 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) ImageLimitClientShort ¶
func (a *Client) ImageLimitClientShort(params *ImageLimitClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageLimitClientResponse, 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) ListImagesClientShort ¶
func (a *Client) ListImagesClientShort(params *ListImagesClientParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesClientResponse, 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 ¶
func (a *Client) ListImagesShort(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesResponse, 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) UpdateImageShort ¶
func (a *Client) UpdateImageShort(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateImageResponse, 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 { UpdateImageShort(params *UpdateImageParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateImageResponse, error) CreateImageShort(params *CreateImageParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImageResponse, error) CreateImagePatchShort(params *CreateImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*CreateImagePatchResponse, error) ListImagesShort(params *ListImagesParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesResponse, error) DeleteImageShort(params *DeleteImageParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImageResponse, error) GetImageLimitShort(params *GetImageLimitParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageLimitResponse, error) DeleteImagePatchShort(params *DeleteImagePatchParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteImagePatchResponse, error) GetImageDetailShort(params *GetImageDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImageDetailResponse, error) GetImagePatchesShort(params *GetImagePatchesParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchesResponse, error) GetImagePatchDetailShort(params *GetImagePatchDetailParams, authInfo runtime.ClientAuthInfoWriter) (*GetImagePatchDetailResponse, error) GetRepositoryShort(params *GetRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRepositoryResponse, error) CreateRepositoryShort(params *CreateRepositoryParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRepositoryResponse, error) ListImagesClientShort(params *ListImagesClientParams, authInfo runtime.ClientAuthInfoWriter) (*ListImagesClientResponse, error) ImageLimitClientShort(params *ImageLimitClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageLimitClientResponse, error) ImageDetailClientShort(params *ImageDetailClientParams, authInfo runtime.ClientAuthInfoWriter) (*ImageDetailClientResponse, 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 (o *CreateImageBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImageBadRequest) ToJSONString ¶
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 (o *CreateImageConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImageConflict) ToJSONString ¶
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 (o *CreateImageInternalServerError) Error() string
func (*CreateImageInternalServerError) GetPayload ¶
func (o *CreateImageInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImageInternalServerError) ToJSONString ¶
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 CreateImageNotFound ¶
type CreateImageNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
CreateImageNotFound handles this case with default header values.
the image is not exist in the container registry
func NewCreateImageNotFound ¶
func NewCreateImageNotFound() *CreateImageNotFound
NewCreateImageNotFound creates a CreateImageNotFound with default headers values
func (*CreateImageNotFound) Error ¶
func (o *CreateImageNotFound) Error() string
func (*CreateImageNotFound) GetPayload ¶
func (o *CreateImageNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImageNotFound) ToJSONString ¶
func (o *CreateImageNotFound) ToJSONString() 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 ¶
func (o *CreateImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create image params
func (*CreateImageParams) SetBody ¶
func (o *CreateImageParams) SetBody(body *dsmcclientmodels.ModelsCreateImageRequest)
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 ¶
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 ¶
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 ¶
func (o *CreateImageParams) WithBody(body *dsmcclientmodels.ModelsCreateImageRequest) *CreateImageParams
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 ¶
type CreateImagePatchBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
CreateImagePatchBadRequest handles this case with default header values.
malformed request
func NewCreateImagePatchBadRequest ¶
func NewCreateImagePatchBadRequest() *CreateImagePatchBadRequest
NewCreateImagePatchBadRequest creates a CreateImagePatchBadRequest with default headers values
func (*CreateImagePatchBadRequest) Error ¶
func (o *CreateImagePatchBadRequest) Error() string
func (*CreateImagePatchBadRequest) GetPayload ¶
func (o *CreateImagePatchBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImagePatchBadRequest) ToJSONString ¶
func (o *CreateImagePatchBadRequest) ToJSONString() string
type CreateImagePatchConflict ¶
type CreateImagePatchConflict struct {
Payload *dsmcclientmodels.ResponseError
}
CreateImagePatchConflict handles this case with default header values.
conflict. duplicate image patch version record
func NewCreateImagePatchConflict ¶
func NewCreateImagePatchConflict() *CreateImagePatchConflict
NewCreateImagePatchConflict creates a CreateImagePatchConflict with default headers values
func (*CreateImagePatchConflict) Error ¶
func (o *CreateImagePatchConflict) Error() string
func (*CreateImagePatchConflict) GetPayload ¶
func (o *CreateImagePatchConflict) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImagePatchConflict) ToJSONString ¶
func (o *CreateImagePatchConflict) ToJSONString() string
type CreateImagePatchCreated ¶
type CreateImagePatchCreated struct { }
CreateImagePatchCreated handles this case with default header values.
image patch created
func NewCreateImagePatchCreated ¶
func NewCreateImagePatchCreated() *CreateImagePatchCreated
NewCreateImagePatchCreated creates a CreateImagePatchCreated with default headers values
func (*CreateImagePatchCreated) Error ¶
func (o *CreateImagePatchCreated) Error() string
type CreateImagePatchInternalServerError ¶
type CreateImagePatchInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CreateImagePatchInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateImagePatchInternalServerError ¶
func NewCreateImagePatchInternalServerError() *CreateImagePatchInternalServerError
NewCreateImagePatchInternalServerError creates a CreateImagePatchInternalServerError with default headers values
func (*CreateImagePatchInternalServerError) Error ¶
func (o *CreateImagePatchInternalServerError) Error() string
func (*CreateImagePatchInternalServerError) GetPayload ¶
func (o *CreateImagePatchInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImagePatchInternalServerError) ToJSONString ¶
func (o *CreateImagePatchInternalServerError) ToJSONString() string
type CreateImagePatchParams ¶
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 ¶
func NewCreateImagePatchParams() *CreateImagePatchParams
NewCreateImagePatchParams creates a new CreateImagePatchParams object with the default values initialized.
func NewCreateImagePatchParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *CreateImagePatchParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create image patch params
func (*CreateImagePatchParams) SetBody ¶
func (o *CreateImagePatchParams) SetBody(body *dsmcclientmodels.ModelsCreateImagePatchRequest)
SetBody adds the body to the create image patch params
func (*CreateImagePatchParams) SetContext ¶
func (o *CreateImagePatchParams) SetContext(ctx context.Context)
SetContext adds the context to the create image patch params
func (*CreateImagePatchParams) SetFlightId ¶
func (o *CreateImagePatchParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateImagePatchParams) SetHTTPClient ¶
func (o *CreateImagePatchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create image patch params
func (*CreateImagePatchParams) SetHTTPClientTransport ¶
func (o *CreateImagePatchParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create image patch params
func (*CreateImagePatchParams) SetTimeout ¶
func (o *CreateImagePatchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create image patch params
func (*CreateImagePatchParams) WithBody ¶
func (o *CreateImagePatchParams) WithBody(body *dsmcclientmodels.ModelsCreateImagePatchRequest) *CreateImagePatchParams
WithBody adds the body to the create image patch params
func (*CreateImagePatchParams) WithContext ¶
func (o *CreateImagePatchParams) WithContext(ctx context.Context) *CreateImagePatchParams
WithContext adds the context to the create image patch params
func (*CreateImagePatchParams) WithHTTPClient ¶
func (o *CreateImagePatchParams) WithHTTPClient(client *http.Client) *CreateImagePatchParams
WithHTTPClient adds the HTTPClient to the create image patch params
func (*CreateImagePatchParams) WithTimeout ¶
func (o *CreateImagePatchParams) WithTimeout(timeout time.Duration) *CreateImagePatchParams
WithTimeout adds the timeout to the create image patch params
func (*CreateImagePatchParams) WriteToRequest ¶
func (o *CreateImagePatchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateImagePatchReader ¶
type CreateImagePatchReader struct {
// contains filtered or unexported fields
}
CreateImagePatchReader is a Reader for the CreateImagePatch structure.
func (*CreateImagePatchReader) ReadResponse ¶
func (o *CreateImagePatchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateImagePatchResponse ¶
type CreateImagePatchResponse struct { dsmcclientmodels.ApiResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error409 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*CreateImagePatchResponse) Unpack ¶
func (m *CreateImagePatchResponse) Unpack() *dsmcclientmodels.ApiError
type CreateImagePatchUnauthorized ¶
type CreateImagePatchUnauthorized struct {
}CreateImagePatchUnauthorized handles this case with default header values.
Unauthorized
func NewCreateImagePatchUnauthorized ¶
func NewCreateImagePatchUnauthorized() *CreateImagePatchUnauthorized
NewCreateImagePatchUnauthorized creates a CreateImagePatchUnauthorized with default headers values
func (*CreateImagePatchUnauthorized) Error ¶
func (o *CreateImagePatchUnauthorized) Error() string
func (*CreateImagePatchUnauthorized) GetPayload ¶
func (o *CreateImagePatchUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImagePatchUnauthorized) ToJSONString ¶
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 CreateImageResponse ¶
type CreateImageResponse struct { dsmcclientmodels.ApiResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error409 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*CreateImageResponse) Unpack ¶
func (m *CreateImageResponse) Unpack() *dsmcclientmodels.ApiError
type CreateImageUnauthorized ¶
type CreateImageUnauthorized struct {
}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 (o *CreateImageUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateImageUnauthorized) ToJSONString ¶
func (o *CreateImageUnauthorized) ToJSONString() string
type CreateRepositoryBadRequest ¶
type CreateRepositoryBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
CreateRepositoryBadRequest handles this case with default header values.
malformed request
func NewCreateRepositoryBadRequest ¶
func NewCreateRepositoryBadRequest() *CreateRepositoryBadRequest
NewCreateRepositoryBadRequest creates a CreateRepositoryBadRequest with default headers values
func (*CreateRepositoryBadRequest) Error ¶
func (o *CreateRepositoryBadRequest) Error() string
func (*CreateRepositoryBadRequest) GetPayload ¶
func (o *CreateRepositoryBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateRepositoryBadRequest) ToJSONString ¶
func (o *CreateRepositoryBadRequest) ToJSONString() string
type CreateRepositoryInternalServerError ¶
type CreateRepositoryInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
CreateRepositoryInternalServerError handles this case with default header values.
Internal Server Error
func NewCreateRepositoryInternalServerError ¶
func NewCreateRepositoryInternalServerError() *CreateRepositoryInternalServerError
NewCreateRepositoryInternalServerError creates a CreateRepositoryInternalServerError with default headers values
func (*CreateRepositoryInternalServerError) Error ¶
func (o *CreateRepositoryInternalServerError) Error() string
func (*CreateRepositoryInternalServerError) GetPayload ¶
func (o *CreateRepositoryInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateRepositoryInternalServerError) ToJSONString ¶
func (o *CreateRepositoryInternalServerError) ToJSONString() string
type CreateRepositoryNoContent ¶
type CreateRepositoryNoContent struct { }
CreateRepositoryNoContent handles this case with default header values.
repository created
func NewCreateRepositoryNoContent ¶
func NewCreateRepositoryNoContent() *CreateRepositoryNoContent
NewCreateRepositoryNoContent creates a CreateRepositoryNoContent with default headers values
func (*CreateRepositoryNoContent) Error ¶
func (o *CreateRepositoryNoContent) Error() string
type CreateRepositoryParams ¶
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 ¶
func NewCreateRepositoryParams() *CreateRepositoryParams
NewCreateRepositoryParams creates a new CreateRepositoryParams object with the default values initialized.
func NewCreateRepositoryParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *CreateRepositoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the create repository params
func (*CreateRepositoryParams) SetBody ¶
func (o *CreateRepositoryParams) SetBody(body *dsmcclientmodels.ModelsCreateRepositoryRequest)
SetBody adds the body to the create repository params
func (*CreateRepositoryParams) SetContext ¶
func (o *CreateRepositoryParams) SetContext(ctx context.Context)
SetContext adds the context to the create repository params
func (*CreateRepositoryParams) SetFlightId ¶
func (o *CreateRepositoryParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*CreateRepositoryParams) SetHTTPClient ¶
func (o *CreateRepositoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create repository params
func (*CreateRepositoryParams) SetHTTPClientTransport ¶
func (o *CreateRepositoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the create repository params
func (*CreateRepositoryParams) SetTimeout ¶
func (o *CreateRepositoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create repository params
func (*CreateRepositoryParams) WithBody ¶
func (o *CreateRepositoryParams) WithBody(body *dsmcclientmodels.ModelsCreateRepositoryRequest) *CreateRepositoryParams
WithBody adds the body to the create repository params
func (*CreateRepositoryParams) WithContext ¶
func (o *CreateRepositoryParams) WithContext(ctx context.Context) *CreateRepositoryParams
WithContext adds the context to the create repository params
func (*CreateRepositoryParams) WithHTTPClient ¶
func (o *CreateRepositoryParams) WithHTTPClient(client *http.Client) *CreateRepositoryParams
WithHTTPClient adds the HTTPClient to the create repository params
func (*CreateRepositoryParams) WithTimeout ¶
func (o *CreateRepositoryParams) WithTimeout(timeout time.Duration) *CreateRepositoryParams
WithTimeout adds the timeout to the create repository params
func (*CreateRepositoryParams) WriteToRequest ¶
func (o *CreateRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateRepositoryReader ¶
type CreateRepositoryReader struct {
// contains filtered or unexported fields
}
CreateRepositoryReader is a Reader for the CreateRepository structure.
func (*CreateRepositoryReader) ReadResponse ¶
func (o *CreateRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateRepositoryResponse ¶
type CreateRepositoryResponse struct { dsmcclientmodels.ApiResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*CreateRepositoryResponse) Unpack ¶
func (m *CreateRepositoryResponse) Unpack() *dsmcclientmodels.ApiError
type CreateRepositoryUnauthorized ¶
type CreateRepositoryUnauthorized struct {
}CreateRepositoryUnauthorized handles this case with default header values.
Unauthorized
func NewCreateRepositoryUnauthorized ¶
func NewCreateRepositoryUnauthorized() *CreateRepositoryUnauthorized
NewCreateRepositoryUnauthorized creates a CreateRepositoryUnauthorized with default headers values
func (*CreateRepositoryUnauthorized) Error ¶
func (o *CreateRepositoryUnauthorized) Error() string
func (*CreateRepositoryUnauthorized) GetPayload ¶
func (o *CreateRepositoryUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*CreateRepositoryUnauthorized) ToJSONString ¶
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 (o *DeleteImageBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImageBadRequest) ToJSONString ¶
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 (o *DeleteImageInternalServerError) Error() string
func (*DeleteImageInternalServerError) GetPayload ¶
func (o *DeleteImageInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImageInternalServerError) ToJSONString ¶
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 (o *DeleteImageNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImageNotFound) ToJSONString ¶
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 ¶
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 ¶
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 ¶
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 ¶
type DeleteImagePatchBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteImagePatchBadRequest handles this case with default header values.
malformed request
func NewDeleteImagePatchBadRequest ¶
func NewDeleteImagePatchBadRequest() *DeleteImagePatchBadRequest
NewDeleteImagePatchBadRequest creates a DeleteImagePatchBadRequest with default headers values
func (*DeleteImagePatchBadRequest) Error ¶
func (o *DeleteImagePatchBadRequest) Error() string
func (*DeleteImagePatchBadRequest) GetPayload ¶
func (o *DeleteImagePatchBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImagePatchBadRequest) ToJSONString ¶
func (o *DeleteImagePatchBadRequest) ToJSONString() string
type DeleteImagePatchInternalServerError ¶
type DeleteImagePatchInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteImagePatchInternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteImagePatchInternalServerError ¶
func NewDeleteImagePatchInternalServerError() *DeleteImagePatchInternalServerError
NewDeleteImagePatchInternalServerError creates a DeleteImagePatchInternalServerError with default headers values
func (*DeleteImagePatchInternalServerError) Error ¶
func (o *DeleteImagePatchInternalServerError) Error() string
func (*DeleteImagePatchInternalServerError) GetPayload ¶
func (o *DeleteImagePatchInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImagePatchInternalServerError) ToJSONString ¶
func (o *DeleteImagePatchInternalServerError) ToJSONString() string
type DeleteImagePatchNoContent ¶
type DeleteImagePatchNoContent struct { }
DeleteImagePatchNoContent handles this case with default header values.
image deleted
func NewDeleteImagePatchNoContent ¶
func NewDeleteImagePatchNoContent() *DeleteImagePatchNoContent
NewDeleteImagePatchNoContent creates a DeleteImagePatchNoContent with default headers values
func (*DeleteImagePatchNoContent) Error ¶
func (o *DeleteImagePatchNoContent) Error() string
type DeleteImagePatchNotFound ¶
type DeleteImagePatchNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteImagePatchNotFound handles this case with default header values.
malformed request
func NewDeleteImagePatchNotFound ¶
func NewDeleteImagePatchNotFound() *DeleteImagePatchNotFound
NewDeleteImagePatchNotFound creates a DeleteImagePatchNotFound with default headers values
func (*DeleteImagePatchNotFound) Error ¶
func (o *DeleteImagePatchNotFound) Error() string
func (*DeleteImagePatchNotFound) GetPayload ¶
func (o *DeleteImagePatchNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImagePatchNotFound) ToJSONString ¶
func (o *DeleteImagePatchNotFound) ToJSONString() string
type DeleteImagePatchParams ¶
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 ¶
func NewDeleteImagePatchParams() *DeleteImagePatchParams
NewDeleteImagePatchParams creates a new DeleteImagePatchParams object with the default values initialized.
func NewDeleteImagePatchParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *DeleteImagePatchParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete image patch params
func (*DeleteImagePatchParams) SetContext ¶
func (o *DeleteImagePatchParams) SetContext(ctx context.Context)
SetContext adds the context to the delete image patch params
func (*DeleteImagePatchParams) SetFlightId ¶
func (o *DeleteImagePatchParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteImagePatchParams) SetHTTPClient ¶
func (o *DeleteImagePatchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete image patch params
func (*DeleteImagePatchParams) SetHTTPClientTransport ¶
func (o *DeleteImagePatchParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete image patch params
func (*DeleteImagePatchParams) SetImageURI ¶
func (o *DeleteImagePatchParams) SetImageURI(imageURI string)
SetImageURI adds the imageUri to the delete image patch params
func (*DeleteImagePatchParams) SetNamespace ¶
func (o *DeleteImagePatchParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete image patch params
func (*DeleteImagePatchParams) SetTimeout ¶
func (o *DeleteImagePatchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete image patch params
func (*DeleteImagePatchParams) SetVersion ¶
func (o *DeleteImagePatchParams) SetVersion(version string)
SetVersion adds the version to the delete image patch params
func (*DeleteImagePatchParams) SetVersionPatch ¶
func (o *DeleteImagePatchParams) SetVersionPatch(versionPatch string)
SetVersionPatch adds the versionPatch to the delete image patch params
func (*DeleteImagePatchParams) WithContext ¶
func (o *DeleteImagePatchParams) WithContext(ctx context.Context) *DeleteImagePatchParams
WithContext adds the context to the delete image patch params
func (*DeleteImagePatchParams) WithHTTPClient ¶
func (o *DeleteImagePatchParams) WithHTTPClient(client *http.Client) *DeleteImagePatchParams
WithHTTPClient adds the HTTPClient to the delete image patch params
func (*DeleteImagePatchParams) WithImageURI ¶
func (o *DeleteImagePatchParams) WithImageURI(imageURI string) *DeleteImagePatchParams
WithImageURI adds the imageURI to the delete image patch params
func (*DeleteImagePatchParams) WithNamespace ¶
func (o *DeleteImagePatchParams) WithNamespace(namespace string) *DeleteImagePatchParams
WithNamespace adds the namespace to the delete image patch params
func (*DeleteImagePatchParams) WithTimeout ¶
func (o *DeleteImagePatchParams) WithTimeout(timeout time.Duration) *DeleteImagePatchParams
WithTimeout adds the timeout to the delete image patch params
func (*DeleteImagePatchParams) WithVersion ¶
func (o *DeleteImagePatchParams) WithVersion(version string) *DeleteImagePatchParams
WithVersion adds the version to the delete image patch params
func (*DeleteImagePatchParams) WithVersionPatch ¶
func (o *DeleteImagePatchParams) WithVersionPatch(versionPatch string) *DeleteImagePatchParams
WithVersionPatch adds the versionPatch to the delete image patch params
func (*DeleteImagePatchParams) WriteToRequest ¶
func (o *DeleteImagePatchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteImagePatchReader ¶
type DeleteImagePatchReader struct {
// contains filtered or unexported fields
}
DeleteImagePatchReader is a Reader for the DeleteImagePatch structure.
func (*DeleteImagePatchReader) ReadResponse ¶
func (o *DeleteImagePatchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteImagePatchResponse ¶
type DeleteImagePatchResponse struct { dsmcclientmodels.ApiResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error422 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*DeleteImagePatchResponse) Unpack ¶
func (m *DeleteImagePatchResponse) Unpack() *dsmcclientmodels.ApiError
type DeleteImagePatchUnauthorized ¶
type DeleteImagePatchUnauthorized struct {
}DeleteImagePatchUnauthorized handles this case with default header values.
Unauthorized
func NewDeleteImagePatchUnauthorized ¶
func NewDeleteImagePatchUnauthorized() *DeleteImagePatchUnauthorized
NewDeleteImagePatchUnauthorized creates a DeleteImagePatchUnauthorized with default headers values
func (*DeleteImagePatchUnauthorized) Error ¶
func (o *DeleteImagePatchUnauthorized) Error() string
func (*DeleteImagePatchUnauthorized) GetPayload ¶
func (o *DeleteImagePatchUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImagePatchUnauthorized) ToJSONString ¶
func (o *DeleteImagePatchUnauthorized) ToJSONString() string
type DeleteImagePatchUnprocessableEntity ¶
type DeleteImagePatchUnprocessableEntity struct {
Payload *dsmcclientmodels.ResponseError
}
DeleteImagePatchUnprocessableEntity handles this case with default header values.
unprocessable entity
func NewDeleteImagePatchUnprocessableEntity ¶
func NewDeleteImagePatchUnprocessableEntity() *DeleteImagePatchUnprocessableEntity
NewDeleteImagePatchUnprocessableEntity creates a DeleteImagePatchUnprocessableEntity with default headers values
func (*DeleteImagePatchUnprocessableEntity) Error ¶
func (o *DeleteImagePatchUnprocessableEntity) Error() string
func (*DeleteImagePatchUnprocessableEntity) GetPayload ¶
func (o *DeleteImagePatchUnprocessableEntity) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImagePatchUnprocessableEntity) ToJSONString ¶
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 DeleteImageResponse ¶
type DeleteImageResponse struct { dsmcclientmodels.ApiResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error422 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*DeleteImageResponse) Unpack ¶
func (m *DeleteImageResponse) Unpack() *dsmcclientmodels.ApiError
type DeleteImageUnauthorized ¶
type DeleteImageUnauthorized struct {
}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 (o *DeleteImageUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImageUnauthorized) ToJSONString ¶
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 (o *DeleteImageUnprocessableEntity) Error() string
func (*DeleteImageUnprocessableEntity) GetPayload ¶
func (o *DeleteImageUnprocessableEntity) GetPayload() *dsmcclientmodels.ResponseError
func (*DeleteImageUnprocessableEntity) ToJSONString ¶
func (o *DeleteImageUnprocessableEntity) 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 (o *GetImageDetailInternalServerError) Error() string
func (*GetImageDetailInternalServerError) GetPayload ¶
func (o *GetImageDetailInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImageDetailInternalServerError) ToJSONString ¶
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 (o *GetImageDetailNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImageDetailNotFound) ToJSONString ¶
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 (o *GetImageDetailOK) GetPayload() *dsmcclientmodels.ModelsGetImageDetailResponse
func (*GetImageDetailOK) ToJSONString ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (o *GetImageDetailParams) WithContext(ctx context.Context) *GetImageDetailParams
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 GetImageDetailResponse ¶
type GetImageDetailResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsGetImageDetailResponse Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*GetImageDetailResponse) Unpack ¶
func (m *GetImageDetailResponse) Unpack() (*dsmcclientmodels.ModelsGetImageDetailResponse, *dsmcclientmodels.ApiError)
type GetImageDetailUnauthorized ¶
type GetImageDetailUnauthorized struct {
}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 (o *GetImageDetailUnauthorized) Error() string
func (*GetImageDetailUnauthorized) GetPayload ¶
func (o *GetImageDetailUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImageDetailUnauthorized) ToJSONString ¶
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 (o *GetImageLimitBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImageLimitBadRequest) ToJSONString ¶
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 (o *GetImageLimitInternalServerError) Error() string
func (*GetImageLimitInternalServerError) GetPayload ¶
func (o *GetImageLimitInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImageLimitInternalServerError) ToJSONString ¶
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 (o *GetImageLimitOK) GetPayload() *dsmcclientmodels.ModelsGetImageLimitResponse
func (*GetImageLimitOK) ToJSONString ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (o *GetImageLimitParams) WithContext(ctx context.Context) *GetImageLimitParams
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 GetImageLimitResponse ¶
type GetImageLimitResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsGetImageLimitResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*GetImageLimitResponse) Unpack ¶
func (m *GetImageLimitResponse) Unpack() (*dsmcclientmodels.ModelsGetImageLimitResponse, *dsmcclientmodels.ApiError)
type GetImageLimitUnauthorized ¶
type GetImageLimitUnauthorized struct {
}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 (o *GetImageLimitUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImageLimitUnauthorized) ToJSONString ¶
func (o *GetImageLimitUnauthorized) ToJSONString() string
type GetImagePatchDetailInternalServerError ¶
type GetImagePatchDetailInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetImagePatchDetailInternalServerError handles this case with default header values.
Internal Server Error
func NewGetImagePatchDetailInternalServerError ¶
func NewGetImagePatchDetailInternalServerError() *GetImagePatchDetailInternalServerError
NewGetImagePatchDetailInternalServerError creates a GetImagePatchDetailInternalServerError with default headers values
func (*GetImagePatchDetailInternalServerError) Error ¶
func (o *GetImagePatchDetailInternalServerError) Error() string
func (*GetImagePatchDetailInternalServerError) GetPayload ¶
func (o *GetImagePatchDetailInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImagePatchDetailInternalServerError) ToJSONString ¶
func (o *GetImagePatchDetailInternalServerError) ToJSONString() string
type GetImagePatchDetailNotFound ¶
type GetImagePatchDetailNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
GetImagePatchDetailNotFound handles this case with default header values.
image version not found
func NewGetImagePatchDetailNotFound ¶
func NewGetImagePatchDetailNotFound() *GetImagePatchDetailNotFound
NewGetImagePatchDetailNotFound creates a GetImagePatchDetailNotFound with default headers values
func (*GetImagePatchDetailNotFound) Error ¶
func (o *GetImagePatchDetailNotFound) Error() string
func (*GetImagePatchDetailNotFound) GetPayload ¶
func (o *GetImagePatchDetailNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImagePatchDetailNotFound) ToJSONString ¶
func (o *GetImagePatchDetailNotFound) ToJSONString() string
type GetImagePatchDetailOK ¶
type GetImagePatchDetailOK struct {
Payload *dsmcclientmodels.ModelsGetImagePatchDetailResponse
}
GetImagePatchDetailOK handles this case with default header values.
ok
func NewGetImagePatchDetailOK ¶
func NewGetImagePatchDetailOK() *GetImagePatchDetailOK
NewGetImagePatchDetailOK creates a GetImagePatchDetailOK with default headers values
func (*GetImagePatchDetailOK) Error ¶
func (o *GetImagePatchDetailOK) Error() string
func (*GetImagePatchDetailOK) GetPayload ¶
func (o *GetImagePatchDetailOK) GetPayload() *dsmcclientmodels.ModelsGetImagePatchDetailResponse
func (*GetImagePatchDetailOK) ToJSONString ¶
func (o *GetImagePatchDetailOK) ToJSONString() string
type GetImagePatchDetailParams ¶
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 ¶
func NewGetImagePatchDetailParams() *GetImagePatchDetailParams
NewGetImagePatchDetailParams creates a new GetImagePatchDetailParams object with the default values initialized.
func NewGetImagePatchDetailParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *GetImagePatchDetailParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get image patch detail params
func (*GetImagePatchDetailParams) SetContext ¶
func (o *GetImagePatchDetailParams) SetContext(ctx context.Context)
SetContext adds the context to the get image patch detail params
func (*GetImagePatchDetailParams) SetFlightId ¶
func (o *GetImagePatchDetailParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetImagePatchDetailParams) SetHTTPClient ¶
func (o *GetImagePatchDetailParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get image patch detail params
func (*GetImagePatchDetailParams) SetHTTPClientTransport ¶
func (o *GetImagePatchDetailParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get image patch detail params
func (*GetImagePatchDetailParams) SetNamespace ¶
func (o *GetImagePatchDetailParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get image patch detail params
func (*GetImagePatchDetailParams) SetTimeout ¶
func (o *GetImagePatchDetailParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get image patch detail params
func (*GetImagePatchDetailParams) SetVersion ¶
func (o *GetImagePatchDetailParams) SetVersion(version string)
SetVersion adds the version to the get image patch detail params
func (*GetImagePatchDetailParams) SetVersionPatch ¶
func (o *GetImagePatchDetailParams) SetVersionPatch(versionPatch string)
SetVersionPatch adds the versionPatch to the get image patch detail params
func (*GetImagePatchDetailParams) WithContext ¶
func (o *GetImagePatchDetailParams) WithContext(ctx context.Context) *GetImagePatchDetailParams
WithContext adds the context to the get image patch detail params
func (*GetImagePatchDetailParams) WithHTTPClient ¶
func (o *GetImagePatchDetailParams) WithHTTPClient(client *http.Client) *GetImagePatchDetailParams
WithHTTPClient adds the HTTPClient to the get image patch detail params
func (*GetImagePatchDetailParams) WithNamespace ¶
func (o *GetImagePatchDetailParams) WithNamespace(namespace string) *GetImagePatchDetailParams
WithNamespace adds the namespace to the get image patch detail params
func (*GetImagePatchDetailParams) WithTimeout ¶
func (o *GetImagePatchDetailParams) WithTimeout(timeout time.Duration) *GetImagePatchDetailParams
WithTimeout adds the timeout to the get image patch detail params
func (*GetImagePatchDetailParams) WithVersion ¶
func (o *GetImagePatchDetailParams) WithVersion(version string) *GetImagePatchDetailParams
WithVersion adds the version to the get image patch detail params
func (*GetImagePatchDetailParams) WithVersionPatch ¶
func (o *GetImagePatchDetailParams) WithVersionPatch(versionPatch string) *GetImagePatchDetailParams
WithVersionPatch adds the versionPatch to the get image patch detail params
func (*GetImagePatchDetailParams) WriteToRequest ¶
func (o *GetImagePatchDetailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImagePatchDetailReader ¶
type GetImagePatchDetailReader struct {
// contains filtered or unexported fields
}
GetImagePatchDetailReader is a Reader for the GetImagePatchDetail structure.
func (*GetImagePatchDetailReader) ReadResponse ¶
func (o *GetImagePatchDetailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImagePatchDetailResponse ¶
type GetImagePatchDetailResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsGetImagePatchDetailResponse Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*GetImagePatchDetailResponse) Unpack ¶
func (m *GetImagePatchDetailResponse) Unpack() (*dsmcclientmodels.ModelsGetImagePatchDetailResponse, *dsmcclientmodels.ApiError)
type GetImagePatchDetailUnauthorized ¶
type GetImagePatchDetailUnauthorized struct {
}GetImagePatchDetailUnauthorized handles this case with default header values.
Unauthorized
func NewGetImagePatchDetailUnauthorized ¶
func NewGetImagePatchDetailUnauthorized() *GetImagePatchDetailUnauthorized
NewGetImagePatchDetailUnauthorized creates a GetImagePatchDetailUnauthorized with default headers values
func (*GetImagePatchDetailUnauthorized) Error ¶
func (o *GetImagePatchDetailUnauthorized) Error() string
func (*GetImagePatchDetailUnauthorized) GetPayload ¶
func (o *GetImagePatchDetailUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImagePatchDetailUnauthorized) ToJSONString ¶
func (o *GetImagePatchDetailUnauthorized) ToJSONString() string
type GetImagePatchesInternalServerError ¶
type GetImagePatchesInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetImagePatchesInternalServerError handles this case with default header values.
Internal Server Error
func NewGetImagePatchesInternalServerError ¶
func NewGetImagePatchesInternalServerError() *GetImagePatchesInternalServerError
NewGetImagePatchesInternalServerError creates a GetImagePatchesInternalServerError with default headers values
func (*GetImagePatchesInternalServerError) Error ¶
func (o *GetImagePatchesInternalServerError) Error() string
func (*GetImagePatchesInternalServerError) GetPayload ¶
func (o *GetImagePatchesInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImagePatchesInternalServerError) ToJSONString ¶
func (o *GetImagePatchesInternalServerError) ToJSONString() string
type GetImagePatchesOK ¶
type GetImagePatchesOK struct {
Payload *dsmcclientmodels.ModelsListImagePatchesResponse
}
GetImagePatchesOK handles this case with default header values.
ok
func NewGetImagePatchesOK ¶
func NewGetImagePatchesOK() *GetImagePatchesOK
NewGetImagePatchesOK creates a GetImagePatchesOK with default headers values
func (*GetImagePatchesOK) Error ¶
func (o *GetImagePatchesOK) Error() string
func (*GetImagePatchesOK) GetPayload ¶
func (o *GetImagePatchesOK) GetPayload() *dsmcclientmodels.ModelsListImagePatchesResponse
func (*GetImagePatchesOK) ToJSONString ¶
func (o *GetImagePatchesOK) ToJSONString() string
type GetImagePatchesParams ¶
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 ¶
func NewGetImagePatchesParams() *GetImagePatchesParams
NewGetImagePatchesParams creates a new GetImagePatchesParams object with the default values initialized.
func NewGetImagePatchesParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *GetImagePatchesParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get image patches params
func (*GetImagePatchesParams) SetContext ¶
func (o *GetImagePatchesParams) SetContext(ctx context.Context)
SetContext adds the context to the get image patches params
func (*GetImagePatchesParams) SetFlightId ¶
func (o *GetImagePatchesParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetImagePatchesParams) SetHTTPClient ¶
func (o *GetImagePatchesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get image patches params
func (*GetImagePatchesParams) SetHTTPClientTransport ¶
func (o *GetImagePatchesParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get image patches params
func (*GetImagePatchesParams) SetNamespace ¶
func (o *GetImagePatchesParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get image patches params
func (*GetImagePatchesParams) SetTimeout ¶
func (o *GetImagePatchesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get image patches params
func (*GetImagePatchesParams) SetVersion ¶
func (o *GetImagePatchesParams) SetVersion(version string)
SetVersion adds the version to the get image patches params
func (*GetImagePatchesParams) WithContext ¶
func (o *GetImagePatchesParams) WithContext(ctx context.Context) *GetImagePatchesParams
WithContext adds the context to the get image patches params
func (*GetImagePatchesParams) WithHTTPClient ¶
func (o *GetImagePatchesParams) WithHTTPClient(client *http.Client) *GetImagePatchesParams
WithHTTPClient adds the HTTPClient to the get image patches params
func (*GetImagePatchesParams) WithNamespace ¶
func (o *GetImagePatchesParams) WithNamespace(namespace string) *GetImagePatchesParams
WithNamespace adds the namespace to the get image patches params
func (*GetImagePatchesParams) WithTimeout ¶
func (o *GetImagePatchesParams) WithTimeout(timeout time.Duration) *GetImagePatchesParams
WithTimeout adds the timeout to the get image patches params
func (*GetImagePatchesParams) WithVersion ¶
func (o *GetImagePatchesParams) WithVersion(version string) *GetImagePatchesParams
WithVersion adds the version to the get image patches params
func (*GetImagePatchesParams) WriteToRequest ¶
func (o *GetImagePatchesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImagePatchesReader ¶
type GetImagePatchesReader struct {
// contains filtered or unexported fields
}
GetImagePatchesReader is a Reader for the GetImagePatches structure.
func (*GetImagePatchesReader) ReadResponse ¶
func (o *GetImagePatchesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImagePatchesResponse ¶
type GetImagePatchesResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsListImagePatchesResponse Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*GetImagePatchesResponse) Unpack ¶
func (m *GetImagePatchesResponse) Unpack() (*dsmcclientmodels.ModelsListImagePatchesResponse, *dsmcclientmodels.ApiError)
type GetImagePatchesUnauthorized ¶
type GetImagePatchesUnauthorized struct {
}GetImagePatchesUnauthorized handles this case with default header values.
Unauthorized
func NewGetImagePatchesUnauthorized ¶
func NewGetImagePatchesUnauthorized() *GetImagePatchesUnauthorized
NewGetImagePatchesUnauthorized creates a GetImagePatchesUnauthorized with default headers values
func (*GetImagePatchesUnauthorized) Error ¶
func (o *GetImagePatchesUnauthorized) Error() string
func (*GetImagePatchesUnauthorized) GetPayload ¶
func (o *GetImagePatchesUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetImagePatchesUnauthorized) ToJSONString ¶
func (o *GetImagePatchesUnauthorized) ToJSONString() string
type GetRepositoryInternalServerError ¶
type GetRepositoryInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
GetRepositoryInternalServerError handles this case with default header values.
Internal Server Error
func NewGetRepositoryInternalServerError ¶
func NewGetRepositoryInternalServerError() *GetRepositoryInternalServerError
NewGetRepositoryInternalServerError creates a GetRepositoryInternalServerError with default headers values
func (*GetRepositoryInternalServerError) Error ¶
func (o *GetRepositoryInternalServerError) Error() string
func (*GetRepositoryInternalServerError) GetPayload ¶
func (o *GetRepositoryInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*GetRepositoryInternalServerError) ToJSONString ¶
func (o *GetRepositoryInternalServerError) ToJSONString() string
type GetRepositoryNotFound ¶
type GetRepositoryNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
GetRepositoryNotFound handles this case with default header values.
repository not found
func NewGetRepositoryNotFound ¶
func NewGetRepositoryNotFound() *GetRepositoryNotFound
NewGetRepositoryNotFound creates a GetRepositoryNotFound with default headers values
func (*GetRepositoryNotFound) Error ¶
func (o *GetRepositoryNotFound) Error() string
func (*GetRepositoryNotFound) GetPayload ¶
func (o *GetRepositoryNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*GetRepositoryNotFound) ToJSONString ¶
func (o *GetRepositoryNotFound) ToJSONString() string
type GetRepositoryOK ¶
type GetRepositoryOK struct {
Payload *dsmcclientmodels.ModelsRepositoryRecord
}
GetRepositoryOK handles this case with default header values.
repository retrieved
func NewGetRepositoryOK ¶
func NewGetRepositoryOK() *GetRepositoryOK
NewGetRepositoryOK creates a GetRepositoryOK with default headers values
func (*GetRepositoryOK) Error ¶
func (o *GetRepositoryOK) Error() string
func (*GetRepositoryOK) GetPayload ¶
func (o *GetRepositoryOK) GetPayload() *dsmcclientmodels.ModelsRepositoryRecord
func (*GetRepositoryOK) ToJSONString ¶
func (o *GetRepositoryOK) ToJSONString() string
type GetRepositoryParams ¶
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 ¶
func NewGetRepositoryParams() *GetRepositoryParams
NewGetRepositoryParams creates a new GetRepositoryParams object with the default values initialized.
func NewGetRepositoryParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *GetRepositoryParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get repository params
func (*GetRepositoryParams) SetContext ¶
func (o *GetRepositoryParams) SetContext(ctx context.Context)
SetContext adds the context to the get repository params
func (*GetRepositoryParams) SetFlightId ¶
func (o *GetRepositoryParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetRepositoryParams) SetHTTPClient ¶
func (o *GetRepositoryParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get repository params
func (*GetRepositoryParams) SetHTTPClientTransport ¶
func (o *GetRepositoryParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get repository params
func (*GetRepositoryParams) SetNamespace ¶
func (o *GetRepositoryParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the get repository params
func (*GetRepositoryParams) SetTimeout ¶
func (o *GetRepositoryParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get repository params
func (*GetRepositoryParams) WithContext ¶
func (o *GetRepositoryParams) WithContext(ctx context.Context) *GetRepositoryParams
WithContext adds the context to the get repository params
func (*GetRepositoryParams) WithHTTPClient ¶
func (o *GetRepositoryParams) WithHTTPClient(client *http.Client) *GetRepositoryParams
WithHTTPClient adds the HTTPClient to the get repository params
func (*GetRepositoryParams) WithNamespace ¶
func (o *GetRepositoryParams) WithNamespace(namespace string) *GetRepositoryParams
WithNamespace adds the namespace to the get repository params
func (*GetRepositoryParams) WithTimeout ¶
func (o *GetRepositoryParams) WithTimeout(timeout time.Duration) *GetRepositoryParams
WithTimeout adds the timeout to the get repository params
func (*GetRepositoryParams) WriteToRequest ¶
func (o *GetRepositoryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRepositoryReader ¶
type GetRepositoryReader struct {
// contains filtered or unexported fields
}
GetRepositoryReader is a Reader for the GetRepository structure.
func (*GetRepositoryReader) ReadResponse ¶
func (o *GetRepositoryReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRepositoryResponse ¶
type GetRepositoryResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsRepositoryRecord Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*GetRepositoryResponse) Unpack ¶
func (m *GetRepositoryResponse) Unpack() (*dsmcclientmodels.ModelsRepositoryRecord, *dsmcclientmodels.ApiError)
type GetRepositoryUnauthorized ¶
type GetRepositoryUnauthorized struct {
}GetRepositoryUnauthorized handles this case with default header values.
Unauthorized
func NewGetRepositoryUnauthorized ¶
func NewGetRepositoryUnauthorized() *GetRepositoryUnauthorized
NewGetRepositoryUnauthorized creates a GetRepositoryUnauthorized with default headers values
func (*GetRepositoryUnauthorized) Error ¶
func (o *GetRepositoryUnauthorized) Error() string
func (*GetRepositoryUnauthorized) GetPayload ¶
func (o *GetRepositoryUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*GetRepositoryUnauthorized) ToJSONString ¶
func (o *GetRepositoryUnauthorized) ToJSONString() string
type ImageDetailClientInternalServerError ¶
type ImageDetailClientInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
ImageDetailClientInternalServerError handles this case with default header values.
Internal Server Error
func NewImageDetailClientInternalServerError ¶
func NewImageDetailClientInternalServerError() *ImageDetailClientInternalServerError
NewImageDetailClientInternalServerError creates a ImageDetailClientInternalServerError with default headers values
func (*ImageDetailClientInternalServerError) Error ¶
func (o *ImageDetailClientInternalServerError) Error() string
func (*ImageDetailClientInternalServerError) GetPayload ¶
func (o *ImageDetailClientInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ImageDetailClientInternalServerError) ToJSONString ¶
func (o *ImageDetailClientInternalServerError) ToJSONString() string
type ImageDetailClientNotFound ¶
type ImageDetailClientNotFound struct {
Payload *dsmcclientmodels.ResponseError
}
ImageDetailClientNotFound handles this case with default header values.
image version not found
func NewImageDetailClientNotFound ¶
func NewImageDetailClientNotFound() *ImageDetailClientNotFound
NewImageDetailClientNotFound creates a ImageDetailClientNotFound with default headers values
func (*ImageDetailClientNotFound) Error ¶
func (o *ImageDetailClientNotFound) Error() string
func (*ImageDetailClientNotFound) GetPayload ¶
func (o *ImageDetailClientNotFound) GetPayload() *dsmcclientmodels.ResponseError
func (*ImageDetailClientNotFound) ToJSONString ¶
func (o *ImageDetailClientNotFound) ToJSONString() string
type ImageDetailClientOK ¶
type ImageDetailClientOK struct {
Payload *dsmcclientmodels.ModelsGetImageDetailResponse
}
ImageDetailClientOK handles this case with default header values.
ok
func NewImageDetailClientOK ¶
func NewImageDetailClientOK() *ImageDetailClientOK
NewImageDetailClientOK creates a ImageDetailClientOK with default headers values
func (*ImageDetailClientOK) Error ¶
func (o *ImageDetailClientOK) Error() string
func (*ImageDetailClientOK) GetPayload ¶
func (o *ImageDetailClientOK) GetPayload() *dsmcclientmodels.ModelsGetImageDetailResponse
func (*ImageDetailClientOK) ToJSONString ¶
func (o *ImageDetailClientOK) ToJSONString() string
type ImageDetailClientParams ¶
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 ¶
func NewImageDetailClientParams() *ImageDetailClientParams
NewImageDetailClientParams creates a new ImageDetailClientParams object with the default values initialized.
func NewImageDetailClientParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *ImageDetailClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the image detail client params
func (*ImageDetailClientParams) SetContext ¶
func (o *ImageDetailClientParams) SetContext(ctx context.Context)
SetContext adds the context to the image detail client params
func (*ImageDetailClientParams) SetFlightId ¶
func (o *ImageDetailClientParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ImageDetailClientParams) SetHTTPClient ¶
func (o *ImageDetailClientParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the image detail client params
func (*ImageDetailClientParams) SetHTTPClientTransport ¶
func (o *ImageDetailClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the image detail client params
func (*ImageDetailClientParams) SetNamespace ¶
func (o *ImageDetailClientParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the image detail client params
func (*ImageDetailClientParams) SetTimeout ¶
func (o *ImageDetailClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the image detail client params
func (*ImageDetailClientParams) SetVersion ¶
func (o *ImageDetailClientParams) SetVersion(version string)
SetVersion adds the version to the image detail client params
func (*ImageDetailClientParams) WithContext ¶
func (o *ImageDetailClientParams) WithContext(ctx context.Context) *ImageDetailClientParams
WithContext adds the context to the image detail client params
func (*ImageDetailClientParams) WithHTTPClient ¶
func (o *ImageDetailClientParams) WithHTTPClient(client *http.Client) *ImageDetailClientParams
WithHTTPClient adds the HTTPClient to the image detail client params
func (*ImageDetailClientParams) WithNamespace ¶
func (o *ImageDetailClientParams) WithNamespace(namespace string) *ImageDetailClientParams
WithNamespace adds the namespace to the image detail client params
func (*ImageDetailClientParams) WithTimeout ¶
func (o *ImageDetailClientParams) WithTimeout(timeout time.Duration) *ImageDetailClientParams
WithTimeout adds the timeout to the image detail client params
func (*ImageDetailClientParams) WithVersion ¶
func (o *ImageDetailClientParams) WithVersion(version string) *ImageDetailClientParams
WithVersion adds the version to the image detail client params
func (*ImageDetailClientParams) WriteToRequest ¶
func (o *ImageDetailClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ImageDetailClientReader ¶
type ImageDetailClientReader struct {
// contains filtered or unexported fields
}
ImageDetailClientReader is a Reader for the ImageDetailClient structure.
func (*ImageDetailClientReader) ReadResponse ¶
func (o *ImageDetailClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ImageDetailClientResponse ¶
type ImageDetailClientResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsGetImageDetailResponse Error401 *dsmcclientmodels.ResponseError Error404 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*ImageDetailClientResponse) Unpack ¶
func (m *ImageDetailClientResponse) Unpack() (*dsmcclientmodels.ModelsGetImageDetailResponse, *dsmcclientmodels.ApiError)
type ImageDetailClientUnauthorized ¶
type ImageDetailClientUnauthorized struct {
}ImageDetailClientUnauthorized handles this case with default header values.
Unauthorized
func NewImageDetailClientUnauthorized ¶
func NewImageDetailClientUnauthorized() *ImageDetailClientUnauthorized
NewImageDetailClientUnauthorized creates a ImageDetailClientUnauthorized with default headers values
func (*ImageDetailClientUnauthorized) Error ¶
func (o *ImageDetailClientUnauthorized) Error() string
func (*ImageDetailClientUnauthorized) GetPayload ¶
func (o *ImageDetailClientUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ImageDetailClientUnauthorized) ToJSONString ¶
func (o *ImageDetailClientUnauthorized) ToJSONString() string
type ImageLimitClientBadRequest ¶
type ImageLimitClientBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
ImageLimitClientBadRequest handles this case with default header values.
malformed request
func NewImageLimitClientBadRequest ¶
func NewImageLimitClientBadRequest() *ImageLimitClientBadRequest
NewImageLimitClientBadRequest creates a ImageLimitClientBadRequest with default headers values
func (*ImageLimitClientBadRequest) Error ¶
func (o *ImageLimitClientBadRequest) Error() string
func (*ImageLimitClientBadRequest) GetPayload ¶
func (o *ImageLimitClientBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*ImageLimitClientBadRequest) ToJSONString ¶
func (o *ImageLimitClientBadRequest) ToJSONString() string
type ImageLimitClientInternalServerError ¶
type ImageLimitClientInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
ImageLimitClientInternalServerError handles this case with default header values.
Internal Server Error
func NewImageLimitClientInternalServerError ¶
func NewImageLimitClientInternalServerError() *ImageLimitClientInternalServerError
NewImageLimitClientInternalServerError creates a ImageLimitClientInternalServerError with default headers values
func (*ImageLimitClientInternalServerError) Error ¶
func (o *ImageLimitClientInternalServerError) Error() string
func (*ImageLimitClientInternalServerError) GetPayload ¶
func (o *ImageLimitClientInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ImageLimitClientInternalServerError) ToJSONString ¶
func (o *ImageLimitClientInternalServerError) ToJSONString() string
type ImageLimitClientOK ¶
type ImageLimitClientOK struct {
Payload *dsmcclientmodels.ModelsGetImageLimitResponse
}
ImageLimitClientOK handles this case with default header values.
ok
func NewImageLimitClientOK ¶
func NewImageLimitClientOK() *ImageLimitClientOK
NewImageLimitClientOK creates a ImageLimitClientOK with default headers values
func (*ImageLimitClientOK) Error ¶
func (o *ImageLimitClientOK) Error() string
func (*ImageLimitClientOK) GetPayload ¶
func (o *ImageLimitClientOK) GetPayload() *dsmcclientmodels.ModelsGetImageLimitResponse
func (*ImageLimitClientOK) ToJSONString ¶
func (o *ImageLimitClientOK) ToJSONString() string
type ImageLimitClientParams ¶
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 ¶
func NewImageLimitClientParams() *ImageLimitClientParams
NewImageLimitClientParams creates a new ImageLimitClientParams object with the default values initialized.
func NewImageLimitClientParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *ImageLimitClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the image limit client params
func (*ImageLimitClientParams) SetContext ¶
func (o *ImageLimitClientParams) SetContext(ctx context.Context)
SetContext adds the context to the image limit client params
func (*ImageLimitClientParams) SetFlightId ¶
func (o *ImageLimitClientParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ImageLimitClientParams) SetHTTPClient ¶
func (o *ImageLimitClientParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the image limit client params
func (*ImageLimitClientParams) SetHTTPClientTransport ¶
func (o *ImageLimitClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the image limit client params
func (*ImageLimitClientParams) SetNamespace ¶
func (o *ImageLimitClientParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the image limit client params
func (*ImageLimitClientParams) SetTimeout ¶
func (o *ImageLimitClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the image limit client params
func (*ImageLimitClientParams) WithContext ¶
func (o *ImageLimitClientParams) WithContext(ctx context.Context) *ImageLimitClientParams
WithContext adds the context to the image limit client params
func (*ImageLimitClientParams) WithHTTPClient ¶
func (o *ImageLimitClientParams) WithHTTPClient(client *http.Client) *ImageLimitClientParams
WithHTTPClient adds the HTTPClient to the image limit client params
func (*ImageLimitClientParams) WithNamespace ¶
func (o *ImageLimitClientParams) WithNamespace(namespace string) *ImageLimitClientParams
WithNamespace adds the namespace to the image limit client params
func (*ImageLimitClientParams) WithTimeout ¶
func (o *ImageLimitClientParams) WithTimeout(timeout time.Duration) *ImageLimitClientParams
WithTimeout adds the timeout to the image limit client params
func (*ImageLimitClientParams) WriteToRequest ¶
func (o *ImageLimitClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ImageLimitClientReader ¶
type ImageLimitClientReader struct {
// contains filtered or unexported fields
}
ImageLimitClientReader is a Reader for the ImageLimitClient structure.
func (*ImageLimitClientReader) ReadResponse ¶
func (o *ImageLimitClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ImageLimitClientResponse ¶
type ImageLimitClientResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsGetImageLimitResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*ImageLimitClientResponse) Unpack ¶
func (m *ImageLimitClientResponse) Unpack() (*dsmcclientmodels.ModelsGetImageLimitResponse, *dsmcclientmodels.ApiError)
type ImageLimitClientUnauthorized ¶
type ImageLimitClientUnauthorized struct {
}ImageLimitClientUnauthorized handles this case with default header values.
Unauthorized
func NewImageLimitClientUnauthorized ¶
func NewImageLimitClientUnauthorized() *ImageLimitClientUnauthorized
NewImageLimitClientUnauthorized creates a ImageLimitClientUnauthorized with default headers values
func (*ImageLimitClientUnauthorized) Error ¶
func (o *ImageLimitClientUnauthorized) Error() string
func (*ImageLimitClientUnauthorized) GetPayload ¶
func (o *ImageLimitClientUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ImageLimitClientUnauthorized) ToJSONString ¶
func (o *ImageLimitClientUnauthorized) 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 (o *ListImagesBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*ListImagesBadRequest) ToJSONString ¶
func (o *ListImagesBadRequest) ToJSONString() string
type ListImagesClientBadRequest ¶
type ListImagesClientBadRequest struct {
Payload *dsmcclientmodels.ResponseError
}
ListImagesClientBadRequest handles this case with default header values.
Bad Request
func NewListImagesClientBadRequest ¶
func NewListImagesClientBadRequest() *ListImagesClientBadRequest
NewListImagesClientBadRequest creates a ListImagesClientBadRequest with default headers values
func (*ListImagesClientBadRequest) Error ¶
func (o *ListImagesClientBadRequest) Error() string
func (*ListImagesClientBadRequest) GetPayload ¶
func (o *ListImagesClientBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*ListImagesClientBadRequest) ToJSONString ¶
func (o *ListImagesClientBadRequest) ToJSONString() string
type ListImagesClientInternalServerError ¶
type ListImagesClientInternalServerError struct {
Payload *dsmcclientmodels.ResponseError
}
ListImagesClientInternalServerError handles this case with default header values.
Internal Server Error
func NewListImagesClientInternalServerError ¶
func NewListImagesClientInternalServerError() *ListImagesClientInternalServerError
NewListImagesClientInternalServerError creates a ListImagesClientInternalServerError with default headers values
func (*ListImagesClientInternalServerError) Error ¶
func (o *ListImagesClientInternalServerError) Error() string
func (*ListImagesClientInternalServerError) GetPayload ¶
func (o *ListImagesClientInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ListImagesClientInternalServerError) ToJSONString ¶
func (o *ListImagesClientInternalServerError) ToJSONString() string
type ListImagesClientOK ¶
type ListImagesClientOK struct {
Payload *dsmcclientmodels.ModelsListImageResponse
}
ListImagesClientOK handles this case with default header values.
images listed
func NewListImagesClientOK ¶
func NewListImagesClientOK() *ListImagesClientOK
NewListImagesClientOK creates a ListImagesClientOK with default headers values
func (*ListImagesClientOK) Error ¶
func (o *ListImagesClientOK) Error() string
func (*ListImagesClientOK) GetPayload ¶
func (o *ListImagesClientOK) GetPayload() *dsmcclientmodels.ModelsListImageResponse
func (*ListImagesClientOK) ToJSONString ¶
func (o *ListImagesClientOK) ToJSONString() string
type ListImagesClientParams ¶
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 ¶
func NewListImagesClientParams() *ListImagesClientParams
NewListImagesClientParams creates a new ListImagesClientParams object with the default values initialized.
func NewListImagesClientParamsWithContext ¶
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 ¶
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 ¶
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 ¶
func (o *ListImagesClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the list images client params
func (*ListImagesClientParams) SetContext ¶
func (o *ListImagesClientParams) SetContext(ctx context.Context)
SetContext adds the context to the list images client params
func (*ListImagesClientParams) SetCount ¶
func (o *ListImagesClientParams) SetCount(count *int64)
SetCount adds the count to the list images client params
func (*ListImagesClientParams) SetFlightId ¶
func (o *ListImagesClientParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*ListImagesClientParams) SetHTTPClient ¶
func (o *ListImagesClientParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list images client params
func (*ListImagesClientParams) SetHTTPClientTransport ¶
func (o *ListImagesClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the list images client params
func (*ListImagesClientParams) SetNamespace ¶
func (o *ListImagesClientParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the list images client params
func (*ListImagesClientParams) SetOffset ¶
func (o *ListImagesClientParams) SetOffset(offset *int64)
SetOffset adds the offset to the list images client params
func (*ListImagesClientParams) SetQ ¶
func (o *ListImagesClientParams) SetQ(q *string)
SetQ adds the q to the list images client params
func (*ListImagesClientParams) SetSortBy ¶
func (o *ListImagesClientParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the list images client params
func (*ListImagesClientParams) SetSortDirection ¶
func (o *ListImagesClientParams) SetSortDirection(sortDirection *string)
SetSortDirection adds the sortDirection to the list images client params
func (*ListImagesClientParams) SetTimeout ¶
func (o *ListImagesClientParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list images client params
func (*ListImagesClientParams) WithContext ¶
func (o *ListImagesClientParams) WithContext(ctx context.Context) *ListImagesClientParams
WithContext adds the context to the list images client params
func (*ListImagesClientParams) WithCount ¶
func (o *ListImagesClientParams) WithCount(count *int64) *ListImagesClientParams
WithCount adds the count to the list images client params
func (*ListImagesClientParams) WithHTTPClient ¶
func (o *ListImagesClientParams) WithHTTPClient(client *http.Client) *ListImagesClientParams
WithHTTPClient adds the HTTPClient to the list images client params
func (*ListImagesClientParams) WithNamespace ¶
func (o *ListImagesClientParams) WithNamespace(namespace string) *ListImagesClientParams
WithNamespace adds the namespace to the list images client params
func (*ListImagesClientParams) WithOffset ¶
func (o *ListImagesClientParams) WithOffset(offset *int64) *ListImagesClientParams
WithOffset adds the offset to the list images client params
func (*ListImagesClientParams) WithQ ¶
func (o *ListImagesClientParams) WithQ(q *string) *ListImagesClientParams
WithQ adds the q to the list images client params
func (*ListImagesClientParams) WithSortBy ¶
func (o *ListImagesClientParams) WithSortBy(sortBy *string) *ListImagesClientParams
WithSortBy adds the sortBy to the list images client params
func (*ListImagesClientParams) WithSortDirection ¶
func (o *ListImagesClientParams) WithSortDirection(sortDirection *string) *ListImagesClientParams
WithSortDirection adds the sortDirection to the list images client params
func (*ListImagesClientParams) WithTimeout ¶
func (o *ListImagesClientParams) WithTimeout(timeout time.Duration) *ListImagesClientParams
WithTimeout adds the timeout to the list images client params
func (*ListImagesClientParams) WriteToRequest ¶
func (o *ListImagesClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListImagesClientReader ¶
type ListImagesClientReader struct {
// contains filtered or unexported fields
}
ListImagesClientReader is a Reader for the ListImagesClient structure.
func (*ListImagesClientReader) ReadResponse ¶
func (o *ListImagesClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListImagesClientResponse ¶
type ListImagesClientResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsListImageResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*ListImagesClientResponse) Unpack ¶
func (m *ListImagesClientResponse) Unpack() (*dsmcclientmodels.ModelsListImageResponse, *dsmcclientmodels.ApiError)
type ListImagesClientUnauthorized ¶
type ListImagesClientUnauthorized struct {
}ListImagesClientUnauthorized handles this case with default header values.
Unauthorized
func NewListImagesClientUnauthorized ¶
func NewListImagesClientUnauthorized() *ListImagesClientUnauthorized
NewListImagesClientUnauthorized creates a ListImagesClientUnauthorized with default headers values
func (*ListImagesClientUnauthorized) Error ¶
func (o *ListImagesClientUnauthorized) Error() string
func (*ListImagesClientUnauthorized) GetPayload ¶
func (o *ListImagesClientUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ListImagesClientUnauthorized) ToJSONString ¶
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 (o *ListImagesInternalServerError) Error() string
func (*ListImagesInternalServerError) GetPayload ¶
func (o *ListImagesInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*ListImagesInternalServerError) ToJSONString ¶
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 (o *ListImagesOK) GetPayload() *dsmcclientmodels.ModelsListImageResponse
func (*ListImagesOK) ToJSONString ¶
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 ¶
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 ¶
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 ¶
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 ¶
func (o *ListImagesParams) SetSortBy(sortBy *string)
SetSortBy adds the sortBy to the list images params
func (*ListImagesParams) SetSortDirection ¶
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 ¶
func (o *ListImagesParams) WithQ(q *string) *ListImagesParams
WithQ adds the q to the list images params
func (*ListImagesParams) WithSortBy ¶
func (o *ListImagesParams) WithSortBy(sortBy *string) *ListImagesParams
WithSortBy adds the sortBy to the list images params
func (*ListImagesParams) WithSortDirection ¶
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 ListImagesResponse ¶
type ListImagesResponse struct { dsmcclientmodels.ApiResponse Data *dsmcclientmodels.ModelsListImageResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*ListImagesResponse) Unpack ¶
func (m *ListImagesResponse) Unpack() (*dsmcclientmodels.ModelsListImageResponse, *dsmcclientmodels.ApiError)
type ListImagesUnauthorized ¶
type ListImagesUnauthorized struct {
}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 (o *ListImagesUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*ListImagesUnauthorized) ToJSONString ¶
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 (o *UpdateImageBadRequest) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateImageBadRequest) ToJSONString ¶
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 (o *UpdateImageInternalServerError) Error() string
func (*UpdateImageInternalServerError) GetPayload ¶
func (o *UpdateImageInternalServerError) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateImageInternalServerError) ToJSONString ¶
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 ¶
func (o *UpdateImageParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update image params
func (*UpdateImageParams) SetBody ¶
func (o *UpdateImageParams) SetBody(body *dsmcclientmodels.ModelsImageRecordUpdate)
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 ¶
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 ¶
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 ¶
func (o *UpdateImageParams) WithBody(body *dsmcclientmodels.ModelsImageRecordUpdate) *UpdateImageParams
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 UpdateImageResponse ¶
type UpdateImageResponse struct { dsmcclientmodels.ApiResponse Error400 *dsmcclientmodels.ResponseError Error401 *dsmcclientmodels.ResponseError Error500 *dsmcclientmodels.ResponseError }
func (*UpdateImageResponse) Unpack ¶
func (m *UpdateImageResponse) Unpack() *dsmcclientmodels.ApiError
type UpdateImageUnauthorized ¶
type UpdateImageUnauthorized struct {
}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 (o *UpdateImageUnauthorized) GetPayload() *dsmcclientmodels.ResponseError
func (*UpdateImageUnauthorized) ToJSONString ¶
func (o *UpdateImageUnauthorized) ToJSONString() string
Source Files ¶
- create_image_parameters.go
- create_image_patch_parameters.go
- create_image_patch_responses.go
- create_image_responses.go
- create_repository_parameters.go
- create_repository_responses.go
- delete_image_parameters.go
- delete_image_patch_parameters.go
- delete_image_patch_responses.go
- delete_image_responses.go
- get_image_detail_parameters.go
- get_image_detail_responses.go
- get_image_limit_parameters.go
- get_image_limit_responses.go
- get_image_patch_detail_parameters.go
- get_image_patch_detail_responses.go
- get_image_patches_parameters.go
- get_image_patches_responses.go
- get_repository_parameters.go
- get_repository_responses.go
- image_config_client.go
- image_detail_client_parameters.go
- image_detail_client_responses.go
- image_limit_client_parameters.go
- image_limit_client_responses.go
- list_images_client_parameters.go
- list_images_client_responses.go
- list_images_parameters.go
- list_images_responses.go
- update_image_parameters.go
- update_image_responses.go