Documentation
¶
Index ¶
- type ArchiveProjectForbidden
- type ArchiveProjectNotFound
- type ArchiveProjectOK
- type ArchiveProjectParams
- func NewArchiveProjectParams() *ArchiveProjectParams
- func NewArchiveProjectParamsWithContext(ctx context.Context) *ArchiveProjectParams
- func NewArchiveProjectParamsWithHTTPClient(client *http.Client) *ArchiveProjectParams
- func NewArchiveProjectParamsWithTimeout(timeout time.Duration) *ArchiveProjectParams
- func (o *ArchiveProjectParams) SetContext(ctx context.Context)
- func (o *ArchiveProjectParams) SetHTTPClient(client *http.Client)
- func (o *ArchiveProjectParams) SetOwner(owner string)
- func (o *ArchiveProjectParams) SetProject(project string)
- func (o *ArchiveProjectParams) SetTimeout(timeout time.Duration)
- func (o *ArchiveProjectParams) WithContext(ctx context.Context) *ArchiveProjectParams
- func (o *ArchiveProjectParams) WithHTTPClient(client *http.Client) *ArchiveProjectParams
- func (o *ArchiveProjectParams) WithOwner(owner string) *ArchiveProjectParams
- func (o *ArchiveProjectParams) WithProject(project string) *ArchiveProjectParams
- func (o *ArchiveProjectParams) WithTimeout(timeout time.Duration) *ArchiveProjectParams
- func (o *ArchiveProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ArchiveProjectReader
- type BookmarkProjectForbidden
- type BookmarkProjectNotFound
- type BookmarkProjectOK
- type BookmarkProjectParams
- func NewBookmarkProjectParams() *BookmarkProjectParams
- func NewBookmarkProjectParamsWithContext(ctx context.Context) *BookmarkProjectParams
- func NewBookmarkProjectParamsWithHTTPClient(client *http.Client) *BookmarkProjectParams
- func NewBookmarkProjectParamsWithTimeout(timeout time.Duration) *BookmarkProjectParams
- func (o *BookmarkProjectParams) SetContext(ctx context.Context)
- func (o *BookmarkProjectParams) SetHTTPClient(client *http.Client)
- func (o *BookmarkProjectParams) SetOwner(owner string)
- func (o *BookmarkProjectParams) SetProject(project string)
- func (o *BookmarkProjectParams) SetTimeout(timeout time.Duration)
- func (o *BookmarkProjectParams) WithContext(ctx context.Context) *BookmarkProjectParams
- func (o *BookmarkProjectParams) WithHTTPClient(client *http.Client) *BookmarkProjectParams
- func (o *BookmarkProjectParams) WithOwner(owner string) *BookmarkProjectParams
- func (o *BookmarkProjectParams) WithProject(project string) *BookmarkProjectParams
- func (o *BookmarkProjectParams) WithTimeout(timeout time.Duration) *BookmarkProjectParams
- func (o *BookmarkProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BookmarkProjectReader
- type Client
- func (a *Client) ArchiveProject(params *ArchiveProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ArchiveProjectOK, error)
- func (a *Client) BookmarkProject(params *BookmarkProjectParams, authInfo runtime.ClientAuthInfoWriter) (*BookmarkProjectOK, error)
- func (a *Client) CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectOK, error)
- func (a *Client) DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteProjectOK, error)
- func (a *Client) DisableProjectCI(params *DisableProjectCIParams, authInfo runtime.ClientAuthInfoWriter) (*DisableProjectCIOK, error)
- func (a *Client) EnableProjectCI(params *EnableProjectCIParams, authInfo runtime.ClientAuthInfoWriter) (*EnableProjectCIOK, error)
- func (a *Client) GetProject(params *GetProjectParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectOK, error)
- func (a *Client) ListArchivedProjects(params *ListArchivedProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ListArchivedProjectsOK, error)
- func (a *Client) ListBookmarkedProjects(params *ListBookmarkedProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ListBookmarkedProjectsOK, error)
- func (a *Client) ListProjectNames(params *ListProjectNamesParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectNamesOK, error)
- func (a *Client) ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectsOK, error)
- func (a *Client) PatchProject(params *PatchProjectParams, authInfo runtime.ClientAuthInfoWriter) (*PatchProjectOK, error)
- func (a *Client) RestoreExperiment(params *RestoreExperimentParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreExperimentOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UnbookmarkProject(params *UnbookmarkProjectParams, authInfo runtime.ClientAuthInfoWriter) (*UnbookmarkProjectOK, error)
- func (a *Client) UpdateProject(params *UpdateProjectParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateProjectOK, error)
- type CreateProjectForbidden
- type CreateProjectNotFound
- type CreateProjectOK
- type CreateProjectParams
- func (o *CreateProjectParams) SetBody(body *service_model.V1Project)
- func (o *CreateProjectParams) SetContext(ctx context.Context)
- func (o *CreateProjectParams) SetHTTPClient(client *http.Client)
- func (o *CreateProjectParams) SetOwner(owner string)
- func (o *CreateProjectParams) SetTimeout(timeout time.Duration)
- func (o *CreateProjectParams) WithBody(body *service_model.V1Project) *CreateProjectParams
- func (o *CreateProjectParams) WithContext(ctx context.Context) *CreateProjectParams
- func (o *CreateProjectParams) WithHTTPClient(client *http.Client) *CreateProjectParams
- func (o *CreateProjectParams) WithOwner(owner string) *CreateProjectParams
- func (o *CreateProjectParams) WithTimeout(timeout time.Duration) *CreateProjectParams
- func (o *CreateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateProjectReader
- type DeleteProjectForbidden
- type DeleteProjectNotFound
- type DeleteProjectOK
- type DeleteProjectParams
- func (o *DeleteProjectParams) SetContext(ctx context.Context)
- func (o *DeleteProjectParams) SetHTTPClient(client *http.Client)
- func (o *DeleteProjectParams) SetOwner(owner string)
- func (o *DeleteProjectParams) SetProject(project string)
- func (o *DeleteProjectParams) SetTimeout(timeout time.Duration)
- func (o *DeleteProjectParams) WithContext(ctx context.Context) *DeleteProjectParams
- func (o *DeleteProjectParams) WithHTTPClient(client *http.Client) *DeleteProjectParams
- func (o *DeleteProjectParams) WithOwner(owner string) *DeleteProjectParams
- func (o *DeleteProjectParams) WithProject(project string) *DeleteProjectParams
- func (o *DeleteProjectParams) WithTimeout(timeout time.Duration) *DeleteProjectParams
- func (o *DeleteProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteProjectReader
- type DisableProjectCIForbidden
- type DisableProjectCINotFound
- type DisableProjectCIOK
- type DisableProjectCIParams
- func NewDisableProjectCIParams() *DisableProjectCIParams
- func NewDisableProjectCIParamsWithContext(ctx context.Context) *DisableProjectCIParams
- func NewDisableProjectCIParamsWithHTTPClient(client *http.Client) *DisableProjectCIParams
- func NewDisableProjectCIParamsWithTimeout(timeout time.Duration) *DisableProjectCIParams
- func (o *DisableProjectCIParams) SetContext(ctx context.Context)
- func (o *DisableProjectCIParams) SetHTTPClient(client *http.Client)
- func (o *DisableProjectCIParams) SetOwner(owner string)
- func (o *DisableProjectCIParams) SetProject(project string)
- func (o *DisableProjectCIParams) SetTimeout(timeout time.Duration)
- func (o *DisableProjectCIParams) WithContext(ctx context.Context) *DisableProjectCIParams
- func (o *DisableProjectCIParams) WithHTTPClient(client *http.Client) *DisableProjectCIParams
- func (o *DisableProjectCIParams) WithOwner(owner string) *DisableProjectCIParams
- func (o *DisableProjectCIParams) WithProject(project string) *DisableProjectCIParams
- func (o *DisableProjectCIParams) WithTimeout(timeout time.Duration) *DisableProjectCIParams
- func (o *DisableProjectCIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DisableProjectCIReader
- type EnableProjectCIForbidden
- type EnableProjectCINotFound
- type EnableProjectCIOK
- type EnableProjectCIParams
- func NewEnableProjectCIParams() *EnableProjectCIParams
- func NewEnableProjectCIParamsWithContext(ctx context.Context) *EnableProjectCIParams
- func NewEnableProjectCIParamsWithHTTPClient(client *http.Client) *EnableProjectCIParams
- func NewEnableProjectCIParamsWithTimeout(timeout time.Duration) *EnableProjectCIParams
- func (o *EnableProjectCIParams) SetContext(ctx context.Context)
- func (o *EnableProjectCIParams) SetHTTPClient(client *http.Client)
- func (o *EnableProjectCIParams) SetOwner(owner string)
- func (o *EnableProjectCIParams) SetProject(project string)
- func (o *EnableProjectCIParams) SetTimeout(timeout time.Duration)
- func (o *EnableProjectCIParams) WithContext(ctx context.Context) *EnableProjectCIParams
- func (o *EnableProjectCIParams) WithHTTPClient(client *http.Client) *EnableProjectCIParams
- func (o *EnableProjectCIParams) WithOwner(owner string) *EnableProjectCIParams
- func (o *EnableProjectCIParams) WithProject(project string) *EnableProjectCIParams
- func (o *EnableProjectCIParams) WithTimeout(timeout time.Duration) *EnableProjectCIParams
- func (o *EnableProjectCIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableProjectCIReader
- type GetProjectForbidden
- type GetProjectNotFound
- type GetProjectOK
- type GetProjectParams
- func (o *GetProjectParams) SetContext(ctx context.Context)
- func (o *GetProjectParams) SetHTTPClient(client *http.Client)
- func (o *GetProjectParams) SetOwner(owner string)
- func (o *GetProjectParams) SetProject(project string)
- func (o *GetProjectParams) SetTimeout(timeout time.Duration)
- func (o *GetProjectParams) WithContext(ctx context.Context) *GetProjectParams
- func (o *GetProjectParams) WithHTTPClient(client *http.Client) *GetProjectParams
- func (o *GetProjectParams) WithOwner(owner string) *GetProjectParams
- func (o *GetProjectParams) WithProject(project string) *GetProjectParams
- func (o *GetProjectParams) WithTimeout(timeout time.Duration) *GetProjectParams
- func (o *GetProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProjectReader
- type ListArchivedProjectsForbidden
- type ListArchivedProjectsNotFound
- type ListArchivedProjectsOK
- type ListArchivedProjectsParams
- func NewListArchivedProjectsParams() *ListArchivedProjectsParams
- func NewListArchivedProjectsParamsWithContext(ctx context.Context) *ListArchivedProjectsParams
- func NewListArchivedProjectsParamsWithHTTPClient(client *http.Client) *ListArchivedProjectsParams
- func NewListArchivedProjectsParamsWithTimeout(timeout time.Duration) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) SetContext(ctx context.Context)
- func (o *ListArchivedProjectsParams) SetHTTPClient(client *http.Client)
- func (o *ListArchivedProjectsParams) SetLimit(limit *int32)
- func (o *ListArchivedProjectsParams) SetOffset(offset *int32)
- func (o *ListArchivedProjectsParams) SetQuery(query *string)
- func (o *ListArchivedProjectsParams) SetSort(sort *string)
- func (o *ListArchivedProjectsParams) SetTimeout(timeout time.Duration)
- func (o *ListArchivedProjectsParams) SetUser(user string)
- func (o *ListArchivedProjectsParams) WithContext(ctx context.Context) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithHTTPClient(client *http.Client) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithLimit(limit *int32) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithOffset(offset *int32) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithQuery(query *string) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithSort(sort *string) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithTimeout(timeout time.Duration) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WithUser(user string) *ListArchivedProjectsParams
- func (o *ListArchivedProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListArchivedProjectsReader
- type ListBookmarkedProjectsForbidden
- type ListBookmarkedProjectsNotFound
- type ListBookmarkedProjectsOK
- type ListBookmarkedProjectsParams
- func NewListBookmarkedProjectsParams() *ListBookmarkedProjectsParams
- func NewListBookmarkedProjectsParamsWithContext(ctx context.Context) *ListBookmarkedProjectsParams
- func NewListBookmarkedProjectsParamsWithHTTPClient(client *http.Client) *ListBookmarkedProjectsParams
- func NewListBookmarkedProjectsParamsWithTimeout(timeout time.Duration) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) SetContext(ctx context.Context)
- func (o *ListBookmarkedProjectsParams) SetHTTPClient(client *http.Client)
- func (o *ListBookmarkedProjectsParams) SetLimit(limit *int32)
- func (o *ListBookmarkedProjectsParams) SetOffset(offset *int32)
- func (o *ListBookmarkedProjectsParams) SetQuery(query *string)
- func (o *ListBookmarkedProjectsParams) SetSort(sort *string)
- func (o *ListBookmarkedProjectsParams) SetTimeout(timeout time.Duration)
- func (o *ListBookmarkedProjectsParams) SetUser(user string)
- func (o *ListBookmarkedProjectsParams) WithContext(ctx context.Context) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithHTTPClient(client *http.Client) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithLimit(limit *int32) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithOffset(offset *int32) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithQuery(query *string) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithSort(sort *string) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithTimeout(timeout time.Duration) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WithUser(user string) *ListBookmarkedProjectsParams
- func (o *ListBookmarkedProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBookmarkedProjectsReader
- type ListProjectNamesForbidden
- type ListProjectNamesNotFound
- type ListProjectNamesOK
- type ListProjectNamesParams
- func NewListProjectNamesParams() *ListProjectNamesParams
- func NewListProjectNamesParamsWithContext(ctx context.Context) *ListProjectNamesParams
- func NewListProjectNamesParamsWithHTTPClient(client *http.Client) *ListProjectNamesParams
- func NewListProjectNamesParamsWithTimeout(timeout time.Duration) *ListProjectNamesParams
- func (o *ListProjectNamesParams) SetContext(ctx context.Context)
- func (o *ListProjectNamesParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectNamesParams) SetLimit(limit *int32)
- func (o *ListProjectNamesParams) SetOffset(offset *int32)
- func (o *ListProjectNamesParams) SetOwner(owner string)
- func (o *ListProjectNamesParams) SetQuery(query *string)
- func (o *ListProjectNamesParams) SetSort(sort *string)
- func (o *ListProjectNamesParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectNamesParams) WithContext(ctx context.Context) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithHTTPClient(client *http.Client) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithLimit(limit *int32) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithOffset(offset *int32) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithOwner(owner string) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithQuery(query *string) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithSort(sort *string) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WithTimeout(timeout time.Duration) *ListProjectNamesParams
- func (o *ListProjectNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectNamesReader
- type ListProjectsForbidden
- type ListProjectsNotFound
- type ListProjectsOK
- type ListProjectsParams
- func (o *ListProjectsParams) SetContext(ctx context.Context)
- func (o *ListProjectsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectsParams) SetLimit(limit *int32)
- func (o *ListProjectsParams) SetOffset(offset *int32)
- func (o *ListProjectsParams) SetOwner(owner string)
- func (o *ListProjectsParams) SetQuery(query *string)
- func (o *ListProjectsParams) SetSort(sort *string)
- func (o *ListProjectsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectsParams) WithContext(ctx context.Context) *ListProjectsParams
- func (o *ListProjectsParams) WithHTTPClient(client *http.Client) *ListProjectsParams
- func (o *ListProjectsParams) WithLimit(limit *int32) *ListProjectsParams
- func (o *ListProjectsParams) WithOffset(offset *int32) *ListProjectsParams
- func (o *ListProjectsParams) WithOwner(owner string) *ListProjectsParams
- func (o *ListProjectsParams) WithQuery(query *string) *ListProjectsParams
- func (o *ListProjectsParams) WithSort(sort *string) *ListProjectsParams
- func (o *ListProjectsParams) WithTimeout(timeout time.Duration) *ListProjectsParams
- func (o *ListProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectsReader
- type PatchProjectForbidden
- type PatchProjectNotFound
- type PatchProjectOK
- type PatchProjectParams
- func (o *PatchProjectParams) SetBody(body *service_model.V1Project)
- func (o *PatchProjectParams) SetContext(ctx context.Context)
- func (o *PatchProjectParams) SetHTTPClient(client *http.Client)
- func (o *PatchProjectParams) SetOwner(owner string)
- func (o *PatchProjectParams) SetProjectName(projectName string)
- func (o *PatchProjectParams) SetTimeout(timeout time.Duration)
- func (o *PatchProjectParams) WithBody(body *service_model.V1Project) *PatchProjectParams
- func (o *PatchProjectParams) WithContext(ctx context.Context) *PatchProjectParams
- func (o *PatchProjectParams) WithHTTPClient(client *http.Client) *PatchProjectParams
- func (o *PatchProjectParams) WithOwner(owner string) *PatchProjectParams
- func (o *PatchProjectParams) WithProjectName(projectName string) *PatchProjectParams
- func (o *PatchProjectParams) WithTimeout(timeout time.Duration) *PatchProjectParams
- func (o *PatchProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchProjectReader
- type RestoreExperimentForbidden
- type RestoreExperimentNotFound
- type RestoreExperimentOK
- type RestoreExperimentParams
- func NewRestoreExperimentParams() *RestoreExperimentParams
- func NewRestoreExperimentParamsWithContext(ctx context.Context) *RestoreExperimentParams
- func NewRestoreExperimentParamsWithHTTPClient(client *http.Client) *RestoreExperimentParams
- func NewRestoreExperimentParamsWithTimeout(timeout time.Duration) *RestoreExperimentParams
- func (o *RestoreExperimentParams) SetContext(ctx context.Context)
- func (o *RestoreExperimentParams) SetHTTPClient(client *http.Client)
- func (o *RestoreExperimentParams) SetOwner(owner string)
- func (o *RestoreExperimentParams) SetProject(project string)
- func (o *RestoreExperimentParams) SetTimeout(timeout time.Duration)
- func (o *RestoreExperimentParams) WithContext(ctx context.Context) *RestoreExperimentParams
- func (o *RestoreExperimentParams) WithHTTPClient(client *http.Client) *RestoreExperimentParams
- func (o *RestoreExperimentParams) WithOwner(owner string) *RestoreExperimentParams
- func (o *RestoreExperimentParams) WithProject(project string) *RestoreExperimentParams
- func (o *RestoreExperimentParams) WithTimeout(timeout time.Duration) *RestoreExperimentParams
- func (o *RestoreExperimentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreExperimentReader
- type UnbookmarkProjectForbidden
- type UnbookmarkProjectNotFound
- type UnbookmarkProjectOK
- type UnbookmarkProjectParams
- func NewUnbookmarkProjectParams() *UnbookmarkProjectParams
- func NewUnbookmarkProjectParamsWithContext(ctx context.Context) *UnbookmarkProjectParams
- func NewUnbookmarkProjectParamsWithHTTPClient(client *http.Client) *UnbookmarkProjectParams
- func NewUnbookmarkProjectParamsWithTimeout(timeout time.Duration) *UnbookmarkProjectParams
- func (o *UnbookmarkProjectParams) SetContext(ctx context.Context)
- func (o *UnbookmarkProjectParams) SetHTTPClient(client *http.Client)
- func (o *UnbookmarkProjectParams) SetOwner(owner string)
- func (o *UnbookmarkProjectParams) SetProject(project string)
- func (o *UnbookmarkProjectParams) SetTimeout(timeout time.Duration)
- func (o *UnbookmarkProjectParams) WithContext(ctx context.Context) *UnbookmarkProjectParams
- func (o *UnbookmarkProjectParams) WithHTTPClient(client *http.Client) *UnbookmarkProjectParams
- func (o *UnbookmarkProjectParams) WithOwner(owner string) *UnbookmarkProjectParams
- func (o *UnbookmarkProjectParams) WithProject(project string) *UnbookmarkProjectParams
- func (o *UnbookmarkProjectParams) WithTimeout(timeout time.Duration) *UnbookmarkProjectParams
- func (o *UnbookmarkProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnbookmarkProjectReader
- type UpdateProjectForbidden
- type UpdateProjectNotFound
- type UpdateProjectOK
- type UpdateProjectParams
- func (o *UpdateProjectParams) SetBody(body *service_model.V1Project)
- func (o *UpdateProjectParams) SetContext(ctx context.Context)
- func (o *UpdateProjectParams) SetHTTPClient(client *http.Client)
- func (o *UpdateProjectParams) SetOwner(owner string)
- func (o *UpdateProjectParams) SetProjectName(projectName string)
- func (o *UpdateProjectParams) SetTimeout(timeout time.Duration)
- func (o *UpdateProjectParams) WithBody(body *service_model.V1Project) *UpdateProjectParams
- func (o *UpdateProjectParams) WithContext(ctx context.Context) *UpdateProjectParams
- func (o *UpdateProjectParams) WithHTTPClient(client *http.Client) *UpdateProjectParams
- func (o *UpdateProjectParams) WithOwner(owner string) *UpdateProjectParams
- func (o *UpdateProjectParams) WithProjectName(projectName string) *UpdateProjectParams
- func (o *UpdateProjectParams) WithTimeout(timeout time.Duration) *UpdateProjectParams
- func (o *UpdateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateProjectReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveProjectForbidden ¶
type ArchiveProjectForbidden struct {
Payload interface{}
}
ArchiveProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewArchiveProjectForbidden ¶
func NewArchiveProjectForbidden() *ArchiveProjectForbidden
NewArchiveProjectForbidden creates a ArchiveProjectForbidden with default headers values
func (*ArchiveProjectForbidden) Error ¶
func (o *ArchiveProjectForbidden) Error() string
func (*ArchiveProjectForbidden) GetPayload ¶
func (o *ArchiveProjectForbidden) GetPayload() interface{}
type ArchiveProjectNotFound ¶
type ArchiveProjectNotFound struct {
Payload string
}
ArchiveProjectNotFound handles this case with default header values.
Resource does not exist.
func NewArchiveProjectNotFound ¶
func NewArchiveProjectNotFound() *ArchiveProjectNotFound
NewArchiveProjectNotFound creates a ArchiveProjectNotFound with default headers values
func (*ArchiveProjectNotFound) Error ¶
func (o *ArchiveProjectNotFound) Error() string
func (*ArchiveProjectNotFound) GetPayload ¶
func (o *ArchiveProjectNotFound) GetPayload() string
type ArchiveProjectOK ¶
type ArchiveProjectOK struct {
Payload interface{}
}
ArchiveProjectOK handles this case with default header values.
A successful response.
func NewArchiveProjectOK ¶
func NewArchiveProjectOK() *ArchiveProjectOK
NewArchiveProjectOK creates a ArchiveProjectOK with default headers values
func (*ArchiveProjectOK) Error ¶
func (o *ArchiveProjectOK) Error() string
func (*ArchiveProjectOK) GetPayload ¶
func (o *ArchiveProjectOK) GetPayload() interface{}
type ArchiveProjectParams ¶
type ArchiveProjectParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ArchiveProjectParams contains all the parameters to send to the API endpoint for the archive project operation typically these are written to a http.Request
func NewArchiveProjectParams ¶
func NewArchiveProjectParams() *ArchiveProjectParams
NewArchiveProjectParams creates a new ArchiveProjectParams object with the default values initialized.
func NewArchiveProjectParamsWithContext ¶
func NewArchiveProjectParamsWithContext(ctx context.Context) *ArchiveProjectParams
NewArchiveProjectParamsWithContext creates a new ArchiveProjectParams object with the default values initialized, and the ability to set a context for a request
func NewArchiveProjectParamsWithHTTPClient ¶
func NewArchiveProjectParamsWithHTTPClient(client *http.Client) *ArchiveProjectParams
NewArchiveProjectParamsWithHTTPClient creates a new ArchiveProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewArchiveProjectParamsWithTimeout ¶
func NewArchiveProjectParamsWithTimeout(timeout time.Duration) *ArchiveProjectParams
NewArchiveProjectParamsWithTimeout creates a new ArchiveProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*ArchiveProjectParams) SetContext ¶
func (o *ArchiveProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the archive project params
func (*ArchiveProjectParams) SetHTTPClient ¶
func (o *ArchiveProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the archive project params
func (*ArchiveProjectParams) SetOwner ¶
func (o *ArchiveProjectParams) SetOwner(owner string)
SetOwner adds the owner to the archive project params
func (*ArchiveProjectParams) SetProject ¶
func (o *ArchiveProjectParams) SetProject(project string)
SetProject adds the project to the archive project params
func (*ArchiveProjectParams) SetTimeout ¶
func (o *ArchiveProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the archive project params
func (*ArchiveProjectParams) WithContext ¶
func (o *ArchiveProjectParams) WithContext(ctx context.Context) *ArchiveProjectParams
WithContext adds the context to the archive project params
func (*ArchiveProjectParams) WithHTTPClient ¶
func (o *ArchiveProjectParams) WithHTTPClient(client *http.Client) *ArchiveProjectParams
WithHTTPClient adds the HTTPClient to the archive project params
func (*ArchiveProjectParams) WithOwner ¶
func (o *ArchiveProjectParams) WithOwner(owner string) *ArchiveProjectParams
WithOwner adds the owner to the archive project params
func (*ArchiveProjectParams) WithProject ¶
func (o *ArchiveProjectParams) WithProject(project string) *ArchiveProjectParams
WithProject adds the project to the archive project params
func (*ArchiveProjectParams) WithTimeout ¶
func (o *ArchiveProjectParams) WithTimeout(timeout time.Duration) *ArchiveProjectParams
WithTimeout adds the timeout to the archive project params
func (*ArchiveProjectParams) WriteToRequest ¶
func (o *ArchiveProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ArchiveProjectReader ¶
type ArchiveProjectReader struct {
// contains filtered or unexported fields
}
ArchiveProjectReader is a Reader for the ArchiveProject structure.
func (*ArchiveProjectReader) ReadResponse ¶
func (o *ArchiveProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BookmarkProjectForbidden ¶
type BookmarkProjectForbidden struct {
Payload interface{}
}
BookmarkProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewBookmarkProjectForbidden ¶
func NewBookmarkProjectForbidden() *BookmarkProjectForbidden
NewBookmarkProjectForbidden creates a BookmarkProjectForbidden with default headers values
func (*BookmarkProjectForbidden) Error ¶
func (o *BookmarkProjectForbidden) Error() string
func (*BookmarkProjectForbidden) GetPayload ¶
func (o *BookmarkProjectForbidden) GetPayload() interface{}
type BookmarkProjectNotFound ¶
type BookmarkProjectNotFound struct {
Payload string
}
BookmarkProjectNotFound handles this case with default header values.
Resource does not exist.
func NewBookmarkProjectNotFound ¶
func NewBookmarkProjectNotFound() *BookmarkProjectNotFound
NewBookmarkProjectNotFound creates a BookmarkProjectNotFound with default headers values
func (*BookmarkProjectNotFound) Error ¶
func (o *BookmarkProjectNotFound) Error() string
func (*BookmarkProjectNotFound) GetPayload ¶
func (o *BookmarkProjectNotFound) GetPayload() string
type BookmarkProjectOK ¶
type BookmarkProjectOK struct {
Payload interface{}
}
BookmarkProjectOK handles this case with default header values.
A successful response.
func NewBookmarkProjectOK ¶
func NewBookmarkProjectOK() *BookmarkProjectOK
NewBookmarkProjectOK creates a BookmarkProjectOK with default headers values
func (*BookmarkProjectOK) Error ¶
func (o *BookmarkProjectOK) Error() string
func (*BookmarkProjectOK) GetPayload ¶
func (o *BookmarkProjectOK) GetPayload() interface{}
type BookmarkProjectParams ¶
type BookmarkProjectParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BookmarkProjectParams contains all the parameters to send to the API endpoint for the bookmark project operation typically these are written to a http.Request
func NewBookmarkProjectParams ¶
func NewBookmarkProjectParams() *BookmarkProjectParams
NewBookmarkProjectParams creates a new BookmarkProjectParams object with the default values initialized.
func NewBookmarkProjectParamsWithContext ¶
func NewBookmarkProjectParamsWithContext(ctx context.Context) *BookmarkProjectParams
NewBookmarkProjectParamsWithContext creates a new BookmarkProjectParams object with the default values initialized, and the ability to set a context for a request
func NewBookmarkProjectParamsWithHTTPClient ¶
func NewBookmarkProjectParamsWithHTTPClient(client *http.Client) *BookmarkProjectParams
NewBookmarkProjectParamsWithHTTPClient creates a new BookmarkProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewBookmarkProjectParamsWithTimeout ¶
func NewBookmarkProjectParamsWithTimeout(timeout time.Duration) *BookmarkProjectParams
NewBookmarkProjectParamsWithTimeout creates a new BookmarkProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*BookmarkProjectParams) SetContext ¶
func (o *BookmarkProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the bookmark project params
func (*BookmarkProjectParams) SetHTTPClient ¶
func (o *BookmarkProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the bookmark project params
func (*BookmarkProjectParams) SetOwner ¶
func (o *BookmarkProjectParams) SetOwner(owner string)
SetOwner adds the owner to the bookmark project params
func (*BookmarkProjectParams) SetProject ¶
func (o *BookmarkProjectParams) SetProject(project string)
SetProject adds the project to the bookmark project params
func (*BookmarkProjectParams) SetTimeout ¶
func (o *BookmarkProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the bookmark project params
func (*BookmarkProjectParams) WithContext ¶
func (o *BookmarkProjectParams) WithContext(ctx context.Context) *BookmarkProjectParams
WithContext adds the context to the bookmark project params
func (*BookmarkProjectParams) WithHTTPClient ¶
func (o *BookmarkProjectParams) WithHTTPClient(client *http.Client) *BookmarkProjectParams
WithHTTPClient adds the HTTPClient to the bookmark project params
func (*BookmarkProjectParams) WithOwner ¶
func (o *BookmarkProjectParams) WithOwner(owner string) *BookmarkProjectParams
WithOwner adds the owner to the bookmark project params
func (*BookmarkProjectParams) WithProject ¶
func (o *BookmarkProjectParams) WithProject(project string) *BookmarkProjectParams
WithProject adds the project to the bookmark project params
func (*BookmarkProjectParams) WithTimeout ¶
func (o *BookmarkProjectParams) WithTimeout(timeout time.Duration) *BookmarkProjectParams
WithTimeout adds the timeout to the bookmark project params
func (*BookmarkProjectParams) WriteToRequest ¶
func (o *BookmarkProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BookmarkProjectReader ¶
type BookmarkProjectReader struct {
// contains filtered or unexported fields
}
BookmarkProjectReader is a Reader for the BookmarkProject structure.
func (*BookmarkProjectReader) ReadResponse ¶
func (o *BookmarkProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for projects v1 API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new projects v1 API client.
func (*Client) ArchiveProject ¶
func (a *Client) ArchiveProject(params *ArchiveProjectParams, authInfo runtime.ClientAuthInfoWriter) (*ArchiveProjectOK, error)
ArchiveProject stops run
func (*Client) BookmarkProject ¶
func (a *Client) BookmarkProject(params *BookmarkProjectParams, authInfo runtime.ClientAuthInfoWriter) (*BookmarkProjectOK, error)
BookmarkProject invalidates run
func (*Client) CreateProject ¶
func (a *Client) CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter) (*CreateProjectOK, error)
CreateProject gets run
func (*Client) DeleteProject ¶
func (a *Client) DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteProjectOK, error)
DeleteProject deletes runs
func (*Client) DisableProjectCI ¶
func (a *Client) DisableProjectCI(params *DisableProjectCIParams, authInfo runtime.ClientAuthInfoWriter) (*DisableProjectCIOK, error)
DisableProjectCI restarts run
func (*Client) EnableProjectCI ¶
func (a *Client) EnableProjectCI(params *EnableProjectCIParams, authInfo runtime.ClientAuthInfoWriter) (*EnableProjectCIOK, error)
EnableProjectCI restarts run with copy
func (*Client) GetProject ¶
func (a *Client) GetProject(params *GetProjectParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectOK, error)
GetProject updates run
func (*Client) ListArchivedProjects ¶
func (a *Client) ListArchivedProjects(params *ListArchivedProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ListArchivedProjectsOK, error)
ListArchivedProjects creates new run
func (*Client) ListBookmarkedProjects ¶
func (a *Client) ListBookmarkedProjects(params *ListBookmarkedProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ListBookmarkedProjectsOK, error)
ListBookmarkedProjects lists runs
func (*Client) ListProjectNames ¶
func (a *Client) ListProjectNames(params *ListProjectNamesParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectNamesOK, error)
ListProjectNames lists archived runs for user
func (*Client) ListProjects ¶
func (a *Client) ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectsOK, error)
ListProjects lists bookmarked runs for user
func (*Client) PatchProject ¶
func (a *Client) PatchProject(params *PatchProjectParams, authInfo runtime.ClientAuthInfoWriter) (*PatchProjectOK, error)
PatchProject deletes run
func (*Client) RestoreExperiment ¶
func (a *Client) RestoreExperiment(params *RestoreExperimentParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreExperimentOK, error)
RestoreExperiment stops runs
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UnbookmarkProject ¶
func (a *Client) UnbookmarkProject(params *UnbookmarkProjectParams, authInfo runtime.ClientAuthInfoWriter) (*UnbookmarkProjectOK, error)
UnbookmarkProject invalidates runs
func (*Client) UpdateProject ¶
func (a *Client) UpdateProject(params *UpdateProjectParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateProjectOK, error)
UpdateProject patches run
type CreateProjectForbidden ¶
type CreateProjectForbidden struct {
Payload interface{}
}
CreateProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewCreateProjectForbidden ¶
func NewCreateProjectForbidden() *CreateProjectForbidden
NewCreateProjectForbidden creates a CreateProjectForbidden with default headers values
func (*CreateProjectForbidden) Error ¶
func (o *CreateProjectForbidden) Error() string
func (*CreateProjectForbidden) GetPayload ¶
func (o *CreateProjectForbidden) GetPayload() interface{}
type CreateProjectNotFound ¶
type CreateProjectNotFound struct {
Payload string
}
CreateProjectNotFound handles this case with default header values.
Resource does not exist.
func NewCreateProjectNotFound ¶
func NewCreateProjectNotFound() *CreateProjectNotFound
NewCreateProjectNotFound creates a CreateProjectNotFound with default headers values
func (*CreateProjectNotFound) Error ¶
func (o *CreateProjectNotFound) Error() string
func (*CreateProjectNotFound) GetPayload ¶
func (o *CreateProjectNotFound) GetPayload() string
type CreateProjectOK ¶
type CreateProjectOK struct {
Payload *service_model.V1Project
}
CreateProjectOK handles this case with default header values.
A successful response.
func NewCreateProjectOK ¶
func NewCreateProjectOK() *CreateProjectOK
NewCreateProjectOK creates a CreateProjectOK with default headers values
func (*CreateProjectOK) Error ¶
func (o *CreateProjectOK) Error() string
func (*CreateProjectOK) GetPayload ¶
func (o *CreateProjectOK) GetPayload() *service_model.V1Project
type CreateProjectParams ¶
type CreateProjectParams struct { /*Body Project body */ Body *service_model.V1Project /*Owner Owner of the namespace */ Owner string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateProjectParams contains all the parameters to send to the API endpoint for the create project operation typically these are written to a http.Request
func NewCreateProjectParams ¶
func NewCreateProjectParams() *CreateProjectParams
NewCreateProjectParams creates a new CreateProjectParams object with the default values initialized.
func NewCreateProjectParamsWithContext ¶
func NewCreateProjectParamsWithContext(ctx context.Context) *CreateProjectParams
NewCreateProjectParamsWithContext creates a new CreateProjectParams object with the default values initialized, and the ability to set a context for a request
func NewCreateProjectParamsWithHTTPClient ¶
func NewCreateProjectParamsWithHTTPClient(client *http.Client) *CreateProjectParams
NewCreateProjectParamsWithHTTPClient creates a new CreateProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateProjectParamsWithTimeout ¶
func NewCreateProjectParamsWithTimeout(timeout time.Duration) *CreateProjectParams
NewCreateProjectParamsWithTimeout creates a new CreateProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateProjectParams) SetBody ¶
func (o *CreateProjectParams) SetBody(body *service_model.V1Project)
SetBody adds the body to the create project params
func (*CreateProjectParams) SetContext ¶
func (o *CreateProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the create project params
func (*CreateProjectParams) SetHTTPClient ¶
func (o *CreateProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create project params
func (*CreateProjectParams) SetOwner ¶
func (o *CreateProjectParams) SetOwner(owner string)
SetOwner adds the owner to the create project params
func (*CreateProjectParams) SetTimeout ¶
func (o *CreateProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create project params
func (*CreateProjectParams) WithBody ¶
func (o *CreateProjectParams) WithBody(body *service_model.V1Project) *CreateProjectParams
WithBody adds the body to the create project params
func (*CreateProjectParams) WithContext ¶
func (o *CreateProjectParams) WithContext(ctx context.Context) *CreateProjectParams
WithContext adds the context to the create project params
func (*CreateProjectParams) WithHTTPClient ¶
func (o *CreateProjectParams) WithHTTPClient(client *http.Client) *CreateProjectParams
WithHTTPClient adds the HTTPClient to the create project params
func (*CreateProjectParams) WithOwner ¶
func (o *CreateProjectParams) WithOwner(owner string) *CreateProjectParams
WithOwner adds the owner to the create project params
func (*CreateProjectParams) WithTimeout ¶
func (o *CreateProjectParams) WithTimeout(timeout time.Duration) *CreateProjectParams
WithTimeout adds the timeout to the create project params
func (*CreateProjectParams) WriteToRequest ¶
func (o *CreateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateProjectReader ¶
type CreateProjectReader struct {
// contains filtered or unexported fields
}
CreateProjectReader is a Reader for the CreateProject structure.
func (*CreateProjectReader) ReadResponse ¶
func (o *CreateProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteProjectForbidden ¶
type DeleteProjectForbidden struct {
Payload interface{}
}
DeleteProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewDeleteProjectForbidden ¶
func NewDeleteProjectForbidden() *DeleteProjectForbidden
NewDeleteProjectForbidden creates a DeleteProjectForbidden with default headers values
func (*DeleteProjectForbidden) Error ¶
func (o *DeleteProjectForbidden) Error() string
func (*DeleteProjectForbidden) GetPayload ¶
func (o *DeleteProjectForbidden) GetPayload() interface{}
type DeleteProjectNotFound ¶
type DeleteProjectNotFound struct {
Payload string
}
DeleteProjectNotFound handles this case with default header values.
Resource does not exist.
func NewDeleteProjectNotFound ¶
func NewDeleteProjectNotFound() *DeleteProjectNotFound
NewDeleteProjectNotFound creates a DeleteProjectNotFound with default headers values
func (*DeleteProjectNotFound) Error ¶
func (o *DeleteProjectNotFound) Error() string
func (*DeleteProjectNotFound) GetPayload ¶
func (o *DeleteProjectNotFound) GetPayload() string
type DeleteProjectOK ¶
type DeleteProjectOK struct {
Payload interface{}
}
DeleteProjectOK handles this case with default header values.
A successful response.
func NewDeleteProjectOK ¶
func NewDeleteProjectOK() *DeleteProjectOK
NewDeleteProjectOK creates a DeleteProjectOK with default headers values
func (*DeleteProjectOK) Error ¶
func (o *DeleteProjectOK) Error() string
func (*DeleteProjectOK) GetPayload ¶
func (o *DeleteProjectOK) GetPayload() interface{}
type DeleteProjectParams ¶
type DeleteProjectParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteProjectParams contains all the parameters to send to the API endpoint for the delete project operation typically these are written to a http.Request
func NewDeleteProjectParams ¶
func NewDeleteProjectParams() *DeleteProjectParams
NewDeleteProjectParams creates a new DeleteProjectParams object with the default values initialized.
func NewDeleteProjectParamsWithContext ¶
func NewDeleteProjectParamsWithContext(ctx context.Context) *DeleteProjectParams
NewDeleteProjectParamsWithContext creates a new DeleteProjectParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteProjectParamsWithHTTPClient ¶
func NewDeleteProjectParamsWithHTTPClient(client *http.Client) *DeleteProjectParams
NewDeleteProjectParamsWithHTTPClient creates a new DeleteProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteProjectParamsWithTimeout ¶
func NewDeleteProjectParamsWithTimeout(timeout time.Duration) *DeleteProjectParams
NewDeleteProjectParamsWithTimeout creates a new DeleteProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteProjectParams) SetContext ¶
func (o *DeleteProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the delete project params
func (*DeleteProjectParams) SetHTTPClient ¶
func (o *DeleteProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete project params
func (*DeleteProjectParams) SetOwner ¶
func (o *DeleteProjectParams) SetOwner(owner string)
SetOwner adds the owner to the delete project params
func (*DeleteProjectParams) SetProject ¶
func (o *DeleteProjectParams) SetProject(project string)
SetProject adds the project to the delete project params
func (*DeleteProjectParams) SetTimeout ¶
func (o *DeleteProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete project params
func (*DeleteProjectParams) WithContext ¶
func (o *DeleteProjectParams) WithContext(ctx context.Context) *DeleteProjectParams
WithContext adds the context to the delete project params
func (*DeleteProjectParams) WithHTTPClient ¶
func (o *DeleteProjectParams) WithHTTPClient(client *http.Client) *DeleteProjectParams
WithHTTPClient adds the HTTPClient to the delete project params
func (*DeleteProjectParams) WithOwner ¶
func (o *DeleteProjectParams) WithOwner(owner string) *DeleteProjectParams
WithOwner adds the owner to the delete project params
func (*DeleteProjectParams) WithProject ¶
func (o *DeleteProjectParams) WithProject(project string) *DeleteProjectParams
WithProject adds the project to the delete project params
func (*DeleteProjectParams) WithTimeout ¶
func (o *DeleteProjectParams) WithTimeout(timeout time.Duration) *DeleteProjectParams
WithTimeout adds the timeout to the delete project params
func (*DeleteProjectParams) WriteToRequest ¶
func (o *DeleteProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteProjectReader ¶
type DeleteProjectReader struct {
// contains filtered or unexported fields
}
DeleteProjectReader is a Reader for the DeleteProject structure.
func (*DeleteProjectReader) ReadResponse ¶
func (o *DeleteProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DisableProjectCIForbidden ¶
type DisableProjectCIForbidden struct {
Payload interface{}
}
DisableProjectCIForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewDisableProjectCIForbidden ¶
func NewDisableProjectCIForbidden() *DisableProjectCIForbidden
NewDisableProjectCIForbidden creates a DisableProjectCIForbidden with default headers values
func (*DisableProjectCIForbidden) Error ¶
func (o *DisableProjectCIForbidden) Error() string
func (*DisableProjectCIForbidden) GetPayload ¶
func (o *DisableProjectCIForbidden) GetPayload() interface{}
type DisableProjectCINotFound ¶
type DisableProjectCINotFound struct {
Payload string
}
DisableProjectCINotFound handles this case with default header values.
Resource does not exist.
func NewDisableProjectCINotFound ¶
func NewDisableProjectCINotFound() *DisableProjectCINotFound
NewDisableProjectCINotFound creates a DisableProjectCINotFound with default headers values
func (*DisableProjectCINotFound) Error ¶
func (o *DisableProjectCINotFound) Error() string
func (*DisableProjectCINotFound) GetPayload ¶
func (o *DisableProjectCINotFound) GetPayload() string
type DisableProjectCIOK ¶
type DisableProjectCIOK struct {
Payload interface{}
}
DisableProjectCIOK handles this case with default header values.
A successful response.
func NewDisableProjectCIOK ¶
func NewDisableProjectCIOK() *DisableProjectCIOK
NewDisableProjectCIOK creates a DisableProjectCIOK with default headers values
func (*DisableProjectCIOK) Error ¶
func (o *DisableProjectCIOK) Error() string
func (*DisableProjectCIOK) GetPayload ¶
func (o *DisableProjectCIOK) GetPayload() interface{}
type DisableProjectCIParams ¶
type DisableProjectCIParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DisableProjectCIParams contains all the parameters to send to the API endpoint for the disable project c i operation typically these are written to a http.Request
func NewDisableProjectCIParams ¶
func NewDisableProjectCIParams() *DisableProjectCIParams
NewDisableProjectCIParams creates a new DisableProjectCIParams object with the default values initialized.
func NewDisableProjectCIParamsWithContext ¶
func NewDisableProjectCIParamsWithContext(ctx context.Context) *DisableProjectCIParams
NewDisableProjectCIParamsWithContext creates a new DisableProjectCIParams object with the default values initialized, and the ability to set a context for a request
func NewDisableProjectCIParamsWithHTTPClient ¶
func NewDisableProjectCIParamsWithHTTPClient(client *http.Client) *DisableProjectCIParams
NewDisableProjectCIParamsWithHTTPClient creates a new DisableProjectCIParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDisableProjectCIParamsWithTimeout ¶
func NewDisableProjectCIParamsWithTimeout(timeout time.Duration) *DisableProjectCIParams
NewDisableProjectCIParamsWithTimeout creates a new DisableProjectCIParams object with the default values initialized, and the ability to set a timeout on a request
func (*DisableProjectCIParams) SetContext ¶
func (o *DisableProjectCIParams) SetContext(ctx context.Context)
SetContext adds the context to the disable project c i params
func (*DisableProjectCIParams) SetHTTPClient ¶
func (o *DisableProjectCIParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the disable project c i params
func (*DisableProjectCIParams) SetOwner ¶
func (o *DisableProjectCIParams) SetOwner(owner string)
SetOwner adds the owner to the disable project c i params
func (*DisableProjectCIParams) SetProject ¶
func (o *DisableProjectCIParams) SetProject(project string)
SetProject adds the project to the disable project c i params
func (*DisableProjectCIParams) SetTimeout ¶
func (o *DisableProjectCIParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the disable project c i params
func (*DisableProjectCIParams) WithContext ¶
func (o *DisableProjectCIParams) WithContext(ctx context.Context) *DisableProjectCIParams
WithContext adds the context to the disable project c i params
func (*DisableProjectCIParams) WithHTTPClient ¶
func (o *DisableProjectCIParams) WithHTTPClient(client *http.Client) *DisableProjectCIParams
WithHTTPClient adds the HTTPClient to the disable project c i params
func (*DisableProjectCIParams) WithOwner ¶
func (o *DisableProjectCIParams) WithOwner(owner string) *DisableProjectCIParams
WithOwner adds the owner to the disable project c i params
func (*DisableProjectCIParams) WithProject ¶
func (o *DisableProjectCIParams) WithProject(project string) *DisableProjectCIParams
WithProject adds the project to the disable project c i params
func (*DisableProjectCIParams) WithTimeout ¶
func (o *DisableProjectCIParams) WithTimeout(timeout time.Duration) *DisableProjectCIParams
WithTimeout adds the timeout to the disable project c i params
func (*DisableProjectCIParams) WriteToRequest ¶
func (o *DisableProjectCIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DisableProjectCIReader ¶
type DisableProjectCIReader struct {
// contains filtered or unexported fields
}
DisableProjectCIReader is a Reader for the DisableProjectCI structure.
func (*DisableProjectCIReader) ReadResponse ¶
func (o *DisableProjectCIReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnableProjectCIForbidden ¶
type EnableProjectCIForbidden struct {
Payload interface{}
}
EnableProjectCIForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewEnableProjectCIForbidden ¶
func NewEnableProjectCIForbidden() *EnableProjectCIForbidden
NewEnableProjectCIForbidden creates a EnableProjectCIForbidden with default headers values
func (*EnableProjectCIForbidden) Error ¶
func (o *EnableProjectCIForbidden) Error() string
func (*EnableProjectCIForbidden) GetPayload ¶
func (o *EnableProjectCIForbidden) GetPayload() interface{}
type EnableProjectCINotFound ¶
type EnableProjectCINotFound struct {
Payload string
}
EnableProjectCINotFound handles this case with default header values.
Resource does not exist.
func NewEnableProjectCINotFound ¶
func NewEnableProjectCINotFound() *EnableProjectCINotFound
NewEnableProjectCINotFound creates a EnableProjectCINotFound with default headers values
func (*EnableProjectCINotFound) Error ¶
func (o *EnableProjectCINotFound) Error() string
func (*EnableProjectCINotFound) GetPayload ¶
func (o *EnableProjectCINotFound) GetPayload() string
type EnableProjectCIOK ¶
type EnableProjectCIOK struct {
Payload interface{}
}
EnableProjectCIOK handles this case with default header values.
A successful response.
func NewEnableProjectCIOK ¶
func NewEnableProjectCIOK() *EnableProjectCIOK
NewEnableProjectCIOK creates a EnableProjectCIOK with default headers values
func (*EnableProjectCIOK) Error ¶
func (o *EnableProjectCIOK) Error() string
func (*EnableProjectCIOK) GetPayload ¶
func (o *EnableProjectCIOK) GetPayload() interface{}
type EnableProjectCIParams ¶
type EnableProjectCIParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnableProjectCIParams contains all the parameters to send to the API endpoint for the enable project c i operation typically these are written to a http.Request
func NewEnableProjectCIParams ¶
func NewEnableProjectCIParams() *EnableProjectCIParams
NewEnableProjectCIParams creates a new EnableProjectCIParams object with the default values initialized.
func NewEnableProjectCIParamsWithContext ¶
func NewEnableProjectCIParamsWithContext(ctx context.Context) *EnableProjectCIParams
NewEnableProjectCIParamsWithContext creates a new EnableProjectCIParams object with the default values initialized, and the ability to set a context for a request
func NewEnableProjectCIParamsWithHTTPClient ¶
func NewEnableProjectCIParamsWithHTTPClient(client *http.Client) *EnableProjectCIParams
NewEnableProjectCIParamsWithHTTPClient creates a new EnableProjectCIParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewEnableProjectCIParamsWithTimeout ¶
func NewEnableProjectCIParamsWithTimeout(timeout time.Duration) *EnableProjectCIParams
NewEnableProjectCIParamsWithTimeout creates a new EnableProjectCIParams object with the default values initialized, and the ability to set a timeout on a request
func (*EnableProjectCIParams) SetContext ¶
func (o *EnableProjectCIParams) SetContext(ctx context.Context)
SetContext adds the context to the enable project c i params
func (*EnableProjectCIParams) SetHTTPClient ¶
func (o *EnableProjectCIParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enable project c i params
func (*EnableProjectCIParams) SetOwner ¶
func (o *EnableProjectCIParams) SetOwner(owner string)
SetOwner adds the owner to the enable project c i params
func (*EnableProjectCIParams) SetProject ¶
func (o *EnableProjectCIParams) SetProject(project string)
SetProject adds the project to the enable project c i params
func (*EnableProjectCIParams) SetTimeout ¶
func (o *EnableProjectCIParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enable project c i params
func (*EnableProjectCIParams) WithContext ¶
func (o *EnableProjectCIParams) WithContext(ctx context.Context) *EnableProjectCIParams
WithContext adds the context to the enable project c i params
func (*EnableProjectCIParams) WithHTTPClient ¶
func (o *EnableProjectCIParams) WithHTTPClient(client *http.Client) *EnableProjectCIParams
WithHTTPClient adds the HTTPClient to the enable project c i params
func (*EnableProjectCIParams) WithOwner ¶
func (o *EnableProjectCIParams) WithOwner(owner string) *EnableProjectCIParams
WithOwner adds the owner to the enable project c i params
func (*EnableProjectCIParams) WithProject ¶
func (o *EnableProjectCIParams) WithProject(project string) *EnableProjectCIParams
WithProject adds the project to the enable project c i params
func (*EnableProjectCIParams) WithTimeout ¶
func (o *EnableProjectCIParams) WithTimeout(timeout time.Duration) *EnableProjectCIParams
WithTimeout adds the timeout to the enable project c i params
func (*EnableProjectCIParams) WriteToRequest ¶
func (o *EnableProjectCIParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnableProjectCIReader ¶
type EnableProjectCIReader struct {
// contains filtered or unexported fields
}
EnableProjectCIReader is a Reader for the EnableProjectCI structure.
func (*EnableProjectCIReader) ReadResponse ¶
func (o *EnableProjectCIReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProjectForbidden ¶
type GetProjectForbidden struct {
Payload interface{}
}
GetProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewGetProjectForbidden ¶
func NewGetProjectForbidden() *GetProjectForbidden
NewGetProjectForbidden creates a GetProjectForbidden with default headers values
func (*GetProjectForbidden) Error ¶
func (o *GetProjectForbidden) Error() string
func (*GetProjectForbidden) GetPayload ¶
func (o *GetProjectForbidden) GetPayload() interface{}
type GetProjectNotFound ¶
type GetProjectNotFound struct {
Payload string
}
GetProjectNotFound handles this case with default header values.
Resource does not exist.
func NewGetProjectNotFound ¶
func NewGetProjectNotFound() *GetProjectNotFound
NewGetProjectNotFound creates a GetProjectNotFound with default headers values
func (*GetProjectNotFound) Error ¶
func (o *GetProjectNotFound) Error() string
func (*GetProjectNotFound) GetPayload ¶
func (o *GetProjectNotFound) GetPayload() string
type GetProjectOK ¶
type GetProjectOK struct {
Payload *service_model.V1Project
}
GetProjectOK handles this case with default header values.
A successful response.
func NewGetProjectOK ¶
func NewGetProjectOK() *GetProjectOK
NewGetProjectOK creates a GetProjectOK with default headers values
func (*GetProjectOK) Error ¶
func (o *GetProjectOK) Error() string
func (*GetProjectOK) GetPayload ¶
func (o *GetProjectOK) GetPayload() *service_model.V1Project
type GetProjectParams ¶
type GetProjectParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetProjectParams contains all the parameters to send to the API endpoint for the get project operation typically these are written to a http.Request
func NewGetProjectParams ¶
func NewGetProjectParams() *GetProjectParams
NewGetProjectParams creates a new GetProjectParams object with the default values initialized.
func NewGetProjectParamsWithContext ¶
func NewGetProjectParamsWithContext(ctx context.Context) *GetProjectParams
NewGetProjectParamsWithContext creates a new GetProjectParams object with the default values initialized, and the ability to set a context for a request
func NewGetProjectParamsWithHTTPClient ¶
func NewGetProjectParamsWithHTTPClient(client *http.Client) *GetProjectParams
NewGetProjectParamsWithHTTPClient creates a new GetProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetProjectParamsWithTimeout ¶
func NewGetProjectParamsWithTimeout(timeout time.Duration) *GetProjectParams
NewGetProjectParamsWithTimeout creates a new GetProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetProjectParams) SetContext ¶
func (o *GetProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the get project params
func (*GetProjectParams) SetHTTPClient ¶
func (o *GetProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get project params
func (*GetProjectParams) SetOwner ¶
func (o *GetProjectParams) SetOwner(owner string)
SetOwner adds the owner to the get project params
func (*GetProjectParams) SetProject ¶
func (o *GetProjectParams) SetProject(project string)
SetProject adds the project to the get project params
func (*GetProjectParams) SetTimeout ¶
func (o *GetProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get project params
func (*GetProjectParams) WithContext ¶
func (o *GetProjectParams) WithContext(ctx context.Context) *GetProjectParams
WithContext adds the context to the get project params
func (*GetProjectParams) WithHTTPClient ¶
func (o *GetProjectParams) WithHTTPClient(client *http.Client) *GetProjectParams
WithHTTPClient adds the HTTPClient to the get project params
func (*GetProjectParams) WithOwner ¶
func (o *GetProjectParams) WithOwner(owner string) *GetProjectParams
WithOwner adds the owner to the get project params
func (*GetProjectParams) WithProject ¶
func (o *GetProjectParams) WithProject(project string) *GetProjectParams
WithProject adds the project to the get project params
func (*GetProjectParams) WithTimeout ¶
func (o *GetProjectParams) WithTimeout(timeout time.Duration) *GetProjectParams
WithTimeout adds the timeout to the get project params
func (*GetProjectParams) WriteToRequest ¶
func (o *GetProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProjectReader ¶
type GetProjectReader struct {
// contains filtered or unexported fields
}
GetProjectReader is a Reader for the GetProject structure.
func (*GetProjectReader) ReadResponse ¶
func (o *GetProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListArchivedProjectsForbidden ¶
type ListArchivedProjectsForbidden struct {
Payload interface{}
}
ListArchivedProjectsForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewListArchivedProjectsForbidden ¶
func NewListArchivedProjectsForbidden() *ListArchivedProjectsForbidden
NewListArchivedProjectsForbidden creates a ListArchivedProjectsForbidden with default headers values
func (*ListArchivedProjectsForbidden) Error ¶
func (o *ListArchivedProjectsForbidden) Error() string
func (*ListArchivedProjectsForbidden) GetPayload ¶
func (o *ListArchivedProjectsForbidden) GetPayload() interface{}
type ListArchivedProjectsNotFound ¶
type ListArchivedProjectsNotFound struct {
Payload string
}
ListArchivedProjectsNotFound handles this case with default header values.
Resource does not exist.
func NewListArchivedProjectsNotFound ¶
func NewListArchivedProjectsNotFound() *ListArchivedProjectsNotFound
NewListArchivedProjectsNotFound creates a ListArchivedProjectsNotFound with default headers values
func (*ListArchivedProjectsNotFound) Error ¶
func (o *ListArchivedProjectsNotFound) Error() string
func (*ListArchivedProjectsNotFound) GetPayload ¶
func (o *ListArchivedProjectsNotFound) GetPayload() string
type ListArchivedProjectsOK ¶
type ListArchivedProjectsOK struct {
Payload *service_model.V1ListProjectsResponse
}
ListArchivedProjectsOK handles this case with default header values.
A successful response.
func NewListArchivedProjectsOK ¶
func NewListArchivedProjectsOK() *ListArchivedProjectsOK
NewListArchivedProjectsOK creates a ListArchivedProjectsOK with default headers values
func (*ListArchivedProjectsOK) Error ¶
func (o *ListArchivedProjectsOK) Error() string
func (*ListArchivedProjectsOK) GetPayload ¶
func (o *ListArchivedProjectsOK) GetPayload() *service_model.V1ListProjectsResponse
type ListArchivedProjectsParams ¶
type ListArchivedProjectsParams struct { /*Limit Limit size. */ Limit *int32 /*Offset Pagination offset. */ Offset *int32 /*Query Query filter the search search. */ Query *string /*Sort Sort to order the search. */ Sort *string /*User User */ User string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListArchivedProjectsParams contains all the parameters to send to the API endpoint for the list archived projects operation typically these are written to a http.Request
func NewListArchivedProjectsParams ¶
func NewListArchivedProjectsParams() *ListArchivedProjectsParams
NewListArchivedProjectsParams creates a new ListArchivedProjectsParams object with the default values initialized.
func NewListArchivedProjectsParamsWithContext ¶
func NewListArchivedProjectsParamsWithContext(ctx context.Context) *ListArchivedProjectsParams
NewListArchivedProjectsParamsWithContext creates a new ListArchivedProjectsParams object with the default values initialized, and the ability to set a context for a request
func NewListArchivedProjectsParamsWithHTTPClient ¶
func NewListArchivedProjectsParamsWithHTTPClient(client *http.Client) *ListArchivedProjectsParams
NewListArchivedProjectsParamsWithHTTPClient creates a new ListArchivedProjectsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListArchivedProjectsParamsWithTimeout ¶
func NewListArchivedProjectsParamsWithTimeout(timeout time.Duration) *ListArchivedProjectsParams
NewListArchivedProjectsParamsWithTimeout creates a new ListArchivedProjectsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListArchivedProjectsParams) SetContext ¶
func (o *ListArchivedProjectsParams) SetContext(ctx context.Context)
SetContext adds the context to the list archived projects params
func (*ListArchivedProjectsParams) SetHTTPClient ¶
func (o *ListArchivedProjectsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list archived projects params
func (*ListArchivedProjectsParams) SetLimit ¶
func (o *ListArchivedProjectsParams) SetLimit(limit *int32)
SetLimit adds the limit to the list archived projects params
func (*ListArchivedProjectsParams) SetOffset ¶
func (o *ListArchivedProjectsParams) SetOffset(offset *int32)
SetOffset adds the offset to the list archived projects params
func (*ListArchivedProjectsParams) SetQuery ¶
func (o *ListArchivedProjectsParams) SetQuery(query *string)
SetQuery adds the query to the list archived projects params
func (*ListArchivedProjectsParams) SetSort ¶
func (o *ListArchivedProjectsParams) SetSort(sort *string)
SetSort adds the sort to the list archived projects params
func (*ListArchivedProjectsParams) SetTimeout ¶
func (o *ListArchivedProjectsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list archived projects params
func (*ListArchivedProjectsParams) SetUser ¶
func (o *ListArchivedProjectsParams) SetUser(user string)
SetUser adds the user to the list archived projects params
func (*ListArchivedProjectsParams) WithContext ¶
func (o *ListArchivedProjectsParams) WithContext(ctx context.Context) *ListArchivedProjectsParams
WithContext adds the context to the list archived projects params
func (*ListArchivedProjectsParams) WithHTTPClient ¶
func (o *ListArchivedProjectsParams) WithHTTPClient(client *http.Client) *ListArchivedProjectsParams
WithHTTPClient adds the HTTPClient to the list archived projects params
func (*ListArchivedProjectsParams) WithLimit ¶
func (o *ListArchivedProjectsParams) WithLimit(limit *int32) *ListArchivedProjectsParams
WithLimit adds the limit to the list archived projects params
func (*ListArchivedProjectsParams) WithOffset ¶
func (o *ListArchivedProjectsParams) WithOffset(offset *int32) *ListArchivedProjectsParams
WithOffset adds the offset to the list archived projects params
func (*ListArchivedProjectsParams) WithQuery ¶
func (o *ListArchivedProjectsParams) WithQuery(query *string) *ListArchivedProjectsParams
WithQuery adds the query to the list archived projects params
func (*ListArchivedProjectsParams) WithSort ¶
func (o *ListArchivedProjectsParams) WithSort(sort *string) *ListArchivedProjectsParams
WithSort adds the sort to the list archived projects params
func (*ListArchivedProjectsParams) WithTimeout ¶
func (o *ListArchivedProjectsParams) WithTimeout(timeout time.Duration) *ListArchivedProjectsParams
WithTimeout adds the timeout to the list archived projects params
func (*ListArchivedProjectsParams) WithUser ¶
func (o *ListArchivedProjectsParams) WithUser(user string) *ListArchivedProjectsParams
WithUser adds the user to the list archived projects params
func (*ListArchivedProjectsParams) WriteToRequest ¶
func (o *ListArchivedProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListArchivedProjectsReader ¶
type ListArchivedProjectsReader struct {
// contains filtered or unexported fields
}
ListArchivedProjectsReader is a Reader for the ListArchivedProjects structure.
func (*ListArchivedProjectsReader) ReadResponse ¶
func (o *ListArchivedProjectsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListBookmarkedProjectsForbidden ¶
type ListBookmarkedProjectsForbidden struct {
Payload interface{}
}
ListBookmarkedProjectsForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewListBookmarkedProjectsForbidden ¶
func NewListBookmarkedProjectsForbidden() *ListBookmarkedProjectsForbidden
NewListBookmarkedProjectsForbidden creates a ListBookmarkedProjectsForbidden with default headers values
func (*ListBookmarkedProjectsForbidden) Error ¶
func (o *ListBookmarkedProjectsForbidden) Error() string
func (*ListBookmarkedProjectsForbidden) GetPayload ¶
func (o *ListBookmarkedProjectsForbidden) GetPayload() interface{}
type ListBookmarkedProjectsNotFound ¶
type ListBookmarkedProjectsNotFound struct {
Payload string
}
ListBookmarkedProjectsNotFound handles this case with default header values.
Resource does not exist.
func NewListBookmarkedProjectsNotFound ¶
func NewListBookmarkedProjectsNotFound() *ListBookmarkedProjectsNotFound
NewListBookmarkedProjectsNotFound creates a ListBookmarkedProjectsNotFound with default headers values
func (*ListBookmarkedProjectsNotFound) Error ¶
func (o *ListBookmarkedProjectsNotFound) Error() string
func (*ListBookmarkedProjectsNotFound) GetPayload ¶
func (o *ListBookmarkedProjectsNotFound) GetPayload() string
type ListBookmarkedProjectsOK ¶
type ListBookmarkedProjectsOK struct {
Payload *service_model.V1ListProjectsResponse
}
ListBookmarkedProjectsOK handles this case with default header values.
A successful response.
func NewListBookmarkedProjectsOK ¶
func NewListBookmarkedProjectsOK() *ListBookmarkedProjectsOK
NewListBookmarkedProjectsOK creates a ListBookmarkedProjectsOK with default headers values
func (*ListBookmarkedProjectsOK) Error ¶
func (o *ListBookmarkedProjectsOK) Error() string
func (*ListBookmarkedProjectsOK) GetPayload ¶
func (o *ListBookmarkedProjectsOK) GetPayload() *service_model.V1ListProjectsResponse
type ListBookmarkedProjectsParams ¶
type ListBookmarkedProjectsParams struct { /*Limit Limit size. */ Limit *int32 /*Offset Pagination offset. */ Offset *int32 /*Query Query filter the search search. */ Query *string /*Sort Sort to order the search. */ Sort *string /*User User */ User string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListBookmarkedProjectsParams contains all the parameters to send to the API endpoint for the list bookmarked projects operation typically these are written to a http.Request
func NewListBookmarkedProjectsParams ¶
func NewListBookmarkedProjectsParams() *ListBookmarkedProjectsParams
NewListBookmarkedProjectsParams creates a new ListBookmarkedProjectsParams object with the default values initialized.
func NewListBookmarkedProjectsParamsWithContext ¶
func NewListBookmarkedProjectsParamsWithContext(ctx context.Context) *ListBookmarkedProjectsParams
NewListBookmarkedProjectsParamsWithContext creates a new ListBookmarkedProjectsParams object with the default values initialized, and the ability to set a context for a request
func NewListBookmarkedProjectsParamsWithHTTPClient ¶
func NewListBookmarkedProjectsParamsWithHTTPClient(client *http.Client) *ListBookmarkedProjectsParams
NewListBookmarkedProjectsParamsWithHTTPClient creates a new ListBookmarkedProjectsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListBookmarkedProjectsParamsWithTimeout ¶
func NewListBookmarkedProjectsParamsWithTimeout(timeout time.Duration) *ListBookmarkedProjectsParams
NewListBookmarkedProjectsParamsWithTimeout creates a new ListBookmarkedProjectsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListBookmarkedProjectsParams) SetContext ¶
func (o *ListBookmarkedProjectsParams) SetContext(ctx context.Context)
SetContext adds the context to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetHTTPClient ¶
func (o *ListBookmarkedProjectsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetLimit ¶
func (o *ListBookmarkedProjectsParams) SetLimit(limit *int32)
SetLimit adds the limit to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetOffset ¶
func (o *ListBookmarkedProjectsParams) SetOffset(offset *int32)
SetOffset adds the offset to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetQuery ¶
func (o *ListBookmarkedProjectsParams) SetQuery(query *string)
SetQuery adds the query to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetSort ¶
func (o *ListBookmarkedProjectsParams) SetSort(sort *string)
SetSort adds the sort to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetTimeout ¶
func (o *ListBookmarkedProjectsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) SetUser ¶
func (o *ListBookmarkedProjectsParams) SetUser(user string)
SetUser adds the user to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithContext ¶
func (o *ListBookmarkedProjectsParams) WithContext(ctx context.Context) *ListBookmarkedProjectsParams
WithContext adds the context to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithHTTPClient ¶
func (o *ListBookmarkedProjectsParams) WithHTTPClient(client *http.Client) *ListBookmarkedProjectsParams
WithHTTPClient adds the HTTPClient to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithLimit ¶
func (o *ListBookmarkedProjectsParams) WithLimit(limit *int32) *ListBookmarkedProjectsParams
WithLimit adds the limit to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithOffset ¶
func (o *ListBookmarkedProjectsParams) WithOffset(offset *int32) *ListBookmarkedProjectsParams
WithOffset adds the offset to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithQuery ¶
func (o *ListBookmarkedProjectsParams) WithQuery(query *string) *ListBookmarkedProjectsParams
WithQuery adds the query to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithSort ¶
func (o *ListBookmarkedProjectsParams) WithSort(sort *string) *ListBookmarkedProjectsParams
WithSort adds the sort to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithTimeout ¶
func (o *ListBookmarkedProjectsParams) WithTimeout(timeout time.Duration) *ListBookmarkedProjectsParams
WithTimeout adds the timeout to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WithUser ¶
func (o *ListBookmarkedProjectsParams) WithUser(user string) *ListBookmarkedProjectsParams
WithUser adds the user to the list bookmarked projects params
func (*ListBookmarkedProjectsParams) WriteToRequest ¶
func (o *ListBookmarkedProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListBookmarkedProjectsReader ¶
type ListBookmarkedProjectsReader struct {
// contains filtered or unexported fields
}
ListBookmarkedProjectsReader is a Reader for the ListBookmarkedProjects structure.
func (*ListBookmarkedProjectsReader) ReadResponse ¶
func (o *ListBookmarkedProjectsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectNamesForbidden ¶
type ListProjectNamesForbidden struct {
Payload interface{}
}
ListProjectNamesForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewListProjectNamesForbidden ¶
func NewListProjectNamesForbidden() *ListProjectNamesForbidden
NewListProjectNamesForbidden creates a ListProjectNamesForbidden with default headers values
func (*ListProjectNamesForbidden) Error ¶
func (o *ListProjectNamesForbidden) Error() string
func (*ListProjectNamesForbidden) GetPayload ¶
func (o *ListProjectNamesForbidden) GetPayload() interface{}
type ListProjectNamesNotFound ¶
type ListProjectNamesNotFound struct {
Payload string
}
ListProjectNamesNotFound handles this case with default header values.
Resource does not exist.
func NewListProjectNamesNotFound ¶
func NewListProjectNamesNotFound() *ListProjectNamesNotFound
NewListProjectNamesNotFound creates a ListProjectNamesNotFound with default headers values
func (*ListProjectNamesNotFound) Error ¶
func (o *ListProjectNamesNotFound) Error() string
func (*ListProjectNamesNotFound) GetPayload ¶
func (o *ListProjectNamesNotFound) GetPayload() string
type ListProjectNamesOK ¶
type ListProjectNamesOK struct {
Payload *service_model.V1ListProjectsResponse
}
ListProjectNamesOK handles this case with default header values.
A successful response.
func NewListProjectNamesOK ¶
func NewListProjectNamesOK() *ListProjectNamesOK
NewListProjectNamesOK creates a ListProjectNamesOK with default headers values
func (*ListProjectNamesOK) Error ¶
func (o *ListProjectNamesOK) Error() string
func (*ListProjectNamesOK) GetPayload ¶
func (o *ListProjectNamesOK) GetPayload() *service_model.V1ListProjectsResponse
type ListProjectNamesParams ¶
type ListProjectNamesParams struct { /*Limit Limit size. */ Limit *int32 /*Offset Pagination offset. */ Offset *int32 /*Owner Owner of the namespace */ Owner string /*Query Query filter the search search. */ Query *string /*Sort Sort to order the search. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectNamesParams contains all the parameters to send to the API endpoint for the list project names operation typically these are written to a http.Request
func NewListProjectNamesParams ¶
func NewListProjectNamesParams() *ListProjectNamesParams
NewListProjectNamesParams creates a new ListProjectNamesParams object with the default values initialized.
func NewListProjectNamesParamsWithContext ¶
func NewListProjectNamesParamsWithContext(ctx context.Context) *ListProjectNamesParams
NewListProjectNamesParamsWithContext creates a new ListProjectNamesParams object with the default values initialized, and the ability to set a context for a request
func NewListProjectNamesParamsWithHTTPClient ¶
func NewListProjectNamesParamsWithHTTPClient(client *http.Client) *ListProjectNamesParams
NewListProjectNamesParamsWithHTTPClient creates a new ListProjectNamesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListProjectNamesParamsWithTimeout ¶
func NewListProjectNamesParamsWithTimeout(timeout time.Duration) *ListProjectNamesParams
NewListProjectNamesParamsWithTimeout creates a new ListProjectNamesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListProjectNamesParams) SetContext ¶
func (o *ListProjectNamesParams) SetContext(ctx context.Context)
SetContext adds the context to the list project names params
func (*ListProjectNamesParams) SetHTTPClient ¶
func (o *ListProjectNamesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project names params
func (*ListProjectNamesParams) SetLimit ¶
func (o *ListProjectNamesParams) SetLimit(limit *int32)
SetLimit adds the limit to the list project names params
func (*ListProjectNamesParams) SetOffset ¶
func (o *ListProjectNamesParams) SetOffset(offset *int32)
SetOffset adds the offset to the list project names params
func (*ListProjectNamesParams) SetOwner ¶
func (o *ListProjectNamesParams) SetOwner(owner string)
SetOwner adds the owner to the list project names params
func (*ListProjectNamesParams) SetQuery ¶
func (o *ListProjectNamesParams) SetQuery(query *string)
SetQuery adds the query to the list project names params
func (*ListProjectNamesParams) SetSort ¶
func (o *ListProjectNamesParams) SetSort(sort *string)
SetSort adds the sort to the list project names params
func (*ListProjectNamesParams) SetTimeout ¶
func (o *ListProjectNamesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project names params
func (*ListProjectNamesParams) WithContext ¶
func (o *ListProjectNamesParams) WithContext(ctx context.Context) *ListProjectNamesParams
WithContext adds the context to the list project names params
func (*ListProjectNamesParams) WithHTTPClient ¶
func (o *ListProjectNamesParams) WithHTTPClient(client *http.Client) *ListProjectNamesParams
WithHTTPClient adds the HTTPClient to the list project names params
func (*ListProjectNamesParams) WithLimit ¶
func (o *ListProjectNamesParams) WithLimit(limit *int32) *ListProjectNamesParams
WithLimit adds the limit to the list project names params
func (*ListProjectNamesParams) WithOffset ¶
func (o *ListProjectNamesParams) WithOffset(offset *int32) *ListProjectNamesParams
WithOffset adds the offset to the list project names params
func (*ListProjectNamesParams) WithOwner ¶
func (o *ListProjectNamesParams) WithOwner(owner string) *ListProjectNamesParams
WithOwner adds the owner to the list project names params
func (*ListProjectNamesParams) WithQuery ¶
func (o *ListProjectNamesParams) WithQuery(query *string) *ListProjectNamesParams
WithQuery adds the query to the list project names params
func (*ListProjectNamesParams) WithSort ¶
func (o *ListProjectNamesParams) WithSort(sort *string) *ListProjectNamesParams
WithSort adds the sort to the list project names params
func (*ListProjectNamesParams) WithTimeout ¶
func (o *ListProjectNamesParams) WithTimeout(timeout time.Duration) *ListProjectNamesParams
WithTimeout adds the timeout to the list project names params
func (*ListProjectNamesParams) WriteToRequest ¶
func (o *ListProjectNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectNamesReader ¶
type ListProjectNamesReader struct {
// contains filtered or unexported fields
}
ListProjectNamesReader is a Reader for the ListProjectNames structure.
func (*ListProjectNamesReader) ReadResponse ¶
func (o *ListProjectNamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectsForbidden ¶
type ListProjectsForbidden struct {
Payload interface{}
}
ListProjectsForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewListProjectsForbidden ¶
func NewListProjectsForbidden() *ListProjectsForbidden
NewListProjectsForbidden creates a ListProjectsForbidden with default headers values
func (*ListProjectsForbidden) Error ¶
func (o *ListProjectsForbidden) Error() string
func (*ListProjectsForbidden) GetPayload ¶
func (o *ListProjectsForbidden) GetPayload() interface{}
type ListProjectsNotFound ¶
type ListProjectsNotFound struct {
Payload string
}
ListProjectsNotFound handles this case with default header values.
Resource does not exist.
func NewListProjectsNotFound ¶
func NewListProjectsNotFound() *ListProjectsNotFound
NewListProjectsNotFound creates a ListProjectsNotFound with default headers values
func (*ListProjectsNotFound) Error ¶
func (o *ListProjectsNotFound) Error() string
func (*ListProjectsNotFound) GetPayload ¶
func (o *ListProjectsNotFound) GetPayload() string
type ListProjectsOK ¶
type ListProjectsOK struct {
Payload *service_model.V1ListProjectsResponse
}
ListProjectsOK handles this case with default header values.
A successful response.
func NewListProjectsOK ¶
func NewListProjectsOK() *ListProjectsOK
NewListProjectsOK creates a ListProjectsOK with default headers values
func (*ListProjectsOK) Error ¶
func (o *ListProjectsOK) Error() string
func (*ListProjectsOK) GetPayload ¶
func (o *ListProjectsOK) GetPayload() *service_model.V1ListProjectsResponse
type ListProjectsParams ¶
type ListProjectsParams struct { /*Limit Limit size. */ Limit *int32 /*Offset Pagination offset. */ Offset *int32 /*Owner Owner of the namespace */ Owner string /*Query Query filter the search search. */ Query *string /*Sort Sort to order the search. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectsParams contains all the parameters to send to the API endpoint for the list projects operation typically these are written to a http.Request
func NewListProjectsParams ¶
func NewListProjectsParams() *ListProjectsParams
NewListProjectsParams creates a new ListProjectsParams object with the default values initialized.
func NewListProjectsParamsWithContext ¶
func NewListProjectsParamsWithContext(ctx context.Context) *ListProjectsParams
NewListProjectsParamsWithContext creates a new ListProjectsParams object with the default values initialized, and the ability to set a context for a request
func NewListProjectsParamsWithHTTPClient ¶
func NewListProjectsParamsWithHTTPClient(client *http.Client) *ListProjectsParams
NewListProjectsParamsWithHTTPClient creates a new ListProjectsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListProjectsParamsWithTimeout ¶
func NewListProjectsParamsWithTimeout(timeout time.Duration) *ListProjectsParams
NewListProjectsParamsWithTimeout creates a new ListProjectsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ListProjectsParams) SetContext ¶
func (o *ListProjectsParams) SetContext(ctx context.Context)
SetContext adds the context to the list projects params
func (*ListProjectsParams) SetHTTPClient ¶
func (o *ListProjectsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list projects params
func (*ListProjectsParams) SetLimit ¶
func (o *ListProjectsParams) SetLimit(limit *int32)
SetLimit adds the limit to the list projects params
func (*ListProjectsParams) SetOffset ¶
func (o *ListProjectsParams) SetOffset(offset *int32)
SetOffset adds the offset to the list projects params
func (*ListProjectsParams) SetOwner ¶
func (o *ListProjectsParams) SetOwner(owner string)
SetOwner adds the owner to the list projects params
func (*ListProjectsParams) SetQuery ¶
func (o *ListProjectsParams) SetQuery(query *string)
SetQuery adds the query to the list projects params
func (*ListProjectsParams) SetSort ¶
func (o *ListProjectsParams) SetSort(sort *string)
SetSort adds the sort to the list projects params
func (*ListProjectsParams) SetTimeout ¶
func (o *ListProjectsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list projects params
func (*ListProjectsParams) WithContext ¶
func (o *ListProjectsParams) WithContext(ctx context.Context) *ListProjectsParams
WithContext adds the context to the list projects params
func (*ListProjectsParams) WithHTTPClient ¶
func (o *ListProjectsParams) WithHTTPClient(client *http.Client) *ListProjectsParams
WithHTTPClient adds the HTTPClient to the list projects params
func (*ListProjectsParams) WithLimit ¶
func (o *ListProjectsParams) WithLimit(limit *int32) *ListProjectsParams
WithLimit adds the limit to the list projects params
func (*ListProjectsParams) WithOffset ¶
func (o *ListProjectsParams) WithOffset(offset *int32) *ListProjectsParams
WithOffset adds the offset to the list projects params
func (*ListProjectsParams) WithOwner ¶
func (o *ListProjectsParams) WithOwner(owner string) *ListProjectsParams
WithOwner adds the owner to the list projects params
func (*ListProjectsParams) WithQuery ¶
func (o *ListProjectsParams) WithQuery(query *string) *ListProjectsParams
WithQuery adds the query to the list projects params
func (*ListProjectsParams) WithSort ¶
func (o *ListProjectsParams) WithSort(sort *string) *ListProjectsParams
WithSort adds the sort to the list projects params
func (*ListProjectsParams) WithTimeout ¶
func (o *ListProjectsParams) WithTimeout(timeout time.Duration) *ListProjectsParams
WithTimeout adds the timeout to the list projects params
func (*ListProjectsParams) WriteToRequest ¶
func (o *ListProjectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectsReader ¶
type ListProjectsReader struct {
// contains filtered or unexported fields
}
ListProjectsReader is a Reader for the ListProjects structure.
func (*ListProjectsReader) ReadResponse ¶
func (o *ListProjectsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchProjectForbidden ¶
type PatchProjectForbidden struct {
Payload interface{}
}
PatchProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewPatchProjectForbidden ¶
func NewPatchProjectForbidden() *PatchProjectForbidden
NewPatchProjectForbidden creates a PatchProjectForbidden with default headers values
func (*PatchProjectForbidden) Error ¶
func (o *PatchProjectForbidden) Error() string
func (*PatchProjectForbidden) GetPayload ¶
func (o *PatchProjectForbidden) GetPayload() interface{}
type PatchProjectNotFound ¶
type PatchProjectNotFound struct {
Payload string
}
PatchProjectNotFound handles this case with default header values.
Resource does not exist.
func NewPatchProjectNotFound ¶
func NewPatchProjectNotFound() *PatchProjectNotFound
NewPatchProjectNotFound creates a PatchProjectNotFound with default headers values
func (*PatchProjectNotFound) Error ¶
func (o *PatchProjectNotFound) Error() string
func (*PatchProjectNotFound) GetPayload ¶
func (o *PatchProjectNotFound) GetPayload() string
type PatchProjectOK ¶
type PatchProjectOK struct {
Payload *service_model.V1Project
}
PatchProjectOK handles this case with default header values.
A successful response.
func NewPatchProjectOK ¶
func NewPatchProjectOK() *PatchProjectOK
NewPatchProjectOK creates a PatchProjectOK with default headers values
func (*PatchProjectOK) Error ¶
func (o *PatchProjectOK) Error() string
func (*PatchProjectOK) GetPayload ¶
func (o *PatchProjectOK) GetPayload() *service_model.V1Project
type PatchProjectParams ¶
type PatchProjectParams struct { /*Body Project body */ Body *service_model.V1Project /*Owner Owner of the namespace */ Owner string /*ProjectName Required name */ ProjectName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchProjectParams contains all the parameters to send to the API endpoint for the patch project operation typically these are written to a http.Request
func NewPatchProjectParams ¶
func NewPatchProjectParams() *PatchProjectParams
NewPatchProjectParams creates a new PatchProjectParams object with the default values initialized.
func NewPatchProjectParamsWithContext ¶
func NewPatchProjectParamsWithContext(ctx context.Context) *PatchProjectParams
NewPatchProjectParamsWithContext creates a new PatchProjectParams object with the default values initialized, and the ability to set a context for a request
func NewPatchProjectParamsWithHTTPClient ¶
func NewPatchProjectParamsWithHTTPClient(client *http.Client) *PatchProjectParams
NewPatchProjectParamsWithHTTPClient creates a new PatchProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPatchProjectParamsWithTimeout ¶
func NewPatchProjectParamsWithTimeout(timeout time.Duration) *PatchProjectParams
NewPatchProjectParamsWithTimeout creates a new PatchProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*PatchProjectParams) SetBody ¶
func (o *PatchProjectParams) SetBody(body *service_model.V1Project)
SetBody adds the body to the patch project params
func (*PatchProjectParams) SetContext ¶
func (o *PatchProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the patch project params
func (*PatchProjectParams) SetHTTPClient ¶
func (o *PatchProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch project params
func (*PatchProjectParams) SetOwner ¶
func (o *PatchProjectParams) SetOwner(owner string)
SetOwner adds the owner to the patch project params
func (*PatchProjectParams) SetProjectName ¶
func (o *PatchProjectParams) SetProjectName(projectName string)
SetProjectName adds the projectName to the patch project params
func (*PatchProjectParams) SetTimeout ¶
func (o *PatchProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch project params
func (*PatchProjectParams) WithBody ¶
func (o *PatchProjectParams) WithBody(body *service_model.V1Project) *PatchProjectParams
WithBody adds the body to the patch project params
func (*PatchProjectParams) WithContext ¶
func (o *PatchProjectParams) WithContext(ctx context.Context) *PatchProjectParams
WithContext adds the context to the patch project params
func (*PatchProjectParams) WithHTTPClient ¶
func (o *PatchProjectParams) WithHTTPClient(client *http.Client) *PatchProjectParams
WithHTTPClient adds the HTTPClient to the patch project params
func (*PatchProjectParams) WithOwner ¶
func (o *PatchProjectParams) WithOwner(owner string) *PatchProjectParams
WithOwner adds the owner to the patch project params
func (*PatchProjectParams) WithProjectName ¶
func (o *PatchProjectParams) WithProjectName(projectName string) *PatchProjectParams
WithProjectName adds the projectName to the patch project params
func (*PatchProjectParams) WithTimeout ¶
func (o *PatchProjectParams) WithTimeout(timeout time.Duration) *PatchProjectParams
WithTimeout adds the timeout to the patch project params
func (*PatchProjectParams) WriteToRequest ¶
func (o *PatchProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchProjectReader ¶
type PatchProjectReader struct {
// contains filtered or unexported fields
}
PatchProjectReader is a Reader for the PatchProject structure.
func (*PatchProjectReader) ReadResponse ¶
func (o *PatchProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreExperimentForbidden ¶
type RestoreExperimentForbidden struct {
Payload interface{}
}
RestoreExperimentForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewRestoreExperimentForbidden ¶
func NewRestoreExperimentForbidden() *RestoreExperimentForbidden
NewRestoreExperimentForbidden creates a RestoreExperimentForbidden with default headers values
func (*RestoreExperimentForbidden) Error ¶
func (o *RestoreExperimentForbidden) Error() string
func (*RestoreExperimentForbidden) GetPayload ¶
func (o *RestoreExperimentForbidden) GetPayload() interface{}
type RestoreExperimentNotFound ¶
type RestoreExperimentNotFound struct {
Payload string
}
RestoreExperimentNotFound handles this case with default header values.
Resource does not exist.
func NewRestoreExperimentNotFound ¶
func NewRestoreExperimentNotFound() *RestoreExperimentNotFound
NewRestoreExperimentNotFound creates a RestoreExperimentNotFound with default headers values
func (*RestoreExperimentNotFound) Error ¶
func (o *RestoreExperimentNotFound) Error() string
func (*RestoreExperimentNotFound) GetPayload ¶
func (o *RestoreExperimentNotFound) GetPayload() string
type RestoreExperimentOK ¶
type RestoreExperimentOK struct {
Payload interface{}
}
RestoreExperimentOK handles this case with default header values.
A successful response.
func NewRestoreExperimentOK ¶
func NewRestoreExperimentOK() *RestoreExperimentOK
NewRestoreExperimentOK creates a RestoreExperimentOK with default headers values
func (*RestoreExperimentOK) Error ¶
func (o *RestoreExperimentOK) Error() string
func (*RestoreExperimentOK) GetPayload ¶
func (o *RestoreExperimentOK) GetPayload() interface{}
type RestoreExperimentParams ¶
type RestoreExperimentParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestoreExperimentParams contains all the parameters to send to the API endpoint for the restore experiment operation typically these are written to a http.Request
func NewRestoreExperimentParams ¶
func NewRestoreExperimentParams() *RestoreExperimentParams
NewRestoreExperimentParams creates a new RestoreExperimentParams object with the default values initialized.
func NewRestoreExperimentParamsWithContext ¶
func NewRestoreExperimentParamsWithContext(ctx context.Context) *RestoreExperimentParams
NewRestoreExperimentParamsWithContext creates a new RestoreExperimentParams object with the default values initialized, and the ability to set a context for a request
func NewRestoreExperimentParamsWithHTTPClient ¶
func NewRestoreExperimentParamsWithHTTPClient(client *http.Client) *RestoreExperimentParams
NewRestoreExperimentParamsWithHTTPClient creates a new RestoreExperimentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRestoreExperimentParamsWithTimeout ¶
func NewRestoreExperimentParamsWithTimeout(timeout time.Duration) *RestoreExperimentParams
NewRestoreExperimentParamsWithTimeout creates a new RestoreExperimentParams object with the default values initialized, and the ability to set a timeout on a request
func (*RestoreExperimentParams) SetContext ¶
func (o *RestoreExperimentParams) SetContext(ctx context.Context)
SetContext adds the context to the restore experiment params
func (*RestoreExperimentParams) SetHTTPClient ¶
func (o *RestoreExperimentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore experiment params
func (*RestoreExperimentParams) SetOwner ¶
func (o *RestoreExperimentParams) SetOwner(owner string)
SetOwner adds the owner to the restore experiment params
func (*RestoreExperimentParams) SetProject ¶
func (o *RestoreExperimentParams) SetProject(project string)
SetProject adds the project to the restore experiment params
func (*RestoreExperimentParams) SetTimeout ¶
func (o *RestoreExperimentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore experiment params
func (*RestoreExperimentParams) WithContext ¶
func (o *RestoreExperimentParams) WithContext(ctx context.Context) *RestoreExperimentParams
WithContext adds the context to the restore experiment params
func (*RestoreExperimentParams) WithHTTPClient ¶
func (o *RestoreExperimentParams) WithHTTPClient(client *http.Client) *RestoreExperimentParams
WithHTTPClient adds the HTTPClient to the restore experiment params
func (*RestoreExperimentParams) WithOwner ¶
func (o *RestoreExperimentParams) WithOwner(owner string) *RestoreExperimentParams
WithOwner adds the owner to the restore experiment params
func (*RestoreExperimentParams) WithProject ¶
func (o *RestoreExperimentParams) WithProject(project string) *RestoreExperimentParams
WithProject adds the project to the restore experiment params
func (*RestoreExperimentParams) WithTimeout ¶
func (o *RestoreExperimentParams) WithTimeout(timeout time.Duration) *RestoreExperimentParams
WithTimeout adds the timeout to the restore experiment params
func (*RestoreExperimentParams) WriteToRequest ¶
func (o *RestoreExperimentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreExperimentReader ¶
type RestoreExperimentReader struct {
// contains filtered or unexported fields
}
RestoreExperimentReader is a Reader for the RestoreExperiment structure.
func (*RestoreExperimentReader) ReadResponse ¶
func (o *RestoreExperimentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnbookmarkProjectForbidden ¶
type UnbookmarkProjectForbidden struct {
Payload interface{}
}
UnbookmarkProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewUnbookmarkProjectForbidden ¶
func NewUnbookmarkProjectForbidden() *UnbookmarkProjectForbidden
NewUnbookmarkProjectForbidden creates a UnbookmarkProjectForbidden with default headers values
func (*UnbookmarkProjectForbidden) Error ¶
func (o *UnbookmarkProjectForbidden) Error() string
func (*UnbookmarkProjectForbidden) GetPayload ¶
func (o *UnbookmarkProjectForbidden) GetPayload() interface{}
type UnbookmarkProjectNotFound ¶
type UnbookmarkProjectNotFound struct {
Payload string
}
UnbookmarkProjectNotFound handles this case with default header values.
Resource does not exist.
func NewUnbookmarkProjectNotFound ¶
func NewUnbookmarkProjectNotFound() *UnbookmarkProjectNotFound
NewUnbookmarkProjectNotFound creates a UnbookmarkProjectNotFound with default headers values
func (*UnbookmarkProjectNotFound) Error ¶
func (o *UnbookmarkProjectNotFound) Error() string
func (*UnbookmarkProjectNotFound) GetPayload ¶
func (o *UnbookmarkProjectNotFound) GetPayload() string
type UnbookmarkProjectOK ¶
type UnbookmarkProjectOK struct {
Payload interface{}
}
UnbookmarkProjectOK handles this case with default header values.
A successful response.
func NewUnbookmarkProjectOK ¶
func NewUnbookmarkProjectOK() *UnbookmarkProjectOK
NewUnbookmarkProjectOK creates a UnbookmarkProjectOK with default headers values
func (*UnbookmarkProjectOK) Error ¶
func (o *UnbookmarkProjectOK) Error() string
func (*UnbookmarkProjectOK) GetPayload ¶
func (o *UnbookmarkProjectOK) GetPayload() interface{}
type UnbookmarkProjectParams ¶
type UnbookmarkProjectParams struct { /*Owner Owner of the namespace */ Owner string /*Project Project under namesapce */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnbookmarkProjectParams contains all the parameters to send to the API endpoint for the unbookmark project operation typically these are written to a http.Request
func NewUnbookmarkProjectParams ¶
func NewUnbookmarkProjectParams() *UnbookmarkProjectParams
NewUnbookmarkProjectParams creates a new UnbookmarkProjectParams object with the default values initialized.
func NewUnbookmarkProjectParamsWithContext ¶
func NewUnbookmarkProjectParamsWithContext(ctx context.Context) *UnbookmarkProjectParams
NewUnbookmarkProjectParamsWithContext creates a new UnbookmarkProjectParams object with the default values initialized, and the ability to set a context for a request
func NewUnbookmarkProjectParamsWithHTTPClient ¶
func NewUnbookmarkProjectParamsWithHTTPClient(client *http.Client) *UnbookmarkProjectParams
NewUnbookmarkProjectParamsWithHTTPClient creates a new UnbookmarkProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUnbookmarkProjectParamsWithTimeout ¶
func NewUnbookmarkProjectParamsWithTimeout(timeout time.Duration) *UnbookmarkProjectParams
NewUnbookmarkProjectParamsWithTimeout creates a new UnbookmarkProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*UnbookmarkProjectParams) SetContext ¶
func (o *UnbookmarkProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the unbookmark project params
func (*UnbookmarkProjectParams) SetHTTPClient ¶
func (o *UnbookmarkProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unbookmark project params
func (*UnbookmarkProjectParams) SetOwner ¶
func (o *UnbookmarkProjectParams) SetOwner(owner string)
SetOwner adds the owner to the unbookmark project params
func (*UnbookmarkProjectParams) SetProject ¶
func (o *UnbookmarkProjectParams) SetProject(project string)
SetProject adds the project to the unbookmark project params
func (*UnbookmarkProjectParams) SetTimeout ¶
func (o *UnbookmarkProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unbookmark project params
func (*UnbookmarkProjectParams) WithContext ¶
func (o *UnbookmarkProjectParams) WithContext(ctx context.Context) *UnbookmarkProjectParams
WithContext adds the context to the unbookmark project params
func (*UnbookmarkProjectParams) WithHTTPClient ¶
func (o *UnbookmarkProjectParams) WithHTTPClient(client *http.Client) *UnbookmarkProjectParams
WithHTTPClient adds the HTTPClient to the unbookmark project params
func (*UnbookmarkProjectParams) WithOwner ¶
func (o *UnbookmarkProjectParams) WithOwner(owner string) *UnbookmarkProjectParams
WithOwner adds the owner to the unbookmark project params
func (*UnbookmarkProjectParams) WithProject ¶
func (o *UnbookmarkProjectParams) WithProject(project string) *UnbookmarkProjectParams
WithProject adds the project to the unbookmark project params
func (*UnbookmarkProjectParams) WithTimeout ¶
func (o *UnbookmarkProjectParams) WithTimeout(timeout time.Duration) *UnbookmarkProjectParams
WithTimeout adds the timeout to the unbookmark project params
func (*UnbookmarkProjectParams) WriteToRequest ¶
func (o *UnbookmarkProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnbookmarkProjectReader ¶
type UnbookmarkProjectReader struct {
// contains filtered or unexported fields
}
UnbookmarkProjectReader is a Reader for the UnbookmarkProject structure.
func (*UnbookmarkProjectReader) ReadResponse ¶
func (o *UnbookmarkProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateProjectForbidden ¶
type UpdateProjectForbidden struct {
Payload interface{}
}
UpdateProjectForbidden handles this case with default header values.
You don't have permission to access the resource.
func NewUpdateProjectForbidden ¶
func NewUpdateProjectForbidden() *UpdateProjectForbidden
NewUpdateProjectForbidden creates a UpdateProjectForbidden with default headers values
func (*UpdateProjectForbidden) Error ¶
func (o *UpdateProjectForbidden) Error() string
func (*UpdateProjectForbidden) GetPayload ¶
func (o *UpdateProjectForbidden) GetPayload() interface{}
type UpdateProjectNotFound ¶
type UpdateProjectNotFound struct {
Payload string
}
UpdateProjectNotFound handles this case with default header values.
Resource does not exist.
func NewUpdateProjectNotFound ¶
func NewUpdateProjectNotFound() *UpdateProjectNotFound
NewUpdateProjectNotFound creates a UpdateProjectNotFound with default headers values
func (*UpdateProjectNotFound) Error ¶
func (o *UpdateProjectNotFound) Error() string
func (*UpdateProjectNotFound) GetPayload ¶
func (o *UpdateProjectNotFound) GetPayload() string
type UpdateProjectOK ¶
type UpdateProjectOK struct {
Payload *service_model.V1Project
}
UpdateProjectOK handles this case with default header values.
A successful response.
func NewUpdateProjectOK ¶
func NewUpdateProjectOK() *UpdateProjectOK
NewUpdateProjectOK creates a UpdateProjectOK with default headers values
func (*UpdateProjectOK) Error ¶
func (o *UpdateProjectOK) Error() string
func (*UpdateProjectOK) GetPayload ¶
func (o *UpdateProjectOK) GetPayload() *service_model.V1Project
type UpdateProjectParams ¶
type UpdateProjectParams struct { /*Body Project body */ Body *service_model.V1Project /*Owner Owner of the namespace */ Owner string /*ProjectName Required name */ ProjectName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateProjectParams contains all the parameters to send to the API endpoint for the update project operation typically these are written to a http.Request
func NewUpdateProjectParams ¶
func NewUpdateProjectParams() *UpdateProjectParams
NewUpdateProjectParams creates a new UpdateProjectParams object with the default values initialized.
func NewUpdateProjectParamsWithContext ¶
func NewUpdateProjectParamsWithContext(ctx context.Context) *UpdateProjectParams
NewUpdateProjectParamsWithContext creates a new UpdateProjectParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateProjectParamsWithHTTPClient ¶
func NewUpdateProjectParamsWithHTTPClient(client *http.Client) *UpdateProjectParams
NewUpdateProjectParamsWithHTTPClient creates a new UpdateProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateProjectParamsWithTimeout ¶
func NewUpdateProjectParamsWithTimeout(timeout time.Duration) *UpdateProjectParams
NewUpdateProjectParamsWithTimeout creates a new UpdateProjectParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateProjectParams) SetBody ¶
func (o *UpdateProjectParams) SetBody(body *service_model.V1Project)
SetBody adds the body to the update project params
func (*UpdateProjectParams) SetContext ¶
func (o *UpdateProjectParams) SetContext(ctx context.Context)
SetContext adds the context to the update project params
func (*UpdateProjectParams) SetHTTPClient ¶
func (o *UpdateProjectParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update project params
func (*UpdateProjectParams) SetOwner ¶
func (o *UpdateProjectParams) SetOwner(owner string)
SetOwner adds the owner to the update project params
func (*UpdateProjectParams) SetProjectName ¶
func (o *UpdateProjectParams) SetProjectName(projectName string)
SetProjectName adds the projectName to the update project params
func (*UpdateProjectParams) SetTimeout ¶
func (o *UpdateProjectParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update project params
func (*UpdateProjectParams) WithBody ¶
func (o *UpdateProjectParams) WithBody(body *service_model.V1Project) *UpdateProjectParams
WithBody adds the body to the update project params
func (*UpdateProjectParams) WithContext ¶
func (o *UpdateProjectParams) WithContext(ctx context.Context) *UpdateProjectParams
WithContext adds the context to the update project params
func (*UpdateProjectParams) WithHTTPClient ¶
func (o *UpdateProjectParams) WithHTTPClient(client *http.Client) *UpdateProjectParams
WithHTTPClient adds the HTTPClient to the update project params
func (*UpdateProjectParams) WithOwner ¶
func (o *UpdateProjectParams) WithOwner(owner string) *UpdateProjectParams
WithOwner adds the owner to the update project params
func (*UpdateProjectParams) WithProjectName ¶
func (o *UpdateProjectParams) WithProjectName(projectName string) *UpdateProjectParams
WithProjectName adds the projectName to the update project params
func (*UpdateProjectParams) WithTimeout ¶
func (o *UpdateProjectParams) WithTimeout(timeout time.Duration) *UpdateProjectParams
WithTimeout adds the timeout to the update project params
func (*UpdateProjectParams) WriteToRequest ¶
func (o *UpdateProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateProjectReader ¶
type UpdateProjectReader struct {
// contains filtered or unexported fields
}
UpdateProjectReader is a Reader for the UpdateProject structure.
func (*UpdateProjectReader) ReadResponse ¶
func (o *UpdateProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- archive_project_parameters.go
- archive_project_responses.go
- bookmark_project_parameters.go
- bookmark_project_responses.go
- create_project_parameters.go
- create_project_responses.go
- delete_project_parameters.go
- delete_project_responses.go
- disable_project_c_i_parameters.go
- disable_project_c_i_responses.go
- enable_project_c_i_parameters.go
- enable_project_c_i_responses.go
- get_project_parameters.go
- get_project_responses.go
- list_archived_projects_parameters.go
- list_archived_projects_responses.go
- list_bookmarked_projects_parameters.go
- list_bookmarked_projects_responses.go
- list_project_names_parameters.go
- list_project_names_responses.go
- list_projects_parameters.go
- list_projects_responses.go
- patch_project_parameters.go
- patch_project_responses.go
- projects_v1_client.go
- restore_experiment_parameters.go
- restore_experiment_responses.go
- unbookmark_project_parameters.go
- unbookmark_project_responses.go
- update_project_parameters.go
- update_project_responses.go