projects_v1

package
v0.0.0-...-bd7fa6f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

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

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

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

WithBody adds the body to the create project params

func (*CreateProjectParams) WithContext

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

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

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

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

WithTimeout adds the timeout to the disable project c i params

func (*DisableProjectCIParams) WriteToRequest

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

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 (*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 (*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

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

WithContext adds the context to the list archived projects params

func (*ListArchivedProjectsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list archived projects params

func (*ListArchivedProjectsParams) WithLimit

WithLimit adds the limit to the list archived projects params

func (*ListArchivedProjectsParams) WithOffset

WithOffset adds the offset to the list archived projects params

func (*ListArchivedProjectsParams) WithQuery

WithQuery adds the query to the list archived projects params

func (*ListArchivedProjectsParams) WithSort

WithSort adds the sort to the list archived projects params

func (*ListArchivedProjectsParams) WithTimeout

WithTimeout adds the timeout to the list archived projects params

func (*ListArchivedProjectsParams) WithUser

WithUser adds the user to the list archived projects params

func (*ListArchivedProjectsParams) WriteToRequest

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 (*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 (*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

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

WithContext adds the context to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithLimit

WithLimit adds the limit to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithOffset

WithOffset adds the offset to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithQuery

WithQuery adds the query to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithSort

WithSort adds the sort to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithTimeout

WithTimeout adds the timeout to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WithUser

WithUser adds the user to the list bookmarked projects params

func (*ListBookmarkedProjectsParams) WriteToRequest

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

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

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

WithOwner adds the owner to the list project names params

func (*ListProjectNamesParams) WithQuery

WithQuery adds the query to the list project names params

func (*ListProjectNamesParams) WithSort

WithSort adds the sort to the list project names params

func (*ListProjectNamesParams) WithTimeout

WithTimeout adds the timeout to the list project names params

func (*ListProjectNamesParams) WriteToRequest

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

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

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

WithBody adds the body to the patch project params

func (*PatchProjectParams) WithContext

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 (*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

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

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

WithTimeout adds the timeout to the restore experiment params

func (*RestoreExperimentParams) WriteToRequest

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 (*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

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

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

WithTimeout adds the timeout to the unbookmark project params

func (*UnbookmarkProjectParams) WriteToRequest

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

WithBody adds the body to the update project params

func (*UpdateProjectParams) WithContext

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL