Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateImageCatalogInWorkspace(params *CreateImageCatalogInWorkspaceParams) (*CreateImageCatalogInWorkspaceOK, error)
- func (a *Client) DeleteImageCatalogInWorkspace(params *DeleteImageCatalogInWorkspaceParams) (*DeleteImageCatalogInWorkspaceOK, error)
- func (a *Client) GetImageCatalogInWorkspace(params *GetImageCatalogInWorkspaceParams) (*GetImageCatalogInWorkspaceOK, error)
- func (a *Client) GetImageCatalogRequestFromNameInWorkspace(params *GetImageCatalogRequestFromNameInWorkspaceParams) (*GetImageCatalogRequestFromNameInWorkspaceOK, error)
- func (a *Client) GetImagesByProviderAndCustomImageCatalogInWorkspace(params *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) (*GetImagesByProviderAndCustomImageCatalogInWorkspaceOK, error)
- func (a *Client) GetImagesByProviderInWorkspace(params *GetImagesByProviderInWorkspaceParams) (*GetImagesByProviderInWorkspaceOK, error)
- func (a *Client) GetImagesByStackNameAndCustomImageCatalogInWorkspace(params *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK, error)
- func (a *Client) GetImagesByStackNameAndDefaultImageCatalogInWorkspace(params *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK, error)
- func (a *Client) ListImageCatalogsByWorkspace(params *ListImageCatalogsByWorkspaceParams) (*ListImageCatalogsByWorkspaceOK, error)
- func (a *Client) PutPublicImageCatalogInWorkspace(params *PutPublicImageCatalogInWorkspaceParams) (*PutPublicImageCatalogInWorkspaceOK, error)
- func (a *Client) PutSetDefaultImageCatalogByNameInWorkspace(params *PutSetDefaultImageCatalogByNameInWorkspaceParams) (*PutSetDefaultImageCatalogByNameInWorkspaceOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateImageCatalogInWorkspaceOK
- type CreateImageCatalogInWorkspaceParams
- func NewCreateImageCatalogInWorkspaceParams() *CreateImageCatalogInWorkspaceParams
- func NewCreateImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *CreateImageCatalogInWorkspaceParams
- func NewCreateImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *CreateImageCatalogInWorkspaceParams
- func NewCreateImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *CreateImageCatalogInWorkspaceParams
- func (o *CreateImageCatalogInWorkspaceParams) SetBody(body *models_cloudbreak.ImageCatalogRequest)
- func (o *CreateImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *CreateImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *CreateImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *CreateImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *CreateImageCatalogInWorkspaceParams) WithBody(body *models_cloudbreak.ImageCatalogRequest) *CreateImageCatalogInWorkspaceParams
- func (o *CreateImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *CreateImageCatalogInWorkspaceParams
- func (o *CreateImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *CreateImageCatalogInWorkspaceParams
- func (o *CreateImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *CreateImageCatalogInWorkspaceParams
- func (o *CreateImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *CreateImageCatalogInWorkspaceParams
- func (o *CreateImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateImageCatalogInWorkspaceReader
- type DeleteImageCatalogInWorkspaceOK
- type DeleteImageCatalogInWorkspaceParams
- func NewDeleteImageCatalogInWorkspaceParams() *DeleteImageCatalogInWorkspaceParams
- func NewDeleteImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *DeleteImageCatalogInWorkspaceParams
- func NewDeleteImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteImageCatalogInWorkspaceParams
- func NewDeleteImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteImageCatalogInWorkspaceParams
- func (o *DeleteImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *DeleteImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteImageCatalogInWorkspaceParams) SetName(name string)
- func (o *DeleteImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *DeleteImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *DeleteImageCatalogInWorkspaceParams
- func (o *DeleteImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteImageCatalogInWorkspaceParams
- func (o *DeleteImageCatalogInWorkspaceParams) WithName(name string) *DeleteImageCatalogInWorkspaceParams
- func (o *DeleteImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteImageCatalogInWorkspaceParams
- func (o *DeleteImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *DeleteImageCatalogInWorkspaceParams
- func (o *DeleteImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteImageCatalogInWorkspaceReader
- type GetImageCatalogInWorkspaceOK
- type GetImageCatalogInWorkspaceParams
- func NewGetImageCatalogInWorkspaceParams() *GetImageCatalogInWorkspaceParams
- func NewGetImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImageCatalogInWorkspaceParams
- func NewGetImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImageCatalogInWorkspaceParams
- func NewGetImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetImageCatalogInWorkspaceParams) SetName(name string)
- func (o *GetImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetImageCatalogInWorkspaceParams) SetWithImages(withImages *bool)
- func (o *GetImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) WithName(name string) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) WithWithImages(withImages *bool) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImageCatalogInWorkspaceParams
- func (o *GetImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImageCatalogInWorkspaceReader
- type GetImageCatalogRequestFromNameInWorkspaceOK
- type GetImageCatalogRequestFromNameInWorkspaceParams
- func NewGetImageCatalogRequestFromNameInWorkspaceParams() *GetImageCatalogRequestFromNameInWorkspaceParams
- func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithContext(ctx context.Context) *GetImageCatalogRequestFromNameInWorkspaceParams
- func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImageCatalogRequestFromNameInWorkspaceParams
- func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImageCatalogRequestFromNameInWorkspaceParams
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetName(name string)
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithContext(ctx context.Context) *GetImageCatalogRequestFromNameInWorkspaceParams
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImageCatalogRequestFromNameInWorkspaceParams
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithName(name string) *GetImageCatalogRequestFromNameInWorkspaceParams
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImageCatalogRequestFromNameInWorkspaceParams
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImageCatalogRequestFromNameInWorkspaceParams
- func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImageCatalogRequestFromNameInWorkspaceReader
- type GetImagesByProviderAndCustomImageCatalogInWorkspaceOK
- type GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParams() *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetName(name string)
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetPlatform(platform string)
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithName(name string) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithPlatform(platform string) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImagesByProviderAndCustomImageCatalogInWorkspaceReader
- type GetImagesByProviderInWorkspaceOK
- type GetImagesByProviderInWorkspaceParams
- func NewGetImagesByProviderInWorkspaceParams() *GetImagesByProviderInWorkspaceParams
- func NewGetImagesByProviderInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByProviderInWorkspaceParams
- func NewGetImagesByProviderInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByProviderInWorkspaceParams
- func NewGetImagesByProviderInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByProviderInWorkspaceParams
- func (o *GetImagesByProviderInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetImagesByProviderInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetImagesByProviderInWorkspaceParams) SetPlatform(platform string)
- func (o *GetImagesByProviderInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetImagesByProviderInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetImagesByProviderInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByProviderInWorkspaceParams
- func (o *GetImagesByProviderInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByProviderInWorkspaceParams
- func (o *GetImagesByProviderInWorkspaceParams) WithPlatform(platform string) *GetImagesByProviderInWorkspaceParams
- func (o *GetImagesByProviderInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByProviderInWorkspaceParams
- func (o *GetImagesByProviderInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByProviderInWorkspaceParams
- func (o *GetImagesByProviderInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImagesByProviderInWorkspaceReader
- type GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK
- type GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParams() *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetName(name string)
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetStackName(stackName string)
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithName(name string) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithStackName(stackName string) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImagesByStackNameAndCustomImageCatalogInWorkspaceReader
- type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK
- type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams() *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetStackName(stackName string)
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithStackName(stackName string) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
- func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceReader
- type ListImageCatalogsByWorkspaceOK
- type ListImageCatalogsByWorkspaceParams
- func NewListImageCatalogsByWorkspaceParams() *ListImageCatalogsByWorkspaceParams
- func NewListImageCatalogsByWorkspaceParamsWithContext(ctx context.Context) *ListImageCatalogsByWorkspaceParams
- func NewListImageCatalogsByWorkspaceParamsWithHTTPClient(client *http.Client) *ListImageCatalogsByWorkspaceParams
- func NewListImageCatalogsByWorkspaceParamsWithTimeout(timeout time.Duration) *ListImageCatalogsByWorkspaceParams
- func (o *ListImageCatalogsByWorkspaceParams) SetContext(ctx context.Context)
- func (o *ListImageCatalogsByWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *ListImageCatalogsByWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *ListImageCatalogsByWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *ListImageCatalogsByWorkspaceParams) WithContext(ctx context.Context) *ListImageCatalogsByWorkspaceParams
- func (o *ListImageCatalogsByWorkspaceParams) WithHTTPClient(client *http.Client) *ListImageCatalogsByWorkspaceParams
- func (o *ListImageCatalogsByWorkspaceParams) WithTimeout(timeout time.Duration) *ListImageCatalogsByWorkspaceParams
- func (o *ListImageCatalogsByWorkspaceParams) WithWorkspaceID(workspaceID int64) *ListImageCatalogsByWorkspaceParams
- func (o *ListImageCatalogsByWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListImageCatalogsByWorkspaceReader
- type PutPublicImageCatalogInWorkspaceOK
- type PutPublicImageCatalogInWorkspaceParams
- func NewPutPublicImageCatalogInWorkspaceParams() *PutPublicImageCatalogInWorkspaceParams
- func NewPutPublicImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *PutPublicImageCatalogInWorkspaceParams
- func NewPutPublicImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *PutPublicImageCatalogInWorkspaceParams
- func NewPutPublicImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *PutPublicImageCatalogInWorkspaceParams
- func (o *PutPublicImageCatalogInWorkspaceParams) SetBody(body *models_cloudbreak.UpdateImageCatalogRequest)
- func (o *PutPublicImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
- func (o *PutPublicImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *PutPublicImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *PutPublicImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *PutPublicImageCatalogInWorkspaceParams) WithBody(body *models_cloudbreak.UpdateImageCatalogRequest) *PutPublicImageCatalogInWorkspaceParams
- func (o *PutPublicImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *PutPublicImageCatalogInWorkspaceParams
- func (o *PutPublicImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *PutPublicImageCatalogInWorkspaceParams
- func (o *PutPublicImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *PutPublicImageCatalogInWorkspaceParams
- func (o *PutPublicImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *PutPublicImageCatalogInWorkspaceParams
- func (o *PutPublicImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutPublicImageCatalogInWorkspaceReader
- type PutSetDefaultImageCatalogByNameInWorkspaceOK
- type PutSetDefaultImageCatalogByNameInWorkspaceParams
- func NewPutSetDefaultImageCatalogByNameInWorkspaceParams() *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithContext(ctx context.Context) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithHTTPClient(client *http.Client) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithTimeout(timeout time.Duration) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetContext(ctx context.Context)
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetHTTPClient(client *http.Client)
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetName(name string)
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetTimeout(timeout time.Duration)
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetWorkspaceID(workspaceID int64)
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithContext(ctx context.Context) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithHTTPClient(client *http.Client) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithName(name string) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithTimeout(timeout time.Duration) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithWorkspaceID(workspaceID int64) *PutSetDefaultImageCatalogByNameInWorkspaceParams
- func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutSetDefaultImageCatalogByNameInWorkspaceReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for v3 workspace id imagecatalogs API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v3 workspace id imagecatalogs API client.
func (*Client) CreateImageCatalogInWorkspace ¶
func (a *Client) CreateImageCatalogInWorkspace(params *CreateImageCatalogInWorkspaceParams) (*CreateImageCatalogInWorkspaceOK, error)
CreateImageCatalogInWorkspace creates image catalog in workspace
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) DeleteImageCatalogInWorkspace ¶
func (a *Client) DeleteImageCatalogInWorkspace(params *DeleteImageCatalogInWorkspaceParams) (*DeleteImageCatalogInWorkspaceOK, error)
DeleteImageCatalogInWorkspace deletes image catalog by name in workspace
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) GetImageCatalogInWorkspace ¶
func (a *Client) GetImageCatalogInWorkspace(params *GetImageCatalogInWorkspaceParams) (*GetImageCatalogInWorkspaceOK, error)
GetImageCatalogInWorkspace gets image catalog by name in workspace
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) GetImageCatalogRequestFromNameInWorkspace ¶
func (a *Client) GetImageCatalogRequestFromNameInWorkspace(params *GetImageCatalogRequestFromNameInWorkspaceParams) (*GetImageCatalogRequestFromNameInWorkspaceOK, error)
GetImageCatalogRequestFromNameInWorkspace retrieves imagecatalog request by imagecatalog name
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) GetImagesByProviderAndCustomImageCatalogInWorkspace ¶
func (a *Client) GetImagesByProviderAndCustomImageCatalogInWorkspace(params *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) (*GetImagesByProviderAndCustomImageCatalogInWorkspaceOK, error)
GetImagesByProviderAndCustomImageCatalogInWorkspace determines available images for the cloudbreak version by the given provider and given image catalog url
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) GetImagesByProviderInWorkspace ¶
func (a *Client) GetImagesByProviderInWorkspace(params *GetImagesByProviderInWorkspaceParams) (*GetImagesByProviderInWorkspaceOK, error)
GetImagesByProviderInWorkspace determines available images for the cloudbreak version by the given provider and default image catalog url
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) GetImagesByStackNameAndCustomImageCatalogInWorkspace ¶
func (a *Client) GetImagesByStackNameAndCustomImageCatalogInWorkspace(params *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK, error)
GetImagesByStackNameAndCustomImageCatalogInWorkspace determines available images for the given stackfrom the given imagecatalog name
Provides an interface to determine available Virtual Machine images for the given stack.Please consider running sync beforehand
func (*Client) GetImagesByStackNameAndDefaultImageCatalogInWorkspace ¶
func (a *Client) GetImagesByStackNameAndDefaultImageCatalogInWorkspace(params *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK, error)
GetImagesByStackNameAndDefaultImageCatalogInWorkspace determines available images for the given stackfrom the default image catalog
Provides an interface to determine available Virtual Machine images for the given stack.Please consider running sync beforehand
func (*Client) ListImageCatalogsByWorkspace ¶
func (a *Client) ListImageCatalogsByWorkspace(params *ListImageCatalogsByWorkspaceParams) (*ListImageCatalogsByWorkspaceOK, error)
ListImageCatalogsByWorkspace lists image catalogs for the given workspace
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) PutPublicImageCatalogInWorkspace ¶
func (a *Client) PutPublicImageCatalogInWorkspace(params *PutPublicImageCatalogInWorkspaceParams) (*PutPublicImageCatalogInWorkspaceOK, error)
PutPublicImageCatalogInWorkspace updates public owned or private image catalog by id
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) PutSetDefaultImageCatalogByNameInWorkspace ¶
func (a *Client) PutSetDefaultImageCatalogByNameInWorkspace(params *PutSetDefaultImageCatalogByNameInWorkspaceParams) (*PutSetDefaultImageCatalogByNameInWorkspaceOK, error)
PutSetDefaultImageCatalogByNameInWorkspace updates public owned or private image catalog by id
Provides an interface to determine available Virtual Machine images for the given version of Cloudbreak.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type CreateImageCatalogInWorkspaceOK ¶
type CreateImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImageCatalogResponse
}
CreateImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewCreateImageCatalogInWorkspaceOK ¶
func NewCreateImageCatalogInWorkspaceOK() *CreateImageCatalogInWorkspaceOK
NewCreateImageCatalogInWorkspaceOK creates a CreateImageCatalogInWorkspaceOK with default headers values
func (*CreateImageCatalogInWorkspaceOK) Error ¶
func (o *CreateImageCatalogInWorkspaceOK) Error() string
type CreateImageCatalogInWorkspaceParams ¶
type CreateImageCatalogInWorkspaceParams struct { /*Body*/ Body *models_cloudbreak.ImageCatalogRequest /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the create image catalog in workspace operation typically these are written to a http.Request
func NewCreateImageCatalogInWorkspaceParams ¶
func NewCreateImageCatalogInWorkspaceParams() *CreateImageCatalogInWorkspaceParams
NewCreateImageCatalogInWorkspaceParams creates a new CreateImageCatalogInWorkspaceParams object with the default values initialized.
func NewCreateImageCatalogInWorkspaceParamsWithContext ¶
func NewCreateImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *CreateImageCatalogInWorkspaceParams
NewCreateImageCatalogInWorkspaceParamsWithContext creates a new CreateImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewCreateImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewCreateImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *CreateImageCatalogInWorkspaceParams
NewCreateImageCatalogInWorkspaceParamsWithHTTPClient creates a new CreateImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateImageCatalogInWorkspaceParamsWithTimeout ¶
func NewCreateImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *CreateImageCatalogInWorkspaceParams
NewCreateImageCatalogInWorkspaceParamsWithTimeout creates a new CreateImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateImageCatalogInWorkspaceParams) SetBody ¶
func (o *CreateImageCatalogInWorkspaceParams) SetBody(body *models_cloudbreak.ImageCatalogRequest)
SetBody adds the body to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) SetContext ¶
func (o *CreateImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *CreateImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *CreateImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *CreateImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) WithBody ¶
func (o *CreateImageCatalogInWorkspaceParams) WithBody(body *models_cloudbreak.ImageCatalogRequest) *CreateImageCatalogInWorkspaceParams
WithBody adds the body to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) WithContext ¶
func (o *CreateImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *CreateImageCatalogInWorkspaceParams
WithContext adds the context to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *CreateImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *CreateImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *CreateImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *CreateImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *CreateImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *CreateImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the create image catalog in workspace params
func (*CreateImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *CreateImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateImageCatalogInWorkspaceReader ¶
type CreateImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
CreateImageCatalogInWorkspaceReader is a Reader for the CreateImageCatalogInWorkspace structure.
func (*CreateImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *CreateImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteImageCatalogInWorkspaceOK ¶
type DeleteImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImageCatalogResponse
}
DeleteImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewDeleteImageCatalogInWorkspaceOK ¶
func NewDeleteImageCatalogInWorkspaceOK() *DeleteImageCatalogInWorkspaceOK
NewDeleteImageCatalogInWorkspaceOK creates a DeleteImageCatalogInWorkspaceOK with default headers values
func (*DeleteImageCatalogInWorkspaceOK) Error ¶
func (o *DeleteImageCatalogInWorkspaceOK) Error() string
type DeleteImageCatalogInWorkspaceParams ¶
type DeleteImageCatalogInWorkspaceParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the delete image catalog in workspace operation typically these are written to a http.Request
func NewDeleteImageCatalogInWorkspaceParams ¶
func NewDeleteImageCatalogInWorkspaceParams() *DeleteImageCatalogInWorkspaceParams
NewDeleteImageCatalogInWorkspaceParams creates a new DeleteImageCatalogInWorkspaceParams object with the default values initialized.
func NewDeleteImageCatalogInWorkspaceParamsWithContext ¶
func NewDeleteImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *DeleteImageCatalogInWorkspaceParams
NewDeleteImageCatalogInWorkspaceParamsWithContext creates a new DeleteImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewDeleteImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *DeleteImageCatalogInWorkspaceParams
NewDeleteImageCatalogInWorkspaceParamsWithHTTPClient creates a new DeleteImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteImageCatalogInWorkspaceParamsWithTimeout ¶
func NewDeleteImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *DeleteImageCatalogInWorkspaceParams
NewDeleteImageCatalogInWorkspaceParamsWithTimeout creates a new DeleteImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteImageCatalogInWorkspaceParams) SetContext ¶
func (o *DeleteImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *DeleteImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) SetName ¶
func (o *DeleteImageCatalogInWorkspaceParams) SetName(name string)
SetName adds the name to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *DeleteImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *DeleteImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) WithContext ¶
func (o *DeleteImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *DeleteImageCatalogInWorkspaceParams
WithContext adds the context to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *DeleteImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *DeleteImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) WithName ¶
func (o *DeleteImageCatalogInWorkspaceParams) WithName(name string) *DeleteImageCatalogInWorkspaceParams
WithName adds the name to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *DeleteImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *DeleteImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *DeleteImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *DeleteImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the delete image catalog in workspace params
func (*DeleteImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *DeleteImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteImageCatalogInWorkspaceReader ¶
type DeleteImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
DeleteImageCatalogInWorkspaceReader is a Reader for the DeleteImageCatalogInWorkspace structure.
func (*DeleteImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *DeleteImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImageCatalogInWorkspaceOK ¶
type GetImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImageCatalogResponse
}
GetImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewGetImageCatalogInWorkspaceOK ¶
func NewGetImageCatalogInWorkspaceOK() *GetImageCatalogInWorkspaceOK
NewGetImageCatalogInWorkspaceOK creates a GetImageCatalogInWorkspaceOK with default headers values
func (*GetImageCatalogInWorkspaceOK) Error ¶
func (o *GetImageCatalogInWorkspaceOK) Error() string
type GetImageCatalogInWorkspaceParams ¶
type GetImageCatalogInWorkspaceParams struct { /*Name*/ Name string /*WithImages*/ WithImages *bool /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the get image catalog in workspace operation typically these are written to a http.Request
func NewGetImageCatalogInWorkspaceParams ¶
func NewGetImageCatalogInWorkspaceParams() *GetImageCatalogInWorkspaceParams
NewGetImageCatalogInWorkspaceParams creates a new GetImageCatalogInWorkspaceParams object with the default values initialized.
func NewGetImageCatalogInWorkspaceParamsWithContext ¶
func NewGetImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImageCatalogInWorkspaceParams
NewGetImageCatalogInWorkspaceParamsWithContext creates a new GetImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewGetImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImageCatalogInWorkspaceParams
NewGetImageCatalogInWorkspaceParamsWithHTTPClient creates a new GetImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetImageCatalogInWorkspaceParamsWithTimeout ¶
func NewGetImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImageCatalogInWorkspaceParams
NewGetImageCatalogInWorkspaceParamsWithTimeout creates a new GetImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetImageCatalogInWorkspaceParams) SetContext ¶
func (o *GetImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *GetImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) SetName ¶
func (o *GetImageCatalogInWorkspaceParams) SetName(name string)
SetName adds the name to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *GetImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) SetWithImages ¶
func (o *GetImageCatalogInWorkspaceParams) SetWithImages(withImages *bool)
SetWithImages adds the withImages to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *GetImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WithContext ¶
func (o *GetImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImageCatalogInWorkspaceParams
WithContext adds the context to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *GetImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WithName ¶
func (o *GetImageCatalogInWorkspaceParams) WithName(name string) *GetImageCatalogInWorkspaceParams
WithName adds the name to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *GetImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WithWithImages ¶
func (o *GetImageCatalogInWorkspaceParams) WithWithImages(withImages *bool) *GetImageCatalogInWorkspaceParams
WithWithImages adds the withImages to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *GetImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get image catalog in workspace params
func (*GetImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *GetImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImageCatalogInWorkspaceReader ¶
type GetImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetImageCatalogInWorkspaceReader is a Reader for the GetImageCatalogInWorkspace structure.
func (*GetImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *GetImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImageCatalogRequestFromNameInWorkspaceOK ¶
type GetImageCatalogRequestFromNameInWorkspaceOK struct {
Payload *models_cloudbreak.ImageCatalogRequest
}
GetImageCatalogRequestFromNameInWorkspaceOK handles this case with default header values.
successful operation
func NewGetImageCatalogRequestFromNameInWorkspaceOK ¶
func NewGetImageCatalogRequestFromNameInWorkspaceOK() *GetImageCatalogRequestFromNameInWorkspaceOK
NewGetImageCatalogRequestFromNameInWorkspaceOK creates a GetImageCatalogRequestFromNameInWorkspaceOK with default headers values
func (*GetImageCatalogRequestFromNameInWorkspaceOK) Error ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceOK) Error() string
type GetImageCatalogRequestFromNameInWorkspaceParams ¶
type GetImageCatalogRequestFromNameInWorkspaceParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetImageCatalogRequestFromNameInWorkspaceParams contains all the parameters to send to the API endpoint for the get image catalog request from name in workspace operation typically these are written to a http.Request
func NewGetImageCatalogRequestFromNameInWorkspaceParams ¶
func NewGetImageCatalogRequestFromNameInWorkspaceParams() *GetImageCatalogRequestFromNameInWorkspaceParams
NewGetImageCatalogRequestFromNameInWorkspaceParams creates a new GetImageCatalogRequestFromNameInWorkspaceParams object with the default values initialized.
func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithContext ¶
func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithContext(ctx context.Context) *GetImageCatalogRequestFromNameInWorkspaceParams
NewGetImageCatalogRequestFromNameInWorkspaceParamsWithContext creates a new GetImageCatalogRequestFromNameInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithHTTPClient ¶
func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImageCatalogRequestFromNameInWorkspaceParams
NewGetImageCatalogRequestFromNameInWorkspaceParamsWithHTTPClient creates a new GetImageCatalogRequestFromNameInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithTimeout ¶
func NewGetImageCatalogRequestFromNameInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImageCatalogRequestFromNameInWorkspaceParams
NewGetImageCatalogRequestFromNameInWorkspaceParamsWithTimeout creates a new GetImageCatalogRequestFromNameInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetImageCatalogRequestFromNameInWorkspaceParams) SetContext ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) SetHTTPClient ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) SetName ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetName(name string)
SetName adds the name to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) SetTimeout ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) SetWorkspaceID ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) WithContext ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithContext(ctx context.Context) *GetImageCatalogRequestFromNameInWorkspaceParams
WithContext adds the context to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) WithHTTPClient ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImageCatalogRequestFromNameInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) WithName ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithName(name string) *GetImageCatalogRequestFromNameInWorkspaceParams
WithName adds the name to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) WithTimeout ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImageCatalogRequestFromNameInWorkspaceParams
WithTimeout adds the timeout to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) WithWorkspaceID ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImageCatalogRequestFromNameInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get image catalog request from name in workspace params
func (*GetImageCatalogRequestFromNameInWorkspaceParams) WriteToRequest ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImageCatalogRequestFromNameInWorkspaceReader ¶
type GetImageCatalogRequestFromNameInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetImageCatalogRequestFromNameInWorkspaceReader is a Reader for the GetImageCatalogRequestFromNameInWorkspace structure.
func (*GetImageCatalogRequestFromNameInWorkspaceReader) ReadResponse ¶
func (o *GetImageCatalogRequestFromNameInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImagesByProviderAndCustomImageCatalogInWorkspaceOK ¶
type GetImagesByProviderAndCustomImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImagesResponse
}
GetImagesByProviderAndCustomImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceOK ¶
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceOK() *GetImagesByProviderAndCustomImageCatalogInWorkspaceOK
NewGetImagesByProviderAndCustomImageCatalogInWorkspaceOK creates a GetImagesByProviderAndCustomImageCatalogInWorkspaceOK with default headers values
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceOK) Error ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceOK) Error() string
type GetImagesByProviderAndCustomImageCatalogInWorkspaceParams ¶
type GetImagesByProviderAndCustomImageCatalogInWorkspaceParams struct { /*Name*/ Name string /*Platform*/ Platform string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetImagesByProviderAndCustomImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the get images by provider and custom image catalog in workspace operation typically these are written to a http.Request
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParams ¶
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParams() *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParams creates a new GetImagesByProviderAndCustomImageCatalogInWorkspaceParams object with the default values initialized.
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithContext ¶
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithContext creates a new GetImagesByProviderAndCustomImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithHTTPClient creates a new GetImagesByProviderAndCustomImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithTimeout ¶
func NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
NewGetImagesByProviderAndCustomImageCatalogInWorkspaceParamsWithTimeout creates a new GetImagesByProviderAndCustomImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetContext ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetName ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetName(name string)
SetName adds the name to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetPlatform ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetPlatform(platform string)
SetPlatform adds the platform to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithContext ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
WithContext adds the context to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithName ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithName(name string) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
WithName adds the name to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithPlatform ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithPlatform(platform string) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
WithPlatform adds the platform to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get images by provider and custom image catalog in workspace params
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImagesByProviderAndCustomImageCatalogInWorkspaceReader ¶
type GetImagesByProviderAndCustomImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetImagesByProviderAndCustomImageCatalogInWorkspaceReader is a Reader for the GetImagesByProviderAndCustomImageCatalogInWorkspace structure.
func (*GetImagesByProviderAndCustomImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *GetImagesByProviderAndCustomImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImagesByProviderInWorkspaceOK ¶
type GetImagesByProviderInWorkspaceOK struct {
Payload *models_cloudbreak.ImagesResponse
}
GetImagesByProviderInWorkspaceOK handles this case with default header values.
successful operation
func NewGetImagesByProviderInWorkspaceOK ¶
func NewGetImagesByProviderInWorkspaceOK() *GetImagesByProviderInWorkspaceOK
NewGetImagesByProviderInWorkspaceOK creates a GetImagesByProviderInWorkspaceOK with default headers values
func (*GetImagesByProviderInWorkspaceOK) Error ¶
func (o *GetImagesByProviderInWorkspaceOK) Error() string
type GetImagesByProviderInWorkspaceParams ¶
type GetImagesByProviderInWorkspaceParams struct { /*Platform*/ Platform string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetImagesByProviderInWorkspaceParams contains all the parameters to send to the API endpoint for the get images by provider in workspace operation typically these are written to a http.Request
func NewGetImagesByProviderInWorkspaceParams ¶
func NewGetImagesByProviderInWorkspaceParams() *GetImagesByProviderInWorkspaceParams
NewGetImagesByProviderInWorkspaceParams creates a new GetImagesByProviderInWorkspaceParams object with the default values initialized.
func NewGetImagesByProviderInWorkspaceParamsWithContext ¶
func NewGetImagesByProviderInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByProviderInWorkspaceParams
NewGetImagesByProviderInWorkspaceParamsWithContext creates a new GetImagesByProviderInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetImagesByProviderInWorkspaceParamsWithHTTPClient ¶
func NewGetImagesByProviderInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByProviderInWorkspaceParams
NewGetImagesByProviderInWorkspaceParamsWithHTTPClient creates a new GetImagesByProviderInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetImagesByProviderInWorkspaceParamsWithTimeout ¶
func NewGetImagesByProviderInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByProviderInWorkspaceParams
NewGetImagesByProviderInWorkspaceParamsWithTimeout creates a new GetImagesByProviderInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetImagesByProviderInWorkspaceParams) SetContext ¶
func (o *GetImagesByProviderInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) SetHTTPClient ¶
func (o *GetImagesByProviderInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) SetPlatform ¶
func (o *GetImagesByProviderInWorkspaceParams) SetPlatform(platform string)
SetPlatform adds the platform to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) SetTimeout ¶
func (o *GetImagesByProviderInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) SetWorkspaceID ¶
func (o *GetImagesByProviderInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) WithContext ¶
func (o *GetImagesByProviderInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByProviderInWorkspaceParams
WithContext adds the context to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) WithHTTPClient ¶
func (o *GetImagesByProviderInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByProviderInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) WithPlatform ¶
func (o *GetImagesByProviderInWorkspaceParams) WithPlatform(platform string) *GetImagesByProviderInWorkspaceParams
WithPlatform adds the platform to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) WithTimeout ¶
func (o *GetImagesByProviderInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByProviderInWorkspaceParams
WithTimeout adds the timeout to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) WithWorkspaceID ¶
func (o *GetImagesByProviderInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByProviderInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get images by provider in workspace params
func (*GetImagesByProviderInWorkspaceParams) WriteToRequest ¶
func (o *GetImagesByProviderInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImagesByProviderInWorkspaceReader ¶
type GetImagesByProviderInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetImagesByProviderInWorkspaceReader is a Reader for the GetImagesByProviderInWorkspace structure.
func (*GetImagesByProviderInWorkspaceReader) ReadResponse ¶
func (o *GetImagesByProviderInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK ¶
type GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImagesResponse
}
GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceOK ¶
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceOK() *GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK
NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceOK creates a GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK with default headers values
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK) Error ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceOK) Error() string
type GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams ¶
type GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams struct { /*Name*/ Name string /*StackName*/ StackName string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the get images by stack name and custom image catalog in workspace operation typically these are written to a http.Request
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParams ¶
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParams() *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParams creates a new GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams object with the default values initialized.
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithContext ¶
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithContext creates a new GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithHTTPClient creates a new GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithTimeout ¶
func NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndCustomImageCatalogInWorkspaceParamsWithTimeout creates a new GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetContext ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetName ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetName(name string)
SetName adds the name to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetStackName ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetStackName(stackName string)
SetStackName adds the stackName to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithContext ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
WithContext adds the context to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithName ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithName(name string) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
WithName adds the name to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithStackName ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithStackName(stackName string) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
WithStackName adds the stackName to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get images by stack name and custom image catalog in workspace params
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImagesByStackNameAndCustomImageCatalogInWorkspaceReader ¶
type GetImagesByStackNameAndCustomImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetImagesByStackNameAndCustomImageCatalogInWorkspaceReader is a Reader for the GetImagesByStackNameAndCustomImageCatalogInWorkspace structure.
func (*GetImagesByStackNameAndCustomImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *GetImagesByStackNameAndCustomImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK ¶
type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImagesResponse
}
GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK ¶
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK() *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK
NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK creates a GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK with default headers values
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK) Error ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceOK) Error() string
type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams ¶
type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams struct { /*StackName*/ StackName string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the get images by stack name and default image catalog in workspace operation typically these are written to a http.Request
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams ¶
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams() *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams creates a new GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams object with the default values initialized.
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithContext ¶
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithContext creates a new GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithHTTPClient creates a new GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithTimeout ¶
func NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
NewGetImagesByStackNameAndDefaultImageCatalogInWorkspaceParamsWithTimeout creates a new GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetContext ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetStackName ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetStackName(stackName string)
SetStackName adds the stackName to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithContext ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
WithContext adds the context to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithStackName ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithStackName(stackName string) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
WithStackName adds the stackName to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the get images by stack name and default image catalog in workspace params
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceReader ¶
type GetImagesByStackNameAndDefaultImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
GetImagesByStackNameAndDefaultImageCatalogInWorkspaceReader is a Reader for the GetImagesByStackNameAndDefaultImageCatalogInWorkspace structure.
func (*GetImagesByStackNameAndDefaultImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *GetImagesByStackNameAndDefaultImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListImageCatalogsByWorkspaceOK ¶
type ListImageCatalogsByWorkspaceOK struct {
Payload []*models_cloudbreak.ImageCatalogResponse
}
ListImageCatalogsByWorkspaceOK handles this case with default header values.
successful operation
func NewListImageCatalogsByWorkspaceOK ¶
func NewListImageCatalogsByWorkspaceOK() *ListImageCatalogsByWorkspaceOK
NewListImageCatalogsByWorkspaceOK creates a ListImageCatalogsByWorkspaceOK with default headers values
func (*ListImageCatalogsByWorkspaceOK) Error ¶
func (o *ListImageCatalogsByWorkspaceOK) Error() string
type ListImageCatalogsByWorkspaceParams ¶
type ListImageCatalogsByWorkspaceParams struct { /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListImageCatalogsByWorkspaceParams contains all the parameters to send to the API endpoint for the list image catalogs by workspace operation typically these are written to a http.Request
func NewListImageCatalogsByWorkspaceParams ¶
func NewListImageCatalogsByWorkspaceParams() *ListImageCatalogsByWorkspaceParams
NewListImageCatalogsByWorkspaceParams creates a new ListImageCatalogsByWorkspaceParams object with the default values initialized.
func NewListImageCatalogsByWorkspaceParamsWithContext ¶
func NewListImageCatalogsByWorkspaceParamsWithContext(ctx context.Context) *ListImageCatalogsByWorkspaceParams
NewListImageCatalogsByWorkspaceParamsWithContext creates a new ListImageCatalogsByWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewListImageCatalogsByWorkspaceParamsWithHTTPClient ¶
func NewListImageCatalogsByWorkspaceParamsWithHTTPClient(client *http.Client) *ListImageCatalogsByWorkspaceParams
NewListImageCatalogsByWorkspaceParamsWithHTTPClient creates a new ListImageCatalogsByWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListImageCatalogsByWorkspaceParamsWithTimeout ¶
func NewListImageCatalogsByWorkspaceParamsWithTimeout(timeout time.Duration) *ListImageCatalogsByWorkspaceParams
NewListImageCatalogsByWorkspaceParamsWithTimeout creates a new ListImageCatalogsByWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListImageCatalogsByWorkspaceParams) SetContext ¶
func (o *ListImageCatalogsByWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) SetHTTPClient ¶
func (o *ListImageCatalogsByWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) SetTimeout ¶
func (o *ListImageCatalogsByWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) SetWorkspaceID ¶
func (o *ListImageCatalogsByWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) WithContext ¶
func (o *ListImageCatalogsByWorkspaceParams) WithContext(ctx context.Context) *ListImageCatalogsByWorkspaceParams
WithContext adds the context to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) WithHTTPClient ¶
func (o *ListImageCatalogsByWorkspaceParams) WithHTTPClient(client *http.Client) *ListImageCatalogsByWorkspaceParams
WithHTTPClient adds the HTTPClient to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) WithTimeout ¶
func (o *ListImageCatalogsByWorkspaceParams) WithTimeout(timeout time.Duration) *ListImageCatalogsByWorkspaceParams
WithTimeout adds the timeout to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) WithWorkspaceID ¶
func (o *ListImageCatalogsByWorkspaceParams) WithWorkspaceID(workspaceID int64) *ListImageCatalogsByWorkspaceParams
WithWorkspaceID adds the workspaceID to the list image catalogs by workspace params
func (*ListImageCatalogsByWorkspaceParams) WriteToRequest ¶
func (o *ListImageCatalogsByWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListImageCatalogsByWorkspaceReader ¶
type ListImageCatalogsByWorkspaceReader struct {
// contains filtered or unexported fields
}
ListImageCatalogsByWorkspaceReader is a Reader for the ListImageCatalogsByWorkspace structure.
func (*ListImageCatalogsByWorkspaceReader) ReadResponse ¶
func (o *ListImageCatalogsByWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutPublicImageCatalogInWorkspaceOK ¶
type PutPublicImageCatalogInWorkspaceOK struct {
Payload *models_cloudbreak.ImageCatalogResponse
}
PutPublicImageCatalogInWorkspaceOK handles this case with default header values.
successful operation
func NewPutPublicImageCatalogInWorkspaceOK ¶
func NewPutPublicImageCatalogInWorkspaceOK() *PutPublicImageCatalogInWorkspaceOK
NewPutPublicImageCatalogInWorkspaceOK creates a PutPublicImageCatalogInWorkspaceOK with default headers values
func (*PutPublicImageCatalogInWorkspaceOK) Error ¶
func (o *PutPublicImageCatalogInWorkspaceOK) Error() string
type PutPublicImageCatalogInWorkspaceParams ¶
type PutPublicImageCatalogInWorkspaceParams struct { /*Body*/ Body *models_cloudbreak.UpdateImageCatalogRequest /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutPublicImageCatalogInWorkspaceParams contains all the parameters to send to the API endpoint for the put public image catalog in workspace operation typically these are written to a http.Request
func NewPutPublicImageCatalogInWorkspaceParams ¶
func NewPutPublicImageCatalogInWorkspaceParams() *PutPublicImageCatalogInWorkspaceParams
NewPutPublicImageCatalogInWorkspaceParams creates a new PutPublicImageCatalogInWorkspaceParams object with the default values initialized.
func NewPutPublicImageCatalogInWorkspaceParamsWithContext ¶
func NewPutPublicImageCatalogInWorkspaceParamsWithContext(ctx context.Context) *PutPublicImageCatalogInWorkspaceParams
NewPutPublicImageCatalogInWorkspaceParamsWithContext creates a new PutPublicImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewPutPublicImageCatalogInWorkspaceParamsWithHTTPClient ¶
func NewPutPublicImageCatalogInWorkspaceParamsWithHTTPClient(client *http.Client) *PutPublicImageCatalogInWorkspaceParams
NewPutPublicImageCatalogInWorkspaceParamsWithHTTPClient creates a new PutPublicImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutPublicImageCatalogInWorkspaceParamsWithTimeout ¶
func NewPutPublicImageCatalogInWorkspaceParamsWithTimeout(timeout time.Duration) *PutPublicImageCatalogInWorkspaceParams
NewPutPublicImageCatalogInWorkspaceParamsWithTimeout creates a new PutPublicImageCatalogInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutPublicImageCatalogInWorkspaceParams) SetBody ¶
func (o *PutPublicImageCatalogInWorkspaceParams) SetBody(body *models_cloudbreak.UpdateImageCatalogRequest)
SetBody adds the body to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) SetContext ¶
func (o *PutPublicImageCatalogInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) SetHTTPClient ¶
func (o *PutPublicImageCatalogInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) SetTimeout ¶
func (o *PutPublicImageCatalogInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) SetWorkspaceID ¶
func (o *PutPublicImageCatalogInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) WithBody ¶
func (o *PutPublicImageCatalogInWorkspaceParams) WithBody(body *models_cloudbreak.UpdateImageCatalogRequest) *PutPublicImageCatalogInWorkspaceParams
WithBody adds the body to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) WithContext ¶
func (o *PutPublicImageCatalogInWorkspaceParams) WithContext(ctx context.Context) *PutPublicImageCatalogInWorkspaceParams
WithContext adds the context to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) WithHTTPClient ¶
func (o *PutPublicImageCatalogInWorkspaceParams) WithHTTPClient(client *http.Client) *PutPublicImageCatalogInWorkspaceParams
WithHTTPClient adds the HTTPClient to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) WithTimeout ¶
func (o *PutPublicImageCatalogInWorkspaceParams) WithTimeout(timeout time.Duration) *PutPublicImageCatalogInWorkspaceParams
WithTimeout adds the timeout to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) WithWorkspaceID ¶
func (o *PutPublicImageCatalogInWorkspaceParams) WithWorkspaceID(workspaceID int64) *PutPublicImageCatalogInWorkspaceParams
WithWorkspaceID adds the workspaceID to the put public image catalog in workspace params
func (*PutPublicImageCatalogInWorkspaceParams) WriteToRequest ¶
func (o *PutPublicImageCatalogInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutPublicImageCatalogInWorkspaceReader ¶
type PutPublicImageCatalogInWorkspaceReader struct {
// contains filtered or unexported fields
}
PutPublicImageCatalogInWorkspaceReader is a Reader for the PutPublicImageCatalogInWorkspace structure.
func (*PutPublicImageCatalogInWorkspaceReader) ReadResponse ¶
func (o *PutPublicImageCatalogInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutSetDefaultImageCatalogByNameInWorkspaceOK ¶
type PutSetDefaultImageCatalogByNameInWorkspaceOK struct {
Payload *models_cloudbreak.ImageCatalogResponse
}
PutSetDefaultImageCatalogByNameInWorkspaceOK handles this case with default header values.
successful operation
func NewPutSetDefaultImageCatalogByNameInWorkspaceOK ¶
func NewPutSetDefaultImageCatalogByNameInWorkspaceOK() *PutSetDefaultImageCatalogByNameInWorkspaceOK
NewPutSetDefaultImageCatalogByNameInWorkspaceOK creates a PutSetDefaultImageCatalogByNameInWorkspaceOK with default headers values
func (*PutSetDefaultImageCatalogByNameInWorkspaceOK) Error ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceOK) Error() string
type PutSetDefaultImageCatalogByNameInWorkspaceParams ¶
type PutSetDefaultImageCatalogByNameInWorkspaceParams struct { /*Name*/ Name string /*WorkspaceID*/ WorkspaceID int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutSetDefaultImageCatalogByNameInWorkspaceParams contains all the parameters to send to the API endpoint for the put set default image catalog by name in workspace operation typically these are written to a http.Request
func NewPutSetDefaultImageCatalogByNameInWorkspaceParams ¶
func NewPutSetDefaultImageCatalogByNameInWorkspaceParams() *PutSetDefaultImageCatalogByNameInWorkspaceParams
NewPutSetDefaultImageCatalogByNameInWorkspaceParams creates a new PutSetDefaultImageCatalogByNameInWorkspaceParams object with the default values initialized.
func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithContext ¶
func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithContext(ctx context.Context) *PutSetDefaultImageCatalogByNameInWorkspaceParams
NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithContext creates a new PutSetDefaultImageCatalogByNameInWorkspaceParams object with the default values initialized, and the ability to set a context for a request
func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithHTTPClient ¶
func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithHTTPClient(client *http.Client) *PutSetDefaultImageCatalogByNameInWorkspaceParams
NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithHTTPClient creates a new PutSetDefaultImageCatalogByNameInWorkspaceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithTimeout ¶
func NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithTimeout(timeout time.Duration) *PutSetDefaultImageCatalogByNameInWorkspaceParams
NewPutSetDefaultImageCatalogByNameInWorkspaceParamsWithTimeout creates a new PutSetDefaultImageCatalogByNameInWorkspaceParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) SetContext ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetContext(ctx context.Context)
SetContext adds the context to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) SetHTTPClient ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) SetName ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetName(name string)
SetName adds the name to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) SetTimeout ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) SetWorkspaceID ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) SetWorkspaceID(workspaceID int64)
SetWorkspaceID adds the workspaceId to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) WithContext ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithContext(ctx context.Context) *PutSetDefaultImageCatalogByNameInWorkspaceParams
WithContext adds the context to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) WithHTTPClient ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithHTTPClient(client *http.Client) *PutSetDefaultImageCatalogByNameInWorkspaceParams
WithHTTPClient adds the HTTPClient to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) WithName ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithName(name string) *PutSetDefaultImageCatalogByNameInWorkspaceParams
WithName adds the name to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) WithTimeout ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithTimeout(timeout time.Duration) *PutSetDefaultImageCatalogByNameInWorkspaceParams
WithTimeout adds the timeout to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) WithWorkspaceID ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WithWorkspaceID(workspaceID int64) *PutSetDefaultImageCatalogByNameInWorkspaceParams
WithWorkspaceID adds the workspaceID to the put set default image catalog by name in workspace params
func (*PutSetDefaultImageCatalogByNameInWorkspaceParams) WriteToRequest ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutSetDefaultImageCatalogByNameInWorkspaceReader ¶
type PutSetDefaultImageCatalogByNameInWorkspaceReader struct {
// contains filtered or unexported fields
}
PutSetDefaultImageCatalogByNameInWorkspaceReader is a Reader for the PutSetDefaultImageCatalogByNameInWorkspace structure.
func (*PutSetDefaultImageCatalogByNameInWorkspaceReader) ReadResponse ¶
func (o *PutSetDefaultImageCatalogByNameInWorkspaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_image_catalog_in_workspace_parameters.go
- create_image_catalog_in_workspace_responses.go
- delete_image_catalog_in_workspace_parameters.go
- delete_image_catalog_in_workspace_responses.go
- get_image_catalog_in_workspace_parameters.go
- get_image_catalog_in_workspace_responses.go
- get_image_catalog_request_from_name_in_workspace_parameters.go
- get_image_catalog_request_from_name_in_workspace_responses.go
- get_images_by_provider_and_custom_image_catalog_in_workspace_parameters.go
- get_images_by_provider_and_custom_image_catalog_in_workspace_responses.go
- get_images_by_provider_in_workspace_parameters.go
- get_images_by_provider_in_workspace_responses.go
- get_images_by_stack_name_and_custom_image_catalog_in_workspace_parameters.go
- get_images_by_stack_name_and_custom_image_catalog_in_workspace_responses.go
- get_images_by_stack_name_and_default_image_catalog_in_workspace_parameters.go
- get_images_by_stack_name_and_default_image_catalog_in_workspace_responses.go
- list_image_catalogs_by_workspace_parameters.go
- list_image_catalogs_by_workspace_responses.go
- put_public_image_catalog_in_workspace_parameters.go
- put_public_image_catalog_in_workspace_responses.go
- put_set_default_image_catalog_by_name_in_workspace_parameters.go
- put_set_default_image_catalog_by_name_in_workspace_responses.go
- v3_workspace_id_imagecatalogs_client.go