Versions in this module Expand all Collapse all v0 v0.75.0 Nov 22, 2024 Changes in this version + type Client struct + func (a *Client) DeleteAppImagesV1(params *DeleteAppImagesV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppImagesV1NoContent, *DeleteAppImagesV1Unauthorized, ...) + func (a *Client) DeleteAppImagesV1Short(params *DeleteAppImagesV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppImagesV1NoContent, error) + func (a *Client) GetAppImageListV1(params *GetAppImageListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppImageListV1OK, *GetAppImageListV1Unauthorized, ...) + func (a *Client) GetAppImageListV1Short(params *GetAppImageListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppImageListV1OK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeleteAppImagesV1 func(params *DeleteAppImagesV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppImagesV1NoContent, *DeleteAppImagesV1Unauthorized, ...) + DeleteAppImagesV1Short func(params *DeleteAppImagesV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteAppImagesV1NoContent, error) + GetAppImageListV1 func(params *GetAppImageListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppImageListV1OK, *GetAppImageListV1Unauthorized, ...) + GetAppImageListV1Short func(params *GetAppImageListV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetAppImageListV1OK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteAppImagesV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteAppImagesV1Forbidden() *DeleteAppImagesV1Forbidden + func (o *DeleteAppImagesV1Forbidden) Error() string + func (o *DeleteAppImagesV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteAppImagesV1Forbidden) ToJSONString() string + type DeleteAppImagesV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteAppImagesV1InternalServerError() *DeleteAppImagesV1InternalServerError + func (o *DeleteAppImagesV1InternalServerError) Error() string + func (o *DeleteAppImagesV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteAppImagesV1InternalServerError) ToJSONString() string + type DeleteAppImagesV1NoContent struct + func NewDeleteAppImagesV1NoContent() *DeleteAppImagesV1NoContent + func (o *DeleteAppImagesV1NoContent) Error() string + type DeleteAppImagesV1NotFound struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteAppImagesV1NotFound() *DeleteAppImagesV1NotFound + func (o *DeleteAppImagesV1NotFound) Error() string + func (o *DeleteAppImagesV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteAppImagesV1NotFound) ToJSONString() string + type DeleteAppImagesV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *csmclientmodels.GeneratedDeleteAppImagesV1Request + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewDeleteAppImagesV1Params() *DeleteAppImagesV1Params + func NewDeleteAppImagesV1ParamsWithContext(ctx context.Context) *DeleteAppImagesV1Params + func NewDeleteAppImagesV1ParamsWithHTTPClient(client *http.Client) *DeleteAppImagesV1Params + func NewDeleteAppImagesV1ParamsWithTimeout(timeout time.Duration) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) SetApp(app string) + func (o *DeleteAppImagesV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *DeleteAppImagesV1Params) SetBody(body *csmclientmodels.GeneratedDeleteAppImagesV1Request) + func (o *DeleteAppImagesV1Params) SetContext(ctx context.Context) + func (o *DeleteAppImagesV1Params) SetFlightId(flightId string) + func (o *DeleteAppImagesV1Params) SetHTTPClient(client *http.Client) + func (o *DeleteAppImagesV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *DeleteAppImagesV1Params) SetNamespace(namespace string) + func (o *DeleteAppImagesV1Params) SetTimeout(timeout time.Duration) + func (o *DeleteAppImagesV1Params) WithApp(app string) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) WithBody(body *csmclientmodels.GeneratedDeleteAppImagesV1Request) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) WithContext(ctx context.Context) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) WithHTTPClient(client *http.Client) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) WithNamespace(namespace string) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) WithTimeout(timeout time.Duration) *DeleteAppImagesV1Params + func (o *DeleteAppImagesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteAppImagesV1Reader struct + func (o *DeleteAppImagesV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteAppImagesV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteAppImagesV1Unauthorized() *DeleteAppImagesV1Unauthorized + func (o *DeleteAppImagesV1Unauthorized) Error() string + func (o *DeleteAppImagesV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteAppImagesV1Unauthorized) ToJSONString() string + type GetAppImageListV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetAppImageListV1Forbidden() *GetAppImageListV1Forbidden + func (o *GetAppImageListV1Forbidden) Error() string + func (o *GetAppImageListV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetAppImageListV1Forbidden) ToJSONString() string + type GetAppImageListV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetAppImageListV1InternalServerError() *GetAppImageListV1InternalServerError + func (o *GetAppImageListV1InternalServerError) Error() string + func (o *GetAppImageListV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetAppImageListV1InternalServerError) ToJSONString() string + type GetAppImageListV1NotFound struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetAppImageListV1NotFound() *GetAppImageListV1NotFound + func (o *GetAppImageListV1NotFound) Error() string + func (o *GetAppImageListV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetAppImageListV1NotFound) ToJSONString() string + type GetAppImageListV1OK struct + Payload *csmclientmodels.GeneratedGetAppImageListV1Response + func NewGetAppImageListV1OK() *GetAppImageListV1OK + func (o *GetAppImageListV1OK) Error() string + func (o *GetAppImageListV1OK) GetPayload() *csmclientmodels.GeneratedGetAppImageListV1Response + func (o *GetAppImageListV1OK) ToJSONString() string + type GetAppImageListV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Cached *string + Context context.Context + HTTPClient *http.Client + Limit *int64 + Namespace string + Offset *int64 + RetryPolicy *utils.Retry + XFlightId *string + func NewGetAppImageListV1Params() *GetAppImageListV1Params + func NewGetAppImageListV1ParamsWithContext(ctx context.Context) *GetAppImageListV1Params + func NewGetAppImageListV1ParamsWithHTTPClient(client *http.Client) *GetAppImageListV1Params + func NewGetAppImageListV1ParamsWithTimeout(timeout time.Duration) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) SetApp(app string) + func (o *GetAppImageListV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetAppImageListV1Params) SetCached(cached *string) + func (o *GetAppImageListV1Params) SetContext(ctx context.Context) + func (o *GetAppImageListV1Params) SetFlightId(flightId string) + func (o *GetAppImageListV1Params) SetHTTPClient(client *http.Client) + func (o *GetAppImageListV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetAppImageListV1Params) SetLimit(limit *int64) + func (o *GetAppImageListV1Params) SetNamespace(namespace string) + func (o *GetAppImageListV1Params) SetOffset(offset *int64) + func (o *GetAppImageListV1Params) SetTimeout(timeout time.Duration) + func (o *GetAppImageListV1Params) WithApp(app string) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithCached(cached *string) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithContext(ctx context.Context) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithHTTPClient(client *http.Client) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithLimit(limit *int64) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithNamespace(namespace string) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithOffset(offset *int64) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WithTimeout(timeout time.Duration) *GetAppImageListV1Params + func (o *GetAppImageListV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAppImageListV1Reader struct + func (o *GetAppImageListV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAppImageListV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetAppImageListV1Unauthorized() *GetAppImageListV1Unauthorized + func (o *GetAppImageListV1Unauthorized) Error() string + func (o *GetAppImageListV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetAppImageListV1Unauthorized) ToJSONString() string