Documentation
¶
Index ¶
- type API
- type Client
- func (a *Client) V2CreateClusterManifest(ctx context.Context, params *V2CreateClusterManifestParams) (*V2CreateClusterManifestCreated, error)
- func (a *Client) V2DeleteClusterManifest(ctx context.Context, params *V2DeleteClusterManifestParams) (*V2DeleteClusterManifestOK, error)
- func (a *Client) V2DownloadClusterManifest(ctx context.Context, params *V2DownloadClusterManifestParams, writer io.Writer) (*V2DownloadClusterManifestOK, error)
- func (a *Client) V2ListClusterManifests(ctx context.Context, params *V2ListClusterManifestsParams) (*V2ListClusterManifestsOK, error)
- func (a *Client) V2UpdateClusterManifest(ctx context.Context, params *V2UpdateClusterManifestParams) (*V2UpdateClusterManifestOK, error)
- type V2CreateClusterManifestBadRequest
- func (o *V2CreateClusterManifestBadRequest) Error() string
- func (o *V2CreateClusterManifestBadRequest) GetPayload() *models.Error
- func (o *V2CreateClusterManifestBadRequest) IsClientError() bool
- func (o *V2CreateClusterManifestBadRequest) IsCode(code int) bool
- func (o *V2CreateClusterManifestBadRequest) IsRedirect() bool
- func (o *V2CreateClusterManifestBadRequest) IsServerError() bool
- func (o *V2CreateClusterManifestBadRequest) IsSuccess() bool
- func (o *V2CreateClusterManifestBadRequest) String() string
- type V2CreateClusterManifestConflict
- func (o *V2CreateClusterManifestConflict) Error() string
- func (o *V2CreateClusterManifestConflict) GetPayload() *models.Error
- func (o *V2CreateClusterManifestConflict) IsClientError() bool
- func (o *V2CreateClusterManifestConflict) IsCode(code int) bool
- func (o *V2CreateClusterManifestConflict) IsRedirect() bool
- func (o *V2CreateClusterManifestConflict) IsServerError() bool
- func (o *V2CreateClusterManifestConflict) IsSuccess() bool
- func (o *V2CreateClusterManifestConflict) String() string
- type V2CreateClusterManifestCreated
- func (o *V2CreateClusterManifestCreated) Error() string
- func (o *V2CreateClusterManifestCreated) GetPayload() *models.Manifest
- func (o *V2CreateClusterManifestCreated) IsClientError() bool
- func (o *V2CreateClusterManifestCreated) IsCode(code int) bool
- func (o *V2CreateClusterManifestCreated) IsRedirect() bool
- func (o *V2CreateClusterManifestCreated) IsServerError() bool
- func (o *V2CreateClusterManifestCreated) IsSuccess() bool
- func (o *V2CreateClusterManifestCreated) String() string
- type V2CreateClusterManifestForbidden
- func (o *V2CreateClusterManifestForbidden) Error() string
- func (o *V2CreateClusterManifestForbidden) GetPayload() *models.InfraError
- func (o *V2CreateClusterManifestForbidden) IsClientError() bool
- func (o *V2CreateClusterManifestForbidden) IsCode(code int) bool
- func (o *V2CreateClusterManifestForbidden) IsRedirect() bool
- func (o *V2CreateClusterManifestForbidden) IsServerError() bool
- func (o *V2CreateClusterManifestForbidden) IsSuccess() bool
- func (o *V2CreateClusterManifestForbidden) String() string
- type V2CreateClusterManifestInternalServerError
- func (o *V2CreateClusterManifestInternalServerError) Error() string
- func (o *V2CreateClusterManifestInternalServerError) GetPayload() *models.Error
- func (o *V2CreateClusterManifestInternalServerError) IsClientError() bool
- func (o *V2CreateClusterManifestInternalServerError) IsCode(code int) bool
- func (o *V2CreateClusterManifestInternalServerError) IsRedirect() bool
- func (o *V2CreateClusterManifestInternalServerError) IsServerError() bool
- func (o *V2CreateClusterManifestInternalServerError) IsSuccess() bool
- func (o *V2CreateClusterManifestInternalServerError) String() string
- type V2CreateClusterManifestMethodNotAllowed
- func (o *V2CreateClusterManifestMethodNotAllowed) Error() string
- func (o *V2CreateClusterManifestMethodNotAllowed) GetPayload() *models.Error
- func (o *V2CreateClusterManifestMethodNotAllowed) IsClientError() bool
- func (o *V2CreateClusterManifestMethodNotAllowed) IsCode(code int) bool
- func (o *V2CreateClusterManifestMethodNotAllowed) IsRedirect() bool
- func (o *V2CreateClusterManifestMethodNotAllowed) IsServerError() bool
- func (o *V2CreateClusterManifestMethodNotAllowed) IsSuccess() bool
- func (o *V2CreateClusterManifestMethodNotAllowed) String() string
- type V2CreateClusterManifestNotFound
- func (o *V2CreateClusterManifestNotFound) Error() string
- func (o *V2CreateClusterManifestNotFound) GetPayload() *models.Error
- func (o *V2CreateClusterManifestNotFound) IsClientError() bool
- func (o *V2CreateClusterManifestNotFound) IsCode(code int) bool
- func (o *V2CreateClusterManifestNotFound) IsRedirect() bool
- func (o *V2CreateClusterManifestNotFound) IsServerError() bool
- func (o *V2CreateClusterManifestNotFound) IsSuccess() bool
- func (o *V2CreateClusterManifestNotFound) String() string
- type V2CreateClusterManifestParams
- func NewV2CreateClusterManifestParams() *V2CreateClusterManifestParams
- func NewV2CreateClusterManifestParamsWithContext(ctx context.Context) *V2CreateClusterManifestParams
- func NewV2CreateClusterManifestParamsWithHTTPClient(client *http.Client) *V2CreateClusterManifestParams
- func NewV2CreateClusterManifestParamsWithTimeout(timeout time.Duration) *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2CreateClusterManifestParams) SetContext(ctx context.Context)
- func (o *V2CreateClusterManifestParams) SetCreateManifestParams(createManifestParams *models.CreateManifestParams)
- func (o *V2CreateClusterManifestParams) SetDefaults()
- func (o *V2CreateClusterManifestParams) SetHTTPClient(client *http.Client)
- func (o *V2CreateClusterManifestParams) SetTimeout(timeout time.Duration)
- func (o *V2CreateClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) WithContext(ctx context.Context) *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) WithCreateManifestParams(createManifestParams *models.CreateManifestParams) *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) WithDefaults() *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) WithHTTPClient(client *http.Client) *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) WithTimeout(timeout time.Duration) *V2CreateClusterManifestParams
- func (o *V2CreateClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2CreateClusterManifestReader
- type V2CreateClusterManifestUnauthorized
- func (o *V2CreateClusterManifestUnauthorized) Error() string
- func (o *V2CreateClusterManifestUnauthorized) GetPayload() *models.InfraError
- func (o *V2CreateClusterManifestUnauthorized) IsClientError() bool
- func (o *V2CreateClusterManifestUnauthorized) IsCode(code int) bool
- func (o *V2CreateClusterManifestUnauthorized) IsRedirect() bool
- func (o *V2CreateClusterManifestUnauthorized) IsServerError() bool
- func (o *V2CreateClusterManifestUnauthorized) IsSuccess() bool
- func (o *V2CreateClusterManifestUnauthorized) String() string
- type V2DeleteClusterManifestConflict
- func (o *V2DeleteClusterManifestConflict) Error() string
- func (o *V2DeleteClusterManifestConflict) GetPayload() *models.Error
- func (o *V2DeleteClusterManifestConflict) IsClientError() bool
- func (o *V2DeleteClusterManifestConflict) IsCode(code int) bool
- func (o *V2DeleteClusterManifestConflict) IsRedirect() bool
- func (o *V2DeleteClusterManifestConflict) IsServerError() bool
- func (o *V2DeleteClusterManifestConflict) IsSuccess() bool
- func (o *V2DeleteClusterManifestConflict) String() string
- type V2DeleteClusterManifestForbidden
- func (o *V2DeleteClusterManifestForbidden) Error() string
- func (o *V2DeleteClusterManifestForbidden) GetPayload() *models.InfraError
- func (o *V2DeleteClusterManifestForbidden) IsClientError() bool
- func (o *V2DeleteClusterManifestForbidden) IsCode(code int) bool
- func (o *V2DeleteClusterManifestForbidden) IsRedirect() bool
- func (o *V2DeleteClusterManifestForbidden) IsServerError() bool
- func (o *V2DeleteClusterManifestForbidden) IsSuccess() bool
- func (o *V2DeleteClusterManifestForbidden) String() string
- type V2DeleteClusterManifestInternalServerError
- func (o *V2DeleteClusterManifestInternalServerError) Error() string
- func (o *V2DeleteClusterManifestInternalServerError) GetPayload() *models.Error
- func (o *V2DeleteClusterManifestInternalServerError) IsClientError() bool
- func (o *V2DeleteClusterManifestInternalServerError) IsCode(code int) bool
- func (o *V2DeleteClusterManifestInternalServerError) IsRedirect() bool
- func (o *V2DeleteClusterManifestInternalServerError) IsServerError() bool
- func (o *V2DeleteClusterManifestInternalServerError) IsSuccess() bool
- func (o *V2DeleteClusterManifestInternalServerError) String() string
- type V2DeleteClusterManifestMethodNotAllowed
- func (o *V2DeleteClusterManifestMethodNotAllowed) Error() string
- func (o *V2DeleteClusterManifestMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DeleteClusterManifestMethodNotAllowed) IsClientError() bool
- func (o *V2DeleteClusterManifestMethodNotAllowed) IsCode(code int) bool
- func (o *V2DeleteClusterManifestMethodNotAllowed) IsRedirect() bool
- func (o *V2DeleteClusterManifestMethodNotAllowed) IsServerError() bool
- func (o *V2DeleteClusterManifestMethodNotAllowed) IsSuccess() bool
- func (o *V2DeleteClusterManifestMethodNotAllowed) String() string
- type V2DeleteClusterManifestNotFound
- func (o *V2DeleteClusterManifestNotFound) Error() string
- func (o *V2DeleteClusterManifestNotFound) GetPayload() *models.Error
- func (o *V2DeleteClusterManifestNotFound) IsClientError() bool
- func (o *V2DeleteClusterManifestNotFound) IsCode(code int) bool
- func (o *V2DeleteClusterManifestNotFound) IsRedirect() bool
- func (o *V2DeleteClusterManifestNotFound) IsServerError() bool
- func (o *V2DeleteClusterManifestNotFound) IsSuccess() bool
- func (o *V2DeleteClusterManifestNotFound) String() string
- type V2DeleteClusterManifestOK
- func (o *V2DeleteClusterManifestOK) Error() string
- func (o *V2DeleteClusterManifestOK) IsClientError() bool
- func (o *V2DeleteClusterManifestOK) IsCode(code int) bool
- func (o *V2DeleteClusterManifestOK) IsRedirect() bool
- func (o *V2DeleteClusterManifestOK) IsServerError() bool
- func (o *V2DeleteClusterManifestOK) IsSuccess() bool
- func (o *V2DeleteClusterManifestOK) String() string
- type V2DeleteClusterManifestParams
- func NewV2DeleteClusterManifestParams() *V2DeleteClusterManifestParams
- func NewV2DeleteClusterManifestParamsWithContext(ctx context.Context) *V2DeleteClusterManifestParams
- func NewV2DeleteClusterManifestParamsWithHTTPClient(client *http.Client) *V2DeleteClusterManifestParams
- func NewV2DeleteClusterManifestParamsWithTimeout(timeout time.Duration) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2DeleteClusterManifestParams) SetContext(ctx context.Context)
- func (o *V2DeleteClusterManifestParams) SetDefaults()
- func (o *V2DeleteClusterManifestParams) SetFileName(fileName string)
- func (o *V2DeleteClusterManifestParams) SetFolder(folder *string)
- func (o *V2DeleteClusterManifestParams) SetHTTPClient(client *http.Client)
- func (o *V2DeleteClusterManifestParams) SetTimeout(timeout time.Duration)
- func (o *V2DeleteClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WithContext(ctx context.Context) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WithDefaults() *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WithFileName(fileName string) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WithFolder(folder *string) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WithHTTPClient(client *http.Client) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WithTimeout(timeout time.Duration) *V2DeleteClusterManifestParams
- func (o *V2DeleteClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DeleteClusterManifestReader
- type V2DeleteClusterManifestUnauthorized
- func (o *V2DeleteClusterManifestUnauthorized) Error() string
- func (o *V2DeleteClusterManifestUnauthorized) GetPayload() *models.InfraError
- func (o *V2DeleteClusterManifestUnauthorized) IsClientError() bool
- func (o *V2DeleteClusterManifestUnauthorized) IsCode(code int) bool
- func (o *V2DeleteClusterManifestUnauthorized) IsRedirect() bool
- func (o *V2DeleteClusterManifestUnauthorized) IsServerError() bool
- func (o *V2DeleteClusterManifestUnauthorized) IsSuccess() bool
- func (o *V2DeleteClusterManifestUnauthorized) String() string
- type V2DownloadClusterManifestConflict
- func (o *V2DownloadClusterManifestConflict) Error() string
- func (o *V2DownloadClusterManifestConflict) GetPayload() *models.Error
- func (o *V2DownloadClusterManifestConflict) IsClientError() bool
- func (o *V2DownloadClusterManifestConflict) IsCode(code int) bool
- func (o *V2DownloadClusterManifestConflict) IsRedirect() bool
- func (o *V2DownloadClusterManifestConflict) IsServerError() bool
- func (o *V2DownloadClusterManifestConflict) IsSuccess() bool
- func (o *V2DownloadClusterManifestConflict) String() string
- type V2DownloadClusterManifestForbidden
- func (o *V2DownloadClusterManifestForbidden) Error() string
- func (o *V2DownloadClusterManifestForbidden) GetPayload() *models.InfraError
- func (o *V2DownloadClusterManifestForbidden) IsClientError() bool
- func (o *V2DownloadClusterManifestForbidden) IsCode(code int) bool
- func (o *V2DownloadClusterManifestForbidden) IsRedirect() bool
- func (o *V2DownloadClusterManifestForbidden) IsServerError() bool
- func (o *V2DownloadClusterManifestForbidden) IsSuccess() bool
- func (o *V2DownloadClusterManifestForbidden) String() string
- type V2DownloadClusterManifestInternalServerError
- func (o *V2DownloadClusterManifestInternalServerError) Error() string
- func (o *V2DownloadClusterManifestInternalServerError) GetPayload() *models.Error
- func (o *V2DownloadClusterManifestInternalServerError) IsClientError() bool
- func (o *V2DownloadClusterManifestInternalServerError) IsCode(code int) bool
- func (o *V2DownloadClusterManifestInternalServerError) IsRedirect() bool
- func (o *V2DownloadClusterManifestInternalServerError) IsServerError() bool
- func (o *V2DownloadClusterManifestInternalServerError) IsSuccess() bool
- func (o *V2DownloadClusterManifestInternalServerError) String() string
- type V2DownloadClusterManifestMethodNotAllowed
- func (o *V2DownloadClusterManifestMethodNotAllowed) Error() string
- func (o *V2DownloadClusterManifestMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DownloadClusterManifestMethodNotAllowed) IsClientError() bool
- func (o *V2DownloadClusterManifestMethodNotAllowed) IsCode(code int) bool
- func (o *V2DownloadClusterManifestMethodNotAllowed) IsRedirect() bool
- func (o *V2DownloadClusterManifestMethodNotAllowed) IsServerError() bool
- func (o *V2DownloadClusterManifestMethodNotAllowed) IsSuccess() bool
- func (o *V2DownloadClusterManifestMethodNotAllowed) String() string
- type V2DownloadClusterManifestNotFound
- func (o *V2DownloadClusterManifestNotFound) Error() string
- func (o *V2DownloadClusterManifestNotFound) GetPayload() *models.Error
- func (o *V2DownloadClusterManifestNotFound) IsClientError() bool
- func (o *V2DownloadClusterManifestNotFound) IsCode(code int) bool
- func (o *V2DownloadClusterManifestNotFound) IsRedirect() bool
- func (o *V2DownloadClusterManifestNotFound) IsServerError() bool
- func (o *V2DownloadClusterManifestNotFound) IsSuccess() bool
- func (o *V2DownloadClusterManifestNotFound) String() string
- type V2DownloadClusterManifestOK
- func (o *V2DownloadClusterManifestOK) Error() string
- func (o *V2DownloadClusterManifestOK) GetPayload() io.Writer
- func (o *V2DownloadClusterManifestOK) IsClientError() bool
- func (o *V2DownloadClusterManifestOK) IsCode(code int) bool
- func (o *V2DownloadClusterManifestOK) IsRedirect() bool
- func (o *V2DownloadClusterManifestOK) IsServerError() bool
- func (o *V2DownloadClusterManifestOK) IsSuccess() bool
- func (o *V2DownloadClusterManifestOK) String() string
- type V2DownloadClusterManifestParams
- func NewV2DownloadClusterManifestParams() *V2DownloadClusterManifestParams
- func NewV2DownloadClusterManifestParamsWithContext(ctx context.Context) *V2DownloadClusterManifestParams
- func NewV2DownloadClusterManifestParamsWithHTTPClient(client *http.Client) *V2DownloadClusterManifestParams
- func NewV2DownloadClusterManifestParamsWithTimeout(timeout time.Duration) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2DownloadClusterManifestParams) SetContext(ctx context.Context)
- func (o *V2DownloadClusterManifestParams) SetDefaults()
- func (o *V2DownloadClusterManifestParams) SetFileName(fileName string)
- func (o *V2DownloadClusterManifestParams) SetFolder(folder *string)
- func (o *V2DownloadClusterManifestParams) SetHTTPClient(client *http.Client)
- func (o *V2DownloadClusterManifestParams) SetTimeout(timeout time.Duration)
- func (o *V2DownloadClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WithContext(ctx context.Context) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WithDefaults() *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WithFileName(fileName string) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WithFolder(folder *string) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WithHTTPClient(client *http.Client) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WithTimeout(timeout time.Duration) *V2DownloadClusterManifestParams
- func (o *V2DownloadClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DownloadClusterManifestReader
- type V2DownloadClusterManifestUnauthorized
- func (o *V2DownloadClusterManifestUnauthorized) Error() string
- func (o *V2DownloadClusterManifestUnauthorized) GetPayload() *models.InfraError
- func (o *V2DownloadClusterManifestUnauthorized) IsClientError() bool
- func (o *V2DownloadClusterManifestUnauthorized) IsCode(code int) bool
- func (o *V2DownloadClusterManifestUnauthorized) IsRedirect() bool
- func (o *V2DownloadClusterManifestUnauthorized) IsServerError() bool
- func (o *V2DownloadClusterManifestUnauthorized) IsSuccess() bool
- func (o *V2DownloadClusterManifestUnauthorized) String() string
- type V2ListClusterManifestsConflict
- func (o *V2ListClusterManifestsConflict) Error() string
- func (o *V2ListClusterManifestsConflict) GetPayload() *models.Error
- func (o *V2ListClusterManifestsConflict) IsClientError() bool
- func (o *V2ListClusterManifestsConflict) IsCode(code int) bool
- func (o *V2ListClusterManifestsConflict) IsRedirect() bool
- func (o *V2ListClusterManifestsConflict) IsServerError() bool
- func (o *V2ListClusterManifestsConflict) IsSuccess() bool
- func (o *V2ListClusterManifestsConflict) String() string
- type V2ListClusterManifestsForbidden
- func (o *V2ListClusterManifestsForbidden) Error() string
- func (o *V2ListClusterManifestsForbidden) GetPayload() *models.InfraError
- func (o *V2ListClusterManifestsForbidden) IsClientError() bool
- func (o *V2ListClusterManifestsForbidden) IsCode(code int) bool
- func (o *V2ListClusterManifestsForbidden) IsRedirect() bool
- func (o *V2ListClusterManifestsForbidden) IsServerError() bool
- func (o *V2ListClusterManifestsForbidden) IsSuccess() bool
- func (o *V2ListClusterManifestsForbidden) String() string
- type V2ListClusterManifestsInternalServerError
- func (o *V2ListClusterManifestsInternalServerError) Error() string
- func (o *V2ListClusterManifestsInternalServerError) GetPayload() *models.Error
- func (o *V2ListClusterManifestsInternalServerError) IsClientError() bool
- func (o *V2ListClusterManifestsInternalServerError) IsCode(code int) bool
- func (o *V2ListClusterManifestsInternalServerError) IsRedirect() bool
- func (o *V2ListClusterManifestsInternalServerError) IsServerError() bool
- func (o *V2ListClusterManifestsInternalServerError) IsSuccess() bool
- func (o *V2ListClusterManifestsInternalServerError) String() string
- type V2ListClusterManifestsMethodNotAllowed
- func (o *V2ListClusterManifestsMethodNotAllowed) Error() string
- func (o *V2ListClusterManifestsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2ListClusterManifestsMethodNotAllowed) IsClientError() bool
- func (o *V2ListClusterManifestsMethodNotAllowed) IsCode(code int) bool
- func (o *V2ListClusterManifestsMethodNotAllowed) IsRedirect() bool
- func (o *V2ListClusterManifestsMethodNotAllowed) IsServerError() bool
- func (o *V2ListClusterManifestsMethodNotAllowed) IsSuccess() bool
- func (o *V2ListClusterManifestsMethodNotAllowed) String() string
- type V2ListClusterManifestsNotFound
- func (o *V2ListClusterManifestsNotFound) Error() string
- func (o *V2ListClusterManifestsNotFound) GetPayload() *models.Error
- func (o *V2ListClusterManifestsNotFound) IsClientError() bool
- func (o *V2ListClusterManifestsNotFound) IsCode(code int) bool
- func (o *V2ListClusterManifestsNotFound) IsRedirect() bool
- func (o *V2ListClusterManifestsNotFound) IsServerError() bool
- func (o *V2ListClusterManifestsNotFound) IsSuccess() bool
- func (o *V2ListClusterManifestsNotFound) String() string
- type V2ListClusterManifestsOK
- func (o *V2ListClusterManifestsOK) Error() string
- func (o *V2ListClusterManifestsOK) GetPayload() models.ListManifests
- func (o *V2ListClusterManifestsOK) IsClientError() bool
- func (o *V2ListClusterManifestsOK) IsCode(code int) bool
- func (o *V2ListClusterManifestsOK) IsRedirect() bool
- func (o *V2ListClusterManifestsOK) IsServerError() bool
- func (o *V2ListClusterManifestsOK) IsSuccess() bool
- func (o *V2ListClusterManifestsOK) String() string
- type V2ListClusterManifestsParams
- func NewV2ListClusterManifestsParams() *V2ListClusterManifestsParams
- func NewV2ListClusterManifestsParamsWithContext(ctx context.Context) *V2ListClusterManifestsParams
- func NewV2ListClusterManifestsParamsWithHTTPClient(client *http.Client) *V2ListClusterManifestsParams
- func NewV2ListClusterManifestsParamsWithTimeout(timeout time.Duration) *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2ListClusterManifestsParams) SetContext(ctx context.Context)
- func (o *V2ListClusterManifestsParams) SetDefaults()
- func (o *V2ListClusterManifestsParams) SetHTTPClient(client *http.Client)
- func (o *V2ListClusterManifestsParams) SetIncludeSystemGenerated(includeSystemGenerated *bool)
- func (o *V2ListClusterManifestsParams) SetTimeout(timeout time.Duration)
- func (o *V2ListClusterManifestsParams) WithClusterID(clusterID strfmt.UUID) *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) WithContext(ctx context.Context) *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) WithDefaults() *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) WithHTTPClient(client *http.Client) *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) WithIncludeSystemGenerated(includeSystemGenerated *bool) *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) WithTimeout(timeout time.Duration) *V2ListClusterManifestsParams
- func (o *V2ListClusterManifestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ListClusterManifestsReader
- type V2ListClusterManifestsUnauthorized
- func (o *V2ListClusterManifestsUnauthorized) Error() string
- func (o *V2ListClusterManifestsUnauthorized) GetPayload() *models.InfraError
- func (o *V2ListClusterManifestsUnauthorized) IsClientError() bool
- func (o *V2ListClusterManifestsUnauthorized) IsCode(code int) bool
- func (o *V2ListClusterManifestsUnauthorized) IsRedirect() bool
- func (o *V2ListClusterManifestsUnauthorized) IsServerError() bool
- func (o *V2ListClusterManifestsUnauthorized) IsSuccess() bool
- func (o *V2ListClusterManifestsUnauthorized) String() string
- type V2UpdateClusterManifestBadRequest
- func (o *V2UpdateClusterManifestBadRequest) Error() string
- func (o *V2UpdateClusterManifestBadRequest) GetPayload() *models.Error
- func (o *V2UpdateClusterManifestBadRequest) IsClientError() bool
- func (o *V2UpdateClusterManifestBadRequest) IsCode(code int) bool
- func (o *V2UpdateClusterManifestBadRequest) IsRedirect() bool
- func (o *V2UpdateClusterManifestBadRequest) IsServerError() bool
- func (o *V2UpdateClusterManifestBadRequest) IsSuccess() bool
- func (o *V2UpdateClusterManifestBadRequest) String() string
- type V2UpdateClusterManifestConflict
- func (o *V2UpdateClusterManifestConflict) Error() string
- func (o *V2UpdateClusterManifestConflict) GetPayload() *models.Error
- func (o *V2UpdateClusterManifestConflict) IsClientError() bool
- func (o *V2UpdateClusterManifestConflict) IsCode(code int) bool
- func (o *V2UpdateClusterManifestConflict) IsRedirect() bool
- func (o *V2UpdateClusterManifestConflict) IsServerError() bool
- func (o *V2UpdateClusterManifestConflict) IsSuccess() bool
- func (o *V2UpdateClusterManifestConflict) String() string
- type V2UpdateClusterManifestForbidden
- func (o *V2UpdateClusterManifestForbidden) Error() string
- func (o *V2UpdateClusterManifestForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateClusterManifestForbidden) IsClientError() bool
- func (o *V2UpdateClusterManifestForbidden) IsCode(code int) bool
- func (o *V2UpdateClusterManifestForbidden) IsRedirect() bool
- func (o *V2UpdateClusterManifestForbidden) IsServerError() bool
- func (o *V2UpdateClusterManifestForbidden) IsSuccess() bool
- func (o *V2UpdateClusterManifestForbidden) String() string
- type V2UpdateClusterManifestInternalServerError
- func (o *V2UpdateClusterManifestInternalServerError) Error() string
- func (o *V2UpdateClusterManifestInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateClusterManifestInternalServerError) IsClientError() bool
- func (o *V2UpdateClusterManifestInternalServerError) IsCode(code int) bool
- func (o *V2UpdateClusterManifestInternalServerError) IsRedirect() bool
- func (o *V2UpdateClusterManifestInternalServerError) IsServerError() bool
- func (o *V2UpdateClusterManifestInternalServerError) IsSuccess() bool
- func (o *V2UpdateClusterManifestInternalServerError) String() string
- type V2UpdateClusterManifestMethodNotAllowed
- func (o *V2UpdateClusterManifestMethodNotAllowed) Error() string
- func (o *V2UpdateClusterManifestMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateClusterManifestMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateClusterManifestMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateClusterManifestMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateClusterManifestMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateClusterManifestMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateClusterManifestMethodNotAllowed) String() string
- type V2UpdateClusterManifestNotFound
- func (o *V2UpdateClusterManifestNotFound) Error() string
- func (o *V2UpdateClusterManifestNotFound) GetPayload() *models.Error
- func (o *V2UpdateClusterManifestNotFound) IsClientError() bool
- func (o *V2UpdateClusterManifestNotFound) IsCode(code int) bool
- func (o *V2UpdateClusterManifestNotFound) IsRedirect() bool
- func (o *V2UpdateClusterManifestNotFound) IsServerError() bool
- func (o *V2UpdateClusterManifestNotFound) IsSuccess() bool
- func (o *V2UpdateClusterManifestNotFound) String() string
- type V2UpdateClusterManifestOK
- func (o *V2UpdateClusterManifestOK) Error() string
- func (o *V2UpdateClusterManifestOK) GetPayload() *models.Manifest
- func (o *V2UpdateClusterManifestOK) IsClientError() bool
- func (o *V2UpdateClusterManifestOK) IsCode(code int) bool
- func (o *V2UpdateClusterManifestOK) IsRedirect() bool
- func (o *V2UpdateClusterManifestOK) IsServerError() bool
- func (o *V2UpdateClusterManifestOK) IsSuccess() bool
- func (o *V2UpdateClusterManifestOK) String() string
- type V2UpdateClusterManifestParams
- func NewV2UpdateClusterManifestParams() *V2UpdateClusterManifestParams
- func NewV2UpdateClusterManifestParamsWithContext(ctx context.Context) *V2UpdateClusterManifestParams
- func NewV2UpdateClusterManifestParamsWithHTTPClient(client *http.Client) *V2UpdateClusterManifestParams
- func NewV2UpdateClusterManifestParamsWithTimeout(timeout time.Duration) *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UpdateClusterManifestParams) SetContext(ctx context.Context)
- func (o *V2UpdateClusterManifestParams) SetDefaults()
- func (o *V2UpdateClusterManifestParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateClusterManifestParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateClusterManifestParams) SetUpdateManifestParams(updateManifestParams *models.UpdateManifestParams)
- func (o *V2UpdateClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) WithContext(ctx context.Context) *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) WithDefaults() *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) WithHTTPClient(client *http.Client) *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) WithTimeout(timeout time.Duration) *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) WithUpdateManifestParams(updateManifestParams *models.UpdateManifestParams) *V2UpdateClusterManifestParams
- func (o *V2UpdateClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateClusterManifestReader
- type V2UpdateClusterManifestUnauthorized
- func (o *V2UpdateClusterManifestUnauthorized) Error() string
- func (o *V2UpdateClusterManifestUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateClusterManifestUnauthorized) IsClientError() bool
- func (o *V2UpdateClusterManifestUnauthorized) IsCode(code int) bool
- func (o *V2UpdateClusterManifestUnauthorized) IsRedirect() bool
- func (o *V2UpdateClusterManifestUnauthorized) IsServerError() bool
- func (o *V2UpdateClusterManifestUnauthorized) IsSuccess() bool
- func (o *V2UpdateClusterManifestUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* V2CreateClusterManifest Creates a manifest for customizing cluster installation.*/ V2CreateClusterManifest(ctx context.Context, params *V2CreateClusterManifestParams) (*V2CreateClusterManifestCreated, error) /* V2DeleteClusterManifest Deletes a manifest from the cluster.*/ V2DeleteClusterManifest(ctx context.Context, params *V2DeleteClusterManifestParams) (*V2DeleteClusterManifestOK, error) /* V2ListClusterManifests Lists manifests for customizing cluster installation.*/ V2ListClusterManifests(ctx context.Context, params *V2ListClusterManifestsParams) (*V2ListClusterManifestsOK, error) /* V2UpdateClusterManifest Updates a manifest for customizing cluster installation.*/ V2UpdateClusterManifest(ctx context.Context, params *V2UpdateClusterManifestParams) (*V2UpdateClusterManifestOK, error) /* V2DownloadClusterManifest Downloads cluster manifest.*/ V2DownloadClusterManifest(ctx context.Context, params *V2DownloadClusterManifestParams, writer io.Writer) (*V2DownloadClusterManifestOK, error) }
API is the interface of the manifests client
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for manifests API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new manifests API client.
func (*Client) V2CreateClusterManifest ¶
func (a *Client) V2CreateClusterManifest(ctx context.Context, params *V2CreateClusterManifestParams) (*V2CreateClusterManifestCreated, error)
V2CreateClusterManifest Creates a manifest for customizing cluster installation.
func (*Client) V2DeleteClusterManifest ¶
func (a *Client) V2DeleteClusterManifest(ctx context.Context, params *V2DeleteClusterManifestParams) (*V2DeleteClusterManifestOK, error)
V2DeleteClusterManifest Deletes a manifest from the cluster.
func (*Client) V2DownloadClusterManifest ¶
func (a *Client) V2DownloadClusterManifest(ctx context.Context, params *V2DownloadClusterManifestParams, writer io.Writer) (*V2DownloadClusterManifestOK, error)
V2DownloadClusterManifest Downloads cluster manifest.
func (*Client) V2ListClusterManifests ¶
func (a *Client) V2ListClusterManifests(ctx context.Context, params *V2ListClusterManifestsParams) (*V2ListClusterManifestsOK, error)
V2ListClusterManifests Lists manifests for customizing cluster installation.
func (*Client) V2UpdateClusterManifest ¶
func (a *Client) V2UpdateClusterManifest(ctx context.Context, params *V2UpdateClusterManifestParams) (*V2UpdateClusterManifestOK, error)
V2UpdateClusterManifest Updates a manifest for customizing cluster installation.
type V2CreateClusterManifestBadRequest ¶
V2CreateClusterManifestBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2CreateClusterManifestBadRequest ¶
func NewV2CreateClusterManifestBadRequest() *V2CreateClusterManifestBadRequest
NewV2CreateClusterManifestBadRequest creates a V2CreateClusterManifestBadRequest with default headers values
func (*V2CreateClusterManifestBadRequest) Error ¶
func (o *V2CreateClusterManifestBadRequest) Error() string
func (*V2CreateClusterManifestBadRequest) GetPayload ¶
func (o *V2CreateClusterManifestBadRequest) GetPayload() *models.Error
func (*V2CreateClusterManifestBadRequest) IsClientError ¶
func (o *V2CreateClusterManifestBadRequest) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest bad request response has a 4xx status code
func (*V2CreateClusterManifestBadRequest) IsCode ¶
func (o *V2CreateClusterManifestBadRequest) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest bad request response a status code equal to that given
func (*V2CreateClusterManifestBadRequest) IsRedirect ¶
func (o *V2CreateClusterManifestBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest bad request response has a 3xx status code
func (*V2CreateClusterManifestBadRequest) IsServerError ¶
func (o *V2CreateClusterManifestBadRequest) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest bad request response has a 5xx status code
func (*V2CreateClusterManifestBadRequest) IsSuccess ¶
func (o *V2CreateClusterManifestBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest bad request response has a 2xx status code
func (*V2CreateClusterManifestBadRequest) String ¶
func (o *V2CreateClusterManifestBadRequest) String() string
type V2CreateClusterManifestConflict ¶
V2CreateClusterManifestConflict describes a response with status code 409, with default header values.
Error.
func NewV2CreateClusterManifestConflict ¶
func NewV2CreateClusterManifestConflict() *V2CreateClusterManifestConflict
NewV2CreateClusterManifestConflict creates a V2CreateClusterManifestConflict with default headers values
func (*V2CreateClusterManifestConflict) Error ¶
func (o *V2CreateClusterManifestConflict) Error() string
func (*V2CreateClusterManifestConflict) GetPayload ¶
func (o *V2CreateClusterManifestConflict) GetPayload() *models.Error
func (*V2CreateClusterManifestConflict) IsClientError ¶
func (o *V2CreateClusterManifestConflict) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest conflict response has a 4xx status code
func (*V2CreateClusterManifestConflict) IsCode ¶
func (o *V2CreateClusterManifestConflict) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest conflict response a status code equal to that given
func (*V2CreateClusterManifestConflict) IsRedirect ¶
func (o *V2CreateClusterManifestConflict) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest conflict response has a 3xx status code
func (*V2CreateClusterManifestConflict) IsServerError ¶
func (o *V2CreateClusterManifestConflict) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest conflict response has a 5xx status code
func (*V2CreateClusterManifestConflict) IsSuccess ¶
func (o *V2CreateClusterManifestConflict) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest conflict response has a 2xx status code
func (*V2CreateClusterManifestConflict) String ¶
func (o *V2CreateClusterManifestConflict) String() string
type V2CreateClusterManifestCreated ¶
V2CreateClusterManifestCreated describes a response with status code 201, with default header values.
Success.
func NewV2CreateClusterManifestCreated ¶
func NewV2CreateClusterManifestCreated() *V2CreateClusterManifestCreated
NewV2CreateClusterManifestCreated creates a V2CreateClusterManifestCreated with default headers values
func (*V2CreateClusterManifestCreated) Error ¶
func (o *V2CreateClusterManifestCreated) Error() string
func (*V2CreateClusterManifestCreated) GetPayload ¶
func (o *V2CreateClusterManifestCreated) GetPayload() *models.Manifest
func (*V2CreateClusterManifestCreated) IsClientError ¶
func (o *V2CreateClusterManifestCreated) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest created response has a 4xx status code
func (*V2CreateClusterManifestCreated) IsCode ¶
func (o *V2CreateClusterManifestCreated) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest created response a status code equal to that given
func (*V2CreateClusterManifestCreated) IsRedirect ¶
func (o *V2CreateClusterManifestCreated) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest created response has a 3xx status code
func (*V2CreateClusterManifestCreated) IsServerError ¶
func (o *V2CreateClusterManifestCreated) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest created response has a 5xx status code
func (*V2CreateClusterManifestCreated) IsSuccess ¶
func (o *V2CreateClusterManifestCreated) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest created response has a 2xx status code
func (*V2CreateClusterManifestCreated) String ¶
func (o *V2CreateClusterManifestCreated) String() string
type V2CreateClusterManifestForbidden ¶
type V2CreateClusterManifestForbidden struct {
Payload *models.InfraError
}
V2CreateClusterManifestForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2CreateClusterManifestForbidden ¶
func NewV2CreateClusterManifestForbidden() *V2CreateClusterManifestForbidden
NewV2CreateClusterManifestForbidden creates a V2CreateClusterManifestForbidden with default headers values
func (*V2CreateClusterManifestForbidden) Error ¶
func (o *V2CreateClusterManifestForbidden) Error() string
func (*V2CreateClusterManifestForbidden) GetPayload ¶
func (o *V2CreateClusterManifestForbidden) GetPayload() *models.InfraError
func (*V2CreateClusterManifestForbidden) IsClientError ¶
func (o *V2CreateClusterManifestForbidden) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest forbidden response has a 4xx status code
func (*V2CreateClusterManifestForbidden) IsCode ¶
func (o *V2CreateClusterManifestForbidden) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest forbidden response a status code equal to that given
func (*V2CreateClusterManifestForbidden) IsRedirect ¶
func (o *V2CreateClusterManifestForbidden) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest forbidden response has a 3xx status code
func (*V2CreateClusterManifestForbidden) IsServerError ¶
func (o *V2CreateClusterManifestForbidden) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest forbidden response has a 5xx status code
func (*V2CreateClusterManifestForbidden) IsSuccess ¶
func (o *V2CreateClusterManifestForbidden) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest forbidden response has a 2xx status code
func (*V2CreateClusterManifestForbidden) String ¶
func (o *V2CreateClusterManifestForbidden) String() string
type V2CreateClusterManifestInternalServerError ¶
V2CreateClusterManifestInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2CreateClusterManifestInternalServerError ¶
func NewV2CreateClusterManifestInternalServerError() *V2CreateClusterManifestInternalServerError
NewV2CreateClusterManifestInternalServerError creates a V2CreateClusterManifestInternalServerError with default headers values
func (*V2CreateClusterManifestInternalServerError) Error ¶
func (o *V2CreateClusterManifestInternalServerError) Error() string
func (*V2CreateClusterManifestInternalServerError) GetPayload ¶
func (o *V2CreateClusterManifestInternalServerError) GetPayload() *models.Error
func (*V2CreateClusterManifestInternalServerError) IsClientError ¶
func (o *V2CreateClusterManifestInternalServerError) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest internal server error response has a 4xx status code
func (*V2CreateClusterManifestInternalServerError) IsCode ¶
func (o *V2CreateClusterManifestInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest internal server error response a status code equal to that given
func (*V2CreateClusterManifestInternalServerError) IsRedirect ¶
func (o *V2CreateClusterManifestInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest internal server error response has a 3xx status code
func (*V2CreateClusterManifestInternalServerError) IsServerError ¶
func (o *V2CreateClusterManifestInternalServerError) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest internal server error response has a 5xx status code
func (*V2CreateClusterManifestInternalServerError) IsSuccess ¶
func (o *V2CreateClusterManifestInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest internal server error response has a 2xx status code
func (*V2CreateClusterManifestInternalServerError) String ¶
func (o *V2CreateClusterManifestInternalServerError) String() string
type V2CreateClusterManifestMethodNotAllowed ¶
V2CreateClusterManifestMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2CreateClusterManifestMethodNotAllowed ¶
func NewV2CreateClusterManifestMethodNotAllowed() *V2CreateClusterManifestMethodNotAllowed
NewV2CreateClusterManifestMethodNotAllowed creates a V2CreateClusterManifestMethodNotAllowed with default headers values
func (*V2CreateClusterManifestMethodNotAllowed) Error ¶
func (o *V2CreateClusterManifestMethodNotAllowed) Error() string
func (*V2CreateClusterManifestMethodNotAllowed) GetPayload ¶
func (o *V2CreateClusterManifestMethodNotAllowed) GetPayload() *models.Error
func (*V2CreateClusterManifestMethodNotAllowed) IsClientError ¶
func (o *V2CreateClusterManifestMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest method not allowed response has a 4xx status code
func (*V2CreateClusterManifestMethodNotAllowed) IsCode ¶
func (o *V2CreateClusterManifestMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest method not allowed response a status code equal to that given
func (*V2CreateClusterManifestMethodNotAllowed) IsRedirect ¶
func (o *V2CreateClusterManifestMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest method not allowed response has a 3xx status code
func (*V2CreateClusterManifestMethodNotAllowed) IsServerError ¶
func (o *V2CreateClusterManifestMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest method not allowed response has a 5xx status code
func (*V2CreateClusterManifestMethodNotAllowed) IsSuccess ¶
func (o *V2CreateClusterManifestMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest method not allowed response has a 2xx status code
func (*V2CreateClusterManifestMethodNotAllowed) String ¶
func (o *V2CreateClusterManifestMethodNotAllowed) String() string
type V2CreateClusterManifestNotFound ¶
V2CreateClusterManifestNotFound describes a response with status code 404, with default header values.
Error.
func NewV2CreateClusterManifestNotFound ¶
func NewV2CreateClusterManifestNotFound() *V2CreateClusterManifestNotFound
NewV2CreateClusterManifestNotFound creates a V2CreateClusterManifestNotFound with default headers values
func (*V2CreateClusterManifestNotFound) Error ¶
func (o *V2CreateClusterManifestNotFound) Error() string
func (*V2CreateClusterManifestNotFound) GetPayload ¶
func (o *V2CreateClusterManifestNotFound) GetPayload() *models.Error
func (*V2CreateClusterManifestNotFound) IsClientError ¶
func (o *V2CreateClusterManifestNotFound) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest not found response has a 4xx status code
func (*V2CreateClusterManifestNotFound) IsCode ¶
func (o *V2CreateClusterManifestNotFound) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest not found response a status code equal to that given
func (*V2CreateClusterManifestNotFound) IsRedirect ¶
func (o *V2CreateClusterManifestNotFound) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest not found response has a 3xx status code
func (*V2CreateClusterManifestNotFound) IsServerError ¶
func (o *V2CreateClusterManifestNotFound) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest not found response has a 5xx status code
func (*V2CreateClusterManifestNotFound) IsSuccess ¶
func (o *V2CreateClusterManifestNotFound) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest not found response has a 2xx status code
func (*V2CreateClusterManifestNotFound) String ¶
func (o *V2CreateClusterManifestNotFound) String() string
type V2CreateClusterManifestParams ¶
type V2CreateClusterManifestParams struct { /* CreateManifestParams. The new manifest to create. */ CreateManifestParams *models.CreateManifestParams /* ClusterID. The cluster for which a new manifest should be created. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2CreateClusterManifestParams contains all the parameters to send to the API endpoint
for the v2 create cluster manifest operation. Typically these are written to a http.Request.
func NewV2CreateClusterManifestParams ¶
func NewV2CreateClusterManifestParams() *V2CreateClusterManifestParams
NewV2CreateClusterManifestParams creates a new V2CreateClusterManifestParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewV2CreateClusterManifestParamsWithContext ¶
func NewV2CreateClusterManifestParamsWithContext(ctx context.Context) *V2CreateClusterManifestParams
NewV2CreateClusterManifestParamsWithContext creates a new V2CreateClusterManifestParams object with the ability to set a context for a request.
func NewV2CreateClusterManifestParamsWithHTTPClient ¶
func NewV2CreateClusterManifestParamsWithHTTPClient(client *http.Client) *V2CreateClusterManifestParams
NewV2CreateClusterManifestParamsWithHTTPClient creates a new V2CreateClusterManifestParams object with the ability to set a custom HTTPClient for a request.
func NewV2CreateClusterManifestParamsWithTimeout ¶
func NewV2CreateClusterManifestParamsWithTimeout(timeout time.Duration) *V2CreateClusterManifestParams
NewV2CreateClusterManifestParamsWithTimeout creates a new V2CreateClusterManifestParams object with the ability to set a timeout on a request.
func (*V2CreateClusterManifestParams) SetClusterID ¶
func (o *V2CreateClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) SetContext ¶
func (o *V2CreateClusterManifestParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) SetCreateManifestParams ¶
func (o *V2CreateClusterManifestParams) SetCreateManifestParams(createManifestParams *models.CreateManifestParams)
SetCreateManifestParams adds the createManifestParams to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) SetDefaults ¶
func (o *V2CreateClusterManifestParams) SetDefaults()
SetDefaults hydrates default values in the v2 create cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2CreateClusterManifestParams) SetHTTPClient ¶
func (o *V2CreateClusterManifestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) SetTimeout ¶
func (o *V2CreateClusterManifestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) WithClusterID ¶
func (o *V2CreateClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2CreateClusterManifestParams
WithClusterID adds the clusterID to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) WithContext ¶
func (o *V2CreateClusterManifestParams) WithContext(ctx context.Context) *V2CreateClusterManifestParams
WithContext adds the context to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) WithCreateManifestParams ¶
func (o *V2CreateClusterManifestParams) WithCreateManifestParams(createManifestParams *models.CreateManifestParams) *V2CreateClusterManifestParams
WithCreateManifestParams adds the createManifestParams to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) WithDefaults ¶
func (o *V2CreateClusterManifestParams) WithDefaults() *V2CreateClusterManifestParams
WithDefaults hydrates default values in the v2 create cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2CreateClusterManifestParams) WithHTTPClient ¶
func (o *V2CreateClusterManifestParams) WithHTTPClient(client *http.Client) *V2CreateClusterManifestParams
WithHTTPClient adds the HTTPClient to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) WithTimeout ¶
func (o *V2CreateClusterManifestParams) WithTimeout(timeout time.Duration) *V2CreateClusterManifestParams
WithTimeout adds the timeout to the v2 create cluster manifest params
func (*V2CreateClusterManifestParams) WriteToRequest ¶
func (o *V2CreateClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2CreateClusterManifestReader ¶
type V2CreateClusterManifestReader struct {
// contains filtered or unexported fields
}
V2CreateClusterManifestReader is a Reader for the V2CreateClusterManifest structure.
func (*V2CreateClusterManifestReader) ReadResponse ¶
func (o *V2CreateClusterManifestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2CreateClusterManifestUnauthorized ¶
type V2CreateClusterManifestUnauthorized struct {
}V2CreateClusterManifestUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2CreateClusterManifestUnauthorized ¶
func NewV2CreateClusterManifestUnauthorized() *V2CreateClusterManifestUnauthorized
NewV2CreateClusterManifestUnauthorized creates a V2CreateClusterManifestUnauthorized with default headers values
func (*V2CreateClusterManifestUnauthorized) Error ¶
func (o *V2CreateClusterManifestUnauthorized) Error() string
func (*V2CreateClusterManifestUnauthorized) GetPayload ¶
func (o *V2CreateClusterManifestUnauthorized) GetPayload() *models.InfraError
func (*V2CreateClusterManifestUnauthorized) IsClientError ¶
func (o *V2CreateClusterManifestUnauthorized) IsClientError() bool
IsClientError returns true when this v2 create cluster manifest unauthorized response has a 4xx status code
func (*V2CreateClusterManifestUnauthorized) IsCode ¶
func (o *V2CreateClusterManifestUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 create cluster manifest unauthorized response a status code equal to that given
func (*V2CreateClusterManifestUnauthorized) IsRedirect ¶
func (o *V2CreateClusterManifestUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 create cluster manifest unauthorized response has a 3xx status code
func (*V2CreateClusterManifestUnauthorized) IsServerError ¶
func (o *V2CreateClusterManifestUnauthorized) IsServerError() bool
IsServerError returns true when this v2 create cluster manifest unauthorized response has a 5xx status code
func (*V2CreateClusterManifestUnauthorized) IsSuccess ¶
func (o *V2CreateClusterManifestUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 create cluster manifest unauthorized response has a 2xx status code
func (*V2CreateClusterManifestUnauthorized) String ¶
func (o *V2CreateClusterManifestUnauthorized) String() string
type V2DeleteClusterManifestConflict ¶
V2DeleteClusterManifestConflict describes a response with status code 409, with default header values.
Error.
func NewV2DeleteClusterManifestConflict ¶
func NewV2DeleteClusterManifestConflict() *V2DeleteClusterManifestConflict
NewV2DeleteClusterManifestConflict creates a V2DeleteClusterManifestConflict with default headers values
func (*V2DeleteClusterManifestConflict) Error ¶
func (o *V2DeleteClusterManifestConflict) Error() string
func (*V2DeleteClusterManifestConflict) GetPayload ¶
func (o *V2DeleteClusterManifestConflict) GetPayload() *models.Error
func (*V2DeleteClusterManifestConflict) IsClientError ¶
func (o *V2DeleteClusterManifestConflict) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest conflict response has a 4xx status code
func (*V2DeleteClusterManifestConflict) IsCode ¶
func (o *V2DeleteClusterManifestConflict) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest conflict response a status code equal to that given
func (*V2DeleteClusterManifestConflict) IsRedirect ¶
func (o *V2DeleteClusterManifestConflict) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest conflict response has a 3xx status code
func (*V2DeleteClusterManifestConflict) IsServerError ¶
func (o *V2DeleteClusterManifestConflict) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest conflict response has a 5xx status code
func (*V2DeleteClusterManifestConflict) IsSuccess ¶
func (o *V2DeleteClusterManifestConflict) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest conflict response has a 2xx status code
func (*V2DeleteClusterManifestConflict) String ¶
func (o *V2DeleteClusterManifestConflict) String() string
type V2DeleteClusterManifestForbidden ¶
type V2DeleteClusterManifestForbidden struct {
Payload *models.InfraError
}
V2DeleteClusterManifestForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DeleteClusterManifestForbidden ¶
func NewV2DeleteClusterManifestForbidden() *V2DeleteClusterManifestForbidden
NewV2DeleteClusterManifestForbidden creates a V2DeleteClusterManifestForbidden with default headers values
func (*V2DeleteClusterManifestForbidden) Error ¶
func (o *V2DeleteClusterManifestForbidden) Error() string
func (*V2DeleteClusterManifestForbidden) GetPayload ¶
func (o *V2DeleteClusterManifestForbidden) GetPayload() *models.InfraError
func (*V2DeleteClusterManifestForbidden) IsClientError ¶
func (o *V2DeleteClusterManifestForbidden) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest forbidden response has a 4xx status code
func (*V2DeleteClusterManifestForbidden) IsCode ¶
func (o *V2DeleteClusterManifestForbidden) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest forbidden response a status code equal to that given
func (*V2DeleteClusterManifestForbidden) IsRedirect ¶
func (o *V2DeleteClusterManifestForbidden) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest forbidden response has a 3xx status code
func (*V2DeleteClusterManifestForbidden) IsServerError ¶
func (o *V2DeleteClusterManifestForbidden) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest forbidden response has a 5xx status code
func (*V2DeleteClusterManifestForbidden) IsSuccess ¶
func (o *V2DeleteClusterManifestForbidden) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest forbidden response has a 2xx status code
func (*V2DeleteClusterManifestForbidden) String ¶
func (o *V2DeleteClusterManifestForbidden) String() string
type V2DeleteClusterManifestInternalServerError ¶
V2DeleteClusterManifestInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DeleteClusterManifestInternalServerError ¶
func NewV2DeleteClusterManifestInternalServerError() *V2DeleteClusterManifestInternalServerError
NewV2DeleteClusterManifestInternalServerError creates a V2DeleteClusterManifestInternalServerError with default headers values
func (*V2DeleteClusterManifestInternalServerError) Error ¶
func (o *V2DeleteClusterManifestInternalServerError) Error() string
func (*V2DeleteClusterManifestInternalServerError) GetPayload ¶
func (o *V2DeleteClusterManifestInternalServerError) GetPayload() *models.Error
func (*V2DeleteClusterManifestInternalServerError) IsClientError ¶
func (o *V2DeleteClusterManifestInternalServerError) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest internal server error response has a 4xx status code
func (*V2DeleteClusterManifestInternalServerError) IsCode ¶
func (o *V2DeleteClusterManifestInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest internal server error response a status code equal to that given
func (*V2DeleteClusterManifestInternalServerError) IsRedirect ¶
func (o *V2DeleteClusterManifestInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest internal server error response has a 3xx status code
func (*V2DeleteClusterManifestInternalServerError) IsServerError ¶
func (o *V2DeleteClusterManifestInternalServerError) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest internal server error response has a 5xx status code
func (*V2DeleteClusterManifestInternalServerError) IsSuccess ¶
func (o *V2DeleteClusterManifestInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest internal server error response has a 2xx status code
func (*V2DeleteClusterManifestInternalServerError) String ¶
func (o *V2DeleteClusterManifestInternalServerError) String() string
type V2DeleteClusterManifestMethodNotAllowed ¶
V2DeleteClusterManifestMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DeleteClusterManifestMethodNotAllowed ¶
func NewV2DeleteClusterManifestMethodNotAllowed() *V2DeleteClusterManifestMethodNotAllowed
NewV2DeleteClusterManifestMethodNotAllowed creates a V2DeleteClusterManifestMethodNotAllowed with default headers values
func (*V2DeleteClusterManifestMethodNotAllowed) Error ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) Error() string
func (*V2DeleteClusterManifestMethodNotAllowed) GetPayload ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) GetPayload() *models.Error
func (*V2DeleteClusterManifestMethodNotAllowed) IsClientError ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest method not allowed response has a 4xx status code
func (*V2DeleteClusterManifestMethodNotAllowed) IsCode ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest method not allowed response a status code equal to that given
func (*V2DeleteClusterManifestMethodNotAllowed) IsRedirect ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest method not allowed response has a 3xx status code
func (*V2DeleteClusterManifestMethodNotAllowed) IsServerError ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest method not allowed response has a 5xx status code
func (*V2DeleteClusterManifestMethodNotAllowed) IsSuccess ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest method not allowed response has a 2xx status code
func (*V2DeleteClusterManifestMethodNotAllowed) String ¶
func (o *V2DeleteClusterManifestMethodNotAllowed) String() string
type V2DeleteClusterManifestNotFound ¶
V2DeleteClusterManifestNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DeleteClusterManifestNotFound ¶
func NewV2DeleteClusterManifestNotFound() *V2DeleteClusterManifestNotFound
NewV2DeleteClusterManifestNotFound creates a V2DeleteClusterManifestNotFound with default headers values
func (*V2DeleteClusterManifestNotFound) Error ¶
func (o *V2DeleteClusterManifestNotFound) Error() string
func (*V2DeleteClusterManifestNotFound) GetPayload ¶
func (o *V2DeleteClusterManifestNotFound) GetPayload() *models.Error
func (*V2DeleteClusterManifestNotFound) IsClientError ¶
func (o *V2DeleteClusterManifestNotFound) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest not found response has a 4xx status code
func (*V2DeleteClusterManifestNotFound) IsCode ¶
func (o *V2DeleteClusterManifestNotFound) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest not found response a status code equal to that given
func (*V2DeleteClusterManifestNotFound) IsRedirect ¶
func (o *V2DeleteClusterManifestNotFound) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest not found response has a 3xx status code
func (*V2DeleteClusterManifestNotFound) IsServerError ¶
func (o *V2DeleteClusterManifestNotFound) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest not found response has a 5xx status code
func (*V2DeleteClusterManifestNotFound) IsSuccess ¶
func (o *V2DeleteClusterManifestNotFound) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest not found response has a 2xx status code
func (*V2DeleteClusterManifestNotFound) String ¶
func (o *V2DeleteClusterManifestNotFound) String() string
type V2DeleteClusterManifestOK ¶
type V2DeleteClusterManifestOK struct { }
V2DeleteClusterManifestOK describes a response with status code 200, with default header values.
Success.
func NewV2DeleteClusterManifestOK ¶
func NewV2DeleteClusterManifestOK() *V2DeleteClusterManifestOK
NewV2DeleteClusterManifestOK creates a V2DeleteClusterManifestOK with default headers values
func (*V2DeleteClusterManifestOK) Error ¶
func (o *V2DeleteClusterManifestOK) Error() string
func (*V2DeleteClusterManifestOK) IsClientError ¶
func (o *V2DeleteClusterManifestOK) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest o k response has a 4xx status code
func (*V2DeleteClusterManifestOK) IsCode ¶
func (o *V2DeleteClusterManifestOK) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest o k response a status code equal to that given
func (*V2DeleteClusterManifestOK) IsRedirect ¶
func (o *V2DeleteClusterManifestOK) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest o k response has a 3xx status code
func (*V2DeleteClusterManifestOK) IsServerError ¶
func (o *V2DeleteClusterManifestOK) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest o k response has a 5xx status code
func (*V2DeleteClusterManifestOK) IsSuccess ¶
func (o *V2DeleteClusterManifestOK) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest o k response has a 2xx status code
func (*V2DeleteClusterManifestOK) String ¶
func (o *V2DeleteClusterManifestOK) String() string
type V2DeleteClusterManifestParams ¶
type V2DeleteClusterManifestParams struct { /* ClusterID. The cluster whose manifest should be deleted. Format: uuid */ ClusterID strfmt.UUID /* FileName. The manifest file name to delete from the cluster. */ FileName string /* Folder. The folder that contains the files. Manifests can be placed in 'manifests' or 'openshift' directories. Default: "manifests" */ Folder *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DeleteClusterManifestParams contains all the parameters to send to the API endpoint
for the v2 delete cluster manifest operation. Typically these are written to a http.Request.
func NewV2DeleteClusterManifestParams ¶
func NewV2DeleteClusterManifestParams() *V2DeleteClusterManifestParams
NewV2DeleteClusterManifestParams creates a new V2DeleteClusterManifestParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewV2DeleteClusterManifestParamsWithContext ¶
func NewV2DeleteClusterManifestParamsWithContext(ctx context.Context) *V2DeleteClusterManifestParams
NewV2DeleteClusterManifestParamsWithContext creates a new V2DeleteClusterManifestParams object with the ability to set a context for a request.
func NewV2DeleteClusterManifestParamsWithHTTPClient ¶
func NewV2DeleteClusterManifestParamsWithHTTPClient(client *http.Client) *V2DeleteClusterManifestParams
NewV2DeleteClusterManifestParamsWithHTTPClient creates a new V2DeleteClusterManifestParams object with the ability to set a custom HTTPClient for a request.
func NewV2DeleteClusterManifestParamsWithTimeout ¶
func NewV2DeleteClusterManifestParamsWithTimeout(timeout time.Duration) *V2DeleteClusterManifestParams
NewV2DeleteClusterManifestParamsWithTimeout creates a new V2DeleteClusterManifestParams object with the ability to set a timeout on a request.
func (*V2DeleteClusterManifestParams) SetClusterID ¶
func (o *V2DeleteClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) SetContext ¶
func (o *V2DeleteClusterManifestParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) SetDefaults ¶
func (o *V2DeleteClusterManifestParams) SetDefaults()
SetDefaults hydrates default values in the v2 delete cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2DeleteClusterManifestParams) SetFileName ¶
func (o *V2DeleteClusterManifestParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) SetFolder ¶
func (o *V2DeleteClusterManifestParams) SetFolder(folder *string)
SetFolder adds the folder to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) SetHTTPClient ¶
func (o *V2DeleteClusterManifestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) SetTimeout ¶
func (o *V2DeleteClusterManifestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WithClusterID ¶
func (o *V2DeleteClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2DeleteClusterManifestParams
WithClusterID adds the clusterID to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WithContext ¶
func (o *V2DeleteClusterManifestParams) WithContext(ctx context.Context) *V2DeleteClusterManifestParams
WithContext adds the context to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WithDefaults ¶
func (o *V2DeleteClusterManifestParams) WithDefaults() *V2DeleteClusterManifestParams
WithDefaults hydrates default values in the v2 delete cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2DeleteClusterManifestParams) WithFileName ¶
func (o *V2DeleteClusterManifestParams) WithFileName(fileName string) *V2DeleteClusterManifestParams
WithFileName adds the fileName to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WithFolder ¶
func (o *V2DeleteClusterManifestParams) WithFolder(folder *string) *V2DeleteClusterManifestParams
WithFolder adds the folder to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WithHTTPClient ¶
func (o *V2DeleteClusterManifestParams) WithHTTPClient(client *http.Client) *V2DeleteClusterManifestParams
WithHTTPClient adds the HTTPClient to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WithTimeout ¶
func (o *V2DeleteClusterManifestParams) WithTimeout(timeout time.Duration) *V2DeleteClusterManifestParams
WithTimeout adds the timeout to the v2 delete cluster manifest params
func (*V2DeleteClusterManifestParams) WriteToRequest ¶
func (o *V2DeleteClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DeleteClusterManifestReader ¶
type V2DeleteClusterManifestReader struct {
// contains filtered or unexported fields
}
V2DeleteClusterManifestReader is a Reader for the V2DeleteClusterManifest structure.
func (*V2DeleteClusterManifestReader) ReadResponse ¶
func (o *V2DeleteClusterManifestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DeleteClusterManifestUnauthorized ¶
type V2DeleteClusterManifestUnauthorized struct {
}V2DeleteClusterManifestUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DeleteClusterManifestUnauthorized ¶
func NewV2DeleteClusterManifestUnauthorized() *V2DeleteClusterManifestUnauthorized
NewV2DeleteClusterManifestUnauthorized creates a V2DeleteClusterManifestUnauthorized with default headers values
func (*V2DeleteClusterManifestUnauthorized) Error ¶
func (o *V2DeleteClusterManifestUnauthorized) Error() string
func (*V2DeleteClusterManifestUnauthorized) GetPayload ¶
func (o *V2DeleteClusterManifestUnauthorized) GetPayload() *models.InfraError
func (*V2DeleteClusterManifestUnauthorized) IsClientError ¶
func (o *V2DeleteClusterManifestUnauthorized) IsClientError() bool
IsClientError returns true when this v2 delete cluster manifest unauthorized response has a 4xx status code
func (*V2DeleteClusterManifestUnauthorized) IsCode ¶
func (o *V2DeleteClusterManifestUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 delete cluster manifest unauthorized response a status code equal to that given
func (*V2DeleteClusterManifestUnauthorized) IsRedirect ¶
func (o *V2DeleteClusterManifestUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 delete cluster manifest unauthorized response has a 3xx status code
func (*V2DeleteClusterManifestUnauthorized) IsServerError ¶
func (o *V2DeleteClusterManifestUnauthorized) IsServerError() bool
IsServerError returns true when this v2 delete cluster manifest unauthorized response has a 5xx status code
func (*V2DeleteClusterManifestUnauthorized) IsSuccess ¶
func (o *V2DeleteClusterManifestUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 delete cluster manifest unauthorized response has a 2xx status code
func (*V2DeleteClusterManifestUnauthorized) String ¶
func (o *V2DeleteClusterManifestUnauthorized) String() string
type V2DownloadClusterManifestConflict ¶
V2DownloadClusterManifestConflict describes a response with status code 409, with default header values.
Error.
func NewV2DownloadClusterManifestConflict ¶
func NewV2DownloadClusterManifestConflict() *V2DownloadClusterManifestConflict
NewV2DownloadClusterManifestConflict creates a V2DownloadClusterManifestConflict with default headers values
func (*V2DownloadClusterManifestConflict) Error ¶
func (o *V2DownloadClusterManifestConflict) Error() string
func (*V2DownloadClusterManifestConflict) GetPayload ¶
func (o *V2DownloadClusterManifestConflict) GetPayload() *models.Error
func (*V2DownloadClusterManifestConflict) IsClientError ¶
func (o *V2DownloadClusterManifestConflict) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest conflict response has a 4xx status code
func (*V2DownloadClusterManifestConflict) IsCode ¶
func (o *V2DownloadClusterManifestConflict) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest conflict response a status code equal to that given
func (*V2DownloadClusterManifestConflict) IsRedirect ¶
func (o *V2DownloadClusterManifestConflict) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest conflict response has a 3xx status code
func (*V2DownloadClusterManifestConflict) IsServerError ¶
func (o *V2DownloadClusterManifestConflict) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest conflict response has a 5xx status code
func (*V2DownloadClusterManifestConflict) IsSuccess ¶
func (o *V2DownloadClusterManifestConflict) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest conflict response has a 2xx status code
func (*V2DownloadClusterManifestConflict) String ¶
func (o *V2DownloadClusterManifestConflict) String() string
type V2DownloadClusterManifestForbidden ¶
type V2DownloadClusterManifestForbidden struct {
Payload *models.InfraError
}
V2DownloadClusterManifestForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DownloadClusterManifestForbidden ¶
func NewV2DownloadClusterManifestForbidden() *V2DownloadClusterManifestForbidden
NewV2DownloadClusterManifestForbidden creates a V2DownloadClusterManifestForbidden with default headers values
func (*V2DownloadClusterManifestForbidden) Error ¶
func (o *V2DownloadClusterManifestForbidden) Error() string
func (*V2DownloadClusterManifestForbidden) GetPayload ¶
func (o *V2DownloadClusterManifestForbidden) GetPayload() *models.InfraError
func (*V2DownloadClusterManifestForbidden) IsClientError ¶
func (o *V2DownloadClusterManifestForbidden) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest forbidden response has a 4xx status code
func (*V2DownloadClusterManifestForbidden) IsCode ¶
func (o *V2DownloadClusterManifestForbidden) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest forbidden response a status code equal to that given
func (*V2DownloadClusterManifestForbidden) IsRedirect ¶
func (o *V2DownloadClusterManifestForbidden) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest forbidden response has a 3xx status code
func (*V2DownloadClusterManifestForbidden) IsServerError ¶
func (o *V2DownloadClusterManifestForbidden) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest forbidden response has a 5xx status code
func (*V2DownloadClusterManifestForbidden) IsSuccess ¶
func (o *V2DownloadClusterManifestForbidden) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest forbidden response has a 2xx status code
func (*V2DownloadClusterManifestForbidden) String ¶
func (o *V2DownloadClusterManifestForbidden) String() string
type V2DownloadClusterManifestInternalServerError ¶
V2DownloadClusterManifestInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DownloadClusterManifestInternalServerError ¶
func NewV2DownloadClusterManifestInternalServerError() *V2DownloadClusterManifestInternalServerError
NewV2DownloadClusterManifestInternalServerError creates a V2DownloadClusterManifestInternalServerError with default headers values
func (*V2DownloadClusterManifestInternalServerError) Error ¶
func (o *V2DownloadClusterManifestInternalServerError) Error() string
func (*V2DownloadClusterManifestInternalServerError) GetPayload ¶
func (o *V2DownloadClusterManifestInternalServerError) GetPayload() *models.Error
func (*V2DownloadClusterManifestInternalServerError) IsClientError ¶
func (o *V2DownloadClusterManifestInternalServerError) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest internal server error response has a 4xx status code
func (*V2DownloadClusterManifestInternalServerError) IsCode ¶
func (o *V2DownloadClusterManifestInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest internal server error response a status code equal to that given
func (*V2DownloadClusterManifestInternalServerError) IsRedirect ¶
func (o *V2DownloadClusterManifestInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest internal server error response has a 3xx status code
func (*V2DownloadClusterManifestInternalServerError) IsServerError ¶
func (o *V2DownloadClusterManifestInternalServerError) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest internal server error response has a 5xx status code
func (*V2DownloadClusterManifestInternalServerError) IsSuccess ¶
func (o *V2DownloadClusterManifestInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest internal server error response has a 2xx status code
func (*V2DownloadClusterManifestInternalServerError) String ¶
func (o *V2DownloadClusterManifestInternalServerError) String() string
type V2DownloadClusterManifestMethodNotAllowed ¶
V2DownloadClusterManifestMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DownloadClusterManifestMethodNotAllowed ¶
func NewV2DownloadClusterManifestMethodNotAllowed() *V2DownloadClusterManifestMethodNotAllowed
NewV2DownloadClusterManifestMethodNotAllowed creates a V2DownloadClusterManifestMethodNotAllowed with default headers values
func (*V2DownloadClusterManifestMethodNotAllowed) Error ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) Error() string
func (*V2DownloadClusterManifestMethodNotAllowed) GetPayload ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) GetPayload() *models.Error
func (*V2DownloadClusterManifestMethodNotAllowed) IsClientError ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest method not allowed response has a 4xx status code
func (*V2DownloadClusterManifestMethodNotAllowed) IsCode ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest method not allowed response a status code equal to that given
func (*V2DownloadClusterManifestMethodNotAllowed) IsRedirect ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest method not allowed response has a 3xx status code
func (*V2DownloadClusterManifestMethodNotAllowed) IsServerError ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest method not allowed response has a 5xx status code
func (*V2DownloadClusterManifestMethodNotAllowed) IsSuccess ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest method not allowed response has a 2xx status code
func (*V2DownloadClusterManifestMethodNotAllowed) String ¶
func (o *V2DownloadClusterManifestMethodNotAllowed) String() string
type V2DownloadClusterManifestNotFound ¶
V2DownloadClusterManifestNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DownloadClusterManifestNotFound ¶
func NewV2DownloadClusterManifestNotFound() *V2DownloadClusterManifestNotFound
NewV2DownloadClusterManifestNotFound creates a V2DownloadClusterManifestNotFound with default headers values
func (*V2DownloadClusterManifestNotFound) Error ¶
func (o *V2DownloadClusterManifestNotFound) Error() string
func (*V2DownloadClusterManifestNotFound) GetPayload ¶
func (o *V2DownloadClusterManifestNotFound) GetPayload() *models.Error
func (*V2DownloadClusterManifestNotFound) IsClientError ¶
func (o *V2DownloadClusterManifestNotFound) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest not found response has a 4xx status code
func (*V2DownloadClusterManifestNotFound) IsCode ¶
func (o *V2DownloadClusterManifestNotFound) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest not found response a status code equal to that given
func (*V2DownloadClusterManifestNotFound) IsRedirect ¶
func (o *V2DownloadClusterManifestNotFound) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest not found response has a 3xx status code
func (*V2DownloadClusterManifestNotFound) IsServerError ¶
func (o *V2DownloadClusterManifestNotFound) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest not found response has a 5xx status code
func (*V2DownloadClusterManifestNotFound) IsSuccess ¶
func (o *V2DownloadClusterManifestNotFound) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest not found response has a 2xx status code
func (*V2DownloadClusterManifestNotFound) String ¶
func (o *V2DownloadClusterManifestNotFound) String() string
type V2DownloadClusterManifestOK ¶
V2DownloadClusterManifestOK describes a response with status code 200, with default header values.
Success.
func NewV2DownloadClusterManifestOK ¶
func NewV2DownloadClusterManifestOK(writer io.Writer) *V2DownloadClusterManifestOK
NewV2DownloadClusterManifestOK creates a V2DownloadClusterManifestOK with default headers values
func (*V2DownloadClusterManifestOK) Error ¶
func (o *V2DownloadClusterManifestOK) Error() string
func (*V2DownloadClusterManifestOK) GetPayload ¶
func (o *V2DownloadClusterManifestOK) GetPayload() io.Writer
func (*V2DownloadClusterManifestOK) IsClientError ¶
func (o *V2DownloadClusterManifestOK) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest o k response has a 4xx status code
func (*V2DownloadClusterManifestOK) IsCode ¶
func (o *V2DownloadClusterManifestOK) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest o k response a status code equal to that given
func (*V2DownloadClusterManifestOK) IsRedirect ¶
func (o *V2DownloadClusterManifestOK) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest o k response has a 3xx status code
func (*V2DownloadClusterManifestOK) IsServerError ¶
func (o *V2DownloadClusterManifestOK) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest o k response has a 5xx status code
func (*V2DownloadClusterManifestOK) IsSuccess ¶
func (o *V2DownloadClusterManifestOK) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest o k response has a 2xx status code
func (*V2DownloadClusterManifestOK) String ¶
func (o *V2DownloadClusterManifestOK) String() string
type V2DownloadClusterManifestParams ¶
type V2DownloadClusterManifestParams struct { /* ClusterID. The cluster whose manifest should be downloaded. Format: uuid */ ClusterID strfmt.UUID /* FileName. The manifest file name to download. */ FileName string /* Folder. The folder that contains the files. Manifests can be placed in 'manifests' or 'openshift' directories. Default: "manifests" */ Folder *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DownloadClusterManifestParams contains all the parameters to send to the API endpoint
for the v2 download cluster manifest operation. Typically these are written to a http.Request.
func NewV2DownloadClusterManifestParams ¶
func NewV2DownloadClusterManifestParams() *V2DownloadClusterManifestParams
NewV2DownloadClusterManifestParams creates a new V2DownloadClusterManifestParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewV2DownloadClusterManifestParamsWithContext ¶
func NewV2DownloadClusterManifestParamsWithContext(ctx context.Context) *V2DownloadClusterManifestParams
NewV2DownloadClusterManifestParamsWithContext creates a new V2DownloadClusterManifestParams object with the ability to set a context for a request.
func NewV2DownloadClusterManifestParamsWithHTTPClient ¶
func NewV2DownloadClusterManifestParamsWithHTTPClient(client *http.Client) *V2DownloadClusterManifestParams
NewV2DownloadClusterManifestParamsWithHTTPClient creates a new V2DownloadClusterManifestParams object with the ability to set a custom HTTPClient for a request.
func NewV2DownloadClusterManifestParamsWithTimeout ¶
func NewV2DownloadClusterManifestParamsWithTimeout(timeout time.Duration) *V2DownloadClusterManifestParams
NewV2DownloadClusterManifestParamsWithTimeout creates a new V2DownloadClusterManifestParams object with the ability to set a timeout on a request.
func (*V2DownloadClusterManifestParams) SetClusterID ¶
func (o *V2DownloadClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) SetContext ¶
func (o *V2DownloadClusterManifestParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) SetDefaults ¶
func (o *V2DownloadClusterManifestParams) SetDefaults()
SetDefaults hydrates default values in the v2 download cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterManifestParams) SetFileName ¶
func (o *V2DownloadClusterManifestParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) SetFolder ¶
func (o *V2DownloadClusterManifestParams) SetFolder(folder *string)
SetFolder adds the folder to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) SetHTTPClient ¶
func (o *V2DownloadClusterManifestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) SetTimeout ¶
func (o *V2DownloadClusterManifestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WithClusterID ¶
func (o *V2DownloadClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterManifestParams
WithClusterID adds the clusterID to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WithContext ¶
func (o *V2DownloadClusterManifestParams) WithContext(ctx context.Context) *V2DownloadClusterManifestParams
WithContext adds the context to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WithDefaults ¶
func (o *V2DownloadClusterManifestParams) WithDefaults() *V2DownloadClusterManifestParams
WithDefaults hydrates default values in the v2 download cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterManifestParams) WithFileName ¶
func (o *V2DownloadClusterManifestParams) WithFileName(fileName string) *V2DownloadClusterManifestParams
WithFileName adds the fileName to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WithFolder ¶
func (o *V2DownloadClusterManifestParams) WithFolder(folder *string) *V2DownloadClusterManifestParams
WithFolder adds the folder to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WithHTTPClient ¶
func (o *V2DownloadClusterManifestParams) WithHTTPClient(client *http.Client) *V2DownloadClusterManifestParams
WithHTTPClient adds the HTTPClient to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WithTimeout ¶
func (o *V2DownloadClusterManifestParams) WithTimeout(timeout time.Duration) *V2DownloadClusterManifestParams
WithTimeout adds the timeout to the v2 download cluster manifest params
func (*V2DownloadClusterManifestParams) WriteToRequest ¶
func (o *V2DownloadClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DownloadClusterManifestReader ¶
type V2DownloadClusterManifestReader struct {
// contains filtered or unexported fields
}
V2DownloadClusterManifestReader is a Reader for the V2DownloadClusterManifest structure.
func (*V2DownloadClusterManifestReader) ReadResponse ¶
func (o *V2DownloadClusterManifestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DownloadClusterManifestUnauthorized ¶
type V2DownloadClusterManifestUnauthorized struct {
}V2DownloadClusterManifestUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DownloadClusterManifestUnauthorized ¶
func NewV2DownloadClusterManifestUnauthorized() *V2DownloadClusterManifestUnauthorized
NewV2DownloadClusterManifestUnauthorized creates a V2DownloadClusterManifestUnauthorized with default headers values
func (*V2DownloadClusterManifestUnauthorized) Error ¶
func (o *V2DownloadClusterManifestUnauthorized) Error() string
func (*V2DownloadClusterManifestUnauthorized) GetPayload ¶
func (o *V2DownloadClusterManifestUnauthorized) GetPayload() *models.InfraError
func (*V2DownloadClusterManifestUnauthorized) IsClientError ¶
func (o *V2DownloadClusterManifestUnauthorized) IsClientError() bool
IsClientError returns true when this v2 download cluster manifest unauthorized response has a 4xx status code
func (*V2DownloadClusterManifestUnauthorized) IsCode ¶
func (o *V2DownloadClusterManifestUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 download cluster manifest unauthorized response a status code equal to that given
func (*V2DownloadClusterManifestUnauthorized) IsRedirect ¶
func (o *V2DownloadClusterManifestUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 download cluster manifest unauthorized response has a 3xx status code
func (*V2DownloadClusterManifestUnauthorized) IsServerError ¶
func (o *V2DownloadClusterManifestUnauthorized) IsServerError() bool
IsServerError returns true when this v2 download cluster manifest unauthorized response has a 5xx status code
func (*V2DownloadClusterManifestUnauthorized) IsSuccess ¶
func (o *V2DownloadClusterManifestUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 download cluster manifest unauthorized response has a 2xx status code
func (*V2DownloadClusterManifestUnauthorized) String ¶
func (o *V2DownloadClusterManifestUnauthorized) String() string
type V2ListClusterManifestsConflict ¶
V2ListClusterManifestsConflict describes a response with status code 409, with default header values.
Error.
func NewV2ListClusterManifestsConflict ¶
func NewV2ListClusterManifestsConflict() *V2ListClusterManifestsConflict
NewV2ListClusterManifestsConflict creates a V2ListClusterManifestsConflict with default headers values
func (*V2ListClusterManifestsConflict) Error ¶
func (o *V2ListClusterManifestsConflict) Error() string
func (*V2ListClusterManifestsConflict) GetPayload ¶
func (o *V2ListClusterManifestsConflict) GetPayload() *models.Error
func (*V2ListClusterManifestsConflict) IsClientError ¶
func (o *V2ListClusterManifestsConflict) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests conflict response has a 4xx status code
func (*V2ListClusterManifestsConflict) IsCode ¶
func (o *V2ListClusterManifestsConflict) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests conflict response a status code equal to that given
func (*V2ListClusterManifestsConflict) IsRedirect ¶
func (o *V2ListClusterManifestsConflict) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests conflict response has a 3xx status code
func (*V2ListClusterManifestsConflict) IsServerError ¶
func (o *V2ListClusterManifestsConflict) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests conflict response has a 5xx status code
func (*V2ListClusterManifestsConflict) IsSuccess ¶
func (o *V2ListClusterManifestsConflict) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests conflict response has a 2xx status code
func (*V2ListClusterManifestsConflict) String ¶
func (o *V2ListClusterManifestsConflict) String() string
type V2ListClusterManifestsForbidden ¶
type V2ListClusterManifestsForbidden struct {
Payload *models.InfraError
}
V2ListClusterManifestsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ListClusterManifestsForbidden ¶
func NewV2ListClusterManifestsForbidden() *V2ListClusterManifestsForbidden
NewV2ListClusterManifestsForbidden creates a V2ListClusterManifestsForbidden with default headers values
func (*V2ListClusterManifestsForbidden) Error ¶
func (o *V2ListClusterManifestsForbidden) Error() string
func (*V2ListClusterManifestsForbidden) GetPayload ¶
func (o *V2ListClusterManifestsForbidden) GetPayload() *models.InfraError
func (*V2ListClusterManifestsForbidden) IsClientError ¶
func (o *V2ListClusterManifestsForbidden) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests forbidden response has a 4xx status code
func (*V2ListClusterManifestsForbidden) IsCode ¶
func (o *V2ListClusterManifestsForbidden) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests forbidden response a status code equal to that given
func (*V2ListClusterManifestsForbidden) IsRedirect ¶
func (o *V2ListClusterManifestsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests forbidden response has a 3xx status code
func (*V2ListClusterManifestsForbidden) IsServerError ¶
func (o *V2ListClusterManifestsForbidden) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests forbidden response has a 5xx status code
func (*V2ListClusterManifestsForbidden) IsSuccess ¶
func (o *V2ListClusterManifestsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests forbidden response has a 2xx status code
func (*V2ListClusterManifestsForbidden) String ¶
func (o *V2ListClusterManifestsForbidden) String() string
type V2ListClusterManifestsInternalServerError ¶
V2ListClusterManifestsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ListClusterManifestsInternalServerError ¶
func NewV2ListClusterManifestsInternalServerError() *V2ListClusterManifestsInternalServerError
NewV2ListClusterManifestsInternalServerError creates a V2ListClusterManifestsInternalServerError with default headers values
func (*V2ListClusterManifestsInternalServerError) Error ¶
func (o *V2ListClusterManifestsInternalServerError) Error() string
func (*V2ListClusterManifestsInternalServerError) GetPayload ¶
func (o *V2ListClusterManifestsInternalServerError) GetPayload() *models.Error
func (*V2ListClusterManifestsInternalServerError) IsClientError ¶
func (o *V2ListClusterManifestsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests internal server error response has a 4xx status code
func (*V2ListClusterManifestsInternalServerError) IsCode ¶
func (o *V2ListClusterManifestsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests internal server error response a status code equal to that given
func (*V2ListClusterManifestsInternalServerError) IsRedirect ¶
func (o *V2ListClusterManifestsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests internal server error response has a 3xx status code
func (*V2ListClusterManifestsInternalServerError) IsServerError ¶
func (o *V2ListClusterManifestsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests internal server error response has a 5xx status code
func (*V2ListClusterManifestsInternalServerError) IsSuccess ¶
func (o *V2ListClusterManifestsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests internal server error response has a 2xx status code
func (*V2ListClusterManifestsInternalServerError) String ¶
func (o *V2ListClusterManifestsInternalServerError) String() string
type V2ListClusterManifestsMethodNotAllowed ¶
V2ListClusterManifestsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2ListClusterManifestsMethodNotAllowed ¶
func NewV2ListClusterManifestsMethodNotAllowed() *V2ListClusterManifestsMethodNotAllowed
NewV2ListClusterManifestsMethodNotAllowed creates a V2ListClusterManifestsMethodNotAllowed with default headers values
func (*V2ListClusterManifestsMethodNotAllowed) Error ¶
func (o *V2ListClusterManifestsMethodNotAllowed) Error() string
func (*V2ListClusterManifestsMethodNotAllowed) GetPayload ¶
func (o *V2ListClusterManifestsMethodNotAllowed) GetPayload() *models.Error
func (*V2ListClusterManifestsMethodNotAllowed) IsClientError ¶
func (o *V2ListClusterManifestsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests method not allowed response has a 4xx status code
func (*V2ListClusterManifestsMethodNotAllowed) IsCode ¶
func (o *V2ListClusterManifestsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests method not allowed response a status code equal to that given
func (*V2ListClusterManifestsMethodNotAllowed) IsRedirect ¶
func (o *V2ListClusterManifestsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests method not allowed response has a 3xx status code
func (*V2ListClusterManifestsMethodNotAllowed) IsServerError ¶
func (o *V2ListClusterManifestsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests method not allowed response has a 5xx status code
func (*V2ListClusterManifestsMethodNotAllowed) IsSuccess ¶
func (o *V2ListClusterManifestsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests method not allowed response has a 2xx status code
func (*V2ListClusterManifestsMethodNotAllowed) String ¶
func (o *V2ListClusterManifestsMethodNotAllowed) String() string
type V2ListClusterManifestsNotFound ¶
V2ListClusterManifestsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2ListClusterManifestsNotFound ¶
func NewV2ListClusterManifestsNotFound() *V2ListClusterManifestsNotFound
NewV2ListClusterManifestsNotFound creates a V2ListClusterManifestsNotFound with default headers values
func (*V2ListClusterManifestsNotFound) Error ¶
func (o *V2ListClusterManifestsNotFound) Error() string
func (*V2ListClusterManifestsNotFound) GetPayload ¶
func (o *V2ListClusterManifestsNotFound) GetPayload() *models.Error
func (*V2ListClusterManifestsNotFound) IsClientError ¶
func (o *V2ListClusterManifestsNotFound) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests not found response has a 4xx status code
func (*V2ListClusterManifestsNotFound) IsCode ¶
func (o *V2ListClusterManifestsNotFound) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests not found response a status code equal to that given
func (*V2ListClusterManifestsNotFound) IsRedirect ¶
func (o *V2ListClusterManifestsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests not found response has a 3xx status code
func (*V2ListClusterManifestsNotFound) IsServerError ¶
func (o *V2ListClusterManifestsNotFound) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests not found response has a 5xx status code
func (*V2ListClusterManifestsNotFound) IsSuccess ¶
func (o *V2ListClusterManifestsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests not found response has a 2xx status code
func (*V2ListClusterManifestsNotFound) String ¶
func (o *V2ListClusterManifestsNotFound) String() string
type V2ListClusterManifestsOK ¶
type V2ListClusterManifestsOK struct {
Payload models.ListManifests
}
V2ListClusterManifestsOK describes a response with status code 200, with default header values.
Success.
func NewV2ListClusterManifestsOK ¶
func NewV2ListClusterManifestsOK() *V2ListClusterManifestsOK
NewV2ListClusterManifestsOK creates a V2ListClusterManifestsOK with default headers values
func (*V2ListClusterManifestsOK) Error ¶
func (o *V2ListClusterManifestsOK) Error() string
func (*V2ListClusterManifestsOK) GetPayload ¶
func (o *V2ListClusterManifestsOK) GetPayload() models.ListManifests
func (*V2ListClusterManifestsOK) IsClientError ¶
func (o *V2ListClusterManifestsOK) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests o k response has a 4xx status code
func (*V2ListClusterManifestsOK) IsCode ¶
func (o *V2ListClusterManifestsOK) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests o k response a status code equal to that given
func (*V2ListClusterManifestsOK) IsRedirect ¶
func (o *V2ListClusterManifestsOK) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests o k response has a 3xx status code
func (*V2ListClusterManifestsOK) IsServerError ¶
func (o *V2ListClusterManifestsOK) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests o k response has a 5xx status code
func (*V2ListClusterManifestsOK) IsSuccess ¶
func (o *V2ListClusterManifestsOK) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests o k response has a 2xx status code
func (*V2ListClusterManifestsOK) String ¶
func (o *V2ListClusterManifestsOK) String() string
type V2ListClusterManifestsParams ¶
type V2ListClusterManifestsParams struct { /* ClusterID. The cluster for which the manifests should be listed. Format: uuid */ ClusterID strfmt.UUID /* IncludeSystemGenerated. Include system generated manifests in results? Default is false. */ IncludeSystemGenerated *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ListClusterManifestsParams contains all the parameters to send to the API endpoint
for the v2 list cluster manifests operation. Typically these are written to a http.Request.
func NewV2ListClusterManifestsParams ¶
func NewV2ListClusterManifestsParams() *V2ListClusterManifestsParams
NewV2ListClusterManifestsParams creates a new V2ListClusterManifestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewV2ListClusterManifestsParamsWithContext ¶
func NewV2ListClusterManifestsParamsWithContext(ctx context.Context) *V2ListClusterManifestsParams
NewV2ListClusterManifestsParamsWithContext creates a new V2ListClusterManifestsParams object with the ability to set a context for a request.
func NewV2ListClusterManifestsParamsWithHTTPClient ¶
func NewV2ListClusterManifestsParamsWithHTTPClient(client *http.Client) *V2ListClusterManifestsParams
NewV2ListClusterManifestsParamsWithHTTPClient creates a new V2ListClusterManifestsParams object with the ability to set a custom HTTPClient for a request.
func NewV2ListClusterManifestsParamsWithTimeout ¶
func NewV2ListClusterManifestsParamsWithTimeout(timeout time.Duration) *V2ListClusterManifestsParams
NewV2ListClusterManifestsParamsWithTimeout creates a new V2ListClusterManifestsParams object with the ability to set a timeout on a request.
func (*V2ListClusterManifestsParams) SetClusterID ¶
func (o *V2ListClusterManifestsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) SetContext ¶
func (o *V2ListClusterManifestsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) SetDefaults ¶
func (o *V2ListClusterManifestsParams) SetDefaults()
SetDefaults hydrates default values in the v2 list cluster manifests params (not the query body).
All values with no default are reset to their zero value.
func (*V2ListClusterManifestsParams) SetHTTPClient ¶
func (o *V2ListClusterManifestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) SetIncludeSystemGenerated ¶
func (o *V2ListClusterManifestsParams) SetIncludeSystemGenerated(includeSystemGenerated *bool)
SetIncludeSystemGenerated adds the includeSystemGenerated to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) SetTimeout ¶
func (o *V2ListClusterManifestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) WithClusterID ¶
func (o *V2ListClusterManifestsParams) WithClusterID(clusterID strfmt.UUID) *V2ListClusterManifestsParams
WithClusterID adds the clusterID to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) WithContext ¶
func (o *V2ListClusterManifestsParams) WithContext(ctx context.Context) *V2ListClusterManifestsParams
WithContext adds the context to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) WithDefaults ¶
func (o *V2ListClusterManifestsParams) WithDefaults() *V2ListClusterManifestsParams
WithDefaults hydrates default values in the v2 list cluster manifests params (not the query body).
All values with no default are reset to their zero value.
func (*V2ListClusterManifestsParams) WithHTTPClient ¶
func (o *V2ListClusterManifestsParams) WithHTTPClient(client *http.Client) *V2ListClusterManifestsParams
WithHTTPClient adds the HTTPClient to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) WithIncludeSystemGenerated ¶
func (o *V2ListClusterManifestsParams) WithIncludeSystemGenerated(includeSystemGenerated *bool) *V2ListClusterManifestsParams
WithIncludeSystemGenerated adds the includeSystemGenerated to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) WithTimeout ¶
func (o *V2ListClusterManifestsParams) WithTimeout(timeout time.Duration) *V2ListClusterManifestsParams
WithTimeout adds the timeout to the v2 list cluster manifests params
func (*V2ListClusterManifestsParams) WriteToRequest ¶
func (o *V2ListClusterManifestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ListClusterManifestsReader ¶
type V2ListClusterManifestsReader struct {
// contains filtered or unexported fields
}
V2ListClusterManifestsReader is a Reader for the V2ListClusterManifests structure.
func (*V2ListClusterManifestsReader) ReadResponse ¶
func (o *V2ListClusterManifestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ListClusterManifestsUnauthorized ¶
type V2ListClusterManifestsUnauthorized struct {
}V2ListClusterManifestsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ListClusterManifestsUnauthorized ¶
func NewV2ListClusterManifestsUnauthorized() *V2ListClusterManifestsUnauthorized
NewV2ListClusterManifestsUnauthorized creates a V2ListClusterManifestsUnauthorized with default headers values
func (*V2ListClusterManifestsUnauthorized) Error ¶
func (o *V2ListClusterManifestsUnauthorized) Error() string
func (*V2ListClusterManifestsUnauthorized) GetPayload ¶
func (o *V2ListClusterManifestsUnauthorized) GetPayload() *models.InfraError
func (*V2ListClusterManifestsUnauthorized) IsClientError ¶
func (o *V2ListClusterManifestsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 list cluster manifests unauthorized response has a 4xx status code
func (*V2ListClusterManifestsUnauthorized) IsCode ¶
func (o *V2ListClusterManifestsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 list cluster manifests unauthorized response a status code equal to that given
func (*V2ListClusterManifestsUnauthorized) IsRedirect ¶
func (o *V2ListClusterManifestsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 list cluster manifests unauthorized response has a 3xx status code
func (*V2ListClusterManifestsUnauthorized) IsServerError ¶
func (o *V2ListClusterManifestsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 list cluster manifests unauthorized response has a 5xx status code
func (*V2ListClusterManifestsUnauthorized) IsSuccess ¶
func (o *V2ListClusterManifestsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 list cluster manifests unauthorized response has a 2xx status code
func (*V2ListClusterManifestsUnauthorized) String ¶
func (o *V2ListClusterManifestsUnauthorized) String() string
type V2UpdateClusterManifestBadRequest ¶
V2UpdateClusterManifestBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateClusterManifestBadRequest ¶
func NewV2UpdateClusterManifestBadRequest() *V2UpdateClusterManifestBadRequest
NewV2UpdateClusterManifestBadRequest creates a V2UpdateClusterManifestBadRequest with default headers values
func (*V2UpdateClusterManifestBadRequest) Error ¶
func (o *V2UpdateClusterManifestBadRequest) Error() string
func (*V2UpdateClusterManifestBadRequest) GetPayload ¶
func (o *V2UpdateClusterManifestBadRequest) GetPayload() *models.Error
func (*V2UpdateClusterManifestBadRequest) IsClientError ¶
func (o *V2UpdateClusterManifestBadRequest) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest bad request response has a 4xx status code
func (*V2UpdateClusterManifestBadRequest) IsCode ¶
func (o *V2UpdateClusterManifestBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest bad request response a status code equal to that given
func (*V2UpdateClusterManifestBadRequest) IsRedirect ¶
func (o *V2UpdateClusterManifestBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest bad request response has a 3xx status code
func (*V2UpdateClusterManifestBadRequest) IsServerError ¶
func (o *V2UpdateClusterManifestBadRequest) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest bad request response has a 5xx status code
func (*V2UpdateClusterManifestBadRequest) IsSuccess ¶
func (o *V2UpdateClusterManifestBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest bad request response has a 2xx status code
func (*V2UpdateClusterManifestBadRequest) String ¶
func (o *V2UpdateClusterManifestBadRequest) String() string
type V2UpdateClusterManifestConflict ¶
V2UpdateClusterManifestConflict describes a response with status code 409, with default header values.
Error.
func NewV2UpdateClusterManifestConflict ¶
func NewV2UpdateClusterManifestConflict() *V2UpdateClusterManifestConflict
NewV2UpdateClusterManifestConflict creates a V2UpdateClusterManifestConflict with default headers values
func (*V2UpdateClusterManifestConflict) Error ¶
func (o *V2UpdateClusterManifestConflict) Error() string
func (*V2UpdateClusterManifestConflict) GetPayload ¶
func (o *V2UpdateClusterManifestConflict) GetPayload() *models.Error
func (*V2UpdateClusterManifestConflict) IsClientError ¶
func (o *V2UpdateClusterManifestConflict) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest conflict response has a 4xx status code
func (*V2UpdateClusterManifestConflict) IsCode ¶
func (o *V2UpdateClusterManifestConflict) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest conflict response a status code equal to that given
func (*V2UpdateClusterManifestConflict) IsRedirect ¶
func (o *V2UpdateClusterManifestConflict) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest conflict response has a 3xx status code
func (*V2UpdateClusterManifestConflict) IsServerError ¶
func (o *V2UpdateClusterManifestConflict) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest conflict response has a 5xx status code
func (*V2UpdateClusterManifestConflict) IsSuccess ¶
func (o *V2UpdateClusterManifestConflict) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest conflict response has a 2xx status code
func (*V2UpdateClusterManifestConflict) String ¶
func (o *V2UpdateClusterManifestConflict) String() string
type V2UpdateClusterManifestForbidden ¶
type V2UpdateClusterManifestForbidden struct {
Payload *models.InfraError
}
V2UpdateClusterManifestForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateClusterManifestForbidden ¶
func NewV2UpdateClusterManifestForbidden() *V2UpdateClusterManifestForbidden
NewV2UpdateClusterManifestForbidden creates a V2UpdateClusterManifestForbidden with default headers values
func (*V2UpdateClusterManifestForbidden) Error ¶
func (o *V2UpdateClusterManifestForbidden) Error() string
func (*V2UpdateClusterManifestForbidden) GetPayload ¶
func (o *V2UpdateClusterManifestForbidden) GetPayload() *models.InfraError
func (*V2UpdateClusterManifestForbidden) IsClientError ¶
func (o *V2UpdateClusterManifestForbidden) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest forbidden response has a 4xx status code
func (*V2UpdateClusterManifestForbidden) IsCode ¶
func (o *V2UpdateClusterManifestForbidden) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest forbidden response a status code equal to that given
func (*V2UpdateClusterManifestForbidden) IsRedirect ¶
func (o *V2UpdateClusterManifestForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest forbidden response has a 3xx status code
func (*V2UpdateClusterManifestForbidden) IsServerError ¶
func (o *V2UpdateClusterManifestForbidden) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest forbidden response has a 5xx status code
func (*V2UpdateClusterManifestForbidden) IsSuccess ¶
func (o *V2UpdateClusterManifestForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest forbidden response has a 2xx status code
func (*V2UpdateClusterManifestForbidden) String ¶
func (o *V2UpdateClusterManifestForbidden) String() string
type V2UpdateClusterManifestInternalServerError ¶
V2UpdateClusterManifestInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateClusterManifestInternalServerError ¶
func NewV2UpdateClusterManifestInternalServerError() *V2UpdateClusterManifestInternalServerError
NewV2UpdateClusterManifestInternalServerError creates a V2UpdateClusterManifestInternalServerError with default headers values
func (*V2UpdateClusterManifestInternalServerError) Error ¶
func (o *V2UpdateClusterManifestInternalServerError) Error() string
func (*V2UpdateClusterManifestInternalServerError) GetPayload ¶
func (o *V2UpdateClusterManifestInternalServerError) GetPayload() *models.Error
func (*V2UpdateClusterManifestInternalServerError) IsClientError ¶
func (o *V2UpdateClusterManifestInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest internal server error response has a 4xx status code
func (*V2UpdateClusterManifestInternalServerError) IsCode ¶
func (o *V2UpdateClusterManifestInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest internal server error response a status code equal to that given
func (*V2UpdateClusterManifestInternalServerError) IsRedirect ¶
func (o *V2UpdateClusterManifestInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest internal server error response has a 3xx status code
func (*V2UpdateClusterManifestInternalServerError) IsServerError ¶
func (o *V2UpdateClusterManifestInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest internal server error response has a 5xx status code
func (*V2UpdateClusterManifestInternalServerError) IsSuccess ¶
func (o *V2UpdateClusterManifestInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest internal server error response has a 2xx status code
func (*V2UpdateClusterManifestInternalServerError) String ¶
func (o *V2UpdateClusterManifestInternalServerError) String() string
type V2UpdateClusterManifestMethodNotAllowed ¶
V2UpdateClusterManifestMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateClusterManifestMethodNotAllowed ¶
func NewV2UpdateClusterManifestMethodNotAllowed() *V2UpdateClusterManifestMethodNotAllowed
NewV2UpdateClusterManifestMethodNotAllowed creates a V2UpdateClusterManifestMethodNotAllowed with default headers values
func (*V2UpdateClusterManifestMethodNotAllowed) Error ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) Error() string
func (*V2UpdateClusterManifestMethodNotAllowed) GetPayload ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateClusterManifestMethodNotAllowed) IsClientError ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest method not allowed response has a 4xx status code
func (*V2UpdateClusterManifestMethodNotAllowed) IsCode ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest method not allowed response a status code equal to that given
func (*V2UpdateClusterManifestMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest method not allowed response has a 3xx status code
func (*V2UpdateClusterManifestMethodNotAllowed) IsServerError ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest method not allowed response has a 5xx status code
func (*V2UpdateClusterManifestMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest method not allowed response has a 2xx status code
func (*V2UpdateClusterManifestMethodNotAllowed) String ¶
func (o *V2UpdateClusterManifestMethodNotAllowed) String() string
type V2UpdateClusterManifestNotFound ¶
V2UpdateClusterManifestNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateClusterManifestNotFound ¶
func NewV2UpdateClusterManifestNotFound() *V2UpdateClusterManifestNotFound
NewV2UpdateClusterManifestNotFound creates a V2UpdateClusterManifestNotFound with default headers values
func (*V2UpdateClusterManifestNotFound) Error ¶
func (o *V2UpdateClusterManifestNotFound) Error() string
func (*V2UpdateClusterManifestNotFound) GetPayload ¶
func (o *V2UpdateClusterManifestNotFound) GetPayload() *models.Error
func (*V2UpdateClusterManifestNotFound) IsClientError ¶
func (o *V2UpdateClusterManifestNotFound) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest not found response has a 4xx status code
func (*V2UpdateClusterManifestNotFound) IsCode ¶
func (o *V2UpdateClusterManifestNotFound) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest not found response a status code equal to that given
func (*V2UpdateClusterManifestNotFound) IsRedirect ¶
func (o *V2UpdateClusterManifestNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest not found response has a 3xx status code
func (*V2UpdateClusterManifestNotFound) IsServerError ¶
func (o *V2UpdateClusterManifestNotFound) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest not found response has a 5xx status code
func (*V2UpdateClusterManifestNotFound) IsSuccess ¶
func (o *V2UpdateClusterManifestNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest not found response has a 2xx status code
func (*V2UpdateClusterManifestNotFound) String ¶
func (o *V2UpdateClusterManifestNotFound) String() string
type V2UpdateClusterManifestOK ¶
V2UpdateClusterManifestOK describes a response with status code 200, with default header values.
Success.
func NewV2UpdateClusterManifestOK ¶
func NewV2UpdateClusterManifestOK() *V2UpdateClusterManifestOK
NewV2UpdateClusterManifestOK creates a V2UpdateClusterManifestOK with default headers values
func (*V2UpdateClusterManifestOK) Error ¶
func (o *V2UpdateClusterManifestOK) Error() string
func (*V2UpdateClusterManifestOK) GetPayload ¶
func (o *V2UpdateClusterManifestOK) GetPayload() *models.Manifest
func (*V2UpdateClusterManifestOK) IsClientError ¶
func (o *V2UpdateClusterManifestOK) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest o k response has a 4xx status code
func (*V2UpdateClusterManifestOK) IsCode ¶
func (o *V2UpdateClusterManifestOK) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest o k response a status code equal to that given
func (*V2UpdateClusterManifestOK) IsRedirect ¶
func (o *V2UpdateClusterManifestOK) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest o k response has a 3xx status code
func (*V2UpdateClusterManifestOK) IsServerError ¶
func (o *V2UpdateClusterManifestOK) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest o k response has a 5xx status code
func (*V2UpdateClusterManifestOK) IsSuccess ¶
func (o *V2UpdateClusterManifestOK) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest o k response has a 2xx status code
func (*V2UpdateClusterManifestOK) String ¶
func (o *V2UpdateClusterManifestOK) String() string
type V2UpdateClusterManifestParams ¶
type V2UpdateClusterManifestParams struct { /* UpdateManifestParams. The manifest to be updated. */ UpdateManifestParams *models.UpdateManifestParams /* ClusterID. The cluster for which a new manifest should be updated. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateClusterManifestParams contains all the parameters to send to the API endpoint
for the v2 update cluster manifest operation. Typically these are written to a http.Request.
func NewV2UpdateClusterManifestParams ¶
func NewV2UpdateClusterManifestParams() *V2UpdateClusterManifestParams
NewV2UpdateClusterManifestParams creates a new V2UpdateClusterManifestParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewV2UpdateClusterManifestParamsWithContext ¶
func NewV2UpdateClusterManifestParamsWithContext(ctx context.Context) *V2UpdateClusterManifestParams
NewV2UpdateClusterManifestParamsWithContext creates a new V2UpdateClusterManifestParams object with the ability to set a context for a request.
func NewV2UpdateClusterManifestParamsWithHTTPClient ¶
func NewV2UpdateClusterManifestParamsWithHTTPClient(client *http.Client) *V2UpdateClusterManifestParams
NewV2UpdateClusterManifestParamsWithHTTPClient creates a new V2UpdateClusterManifestParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateClusterManifestParamsWithTimeout ¶
func NewV2UpdateClusterManifestParamsWithTimeout(timeout time.Duration) *V2UpdateClusterManifestParams
NewV2UpdateClusterManifestParamsWithTimeout creates a new V2UpdateClusterManifestParams object with the ability to set a timeout on a request.
func (*V2UpdateClusterManifestParams) SetClusterID ¶
func (o *V2UpdateClusterManifestParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) SetContext ¶
func (o *V2UpdateClusterManifestParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) SetDefaults ¶
func (o *V2UpdateClusterManifestParams) SetDefaults()
SetDefaults hydrates default values in the v2 update cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterManifestParams) SetHTTPClient ¶
func (o *V2UpdateClusterManifestParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) SetTimeout ¶
func (o *V2UpdateClusterManifestParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) SetUpdateManifestParams ¶
func (o *V2UpdateClusterManifestParams) SetUpdateManifestParams(updateManifestParams *models.UpdateManifestParams)
SetUpdateManifestParams adds the updateManifestParams to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) WithClusterID ¶
func (o *V2UpdateClusterManifestParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterManifestParams
WithClusterID adds the clusterID to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) WithContext ¶
func (o *V2UpdateClusterManifestParams) WithContext(ctx context.Context) *V2UpdateClusterManifestParams
WithContext adds the context to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) WithDefaults ¶
func (o *V2UpdateClusterManifestParams) WithDefaults() *V2UpdateClusterManifestParams
WithDefaults hydrates default values in the v2 update cluster manifest params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterManifestParams) WithHTTPClient ¶
func (o *V2UpdateClusterManifestParams) WithHTTPClient(client *http.Client) *V2UpdateClusterManifestParams
WithHTTPClient adds the HTTPClient to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) WithTimeout ¶
func (o *V2UpdateClusterManifestParams) WithTimeout(timeout time.Duration) *V2UpdateClusterManifestParams
WithTimeout adds the timeout to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) WithUpdateManifestParams ¶
func (o *V2UpdateClusterManifestParams) WithUpdateManifestParams(updateManifestParams *models.UpdateManifestParams) *V2UpdateClusterManifestParams
WithUpdateManifestParams adds the updateManifestParams to the v2 update cluster manifest params
func (*V2UpdateClusterManifestParams) WriteToRequest ¶
func (o *V2UpdateClusterManifestParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateClusterManifestReader ¶
type V2UpdateClusterManifestReader struct {
// contains filtered or unexported fields
}
V2UpdateClusterManifestReader is a Reader for the V2UpdateClusterManifest structure.
func (*V2UpdateClusterManifestReader) ReadResponse ¶
func (o *V2UpdateClusterManifestReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateClusterManifestUnauthorized ¶
type V2UpdateClusterManifestUnauthorized struct {
}V2UpdateClusterManifestUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateClusterManifestUnauthorized ¶
func NewV2UpdateClusterManifestUnauthorized() *V2UpdateClusterManifestUnauthorized
NewV2UpdateClusterManifestUnauthorized creates a V2UpdateClusterManifestUnauthorized with default headers values
func (*V2UpdateClusterManifestUnauthorized) Error ¶
func (o *V2UpdateClusterManifestUnauthorized) Error() string
func (*V2UpdateClusterManifestUnauthorized) GetPayload ¶
func (o *V2UpdateClusterManifestUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateClusterManifestUnauthorized) IsClientError ¶
func (o *V2UpdateClusterManifestUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update cluster manifest unauthorized response has a 4xx status code
func (*V2UpdateClusterManifestUnauthorized) IsCode ¶
func (o *V2UpdateClusterManifestUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update cluster manifest unauthorized response a status code equal to that given
func (*V2UpdateClusterManifestUnauthorized) IsRedirect ¶
func (o *V2UpdateClusterManifestUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update cluster manifest unauthorized response has a 3xx status code
func (*V2UpdateClusterManifestUnauthorized) IsServerError ¶
func (o *V2UpdateClusterManifestUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update cluster manifest unauthorized response has a 5xx status code
func (*V2UpdateClusterManifestUnauthorized) IsSuccess ¶
func (o *V2UpdateClusterManifestUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update cluster manifest unauthorized response has a 2xx status code
func (*V2UpdateClusterManifestUnauthorized) String ¶
func (o *V2UpdateClusterManifestUnauthorized) String() string
Source Files
¶
- manifests_client.go
- v2_create_cluster_manifest_parameters.go
- v2_create_cluster_manifest_responses.go
- v2_delete_cluster_manifest_parameters.go
- v2_delete_cluster_manifest_responses.go
- v2_download_cluster_manifest_parameters.go
- v2_download_cluster_manifest_responses.go
- v2_list_cluster_manifests_parameters.go
- v2_list_cluster_manifests_responses.go
- v2_update_cluster_manifest_parameters.go
- v2_update_cluster_manifest_responses.go