projects_v1

package
v2.4.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 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 ArchiveProjectDefault

type ArchiveProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ArchiveProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewArchiveProjectDefault

func NewArchiveProjectDefault(code int) *ArchiveProjectDefault

NewArchiveProjectDefault creates a ArchiveProjectDefault with default headers values

func (*ArchiveProjectDefault) Code

func (o *ArchiveProjectDefault) Code() int

Code gets the status code for the archive project default response

func (*ArchiveProjectDefault) Error

func (o *ArchiveProjectDefault) Error() string

func (*ArchiveProjectDefault) GetPayload

func (*ArchiveProjectDefault) IsClientError

func (o *ArchiveProjectDefault) IsClientError() bool

IsClientError returns true when this archive project default response has a 4xx status code

func (*ArchiveProjectDefault) IsCode

func (o *ArchiveProjectDefault) IsCode(code int) bool

IsCode returns true when this archive project default response a status code equal to that given

func (*ArchiveProjectDefault) IsRedirect

func (o *ArchiveProjectDefault) IsRedirect() bool

IsRedirect returns true when this archive project default response has a 3xx status code

func (*ArchiveProjectDefault) IsServerError

func (o *ArchiveProjectDefault) IsServerError() bool

IsServerError returns true when this archive project default response has a 5xx status code

func (*ArchiveProjectDefault) IsSuccess

func (o *ArchiveProjectDefault) IsSuccess() bool

IsSuccess returns true when this archive project default response has a 2xx status code

func (*ArchiveProjectDefault) String

func (o *ArchiveProjectDefault) String() string

type ArchiveProjectForbidden

type ArchiveProjectForbidden struct {
	Payload interface{}
}

ArchiveProjectForbidden describes a response with status code 403, 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) Code

func (o *ArchiveProjectForbidden) Code() int

Code gets the status code for the archive project forbidden response

func (*ArchiveProjectForbidden) Error

func (o *ArchiveProjectForbidden) Error() string

func (*ArchiveProjectForbidden) GetPayload

func (o *ArchiveProjectForbidden) GetPayload() interface{}

func (*ArchiveProjectForbidden) IsClientError

func (o *ArchiveProjectForbidden) IsClientError() bool

IsClientError returns true when this archive project forbidden response has a 4xx status code

func (*ArchiveProjectForbidden) IsCode

func (o *ArchiveProjectForbidden) IsCode(code int) bool

IsCode returns true when this archive project forbidden response a status code equal to that given

func (*ArchiveProjectForbidden) IsRedirect

func (o *ArchiveProjectForbidden) IsRedirect() bool

IsRedirect returns true when this archive project forbidden response has a 3xx status code

func (*ArchiveProjectForbidden) IsServerError

func (o *ArchiveProjectForbidden) IsServerError() bool

IsServerError returns true when this archive project forbidden response has a 5xx status code

func (*ArchiveProjectForbidden) IsSuccess

func (o *ArchiveProjectForbidden) IsSuccess() bool

IsSuccess returns true when this archive project forbidden response has a 2xx status code

func (*ArchiveProjectForbidden) String

func (o *ArchiveProjectForbidden) String() string

type ArchiveProjectNoContent

type ArchiveProjectNoContent struct {
	Payload interface{}
}

ArchiveProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewArchiveProjectNoContent

func NewArchiveProjectNoContent() *ArchiveProjectNoContent

NewArchiveProjectNoContent creates a ArchiveProjectNoContent with default headers values

func (*ArchiveProjectNoContent) Code

func (o *ArchiveProjectNoContent) Code() int

Code gets the status code for the archive project no content response

func (*ArchiveProjectNoContent) Error

func (o *ArchiveProjectNoContent) Error() string

func (*ArchiveProjectNoContent) GetPayload

func (o *ArchiveProjectNoContent) GetPayload() interface{}

func (*ArchiveProjectNoContent) IsClientError

func (o *ArchiveProjectNoContent) IsClientError() bool

IsClientError returns true when this archive project no content response has a 4xx status code

func (*ArchiveProjectNoContent) IsCode

func (o *ArchiveProjectNoContent) IsCode(code int) bool

IsCode returns true when this archive project no content response a status code equal to that given

func (*ArchiveProjectNoContent) IsRedirect

func (o *ArchiveProjectNoContent) IsRedirect() bool

IsRedirect returns true when this archive project no content response has a 3xx status code

func (*ArchiveProjectNoContent) IsServerError

func (o *ArchiveProjectNoContent) IsServerError() bool

IsServerError returns true when this archive project no content response has a 5xx status code

func (*ArchiveProjectNoContent) IsSuccess

func (o *ArchiveProjectNoContent) IsSuccess() bool

IsSuccess returns true when this archive project no content response has a 2xx status code

func (*ArchiveProjectNoContent) String

func (o *ArchiveProjectNoContent) String() string

type ArchiveProjectNotFound

type ArchiveProjectNotFound struct {
	Payload interface{}
}

ArchiveProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewArchiveProjectNotFound

func NewArchiveProjectNotFound() *ArchiveProjectNotFound

NewArchiveProjectNotFound creates a ArchiveProjectNotFound with default headers values

func (*ArchiveProjectNotFound) Code

func (o *ArchiveProjectNotFound) Code() int

Code gets the status code for the archive project not found response

func (*ArchiveProjectNotFound) Error

func (o *ArchiveProjectNotFound) Error() string

func (*ArchiveProjectNotFound) GetPayload

func (o *ArchiveProjectNotFound) GetPayload() interface{}

func (*ArchiveProjectNotFound) IsClientError

func (o *ArchiveProjectNotFound) IsClientError() bool

IsClientError returns true when this archive project not found response has a 4xx status code

func (*ArchiveProjectNotFound) IsCode

func (o *ArchiveProjectNotFound) IsCode(code int) bool

IsCode returns true when this archive project not found response a status code equal to that given

func (*ArchiveProjectNotFound) IsRedirect

func (o *ArchiveProjectNotFound) IsRedirect() bool

IsRedirect returns true when this archive project not found response has a 3xx status code

func (*ArchiveProjectNotFound) IsServerError

func (o *ArchiveProjectNotFound) IsServerError() bool

IsServerError returns true when this archive project not found response has a 5xx status code

func (*ArchiveProjectNotFound) IsSuccess

func (o *ArchiveProjectNotFound) IsSuccess() bool

IsSuccess returns true when this archive project not found response has a 2xx status code

func (*ArchiveProjectNotFound) String

func (o *ArchiveProjectNotFound) String() string

type ArchiveProjectOK

type ArchiveProjectOK struct {
}

ArchiveProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewArchiveProjectOK

func NewArchiveProjectOK() *ArchiveProjectOK

NewArchiveProjectOK creates a ArchiveProjectOK with default headers values

func (*ArchiveProjectOK) Code

func (o *ArchiveProjectOK) Code() int

Code gets the status code for the archive project o k response

func (*ArchiveProjectOK) Error

func (o *ArchiveProjectOK) Error() string

func (*ArchiveProjectOK) IsClientError

func (o *ArchiveProjectOK) IsClientError() bool

IsClientError returns true when this archive project o k response has a 4xx status code

func (*ArchiveProjectOK) IsCode

func (o *ArchiveProjectOK) IsCode(code int) bool

IsCode returns true when this archive project o k response a status code equal to that given

func (*ArchiveProjectOK) IsRedirect

func (o *ArchiveProjectOK) IsRedirect() bool

IsRedirect returns true when this archive project o k response has a 3xx status code

func (*ArchiveProjectOK) IsServerError

func (o *ArchiveProjectOK) IsServerError() bool

IsServerError returns true when this archive project o k response has a 5xx status code

func (*ArchiveProjectOK) IsSuccess

func (o *ArchiveProjectOK) IsSuccess() bool

IsSuccess returns true when this archive project o k response has a 2xx status code

func (*ArchiveProjectOK) String

func (o *ArchiveProjectOK) String() string

type ArchiveProjectParams

type ArchiveProjectParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewArchiveProjectParamsWithContext

func NewArchiveProjectParamsWithContext(ctx context.Context) *ArchiveProjectParams

NewArchiveProjectParamsWithContext creates a new ArchiveProjectParams object with 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 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 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) SetDefaults

func (o *ArchiveProjectParams) SetDefaults()

SetDefaults hydrates default values in the archive project params (not the query body).

All values with no default are reset to their zero value.

func (*ArchiveProjectParams) SetHTTPClient

func (o *ArchiveProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the archive project params

func (*ArchiveProjectParams) SetName

func (o *ArchiveProjectParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

func (o *ArchiveProjectParams) WithDefaults() *ArchiveProjectParams

WithDefaults hydrates default values in the archive project params (not the query body).

All values with no default are reset to their zero value.

func (*ArchiveProjectParams) WithHTTPClient

func (o *ArchiveProjectParams) WithHTTPClient(client *http.Client) *ArchiveProjectParams

WithHTTPClient adds the HTTPClient to the archive project params

func (*ArchiveProjectParams) WithName

WithName adds the name 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) 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 BookmarkProjectDefault

type BookmarkProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

BookmarkProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewBookmarkProjectDefault

func NewBookmarkProjectDefault(code int) *BookmarkProjectDefault

NewBookmarkProjectDefault creates a BookmarkProjectDefault with default headers values

func (*BookmarkProjectDefault) Code

func (o *BookmarkProjectDefault) Code() int

Code gets the status code for the bookmark project default response

func (*BookmarkProjectDefault) Error

func (o *BookmarkProjectDefault) Error() string

func (*BookmarkProjectDefault) GetPayload

func (*BookmarkProjectDefault) IsClientError

func (o *BookmarkProjectDefault) IsClientError() bool

IsClientError returns true when this bookmark project default response has a 4xx status code

func (*BookmarkProjectDefault) IsCode

func (o *BookmarkProjectDefault) IsCode(code int) bool

IsCode returns true when this bookmark project default response a status code equal to that given

func (*BookmarkProjectDefault) IsRedirect

func (o *BookmarkProjectDefault) IsRedirect() bool

IsRedirect returns true when this bookmark project default response has a 3xx status code

func (*BookmarkProjectDefault) IsServerError

func (o *BookmarkProjectDefault) IsServerError() bool

IsServerError returns true when this bookmark project default response has a 5xx status code

func (*BookmarkProjectDefault) IsSuccess

func (o *BookmarkProjectDefault) IsSuccess() bool

IsSuccess returns true when this bookmark project default response has a 2xx status code

func (*BookmarkProjectDefault) String

func (o *BookmarkProjectDefault) String() string

type BookmarkProjectForbidden

type BookmarkProjectForbidden struct {
	Payload interface{}
}

BookmarkProjectForbidden describes a response with status code 403, 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) Code

func (o *BookmarkProjectForbidden) Code() int

Code gets the status code for the bookmark project forbidden response

func (*BookmarkProjectForbidden) Error

func (o *BookmarkProjectForbidden) Error() string

func (*BookmarkProjectForbidden) GetPayload

func (o *BookmarkProjectForbidden) GetPayload() interface{}

func (*BookmarkProjectForbidden) IsClientError

func (o *BookmarkProjectForbidden) IsClientError() bool

IsClientError returns true when this bookmark project forbidden response has a 4xx status code

func (*BookmarkProjectForbidden) IsCode

func (o *BookmarkProjectForbidden) IsCode(code int) bool

IsCode returns true when this bookmark project forbidden response a status code equal to that given

func (*BookmarkProjectForbidden) IsRedirect

func (o *BookmarkProjectForbidden) IsRedirect() bool

IsRedirect returns true when this bookmark project forbidden response has a 3xx status code

func (*BookmarkProjectForbidden) IsServerError

func (o *BookmarkProjectForbidden) IsServerError() bool

IsServerError returns true when this bookmark project forbidden response has a 5xx status code

func (*BookmarkProjectForbidden) IsSuccess

func (o *BookmarkProjectForbidden) IsSuccess() bool

IsSuccess returns true when this bookmark project forbidden response has a 2xx status code

func (*BookmarkProjectForbidden) String

func (o *BookmarkProjectForbidden) String() string

type BookmarkProjectNoContent

type BookmarkProjectNoContent struct {
	Payload interface{}
}

BookmarkProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewBookmarkProjectNoContent

func NewBookmarkProjectNoContent() *BookmarkProjectNoContent

NewBookmarkProjectNoContent creates a BookmarkProjectNoContent with default headers values

func (*BookmarkProjectNoContent) Code

func (o *BookmarkProjectNoContent) Code() int

Code gets the status code for the bookmark project no content response

func (*BookmarkProjectNoContent) Error

func (o *BookmarkProjectNoContent) Error() string

func (*BookmarkProjectNoContent) GetPayload

func (o *BookmarkProjectNoContent) GetPayload() interface{}

func (*BookmarkProjectNoContent) IsClientError

func (o *BookmarkProjectNoContent) IsClientError() bool

IsClientError returns true when this bookmark project no content response has a 4xx status code

func (*BookmarkProjectNoContent) IsCode

func (o *BookmarkProjectNoContent) IsCode(code int) bool

IsCode returns true when this bookmark project no content response a status code equal to that given

func (*BookmarkProjectNoContent) IsRedirect

func (o *BookmarkProjectNoContent) IsRedirect() bool

IsRedirect returns true when this bookmark project no content response has a 3xx status code

func (*BookmarkProjectNoContent) IsServerError

func (o *BookmarkProjectNoContent) IsServerError() bool

IsServerError returns true when this bookmark project no content response has a 5xx status code

func (*BookmarkProjectNoContent) IsSuccess

func (o *BookmarkProjectNoContent) IsSuccess() bool

IsSuccess returns true when this bookmark project no content response has a 2xx status code

func (*BookmarkProjectNoContent) String

func (o *BookmarkProjectNoContent) String() string

type BookmarkProjectNotFound

type BookmarkProjectNotFound struct {
	Payload interface{}
}

BookmarkProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewBookmarkProjectNotFound

func NewBookmarkProjectNotFound() *BookmarkProjectNotFound

NewBookmarkProjectNotFound creates a BookmarkProjectNotFound with default headers values

func (*BookmarkProjectNotFound) Code

func (o *BookmarkProjectNotFound) Code() int

Code gets the status code for the bookmark project not found response

func (*BookmarkProjectNotFound) Error

func (o *BookmarkProjectNotFound) Error() string

func (*BookmarkProjectNotFound) GetPayload

func (o *BookmarkProjectNotFound) GetPayload() interface{}

func (*BookmarkProjectNotFound) IsClientError

func (o *BookmarkProjectNotFound) IsClientError() bool

IsClientError returns true when this bookmark project not found response has a 4xx status code

func (*BookmarkProjectNotFound) IsCode

func (o *BookmarkProjectNotFound) IsCode(code int) bool

IsCode returns true when this bookmark project not found response a status code equal to that given

func (*BookmarkProjectNotFound) IsRedirect

func (o *BookmarkProjectNotFound) IsRedirect() bool

IsRedirect returns true when this bookmark project not found response has a 3xx status code

func (*BookmarkProjectNotFound) IsServerError

func (o *BookmarkProjectNotFound) IsServerError() bool

IsServerError returns true when this bookmark project not found response has a 5xx status code

func (*BookmarkProjectNotFound) IsSuccess

func (o *BookmarkProjectNotFound) IsSuccess() bool

IsSuccess returns true when this bookmark project not found response has a 2xx status code

func (*BookmarkProjectNotFound) String

func (o *BookmarkProjectNotFound) String() string

type BookmarkProjectOK

type BookmarkProjectOK struct {
}

BookmarkProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewBookmarkProjectOK

func NewBookmarkProjectOK() *BookmarkProjectOK

NewBookmarkProjectOK creates a BookmarkProjectOK with default headers values

func (*BookmarkProjectOK) Code

func (o *BookmarkProjectOK) Code() int

Code gets the status code for the bookmark project o k response

func (*BookmarkProjectOK) Error

func (o *BookmarkProjectOK) Error() string

func (*BookmarkProjectOK) IsClientError

func (o *BookmarkProjectOK) IsClientError() bool

IsClientError returns true when this bookmark project o k response has a 4xx status code

func (*BookmarkProjectOK) IsCode

func (o *BookmarkProjectOK) IsCode(code int) bool

IsCode returns true when this bookmark project o k response a status code equal to that given

func (*BookmarkProjectOK) IsRedirect

func (o *BookmarkProjectOK) IsRedirect() bool

IsRedirect returns true when this bookmark project o k response has a 3xx status code

func (*BookmarkProjectOK) IsServerError

func (o *BookmarkProjectOK) IsServerError() bool

IsServerError returns true when this bookmark project o k response has a 5xx status code

func (*BookmarkProjectOK) IsSuccess

func (o *BookmarkProjectOK) IsSuccess() bool

IsSuccess returns true when this bookmark project o k response has a 2xx status code

func (*BookmarkProjectOK) String

func (o *BookmarkProjectOK) String() string

type BookmarkProjectParams

type BookmarkProjectParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBookmarkProjectParamsWithContext

func NewBookmarkProjectParamsWithContext(ctx context.Context) *BookmarkProjectParams

NewBookmarkProjectParamsWithContext creates a new BookmarkProjectParams object with 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 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 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) SetDefaults

func (o *BookmarkProjectParams) SetDefaults()

SetDefaults hydrates default values in the bookmark project params (not the query body).

All values with no default are reset to their zero value.

func (*BookmarkProjectParams) SetHTTPClient

func (o *BookmarkProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bookmark project params

func (*BookmarkProjectParams) SetName

func (o *BookmarkProjectParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

func (o *BookmarkProjectParams) WithDefaults() *BookmarkProjectParams

WithDefaults hydrates default values in the bookmark project params (not the query body).

All values with no default are reset to their zero value.

func (*BookmarkProjectParams) WithHTTPClient

func (o *BookmarkProjectParams) WithHTTPClient(client *http.Client) *BookmarkProjectParams

WithHTTPClient adds the HTTPClient to the bookmark project params

func (*BookmarkProjectParams) WithName

WithName adds the name 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) 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 (*Client) ArchiveProject

ArchiveProject archives project

func (*Client) BookmarkProject

BookmarkProject bookmarks project

func (*Client) CreateProject

CreateProject creates new project

func (*Client) CreateTeamProject

CreateTeamProject creates new project via team space

func (*Client) CreateVersion

CreateVersion creates version

func (*Client) CreateVersionStage

CreateVersionStage creates new artifact version stage

func (*Client) DeleteProject

DeleteProject deletes project

func (*Client) DeleteVersion

DeleteVersion deletes version

func (*Client) DisableProjectCI

DisableProjectCI disbales project c i

func (*Client) EnableProjectCI

EnableProjectCI enables project c i

func (*Client) GetProject

GetProject gets project

func (*Client) GetProjectActivities

GetProjectActivities gets project activities

func (*Client) GetProjectSettings

GetProjectSettings gets project settings

func (*Client) GetProjectStats

GetProjectStats gets project stats

func (*Client) GetVersion

GetVersion gets version

func (*Client) GetVersionStages

GetVersionStages gets version stages

func (*Client) ListArchivedProjects

ListArchivedProjects lists archived projects for user

func (*Client) ListBookmarkedProjects

ListBookmarkedProjects lists bookmarked projects for user

func (*Client) ListProjectNames

ListProjectNames lists project names

func (*Client) ListProjects

ListProjects lists projects

func (*Client) ListVersionNames

ListVersionNames lists versions names

func (*Client) ListVersions

ListVersions lists versions

func (*Client) PatchProject

PatchProject patches project

func (*Client) PatchProjectSettings

PatchProjectSettings patches project settings

func (*Client) PatchVersion

PatchVersion patches version

func (*Client) RestoreProject

RestoreProject restores project

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) TransferVersion

TransferVersion transfers version

func (*Client) UnbookmarkProject

UnbookmarkProject unbookmarks project

func (*Client) UpdateProject

UpdateProject updates project

func (*Client) UpdateProjectSettings

UpdateProjectSettings updates project settings

func (*Client) UpdateVersion

UpdateVersion updates version

func (*Client) UploadProjectArtifact

UploadProjectArtifact uploads artifact to a store via project access

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	ArchiveProject(params *ArchiveProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ArchiveProjectOK, *ArchiveProjectNoContent, error)

	BookmarkProject(params *BookmarkProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*BookmarkProjectOK, *BookmarkProjectNoContent, error)

	CreateProject(params *CreateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectOK, *CreateProjectNoContent, error)

	CreateTeamProject(params *CreateTeamProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateTeamProjectOK, *CreateTeamProjectNoContent, error)

	CreateVersion(params *CreateVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateVersionOK, *CreateVersionNoContent, error)

	CreateVersionStage(params *CreateVersionStageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateVersionStageOK, *CreateVersionStageNoContent, error)

	DeleteProject(params *DeleteProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectOK, *DeleteProjectNoContent, error)

	DeleteVersion(params *DeleteVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteVersionOK, *DeleteVersionNoContent, error)

	DisableProjectCI(params *DisableProjectCIParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DisableProjectCIOK, *DisableProjectCINoContent, error)

	EnableProjectCI(params *EnableProjectCIParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableProjectCIOK, *EnableProjectCINoContent, error)

	GetProject(params *GetProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectOK, *GetProjectNoContent, error)

	GetProjectActivities(params *GetProjectActivitiesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectActivitiesOK, *GetProjectActivitiesNoContent, error)

	GetProjectSettings(params *GetProjectSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectSettingsOK, *GetProjectSettingsNoContent, error)

	GetProjectStats(params *GetProjectStatsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectStatsOK, *GetProjectStatsNoContent, error)

	GetVersion(params *GetVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVersionOK, *GetVersionNoContent, error)

	GetVersionStages(params *GetVersionStagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetVersionStagesOK, *GetVersionStagesNoContent, error)

	ListArchivedProjects(params *ListArchivedProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListArchivedProjectsOK, *ListArchivedProjectsNoContent, error)

	ListBookmarkedProjects(params *ListBookmarkedProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListBookmarkedProjectsOK, *ListBookmarkedProjectsNoContent, error)

	ListProjectNames(params *ListProjectNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectNamesOK, *ListProjectNamesNoContent, error)

	ListProjects(params *ListProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectsOK, *ListProjectsNoContent, error)

	ListVersionNames(params *ListVersionNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListVersionNamesOK, *ListVersionNamesNoContent, error)

	ListVersions(params *ListVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListVersionsOK, *ListVersionsNoContent, error)

	PatchProject(params *PatchProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectOK, *PatchProjectNoContent, error)

	PatchProjectSettings(params *PatchProjectSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectSettingsOK, *PatchProjectSettingsNoContent, error)

	PatchVersion(params *PatchVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchVersionOK, *PatchVersionNoContent, error)

	RestoreProject(params *RestoreProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreProjectOK, *RestoreProjectNoContent, error)

	TransferVersion(params *TransferVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*TransferVersionOK, *TransferVersionNoContent, error)

	UnbookmarkProject(params *UnbookmarkProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UnbookmarkProjectOK, *UnbookmarkProjectNoContent, error)

	UpdateProject(params *UpdateProjectParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectOK, *UpdateProjectNoContent, error)

	UpdateProjectSettings(params *UpdateProjectSettingsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectSettingsOK, *UpdateProjectSettingsNoContent, error)

	UpdateVersion(params *UpdateVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateVersionOK, *UpdateVersionNoContent, error)

	UploadProjectArtifact(params *UploadProjectArtifactParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UploadProjectArtifactOK, *UploadProjectArtifactNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new projects v1 API client.

type CreateProjectDefault

type CreateProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

CreateProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateProjectDefault

func NewCreateProjectDefault(code int) *CreateProjectDefault

NewCreateProjectDefault creates a CreateProjectDefault with default headers values

func (*CreateProjectDefault) Code

func (o *CreateProjectDefault) Code() int

Code gets the status code for the create project default response

func (*CreateProjectDefault) Error

func (o *CreateProjectDefault) Error() string

func (*CreateProjectDefault) GetPayload

func (*CreateProjectDefault) IsClientError

func (o *CreateProjectDefault) IsClientError() bool

IsClientError returns true when this create project default response has a 4xx status code

func (*CreateProjectDefault) IsCode

func (o *CreateProjectDefault) IsCode(code int) bool

IsCode returns true when this create project default response a status code equal to that given

func (*CreateProjectDefault) IsRedirect

func (o *CreateProjectDefault) IsRedirect() bool

IsRedirect returns true when this create project default response has a 3xx status code

func (*CreateProjectDefault) IsServerError

func (o *CreateProjectDefault) IsServerError() bool

IsServerError returns true when this create project default response has a 5xx status code

func (*CreateProjectDefault) IsSuccess

func (o *CreateProjectDefault) IsSuccess() bool

IsSuccess returns true when this create project default response has a 2xx status code

func (*CreateProjectDefault) String

func (o *CreateProjectDefault) String() string

type CreateProjectForbidden

type CreateProjectForbidden struct {
	Payload interface{}
}

CreateProjectForbidden describes a response with status code 403, 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) Code

func (o *CreateProjectForbidden) Code() int

Code gets the status code for the create project forbidden response

func (*CreateProjectForbidden) Error

func (o *CreateProjectForbidden) Error() string

func (*CreateProjectForbidden) GetPayload

func (o *CreateProjectForbidden) GetPayload() interface{}

func (*CreateProjectForbidden) IsClientError

func (o *CreateProjectForbidden) IsClientError() bool

IsClientError returns true when this create project forbidden response has a 4xx status code

func (*CreateProjectForbidden) IsCode

func (o *CreateProjectForbidden) IsCode(code int) bool

IsCode returns true when this create project forbidden response a status code equal to that given

func (*CreateProjectForbidden) IsRedirect

func (o *CreateProjectForbidden) IsRedirect() bool

IsRedirect returns true when this create project forbidden response has a 3xx status code

func (*CreateProjectForbidden) IsServerError

func (o *CreateProjectForbidden) IsServerError() bool

IsServerError returns true when this create project forbidden response has a 5xx status code

func (*CreateProjectForbidden) IsSuccess

func (o *CreateProjectForbidden) IsSuccess() bool

IsSuccess returns true when this create project forbidden response has a 2xx status code

func (*CreateProjectForbidden) String

func (o *CreateProjectForbidden) String() string

type CreateProjectNoContent

type CreateProjectNoContent struct {
	Payload interface{}
}

CreateProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateProjectNoContent

func NewCreateProjectNoContent() *CreateProjectNoContent

NewCreateProjectNoContent creates a CreateProjectNoContent with default headers values

func (*CreateProjectNoContent) Code

func (o *CreateProjectNoContent) Code() int

Code gets the status code for the create project no content response

func (*CreateProjectNoContent) Error

func (o *CreateProjectNoContent) Error() string

func (*CreateProjectNoContent) GetPayload

func (o *CreateProjectNoContent) GetPayload() interface{}

func (*CreateProjectNoContent) IsClientError

func (o *CreateProjectNoContent) IsClientError() bool

IsClientError returns true when this create project no content response has a 4xx status code

func (*CreateProjectNoContent) IsCode

func (o *CreateProjectNoContent) IsCode(code int) bool

IsCode returns true when this create project no content response a status code equal to that given

func (*CreateProjectNoContent) IsRedirect

func (o *CreateProjectNoContent) IsRedirect() bool

IsRedirect returns true when this create project no content response has a 3xx status code

func (*CreateProjectNoContent) IsServerError

func (o *CreateProjectNoContent) IsServerError() bool

IsServerError returns true when this create project no content response has a 5xx status code

func (*CreateProjectNoContent) IsSuccess

func (o *CreateProjectNoContent) IsSuccess() bool

IsSuccess returns true when this create project no content response has a 2xx status code

func (*CreateProjectNoContent) String

func (o *CreateProjectNoContent) String() string

type CreateProjectNotFound

type CreateProjectNotFound struct {
	Payload interface{}
}

CreateProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateProjectNotFound

func NewCreateProjectNotFound() *CreateProjectNotFound

NewCreateProjectNotFound creates a CreateProjectNotFound with default headers values

func (*CreateProjectNotFound) Code

func (o *CreateProjectNotFound) Code() int

Code gets the status code for the create project not found response

func (*CreateProjectNotFound) Error

func (o *CreateProjectNotFound) Error() string

func (*CreateProjectNotFound) GetPayload

func (o *CreateProjectNotFound) GetPayload() interface{}

func (*CreateProjectNotFound) IsClientError

func (o *CreateProjectNotFound) IsClientError() bool

IsClientError returns true when this create project not found response has a 4xx status code

func (*CreateProjectNotFound) IsCode

func (o *CreateProjectNotFound) IsCode(code int) bool

IsCode returns true when this create project not found response a status code equal to that given

func (*CreateProjectNotFound) IsRedirect

func (o *CreateProjectNotFound) IsRedirect() bool

IsRedirect returns true when this create project not found response has a 3xx status code

func (*CreateProjectNotFound) IsServerError

func (o *CreateProjectNotFound) IsServerError() bool

IsServerError returns true when this create project not found response has a 5xx status code

func (*CreateProjectNotFound) IsSuccess

func (o *CreateProjectNotFound) IsSuccess() bool

IsSuccess returns true when this create project not found response has a 2xx status code

func (*CreateProjectNotFound) String

func (o *CreateProjectNotFound) String() string

type CreateProjectOK

type CreateProjectOK struct {
	Payload *service_model.V1Project
}

CreateProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateProjectOK

func NewCreateProjectOK() *CreateProjectOK

NewCreateProjectOK creates a CreateProjectOK with default headers values

func (*CreateProjectOK) Code

func (o *CreateProjectOK) Code() int

Code gets the status code for the create project o k response

func (*CreateProjectOK) Error

func (o *CreateProjectOK) Error() string

func (*CreateProjectOK) GetPayload

func (o *CreateProjectOK) GetPayload() *service_model.V1Project

func (*CreateProjectOK) IsClientError

func (o *CreateProjectOK) IsClientError() bool

IsClientError returns true when this create project o k response has a 4xx status code

func (*CreateProjectOK) IsCode

func (o *CreateProjectOK) IsCode(code int) bool

IsCode returns true when this create project o k response a status code equal to that given

func (*CreateProjectOK) IsRedirect

func (o *CreateProjectOK) IsRedirect() bool

IsRedirect returns true when this create project o k response has a 3xx status code

func (*CreateProjectOK) IsServerError

func (o *CreateProjectOK) IsServerError() bool

IsServerError returns true when this create project o k response has a 5xx status code

func (*CreateProjectOK) IsSuccess

func (o *CreateProjectOK) IsSuccess() bool

IsSuccess returns true when this create project o k response has a 2xx status code

func (*CreateProjectOK) String

func (o *CreateProjectOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateProjectParamsWithContext

func NewCreateProjectParamsWithContext(ctx context.Context) *CreateProjectParams

NewCreateProjectParamsWithContext creates a new CreateProjectParams object with 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 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 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) SetDefaults

func (o *CreateProjectParams) SetDefaults()

SetDefaults hydrates default values in the create project params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

func (o *CreateProjectParams) WithDefaults() *CreateProjectParams

WithDefaults hydrates default values in the create project params (not the query body).

All values with no default are reset to their zero value.

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 CreateTeamProjectDefault

type CreateTeamProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

CreateTeamProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateTeamProjectDefault

func NewCreateTeamProjectDefault(code int) *CreateTeamProjectDefault

NewCreateTeamProjectDefault creates a CreateTeamProjectDefault with default headers values

func (*CreateTeamProjectDefault) Code

func (o *CreateTeamProjectDefault) Code() int

Code gets the status code for the create team project default response

func (*CreateTeamProjectDefault) Error

func (o *CreateTeamProjectDefault) Error() string

func (*CreateTeamProjectDefault) GetPayload

func (*CreateTeamProjectDefault) IsClientError

func (o *CreateTeamProjectDefault) IsClientError() bool

IsClientError returns true when this create team project default response has a 4xx status code

func (*CreateTeamProjectDefault) IsCode

func (o *CreateTeamProjectDefault) IsCode(code int) bool

IsCode returns true when this create team project default response a status code equal to that given

func (*CreateTeamProjectDefault) IsRedirect

func (o *CreateTeamProjectDefault) IsRedirect() bool

IsRedirect returns true when this create team project default response has a 3xx status code

func (*CreateTeamProjectDefault) IsServerError

func (o *CreateTeamProjectDefault) IsServerError() bool

IsServerError returns true when this create team project default response has a 5xx status code

func (*CreateTeamProjectDefault) IsSuccess

func (o *CreateTeamProjectDefault) IsSuccess() bool

IsSuccess returns true when this create team project default response has a 2xx status code

func (*CreateTeamProjectDefault) String

func (o *CreateTeamProjectDefault) String() string

type CreateTeamProjectForbidden

type CreateTeamProjectForbidden struct {
	Payload interface{}
}

CreateTeamProjectForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateTeamProjectForbidden

func NewCreateTeamProjectForbidden() *CreateTeamProjectForbidden

NewCreateTeamProjectForbidden creates a CreateTeamProjectForbidden with default headers values

func (*CreateTeamProjectForbidden) Code

func (o *CreateTeamProjectForbidden) Code() int

Code gets the status code for the create team project forbidden response

func (*CreateTeamProjectForbidden) Error

func (*CreateTeamProjectForbidden) GetPayload

func (o *CreateTeamProjectForbidden) GetPayload() interface{}

func (*CreateTeamProjectForbidden) IsClientError

func (o *CreateTeamProjectForbidden) IsClientError() bool

IsClientError returns true when this create team project forbidden response has a 4xx status code

func (*CreateTeamProjectForbidden) IsCode

func (o *CreateTeamProjectForbidden) IsCode(code int) bool

IsCode returns true when this create team project forbidden response a status code equal to that given

func (*CreateTeamProjectForbidden) IsRedirect

func (o *CreateTeamProjectForbidden) IsRedirect() bool

IsRedirect returns true when this create team project forbidden response has a 3xx status code

func (*CreateTeamProjectForbidden) IsServerError

func (o *CreateTeamProjectForbidden) IsServerError() bool

IsServerError returns true when this create team project forbidden response has a 5xx status code

func (*CreateTeamProjectForbidden) IsSuccess

func (o *CreateTeamProjectForbidden) IsSuccess() bool

IsSuccess returns true when this create team project forbidden response has a 2xx status code

func (*CreateTeamProjectForbidden) String

func (o *CreateTeamProjectForbidden) String() string

type CreateTeamProjectNoContent

type CreateTeamProjectNoContent struct {
	Payload interface{}
}

CreateTeamProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateTeamProjectNoContent

func NewCreateTeamProjectNoContent() *CreateTeamProjectNoContent

NewCreateTeamProjectNoContent creates a CreateTeamProjectNoContent with default headers values

func (*CreateTeamProjectNoContent) Code

func (o *CreateTeamProjectNoContent) Code() int

Code gets the status code for the create team project no content response

func (*CreateTeamProjectNoContent) Error

func (*CreateTeamProjectNoContent) GetPayload

func (o *CreateTeamProjectNoContent) GetPayload() interface{}

func (*CreateTeamProjectNoContent) IsClientError

func (o *CreateTeamProjectNoContent) IsClientError() bool

IsClientError returns true when this create team project no content response has a 4xx status code

func (*CreateTeamProjectNoContent) IsCode

func (o *CreateTeamProjectNoContent) IsCode(code int) bool

IsCode returns true when this create team project no content response a status code equal to that given

func (*CreateTeamProjectNoContent) IsRedirect

func (o *CreateTeamProjectNoContent) IsRedirect() bool

IsRedirect returns true when this create team project no content response has a 3xx status code

func (*CreateTeamProjectNoContent) IsServerError

func (o *CreateTeamProjectNoContent) IsServerError() bool

IsServerError returns true when this create team project no content response has a 5xx status code

func (*CreateTeamProjectNoContent) IsSuccess

func (o *CreateTeamProjectNoContent) IsSuccess() bool

IsSuccess returns true when this create team project no content response has a 2xx status code

func (*CreateTeamProjectNoContent) String

func (o *CreateTeamProjectNoContent) String() string

type CreateTeamProjectNotFound

type CreateTeamProjectNotFound struct {
	Payload interface{}
}

CreateTeamProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateTeamProjectNotFound

func NewCreateTeamProjectNotFound() *CreateTeamProjectNotFound

NewCreateTeamProjectNotFound creates a CreateTeamProjectNotFound with default headers values

func (*CreateTeamProjectNotFound) Code

func (o *CreateTeamProjectNotFound) Code() int

Code gets the status code for the create team project not found response

func (*CreateTeamProjectNotFound) Error

func (o *CreateTeamProjectNotFound) Error() string

func (*CreateTeamProjectNotFound) GetPayload

func (o *CreateTeamProjectNotFound) GetPayload() interface{}

func (*CreateTeamProjectNotFound) IsClientError

func (o *CreateTeamProjectNotFound) IsClientError() bool

IsClientError returns true when this create team project not found response has a 4xx status code

func (*CreateTeamProjectNotFound) IsCode

func (o *CreateTeamProjectNotFound) IsCode(code int) bool

IsCode returns true when this create team project not found response a status code equal to that given

func (*CreateTeamProjectNotFound) IsRedirect

func (o *CreateTeamProjectNotFound) IsRedirect() bool

IsRedirect returns true when this create team project not found response has a 3xx status code

func (*CreateTeamProjectNotFound) IsServerError

func (o *CreateTeamProjectNotFound) IsServerError() bool

IsServerError returns true when this create team project not found response has a 5xx status code

func (*CreateTeamProjectNotFound) IsSuccess

func (o *CreateTeamProjectNotFound) IsSuccess() bool

IsSuccess returns true when this create team project not found response has a 2xx status code

func (*CreateTeamProjectNotFound) String

func (o *CreateTeamProjectNotFound) String() string

type CreateTeamProjectOK

type CreateTeamProjectOK struct {
	Payload *service_model.V1Project
}

CreateTeamProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateTeamProjectOK

func NewCreateTeamProjectOK() *CreateTeamProjectOK

NewCreateTeamProjectOK creates a CreateTeamProjectOK with default headers values

func (*CreateTeamProjectOK) Code

func (o *CreateTeamProjectOK) Code() int

Code gets the status code for the create team project o k response

func (*CreateTeamProjectOK) Error

func (o *CreateTeamProjectOK) Error() string

func (*CreateTeamProjectOK) GetPayload

func (o *CreateTeamProjectOK) GetPayload() *service_model.V1Project

func (*CreateTeamProjectOK) IsClientError

func (o *CreateTeamProjectOK) IsClientError() bool

IsClientError returns true when this create team project o k response has a 4xx status code

func (*CreateTeamProjectOK) IsCode

func (o *CreateTeamProjectOK) IsCode(code int) bool

IsCode returns true when this create team project o k response a status code equal to that given

func (*CreateTeamProjectOK) IsRedirect

func (o *CreateTeamProjectOK) IsRedirect() bool

IsRedirect returns true when this create team project o k response has a 3xx status code

func (*CreateTeamProjectOK) IsServerError

func (o *CreateTeamProjectOK) IsServerError() bool

IsServerError returns true when this create team project o k response has a 5xx status code

func (*CreateTeamProjectOK) IsSuccess

func (o *CreateTeamProjectOK) IsSuccess() bool

IsSuccess returns true when this create team project o k response has a 2xx status code

func (*CreateTeamProjectOK) String

func (o *CreateTeamProjectOK) String() string

type CreateTeamProjectParams

type CreateTeamProjectParams struct {

	/* Body.

	   Project body
	*/
	Body *service_model.V1Project

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Team.

	   Team
	*/
	Team string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateTeamProjectParams contains all the parameters to send to the API endpoint

for the create team project operation.

Typically these are written to a http.Request.

func NewCreateTeamProjectParams

func NewCreateTeamProjectParams() *CreateTeamProjectParams

NewCreateTeamProjectParams creates a new CreateTeamProjectParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateTeamProjectParamsWithContext

func NewCreateTeamProjectParamsWithContext(ctx context.Context) *CreateTeamProjectParams

NewCreateTeamProjectParamsWithContext creates a new CreateTeamProjectParams object with the ability to set a context for a request.

func NewCreateTeamProjectParamsWithHTTPClient

func NewCreateTeamProjectParamsWithHTTPClient(client *http.Client) *CreateTeamProjectParams

NewCreateTeamProjectParamsWithHTTPClient creates a new CreateTeamProjectParams object with the ability to set a custom HTTPClient for a request.

func NewCreateTeamProjectParamsWithTimeout

func NewCreateTeamProjectParamsWithTimeout(timeout time.Duration) *CreateTeamProjectParams

NewCreateTeamProjectParamsWithTimeout creates a new CreateTeamProjectParams object with the ability to set a timeout on a request.

func (*CreateTeamProjectParams) SetBody

SetBody adds the body to the create team project params

func (*CreateTeamProjectParams) SetContext

func (o *CreateTeamProjectParams) SetContext(ctx context.Context)

SetContext adds the context to the create team project params

func (*CreateTeamProjectParams) SetDefaults

func (o *CreateTeamProjectParams) SetDefaults()

SetDefaults hydrates default values in the create team project params (not the query body).

All values with no default are reset to their zero value.

func (*CreateTeamProjectParams) SetHTTPClient

func (o *CreateTeamProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create team project params

func (*CreateTeamProjectParams) SetOwner

func (o *CreateTeamProjectParams) SetOwner(owner string)

SetOwner adds the owner to the create team project params

func (*CreateTeamProjectParams) SetTeam

func (o *CreateTeamProjectParams) SetTeam(team string)

SetTeam adds the team to the create team project params

func (*CreateTeamProjectParams) SetTimeout

func (o *CreateTeamProjectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create team project params

func (*CreateTeamProjectParams) WithBody

WithBody adds the body to the create team project params

func (*CreateTeamProjectParams) WithContext

WithContext adds the context to the create team project params

func (*CreateTeamProjectParams) WithDefaults

WithDefaults hydrates default values in the create team project params (not the query body).

All values with no default are reset to their zero value.

func (*CreateTeamProjectParams) WithHTTPClient

func (o *CreateTeamProjectParams) WithHTTPClient(client *http.Client) *CreateTeamProjectParams

WithHTTPClient adds the HTTPClient to the create team project params

func (*CreateTeamProjectParams) WithOwner

WithOwner adds the owner to the create team project params

func (*CreateTeamProjectParams) WithTeam

WithTeam adds the team to the create team project params

func (*CreateTeamProjectParams) WithTimeout

WithTimeout adds the timeout to the create team project params

func (*CreateTeamProjectParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateTeamProjectReader

type CreateTeamProjectReader struct {
	// contains filtered or unexported fields
}

CreateTeamProjectReader is a Reader for the CreateTeamProject structure.

func (*CreateTeamProjectReader) ReadResponse

func (o *CreateTeamProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateVersionDefault

type CreateVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

CreateVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateVersionDefault

func NewCreateVersionDefault(code int) *CreateVersionDefault

NewCreateVersionDefault creates a CreateVersionDefault with default headers values

func (*CreateVersionDefault) Code

func (o *CreateVersionDefault) Code() int

Code gets the status code for the create version default response

func (*CreateVersionDefault) Error

func (o *CreateVersionDefault) Error() string

func (*CreateVersionDefault) GetPayload

func (*CreateVersionDefault) IsClientError

func (o *CreateVersionDefault) IsClientError() bool

IsClientError returns true when this create version default response has a 4xx status code

func (*CreateVersionDefault) IsCode

func (o *CreateVersionDefault) IsCode(code int) bool

IsCode returns true when this create version default response a status code equal to that given

func (*CreateVersionDefault) IsRedirect

func (o *CreateVersionDefault) IsRedirect() bool

IsRedirect returns true when this create version default response has a 3xx status code

func (*CreateVersionDefault) IsServerError

func (o *CreateVersionDefault) IsServerError() bool

IsServerError returns true when this create version default response has a 5xx status code

func (*CreateVersionDefault) IsSuccess

func (o *CreateVersionDefault) IsSuccess() bool

IsSuccess returns true when this create version default response has a 2xx status code

func (*CreateVersionDefault) String

func (o *CreateVersionDefault) String() string

type CreateVersionForbidden

type CreateVersionForbidden struct {
	Payload interface{}
}

CreateVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateVersionForbidden

func NewCreateVersionForbidden() *CreateVersionForbidden

NewCreateVersionForbidden creates a CreateVersionForbidden with default headers values

func (*CreateVersionForbidden) Code

func (o *CreateVersionForbidden) Code() int

Code gets the status code for the create version forbidden response

func (*CreateVersionForbidden) Error

func (o *CreateVersionForbidden) Error() string

func (*CreateVersionForbidden) GetPayload

func (o *CreateVersionForbidden) GetPayload() interface{}

func (*CreateVersionForbidden) IsClientError

func (o *CreateVersionForbidden) IsClientError() bool

IsClientError returns true when this create version forbidden response has a 4xx status code

func (*CreateVersionForbidden) IsCode

func (o *CreateVersionForbidden) IsCode(code int) bool

IsCode returns true when this create version forbidden response a status code equal to that given

func (*CreateVersionForbidden) IsRedirect

func (o *CreateVersionForbidden) IsRedirect() bool

IsRedirect returns true when this create version forbidden response has a 3xx status code

func (*CreateVersionForbidden) IsServerError

func (o *CreateVersionForbidden) IsServerError() bool

IsServerError returns true when this create version forbidden response has a 5xx status code

func (*CreateVersionForbidden) IsSuccess

func (o *CreateVersionForbidden) IsSuccess() bool

IsSuccess returns true when this create version forbidden response has a 2xx status code

func (*CreateVersionForbidden) String

func (o *CreateVersionForbidden) String() string

type CreateVersionNoContent

type CreateVersionNoContent struct {
	Payload interface{}
}

CreateVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateVersionNoContent

func NewCreateVersionNoContent() *CreateVersionNoContent

NewCreateVersionNoContent creates a CreateVersionNoContent with default headers values

func (*CreateVersionNoContent) Code

func (o *CreateVersionNoContent) Code() int

Code gets the status code for the create version no content response

func (*CreateVersionNoContent) Error

func (o *CreateVersionNoContent) Error() string

func (*CreateVersionNoContent) GetPayload

func (o *CreateVersionNoContent) GetPayload() interface{}

func (*CreateVersionNoContent) IsClientError

func (o *CreateVersionNoContent) IsClientError() bool

IsClientError returns true when this create version no content response has a 4xx status code

func (*CreateVersionNoContent) IsCode

func (o *CreateVersionNoContent) IsCode(code int) bool

IsCode returns true when this create version no content response a status code equal to that given

func (*CreateVersionNoContent) IsRedirect

func (o *CreateVersionNoContent) IsRedirect() bool

IsRedirect returns true when this create version no content response has a 3xx status code

func (*CreateVersionNoContent) IsServerError

func (o *CreateVersionNoContent) IsServerError() bool

IsServerError returns true when this create version no content response has a 5xx status code

func (*CreateVersionNoContent) IsSuccess

func (o *CreateVersionNoContent) IsSuccess() bool

IsSuccess returns true when this create version no content response has a 2xx status code

func (*CreateVersionNoContent) String

func (o *CreateVersionNoContent) String() string

type CreateVersionNotFound

type CreateVersionNotFound struct {
	Payload interface{}
}

CreateVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateVersionNotFound

func NewCreateVersionNotFound() *CreateVersionNotFound

NewCreateVersionNotFound creates a CreateVersionNotFound with default headers values

func (*CreateVersionNotFound) Code

func (o *CreateVersionNotFound) Code() int

Code gets the status code for the create version not found response

func (*CreateVersionNotFound) Error

func (o *CreateVersionNotFound) Error() string

func (*CreateVersionNotFound) GetPayload

func (o *CreateVersionNotFound) GetPayload() interface{}

func (*CreateVersionNotFound) IsClientError

func (o *CreateVersionNotFound) IsClientError() bool

IsClientError returns true when this create version not found response has a 4xx status code

func (*CreateVersionNotFound) IsCode

func (o *CreateVersionNotFound) IsCode(code int) bool

IsCode returns true when this create version not found response a status code equal to that given

func (*CreateVersionNotFound) IsRedirect

func (o *CreateVersionNotFound) IsRedirect() bool

IsRedirect returns true when this create version not found response has a 3xx status code

func (*CreateVersionNotFound) IsServerError

func (o *CreateVersionNotFound) IsServerError() bool

IsServerError returns true when this create version not found response has a 5xx status code

func (*CreateVersionNotFound) IsSuccess

func (o *CreateVersionNotFound) IsSuccess() bool

IsSuccess returns true when this create version not found response has a 2xx status code

func (*CreateVersionNotFound) String

func (o *CreateVersionNotFound) String() string

type CreateVersionOK

type CreateVersionOK struct {
	Payload *service_model.V1ProjectVersion
}

CreateVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateVersionOK

func NewCreateVersionOK() *CreateVersionOK

NewCreateVersionOK creates a CreateVersionOK with default headers values

func (*CreateVersionOK) Code

func (o *CreateVersionOK) Code() int

Code gets the status code for the create version o k response

func (*CreateVersionOK) Error

func (o *CreateVersionOK) Error() string

func (*CreateVersionOK) GetPayload

func (*CreateVersionOK) IsClientError

func (o *CreateVersionOK) IsClientError() bool

IsClientError returns true when this create version o k response has a 4xx status code

func (*CreateVersionOK) IsCode

func (o *CreateVersionOK) IsCode(code int) bool

IsCode returns true when this create version o k response a status code equal to that given

func (*CreateVersionOK) IsRedirect

func (o *CreateVersionOK) IsRedirect() bool

IsRedirect returns true when this create version o k response has a 3xx status code

func (*CreateVersionOK) IsServerError

func (o *CreateVersionOK) IsServerError() bool

IsServerError returns true when this create version o k response has a 5xx status code

func (*CreateVersionOK) IsSuccess

func (o *CreateVersionOK) IsSuccess() bool

IsSuccess returns true when this create version o k response has a 2xx status code

func (*CreateVersionOK) String

func (o *CreateVersionOK) String() string

type CreateVersionParams

type CreateVersionParams struct {

	/* Body.

	   Project version body
	*/
	Body *service_model.V1ProjectVersion

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project name
	*/
	Project string

	/* VersionKind.

	   Optional kind to tell the kind of this version
	*/
	VersionKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateVersionParams contains all the parameters to send to the API endpoint

for the create version operation.

Typically these are written to a http.Request.

func NewCreateVersionParams

func NewCreateVersionParams() *CreateVersionParams

NewCreateVersionParams creates a new CreateVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateVersionParamsWithContext

func NewCreateVersionParamsWithContext(ctx context.Context) *CreateVersionParams

NewCreateVersionParamsWithContext creates a new CreateVersionParams object with the ability to set a context for a request.

func NewCreateVersionParamsWithHTTPClient

func NewCreateVersionParamsWithHTTPClient(client *http.Client) *CreateVersionParams

NewCreateVersionParamsWithHTTPClient creates a new CreateVersionParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVersionParamsWithTimeout

func NewCreateVersionParamsWithTimeout(timeout time.Duration) *CreateVersionParams

NewCreateVersionParamsWithTimeout creates a new CreateVersionParams object with the ability to set a timeout on a request.

func (*CreateVersionParams) SetBody

SetBody adds the body to the create version params

func (*CreateVersionParams) SetContext

func (o *CreateVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the create version params

func (*CreateVersionParams) SetDefaults

func (o *CreateVersionParams) SetDefaults()

SetDefaults hydrates default values in the create version params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVersionParams) SetHTTPClient

func (o *CreateVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create version params

func (*CreateVersionParams) SetOwner

func (o *CreateVersionParams) SetOwner(owner string)

SetOwner adds the owner to the create version params

func (*CreateVersionParams) SetProject

func (o *CreateVersionParams) SetProject(project string)

SetProject adds the project to the create version params

func (*CreateVersionParams) SetTimeout

func (o *CreateVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create version params

func (*CreateVersionParams) SetVersionKind

func (o *CreateVersionParams) SetVersionKind(versionKind string)

SetVersionKind adds the versionKind to the create version params

func (*CreateVersionParams) WithBody

WithBody adds the body to the create version params

func (*CreateVersionParams) WithContext

WithContext adds the context to the create version params

func (*CreateVersionParams) WithDefaults

func (o *CreateVersionParams) WithDefaults() *CreateVersionParams

WithDefaults hydrates default values in the create version params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVersionParams) WithHTTPClient

func (o *CreateVersionParams) WithHTTPClient(client *http.Client) *CreateVersionParams

WithHTTPClient adds the HTTPClient to the create version params

func (*CreateVersionParams) WithOwner

func (o *CreateVersionParams) WithOwner(owner string) *CreateVersionParams

WithOwner adds the owner to the create version params

func (*CreateVersionParams) WithProject

func (o *CreateVersionParams) WithProject(project string) *CreateVersionParams

WithProject adds the project to the create version params

func (*CreateVersionParams) WithTimeout

func (o *CreateVersionParams) WithTimeout(timeout time.Duration) *CreateVersionParams

WithTimeout adds the timeout to the create version params

func (*CreateVersionParams) WithVersionKind

func (o *CreateVersionParams) WithVersionKind(versionKind string) *CreateVersionParams

WithVersionKind adds the versionKind to the create version params

func (*CreateVersionParams) WriteToRequest

func (o *CreateVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateVersionReader

type CreateVersionReader struct {
	// contains filtered or unexported fields
}

CreateVersionReader is a Reader for the CreateVersion structure.

func (*CreateVersionReader) ReadResponse

func (o *CreateVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateVersionStageDefault

type CreateVersionStageDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

CreateVersionStageDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateVersionStageDefault

func NewCreateVersionStageDefault(code int) *CreateVersionStageDefault

NewCreateVersionStageDefault creates a CreateVersionStageDefault with default headers values

func (*CreateVersionStageDefault) Code

func (o *CreateVersionStageDefault) Code() int

Code gets the status code for the create version stage default response

func (*CreateVersionStageDefault) Error

func (o *CreateVersionStageDefault) Error() string

func (*CreateVersionStageDefault) GetPayload

func (*CreateVersionStageDefault) IsClientError

func (o *CreateVersionStageDefault) IsClientError() bool

IsClientError returns true when this create version stage default response has a 4xx status code

func (*CreateVersionStageDefault) IsCode

func (o *CreateVersionStageDefault) IsCode(code int) bool

IsCode returns true when this create version stage default response a status code equal to that given

func (*CreateVersionStageDefault) IsRedirect

func (o *CreateVersionStageDefault) IsRedirect() bool

IsRedirect returns true when this create version stage default response has a 3xx status code

func (*CreateVersionStageDefault) IsServerError

func (o *CreateVersionStageDefault) IsServerError() bool

IsServerError returns true when this create version stage default response has a 5xx status code

func (*CreateVersionStageDefault) IsSuccess

func (o *CreateVersionStageDefault) IsSuccess() bool

IsSuccess returns true when this create version stage default response has a 2xx status code

func (*CreateVersionStageDefault) String

func (o *CreateVersionStageDefault) String() string

type CreateVersionStageForbidden

type CreateVersionStageForbidden struct {
	Payload interface{}
}

CreateVersionStageForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateVersionStageForbidden

func NewCreateVersionStageForbidden() *CreateVersionStageForbidden

NewCreateVersionStageForbidden creates a CreateVersionStageForbidden with default headers values

func (*CreateVersionStageForbidden) Code

func (o *CreateVersionStageForbidden) Code() int

Code gets the status code for the create version stage forbidden response

func (*CreateVersionStageForbidden) Error

func (*CreateVersionStageForbidden) GetPayload

func (o *CreateVersionStageForbidden) GetPayload() interface{}

func (*CreateVersionStageForbidden) IsClientError

func (o *CreateVersionStageForbidden) IsClientError() bool

IsClientError returns true when this create version stage forbidden response has a 4xx status code

func (*CreateVersionStageForbidden) IsCode

func (o *CreateVersionStageForbidden) IsCode(code int) bool

IsCode returns true when this create version stage forbidden response a status code equal to that given

func (*CreateVersionStageForbidden) IsRedirect

func (o *CreateVersionStageForbidden) IsRedirect() bool

IsRedirect returns true when this create version stage forbidden response has a 3xx status code

func (*CreateVersionStageForbidden) IsServerError

func (o *CreateVersionStageForbidden) IsServerError() bool

IsServerError returns true when this create version stage forbidden response has a 5xx status code

func (*CreateVersionStageForbidden) IsSuccess

func (o *CreateVersionStageForbidden) IsSuccess() bool

IsSuccess returns true when this create version stage forbidden response has a 2xx status code

func (*CreateVersionStageForbidden) String

func (o *CreateVersionStageForbidden) String() string

type CreateVersionStageNoContent

type CreateVersionStageNoContent struct {
	Payload interface{}
}

CreateVersionStageNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateVersionStageNoContent

func NewCreateVersionStageNoContent() *CreateVersionStageNoContent

NewCreateVersionStageNoContent creates a CreateVersionStageNoContent with default headers values

func (*CreateVersionStageNoContent) Code

func (o *CreateVersionStageNoContent) Code() int

Code gets the status code for the create version stage no content response

func (*CreateVersionStageNoContent) Error

func (*CreateVersionStageNoContent) GetPayload

func (o *CreateVersionStageNoContent) GetPayload() interface{}

func (*CreateVersionStageNoContent) IsClientError

func (o *CreateVersionStageNoContent) IsClientError() bool

IsClientError returns true when this create version stage no content response has a 4xx status code

func (*CreateVersionStageNoContent) IsCode

func (o *CreateVersionStageNoContent) IsCode(code int) bool

IsCode returns true when this create version stage no content response a status code equal to that given

func (*CreateVersionStageNoContent) IsRedirect

func (o *CreateVersionStageNoContent) IsRedirect() bool

IsRedirect returns true when this create version stage no content response has a 3xx status code

func (*CreateVersionStageNoContent) IsServerError

func (o *CreateVersionStageNoContent) IsServerError() bool

IsServerError returns true when this create version stage no content response has a 5xx status code

func (*CreateVersionStageNoContent) IsSuccess

func (o *CreateVersionStageNoContent) IsSuccess() bool

IsSuccess returns true when this create version stage no content response has a 2xx status code

func (*CreateVersionStageNoContent) String

func (o *CreateVersionStageNoContent) String() string

type CreateVersionStageNotFound

type CreateVersionStageNotFound struct {
	Payload interface{}
}

CreateVersionStageNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateVersionStageNotFound

func NewCreateVersionStageNotFound() *CreateVersionStageNotFound

NewCreateVersionStageNotFound creates a CreateVersionStageNotFound with default headers values

func (*CreateVersionStageNotFound) Code

func (o *CreateVersionStageNotFound) Code() int

Code gets the status code for the create version stage not found response

func (*CreateVersionStageNotFound) Error

func (*CreateVersionStageNotFound) GetPayload

func (o *CreateVersionStageNotFound) GetPayload() interface{}

func (*CreateVersionStageNotFound) IsClientError

func (o *CreateVersionStageNotFound) IsClientError() bool

IsClientError returns true when this create version stage not found response has a 4xx status code

func (*CreateVersionStageNotFound) IsCode

func (o *CreateVersionStageNotFound) IsCode(code int) bool

IsCode returns true when this create version stage not found response a status code equal to that given

func (*CreateVersionStageNotFound) IsRedirect

func (o *CreateVersionStageNotFound) IsRedirect() bool

IsRedirect returns true when this create version stage not found response has a 3xx status code

func (*CreateVersionStageNotFound) IsServerError

func (o *CreateVersionStageNotFound) IsServerError() bool

IsServerError returns true when this create version stage not found response has a 5xx status code

func (*CreateVersionStageNotFound) IsSuccess

func (o *CreateVersionStageNotFound) IsSuccess() bool

IsSuccess returns true when this create version stage not found response has a 2xx status code

func (*CreateVersionStageNotFound) String

func (o *CreateVersionStageNotFound) String() string

type CreateVersionStageOK

type CreateVersionStageOK struct {
	Payload *service_model.V1Stage
}

CreateVersionStageOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateVersionStageOK

func NewCreateVersionStageOK() *CreateVersionStageOK

NewCreateVersionStageOK creates a CreateVersionStageOK with default headers values

func (*CreateVersionStageOK) Code

func (o *CreateVersionStageOK) Code() int

Code gets the status code for the create version stage o k response

func (*CreateVersionStageOK) Error

func (o *CreateVersionStageOK) Error() string

func (*CreateVersionStageOK) GetPayload

func (o *CreateVersionStageOK) GetPayload() *service_model.V1Stage

func (*CreateVersionStageOK) IsClientError

func (o *CreateVersionStageOK) IsClientError() bool

IsClientError returns true when this create version stage o k response has a 4xx status code

func (*CreateVersionStageOK) IsCode

func (o *CreateVersionStageOK) IsCode(code int) bool

IsCode returns true when this create version stage o k response a status code equal to that given

func (*CreateVersionStageOK) IsRedirect

func (o *CreateVersionStageOK) IsRedirect() bool

IsRedirect returns true when this create version stage o k response has a 3xx status code

func (*CreateVersionStageOK) IsServerError

func (o *CreateVersionStageOK) IsServerError() bool

IsServerError returns true when this create version stage o k response has a 5xx status code

func (*CreateVersionStageOK) IsSuccess

func (o *CreateVersionStageOK) IsSuccess() bool

IsSuccess returns true when this create version stage o k response has a 2xx status code

func (*CreateVersionStageOK) String

func (o *CreateVersionStageOK) String() string

type CreateVersionStageParams

type CreateVersionStageParams struct {

	// Body.
	Body *service_model.V1EntityStageBodyRequest

	/* Entity.

	   Entity namespace
	*/
	Entity string

	/* Kind.

	   Optional kind, only required for an version entity
	*/
	Kind string

	/* Name.

	   Name of the entity to apply the stage to
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateVersionStageParams contains all the parameters to send to the API endpoint

for the create version stage operation.

Typically these are written to a http.Request.

func NewCreateVersionStageParams

func NewCreateVersionStageParams() *CreateVersionStageParams

NewCreateVersionStageParams creates a new CreateVersionStageParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateVersionStageParamsWithContext

func NewCreateVersionStageParamsWithContext(ctx context.Context) *CreateVersionStageParams

NewCreateVersionStageParamsWithContext creates a new CreateVersionStageParams object with the ability to set a context for a request.

func NewCreateVersionStageParamsWithHTTPClient

func NewCreateVersionStageParamsWithHTTPClient(client *http.Client) *CreateVersionStageParams

NewCreateVersionStageParamsWithHTTPClient creates a new CreateVersionStageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateVersionStageParamsWithTimeout

func NewCreateVersionStageParamsWithTimeout(timeout time.Duration) *CreateVersionStageParams

NewCreateVersionStageParamsWithTimeout creates a new CreateVersionStageParams object with the ability to set a timeout on a request.

func (*CreateVersionStageParams) SetBody

SetBody adds the body to the create version stage params

func (*CreateVersionStageParams) SetContext

func (o *CreateVersionStageParams) SetContext(ctx context.Context)

SetContext adds the context to the create version stage params

func (*CreateVersionStageParams) SetDefaults

func (o *CreateVersionStageParams) SetDefaults()

SetDefaults hydrates default values in the create version stage params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVersionStageParams) SetEntity

func (o *CreateVersionStageParams) SetEntity(entity string)

SetEntity adds the entity to the create version stage params

func (*CreateVersionStageParams) SetHTTPClient

func (o *CreateVersionStageParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create version stage params

func (*CreateVersionStageParams) SetKind

func (o *CreateVersionStageParams) SetKind(kind string)

SetKind adds the kind to the create version stage params

func (*CreateVersionStageParams) SetName

func (o *CreateVersionStageParams) SetName(name string)

SetName adds the name to the create version stage params

func (*CreateVersionStageParams) SetOwner

func (o *CreateVersionStageParams) SetOwner(owner string)

SetOwner adds the owner to the create version stage params

func (*CreateVersionStageParams) SetTimeout

func (o *CreateVersionStageParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create version stage params

func (*CreateVersionStageParams) WithBody

WithBody adds the body to the create version stage params

func (*CreateVersionStageParams) WithContext

WithContext adds the context to the create version stage params

func (*CreateVersionStageParams) WithDefaults

WithDefaults hydrates default values in the create version stage params (not the query body).

All values with no default are reset to their zero value.

func (*CreateVersionStageParams) WithEntity

WithEntity adds the entity to the create version stage params

func (*CreateVersionStageParams) WithHTTPClient

func (o *CreateVersionStageParams) WithHTTPClient(client *http.Client) *CreateVersionStageParams

WithHTTPClient adds the HTTPClient to the create version stage params

func (*CreateVersionStageParams) WithKind

WithKind adds the kind to the create version stage params

func (*CreateVersionStageParams) WithName

WithName adds the name to the create version stage params

func (*CreateVersionStageParams) WithOwner

WithOwner adds the owner to the create version stage params

func (*CreateVersionStageParams) WithTimeout

WithTimeout adds the timeout to the create version stage params

func (*CreateVersionStageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateVersionStageReader

type CreateVersionStageReader struct {
	// contains filtered or unexported fields
}

CreateVersionStageReader is a Reader for the CreateVersionStage structure.

func (*CreateVersionStageReader) ReadResponse

func (o *CreateVersionStageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteProjectDefault

type DeleteProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

DeleteProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteProjectDefault

func NewDeleteProjectDefault(code int) *DeleteProjectDefault

NewDeleteProjectDefault creates a DeleteProjectDefault with default headers values

func (*DeleteProjectDefault) Code

func (o *DeleteProjectDefault) Code() int

Code gets the status code for the delete project default response

func (*DeleteProjectDefault) Error

func (o *DeleteProjectDefault) Error() string

func (*DeleteProjectDefault) GetPayload

func (*DeleteProjectDefault) IsClientError

func (o *DeleteProjectDefault) IsClientError() bool

IsClientError returns true when this delete project default response has a 4xx status code

func (*DeleteProjectDefault) IsCode

func (o *DeleteProjectDefault) IsCode(code int) bool

IsCode returns true when this delete project default response a status code equal to that given

func (*DeleteProjectDefault) IsRedirect

func (o *DeleteProjectDefault) IsRedirect() bool

IsRedirect returns true when this delete project default response has a 3xx status code

func (*DeleteProjectDefault) IsServerError

func (o *DeleteProjectDefault) IsServerError() bool

IsServerError returns true when this delete project default response has a 5xx status code

func (*DeleteProjectDefault) IsSuccess

func (o *DeleteProjectDefault) IsSuccess() bool

IsSuccess returns true when this delete project default response has a 2xx status code

func (*DeleteProjectDefault) String

func (o *DeleteProjectDefault) String() string

type DeleteProjectForbidden

type DeleteProjectForbidden struct {
	Payload interface{}
}

DeleteProjectForbidden describes a response with status code 403, 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) Code

func (o *DeleteProjectForbidden) Code() int

Code gets the status code for the delete project forbidden response

func (*DeleteProjectForbidden) Error

func (o *DeleteProjectForbidden) Error() string

func (*DeleteProjectForbidden) GetPayload

func (o *DeleteProjectForbidden) GetPayload() interface{}

func (*DeleteProjectForbidden) IsClientError

func (o *DeleteProjectForbidden) IsClientError() bool

IsClientError returns true when this delete project forbidden response has a 4xx status code

func (*DeleteProjectForbidden) IsCode

func (o *DeleteProjectForbidden) IsCode(code int) bool

IsCode returns true when this delete project forbidden response a status code equal to that given

func (*DeleteProjectForbidden) IsRedirect

func (o *DeleteProjectForbidden) IsRedirect() bool

IsRedirect returns true when this delete project forbidden response has a 3xx status code

func (*DeleteProjectForbidden) IsServerError

func (o *DeleteProjectForbidden) IsServerError() bool

IsServerError returns true when this delete project forbidden response has a 5xx status code

func (*DeleteProjectForbidden) IsSuccess

func (o *DeleteProjectForbidden) IsSuccess() bool

IsSuccess returns true when this delete project forbidden response has a 2xx status code

func (*DeleteProjectForbidden) String

func (o *DeleteProjectForbidden) String() string

type DeleteProjectNoContent

type DeleteProjectNoContent struct {
	Payload interface{}
}

DeleteProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteProjectNoContent

func NewDeleteProjectNoContent() *DeleteProjectNoContent

NewDeleteProjectNoContent creates a DeleteProjectNoContent with default headers values

func (*DeleteProjectNoContent) Code

func (o *DeleteProjectNoContent) Code() int

Code gets the status code for the delete project no content response

func (*DeleteProjectNoContent) Error

func (o *DeleteProjectNoContent) Error() string

func (*DeleteProjectNoContent) GetPayload

func (o *DeleteProjectNoContent) GetPayload() interface{}

func (*DeleteProjectNoContent) IsClientError

func (o *DeleteProjectNoContent) IsClientError() bool

IsClientError returns true when this delete project no content response has a 4xx status code

func (*DeleteProjectNoContent) IsCode

func (o *DeleteProjectNoContent) IsCode(code int) bool

IsCode returns true when this delete project no content response a status code equal to that given

func (*DeleteProjectNoContent) IsRedirect

func (o *DeleteProjectNoContent) IsRedirect() bool

IsRedirect returns true when this delete project no content response has a 3xx status code

func (*DeleteProjectNoContent) IsServerError

func (o *DeleteProjectNoContent) IsServerError() bool

IsServerError returns true when this delete project no content response has a 5xx status code

func (*DeleteProjectNoContent) IsSuccess

func (o *DeleteProjectNoContent) IsSuccess() bool

IsSuccess returns true when this delete project no content response has a 2xx status code

func (*DeleteProjectNoContent) String

func (o *DeleteProjectNoContent) String() string

type DeleteProjectNotFound

type DeleteProjectNotFound struct {
	Payload interface{}
}

DeleteProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteProjectNotFound

func NewDeleteProjectNotFound() *DeleteProjectNotFound

NewDeleteProjectNotFound creates a DeleteProjectNotFound with default headers values

func (*DeleteProjectNotFound) Code

func (o *DeleteProjectNotFound) Code() int

Code gets the status code for the delete project not found response

func (*DeleteProjectNotFound) Error

func (o *DeleteProjectNotFound) Error() string

func (*DeleteProjectNotFound) GetPayload

func (o *DeleteProjectNotFound) GetPayload() interface{}

func (*DeleteProjectNotFound) IsClientError

func (o *DeleteProjectNotFound) IsClientError() bool

IsClientError returns true when this delete project not found response has a 4xx status code

func (*DeleteProjectNotFound) IsCode

func (o *DeleteProjectNotFound) IsCode(code int) bool

IsCode returns true when this delete project not found response a status code equal to that given

func (*DeleteProjectNotFound) IsRedirect

func (o *DeleteProjectNotFound) IsRedirect() bool

IsRedirect returns true when this delete project not found response has a 3xx status code

func (*DeleteProjectNotFound) IsServerError

func (o *DeleteProjectNotFound) IsServerError() bool

IsServerError returns true when this delete project not found response has a 5xx status code

func (*DeleteProjectNotFound) IsSuccess

func (o *DeleteProjectNotFound) IsSuccess() bool

IsSuccess returns true when this delete project not found response has a 2xx status code

func (*DeleteProjectNotFound) String

func (o *DeleteProjectNotFound) String() string

type DeleteProjectOK

type DeleteProjectOK struct {
}

DeleteProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteProjectOK

func NewDeleteProjectOK() *DeleteProjectOK

NewDeleteProjectOK creates a DeleteProjectOK with default headers values

func (*DeleteProjectOK) Code

func (o *DeleteProjectOK) Code() int

Code gets the status code for the delete project o k response

func (*DeleteProjectOK) Error

func (o *DeleteProjectOK) Error() string

func (*DeleteProjectOK) IsClientError

func (o *DeleteProjectOK) IsClientError() bool

IsClientError returns true when this delete project o k response has a 4xx status code

func (*DeleteProjectOK) IsCode

func (o *DeleteProjectOK) IsCode(code int) bool

IsCode returns true when this delete project o k response a status code equal to that given

func (*DeleteProjectOK) IsRedirect

func (o *DeleteProjectOK) IsRedirect() bool

IsRedirect returns true when this delete project o k response has a 3xx status code

func (*DeleteProjectOK) IsServerError

func (o *DeleteProjectOK) IsServerError() bool

IsServerError returns true when this delete project o k response has a 5xx status code

func (*DeleteProjectOK) IsSuccess

func (o *DeleteProjectOK) IsSuccess() bool

IsSuccess returns true when this delete project o k response has a 2xx status code

func (*DeleteProjectOK) String

func (o *DeleteProjectOK) String() string

type DeleteProjectParams

type DeleteProjectParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteProjectParamsWithContext

func NewDeleteProjectParamsWithContext(ctx context.Context) *DeleteProjectParams

NewDeleteProjectParamsWithContext creates a new DeleteProjectParams object with 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 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 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) SetDefaults

func (o *DeleteProjectParams) SetDefaults()

SetDefaults hydrates default values in the delete project params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteProjectParams) SetHTTPClient

func (o *DeleteProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) SetName

func (o *DeleteProjectParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

func (o *DeleteProjectParams) WithDefaults() *DeleteProjectParams

WithDefaults hydrates default values in the delete project params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteProjectParams) WithHTTPClient

func (o *DeleteProjectParams) WithHTTPClient(client *http.Client) *DeleteProjectParams

WithHTTPClient adds the HTTPClient to the delete project params

func (*DeleteProjectParams) WithName

func (o *DeleteProjectParams) WithName(name string) *DeleteProjectParams

WithName adds the name 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) 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 DeleteVersionDefault

type DeleteVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

DeleteVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteVersionDefault

func NewDeleteVersionDefault(code int) *DeleteVersionDefault

NewDeleteVersionDefault creates a DeleteVersionDefault with default headers values

func (*DeleteVersionDefault) Code

func (o *DeleteVersionDefault) Code() int

Code gets the status code for the delete version default response

func (*DeleteVersionDefault) Error

func (o *DeleteVersionDefault) Error() string

func (*DeleteVersionDefault) GetPayload

func (*DeleteVersionDefault) IsClientError

func (o *DeleteVersionDefault) IsClientError() bool

IsClientError returns true when this delete version default response has a 4xx status code

func (*DeleteVersionDefault) IsCode

func (o *DeleteVersionDefault) IsCode(code int) bool

IsCode returns true when this delete version default response a status code equal to that given

func (*DeleteVersionDefault) IsRedirect

func (o *DeleteVersionDefault) IsRedirect() bool

IsRedirect returns true when this delete version default response has a 3xx status code

func (*DeleteVersionDefault) IsServerError

func (o *DeleteVersionDefault) IsServerError() bool

IsServerError returns true when this delete version default response has a 5xx status code

func (*DeleteVersionDefault) IsSuccess

func (o *DeleteVersionDefault) IsSuccess() bool

IsSuccess returns true when this delete version default response has a 2xx status code

func (*DeleteVersionDefault) String

func (o *DeleteVersionDefault) String() string

type DeleteVersionForbidden

type DeleteVersionForbidden struct {
	Payload interface{}
}

DeleteVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteVersionForbidden

func NewDeleteVersionForbidden() *DeleteVersionForbidden

NewDeleteVersionForbidden creates a DeleteVersionForbidden with default headers values

func (*DeleteVersionForbidden) Code

func (o *DeleteVersionForbidden) Code() int

Code gets the status code for the delete version forbidden response

func (*DeleteVersionForbidden) Error

func (o *DeleteVersionForbidden) Error() string

func (*DeleteVersionForbidden) GetPayload

func (o *DeleteVersionForbidden) GetPayload() interface{}

func (*DeleteVersionForbidden) IsClientError

func (o *DeleteVersionForbidden) IsClientError() bool

IsClientError returns true when this delete version forbidden response has a 4xx status code

func (*DeleteVersionForbidden) IsCode

func (o *DeleteVersionForbidden) IsCode(code int) bool

IsCode returns true when this delete version forbidden response a status code equal to that given

func (*DeleteVersionForbidden) IsRedirect

func (o *DeleteVersionForbidden) IsRedirect() bool

IsRedirect returns true when this delete version forbidden response has a 3xx status code

func (*DeleteVersionForbidden) IsServerError

func (o *DeleteVersionForbidden) IsServerError() bool

IsServerError returns true when this delete version forbidden response has a 5xx status code

func (*DeleteVersionForbidden) IsSuccess

func (o *DeleteVersionForbidden) IsSuccess() bool

IsSuccess returns true when this delete version forbidden response has a 2xx status code

func (*DeleteVersionForbidden) String

func (o *DeleteVersionForbidden) String() string

type DeleteVersionNoContent

type DeleteVersionNoContent struct {
	Payload interface{}
}

DeleteVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteVersionNoContent

func NewDeleteVersionNoContent() *DeleteVersionNoContent

NewDeleteVersionNoContent creates a DeleteVersionNoContent with default headers values

func (*DeleteVersionNoContent) Code

func (o *DeleteVersionNoContent) Code() int

Code gets the status code for the delete version no content response

func (*DeleteVersionNoContent) Error

func (o *DeleteVersionNoContent) Error() string

func (*DeleteVersionNoContent) GetPayload

func (o *DeleteVersionNoContent) GetPayload() interface{}

func (*DeleteVersionNoContent) IsClientError

func (o *DeleteVersionNoContent) IsClientError() bool

IsClientError returns true when this delete version no content response has a 4xx status code

func (*DeleteVersionNoContent) IsCode

func (o *DeleteVersionNoContent) IsCode(code int) bool

IsCode returns true when this delete version no content response a status code equal to that given

func (*DeleteVersionNoContent) IsRedirect

func (o *DeleteVersionNoContent) IsRedirect() bool

IsRedirect returns true when this delete version no content response has a 3xx status code

func (*DeleteVersionNoContent) IsServerError

func (o *DeleteVersionNoContent) IsServerError() bool

IsServerError returns true when this delete version no content response has a 5xx status code

func (*DeleteVersionNoContent) IsSuccess

func (o *DeleteVersionNoContent) IsSuccess() bool

IsSuccess returns true when this delete version no content response has a 2xx status code

func (*DeleteVersionNoContent) String

func (o *DeleteVersionNoContent) String() string

type DeleteVersionNotFound

type DeleteVersionNotFound struct {
	Payload interface{}
}

DeleteVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteVersionNotFound

func NewDeleteVersionNotFound() *DeleteVersionNotFound

NewDeleteVersionNotFound creates a DeleteVersionNotFound with default headers values

func (*DeleteVersionNotFound) Code

func (o *DeleteVersionNotFound) Code() int

Code gets the status code for the delete version not found response

func (*DeleteVersionNotFound) Error

func (o *DeleteVersionNotFound) Error() string

func (*DeleteVersionNotFound) GetPayload

func (o *DeleteVersionNotFound) GetPayload() interface{}

func (*DeleteVersionNotFound) IsClientError

func (o *DeleteVersionNotFound) IsClientError() bool

IsClientError returns true when this delete version not found response has a 4xx status code

func (*DeleteVersionNotFound) IsCode

func (o *DeleteVersionNotFound) IsCode(code int) bool

IsCode returns true when this delete version not found response a status code equal to that given

func (*DeleteVersionNotFound) IsRedirect

func (o *DeleteVersionNotFound) IsRedirect() bool

IsRedirect returns true when this delete version not found response has a 3xx status code

func (*DeleteVersionNotFound) IsServerError

func (o *DeleteVersionNotFound) IsServerError() bool

IsServerError returns true when this delete version not found response has a 5xx status code

func (*DeleteVersionNotFound) IsSuccess

func (o *DeleteVersionNotFound) IsSuccess() bool

IsSuccess returns true when this delete version not found response has a 2xx status code

func (*DeleteVersionNotFound) String

func (o *DeleteVersionNotFound) String() string

type DeleteVersionOK

type DeleteVersionOK struct {
}

DeleteVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteVersionOK

func NewDeleteVersionOK() *DeleteVersionOK

NewDeleteVersionOK creates a DeleteVersionOK with default headers values

func (*DeleteVersionOK) Code

func (o *DeleteVersionOK) Code() int

Code gets the status code for the delete version o k response

func (*DeleteVersionOK) Error

func (o *DeleteVersionOK) Error() string

func (*DeleteVersionOK) IsClientError

func (o *DeleteVersionOK) IsClientError() bool

IsClientError returns true when this delete version o k response has a 4xx status code

func (*DeleteVersionOK) IsCode

func (o *DeleteVersionOK) IsCode(code int) bool

IsCode returns true when this delete version o k response a status code equal to that given

func (*DeleteVersionOK) IsRedirect

func (o *DeleteVersionOK) IsRedirect() bool

IsRedirect returns true when this delete version o k response has a 3xx status code

func (*DeleteVersionOK) IsServerError

func (o *DeleteVersionOK) IsServerError() bool

IsServerError returns true when this delete version o k response has a 5xx status code

func (*DeleteVersionOK) IsSuccess

func (o *DeleteVersionOK) IsSuccess() bool

IsSuccess returns true when this delete version o k response has a 2xx status code

func (*DeleteVersionOK) String

func (o *DeleteVersionOK) String() string

type DeleteVersionParams

type DeleteVersionParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Kind.

	   Version Kind
	*/
	Kind string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteVersionParams contains all the parameters to send to the API endpoint

for the delete version operation.

Typically these are written to a http.Request.

func NewDeleteVersionParams

func NewDeleteVersionParams() *DeleteVersionParams

NewDeleteVersionParams creates a new DeleteVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteVersionParamsWithContext

func NewDeleteVersionParamsWithContext(ctx context.Context) *DeleteVersionParams

NewDeleteVersionParamsWithContext creates a new DeleteVersionParams object with the ability to set a context for a request.

func NewDeleteVersionParamsWithHTTPClient

func NewDeleteVersionParamsWithHTTPClient(client *http.Client) *DeleteVersionParams

NewDeleteVersionParamsWithHTTPClient creates a new DeleteVersionParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteVersionParamsWithTimeout

func NewDeleteVersionParamsWithTimeout(timeout time.Duration) *DeleteVersionParams

NewDeleteVersionParamsWithTimeout creates a new DeleteVersionParams object with the ability to set a timeout on a request.

func (*DeleteVersionParams) SetContext

func (o *DeleteVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the delete version params

func (*DeleteVersionParams) SetDefaults

func (o *DeleteVersionParams) SetDefaults()

SetDefaults hydrates default values in the delete version params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVersionParams) SetEntity

func (o *DeleteVersionParams) SetEntity(entity string)

SetEntity adds the entity to the delete version params

func (*DeleteVersionParams) SetHTTPClient

func (o *DeleteVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete version params

func (*DeleteVersionParams) SetKind

func (o *DeleteVersionParams) SetKind(kind string)

SetKind adds the kind to the delete version params

func (*DeleteVersionParams) SetName

func (o *DeleteVersionParams) SetName(name string)

SetName adds the name to the delete version params

func (*DeleteVersionParams) SetOwner

func (o *DeleteVersionParams) SetOwner(owner string)

SetOwner adds the owner to the delete version params

func (*DeleteVersionParams) SetTimeout

func (o *DeleteVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete version params

func (*DeleteVersionParams) WithContext

WithContext adds the context to the delete version params

func (*DeleteVersionParams) WithDefaults

func (o *DeleteVersionParams) WithDefaults() *DeleteVersionParams

WithDefaults hydrates default values in the delete version params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteVersionParams) WithEntity

func (o *DeleteVersionParams) WithEntity(entity string) *DeleteVersionParams

WithEntity adds the entity to the delete version params

func (*DeleteVersionParams) WithHTTPClient

func (o *DeleteVersionParams) WithHTTPClient(client *http.Client) *DeleteVersionParams

WithHTTPClient adds the HTTPClient to the delete version params

func (*DeleteVersionParams) WithKind

func (o *DeleteVersionParams) WithKind(kind string) *DeleteVersionParams

WithKind adds the kind to the delete version params

func (*DeleteVersionParams) WithName

func (o *DeleteVersionParams) WithName(name string) *DeleteVersionParams

WithName adds the name to the delete version params

func (*DeleteVersionParams) WithOwner

func (o *DeleteVersionParams) WithOwner(owner string) *DeleteVersionParams

WithOwner adds the owner to the delete version params

func (*DeleteVersionParams) WithTimeout

func (o *DeleteVersionParams) WithTimeout(timeout time.Duration) *DeleteVersionParams

WithTimeout adds the timeout to the delete version params

func (*DeleteVersionParams) WriteToRequest

func (o *DeleteVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteVersionReader

type DeleteVersionReader struct {
	// contains filtered or unexported fields
}

DeleteVersionReader is a Reader for the DeleteVersion structure.

func (*DeleteVersionReader) ReadResponse

func (o *DeleteVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DisableProjectCIDefault

type DisableProjectCIDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

DisableProjectCIDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDisableProjectCIDefault

func NewDisableProjectCIDefault(code int) *DisableProjectCIDefault

NewDisableProjectCIDefault creates a DisableProjectCIDefault with default headers values

func (*DisableProjectCIDefault) Code

func (o *DisableProjectCIDefault) Code() int

Code gets the status code for the disable project c i default response

func (*DisableProjectCIDefault) Error

func (o *DisableProjectCIDefault) Error() string

func (*DisableProjectCIDefault) GetPayload

func (*DisableProjectCIDefault) IsClientError

func (o *DisableProjectCIDefault) IsClientError() bool

IsClientError returns true when this disable project c i default response has a 4xx status code

func (*DisableProjectCIDefault) IsCode

func (o *DisableProjectCIDefault) IsCode(code int) bool

IsCode returns true when this disable project c i default response a status code equal to that given

func (*DisableProjectCIDefault) IsRedirect

func (o *DisableProjectCIDefault) IsRedirect() bool

IsRedirect returns true when this disable project c i default response has a 3xx status code

func (*DisableProjectCIDefault) IsServerError

func (o *DisableProjectCIDefault) IsServerError() bool

IsServerError returns true when this disable project c i default response has a 5xx status code

func (*DisableProjectCIDefault) IsSuccess

func (o *DisableProjectCIDefault) IsSuccess() bool

IsSuccess returns true when this disable project c i default response has a 2xx status code

func (*DisableProjectCIDefault) String

func (o *DisableProjectCIDefault) String() string

type DisableProjectCIForbidden

type DisableProjectCIForbidden struct {
	Payload interface{}
}

DisableProjectCIForbidden describes a response with status code 403, 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) Code

func (o *DisableProjectCIForbidden) Code() int

Code gets the status code for the disable project c i forbidden response

func (*DisableProjectCIForbidden) Error

func (o *DisableProjectCIForbidden) Error() string

func (*DisableProjectCIForbidden) GetPayload

func (o *DisableProjectCIForbidden) GetPayload() interface{}

func (*DisableProjectCIForbidden) IsClientError

func (o *DisableProjectCIForbidden) IsClientError() bool

IsClientError returns true when this disable project c i forbidden response has a 4xx status code

func (*DisableProjectCIForbidden) IsCode

func (o *DisableProjectCIForbidden) IsCode(code int) bool

IsCode returns true when this disable project c i forbidden response a status code equal to that given

func (*DisableProjectCIForbidden) IsRedirect

func (o *DisableProjectCIForbidden) IsRedirect() bool

IsRedirect returns true when this disable project c i forbidden response has a 3xx status code

func (*DisableProjectCIForbidden) IsServerError

func (o *DisableProjectCIForbidden) IsServerError() bool

IsServerError returns true when this disable project c i forbidden response has a 5xx status code

func (*DisableProjectCIForbidden) IsSuccess

func (o *DisableProjectCIForbidden) IsSuccess() bool

IsSuccess returns true when this disable project c i forbidden response has a 2xx status code

func (*DisableProjectCIForbidden) String

func (o *DisableProjectCIForbidden) String() string

type DisableProjectCINoContent

type DisableProjectCINoContent struct {
	Payload interface{}
}

DisableProjectCINoContent describes a response with status code 204, with default header values.

No content.

func NewDisableProjectCINoContent

func NewDisableProjectCINoContent() *DisableProjectCINoContent

NewDisableProjectCINoContent creates a DisableProjectCINoContent with default headers values

func (*DisableProjectCINoContent) Code

func (o *DisableProjectCINoContent) Code() int

Code gets the status code for the disable project c i no content response

func (*DisableProjectCINoContent) Error

func (o *DisableProjectCINoContent) Error() string

func (*DisableProjectCINoContent) GetPayload

func (o *DisableProjectCINoContent) GetPayload() interface{}

func (*DisableProjectCINoContent) IsClientError

func (o *DisableProjectCINoContent) IsClientError() bool

IsClientError returns true when this disable project c i no content response has a 4xx status code

func (*DisableProjectCINoContent) IsCode

func (o *DisableProjectCINoContent) IsCode(code int) bool

IsCode returns true when this disable project c i no content response a status code equal to that given

func (*DisableProjectCINoContent) IsRedirect

func (o *DisableProjectCINoContent) IsRedirect() bool

IsRedirect returns true when this disable project c i no content response has a 3xx status code

func (*DisableProjectCINoContent) IsServerError

func (o *DisableProjectCINoContent) IsServerError() bool

IsServerError returns true when this disable project c i no content response has a 5xx status code

func (*DisableProjectCINoContent) IsSuccess

func (o *DisableProjectCINoContent) IsSuccess() bool

IsSuccess returns true when this disable project c i no content response has a 2xx status code

func (*DisableProjectCINoContent) String

func (o *DisableProjectCINoContent) String() string

type DisableProjectCINotFound

type DisableProjectCINotFound struct {
	Payload interface{}
}

DisableProjectCINotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDisableProjectCINotFound

func NewDisableProjectCINotFound() *DisableProjectCINotFound

NewDisableProjectCINotFound creates a DisableProjectCINotFound with default headers values

func (*DisableProjectCINotFound) Code

func (o *DisableProjectCINotFound) Code() int

Code gets the status code for the disable project c i not found response

func (*DisableProjectCINotFound) Error

func (o *DisableProjectCINotFound) Error() string

func (*DisableProjectCINotFound) GetPayload

func (o *DisableProjectCINotFound) GetPayload() interface{}

func (*DisableProjectCINotFound) IsClientError

func (o *DisableProjectCINotFound) IsClientError() bool

IsClientError returns true when this disable project c i not found response has a 4xx status code

func (*DisableProjectCINotFound) IsCode

func (o *DisableProjectCINotFound) IsCode(code int) bool

IsCode returns true when this disable project c i not found response a status code equal to that given

func (*DisableProjectCINotFound) IsRedirect

func (o *DisableProjectCINotFound) IsRedirect() bool

IsRedirect returns true when this disable project c i not found response has a 3xx status code

func (*DisableProjectCINotFound) IsServerError

func (o *DisableProjectCINotFound) IsServerError() bool

IsServerError returns true when this disable project c i not found response has a 5xx status code

func (*DisableProjectCINotFound) IsSuccess

func (o *DisableProjectCINotFound) IsSuccess() bool

IsSuccess returns true when this disable project c i not found response has a 2xx status code

func (*DisableProjectCINotFound) String

func (o *DisableProjectCINotFound) String() string

type DisableProjectCIOK

type DisableProjectCIOK struct {
}

DisableProjectCIOK describes a response with status code 200, with default header values.

A successful response.

func NewDisableProjectCIOK

func NewDisableProjectCIOK() *DisableProjectCIOK

NewDisableProjectCIOK creates a DisableProjectCIOK with default headers values

func (*DisableProjectCIOK) Code

func (o *DisableProjectCIOK) Code() int

Code gets the status code for the disable project c i o k response

func (*DisableProjectCIOK) Error

func (o *DisableProjectCIOK) Error() string

func (*DisableProjectCIOK) IsClientError

func (o *DisableProjectCIOK) IsClientError() bool

IsClientError returns true when this disable project c i o k response has a 4xx status code

func (*DisableProjectCIOK) IsCode

func (o *DisableProjectCIOK) IsCode(code int) bool

IsCode returns true when this disable project c i o k response a status code equal to that given

func (*DisableProjectCIOK) IsRedirect

func (o *DisableProjectCIOK) IsRedirect() bool

IsRedirect returns true when this disable project c i o k response has a 3xx status code

func (*DisableProjectCIOK) IsServerError

func (o *DisableProjectCIOK) IsServerError() bool

IsServerError returns true when this disable project c i o k response has a 5xx status code

func (*DisableProjectCIOK) IsSuccess

func (o *DisableProjectCIOK) IsSuccess() bool

IsSuccess returns true when this disable project c i o k response has a 2xx status code

func (*DisableProjectCIOK) String

func (o *DisableProjectCIOK) String() string

type DisableProjectCIParams

type DisableProjectCIParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDisableProjectCIParamsWithContext

func NewDisableProjectCIParamsWithContext(ctx context.Context) *DisableProjectCIParams

NewDisableProjectCIParamsWithContext creates a new DisableProjectCIParams object with 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 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 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) SetDefaults

func (o *DisableProjectCIParams) SetDefaults()

SetDefaults hydrates default values in the disable project c i params (not the query body).

All values with no default are reset to their zero value.

func (*DisableProjectCIParams) SetHTTPClient

func (o *DisableProjectCIParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the disable project c i params

func (*DisableProjectCIParams) SetName

func (o *DisableProjectCIParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

WithDefaults hydrates default values in the disable project c i params (not the query body).

All values with no default are reset to their zero value.

func (*DisableProjectCIParams) WithHTTPClient

func (o *DisableProjectCIParams) WithHTTPClient(client *http.Client) *DisableProjectCIParams

WithHTTPClient adds the HTTPClient to the disable project c i params

func (*DisableProjectCIParams) WithName

WithName adds the name to the disable project c i params

func (*DisableProjectCIParams) WithOwner

WithOwner adds the owner 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 EnableProjectCIDefault

type EnableProjectCIDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

EnableProjectCIDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewEnableProjectCIDefault

func NewEnableProjectCIDefault(code int) *EnableProjectCIDefault

NewEnableProjectCIDefault creates a EnableProjectCIDefault with default headers values

func (*EnableProjectCIDefault) Code

func (o *EnableProjectCIDefault) Code() int

Code gets the status code for the enable project c i default response

func (*EnableProjectCIDefault) Error

func (o *EnableProjectCIDefault) Error() string

func (*EnableProjectCIDefault) GetPayload

func (*EnableProjectCIDefault) IsClientError

func (o *EnableProjectCIDefault) IsClientError() bool

IsClientError returns true when this enable project c i default response has a 4xx status code

func (*EnableProjectCIDefault) IsCode

func (o *EnableProjectCIDefault) IsCode(code int) bool

IsCode returns true when this enable project c i default response a status code equal to that given

func (*EnableProjectCIDefault) IsRedirect

func (o *EnableProjectCIDefault) IsRedirect() bool

IsRedirect returns true when this enable project c i default response has a 3xx status code

func (*EnableProjectCIDefault) IsServerError

func (o *EnableProjectCIDefault) IsServerError() bool

IsServerError returns true when this enable project c i default response has a 5xx status code

func (*EnableProjectCIDefault) IsSuccess

func (o *EnableProjectCIDefault) IsSuccess() bool

IsSuccess returns true when this enable project c i default response has a 2xx status code

func (*EnableProjectCIDefault) String

func (o *EnableProjectCIDefault) String() string

type EnableProjectCIForbidden

type EnableProjectCIForbidden struct {
	Payload interface{}
}

EnableProjectCIForbidden describes a response with status code 403, 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) Code

func (o *EnableProjectCIForbidden) Code() int

Code gets the status code for the enable project c i forbidden response

func (*EnableProjectCIForbidden) Error

func (o *EnableProjectCIForbidden) Error() string

func (*EnableProjectCIForbidden) GetPayload

func (o *EnableProjectCIForbidden) GetPayload() interface{}

func (*EnableProjectCIForbidden) IsClientError

func (o *EnableProjectCIForbidden) IsClientError() bool

IsClientError returns true when this enable project c i forbidden response has a 4xx status code

func (*EnableProjectCIForbidden) IsCode

func (o *EnableProjectCIForbidden) IsCode(code int) bool

IsCode returns true when this enable project c i forbidden response a status code equal to that given

func (*EnableProjectCIForbidden) IsRedirect

func (o *EnableProjectCIForbidden) IsRedirect() bool

IsRedirect returns true when this enable project c i forbidden response has a 3xx status code

func (*EnableProjectCIForbidden) IsServerError

func (o *EnableProjectCIForbidden) IsServerError() bool

IsServerError returns true when this enable project c i forbidden response has a 5xx status code

func (*EnableProjectCIForbidden) IsSuccess

func (o *EnableProjectCIForbidden) IsSuccess() bool

IsSuccess returns true when this enable project c i forbidden response has a 2xx status code

func (*EnableProjectCIForbidden) String

func (o *EnableProjectCIForbidden) String() string

type EnableProjectCINoContent

type EnableProjectCINoContent struct {
	Payload interface{}
}

EnableProjectCINoContent describes a response with status code 204, with default header values.

No content.

func NewEnableProjectCINoContent

func NewEnableProjectCINoContent() *EnableProjectCINoContent

NewEnableProjectCINoContent creates a EnableProjectCINoContent with default headers values

func (*EnableProjectCINoContent) Code

func (o *EnableProjectCINoContent) Code() int

Code gets the status code for the enable project c i no content response

func (*EnableProjectCINoContent) Error

func (o *EnableProjectCINoContent) Error() string

func (*EnableProjectCINoContent) GetPayload

func (o *EnableProjectCINoContent) GetPayload() interface{}

func (*EnableProjectCINoContent) IsClientError

func (o *EnableProjectCINoContent) IsClientError() bool

IsClientError returns true when this enable project c i no content response has a 4xx status code

func (*EnableProjectCINoContent) IsCode

func (o *EnableProjectCINoContent) IsCode(code int) bool

IsCode returns true when this enable project c i no content response a status code equal to that given

func (*EnableProjectCINoContent) IsRedirect

func (o *EnableProjectCINoContent) IsRedirect() bool

IsRedirect returns true when this enable project c i no content response has a 3xx status code

func (*EnableProjectCINoContent) IsServerError

func (o *EnableProjectCINoContent) IsServerError() bool

IsServerError returns true when this enable project c i no content response has a 5xx status code

func (*EnableProjectCINoContent) IsSuccess

func (o *EnableProjectCINoContent) IsSuccess() bool

IsSuccess returns true when this enable project c i no content response has a 2xx status code

func (*EnableProjectCINoContent) String

func (o *EnableProjectCINoContent) String() string

type EnableProjectCINotFound

type EnableProjectCINotFound struct {
	Payload interface{}
}

EnableProjectCINotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewEnableProjectCINotFound

func NewEnableProjectCINotFound() *EnableProjectCINotFound

NewEnableProjectCINotFound creates a EnableProjectCINotFound with default headers values

func (*EnableProjectCINotFound) Code

func (o *EnableProjectCINotFound) Code() int

Code gets the status code for the enable project c i not found response

func (*EnableProjectCINotFound) Error

func (o *EnableProjectCINotFound) Error() string

func (*EnableProjectCINotFound) GetPayload

func (o *EnableProjectCINotFound) GetPayload() interface{}

func (*EnableProjectCINotFound) IsClientError

func (o *EnableProjectCINotFound) IsClientError() bool

IsClientError returns true when this enable project c i not found response has a 4xx status code

func (*EnableProjectCINotFound) IsCode

func (o *EnableProjectCINotFound) IsCode(code int) bool

IsCode returns true when this enable project c i not found response a status code equal to that given

func (*EnableProjectCINotFound) IsRedirect

func (o *EnableProjectCINotFound) IsRedirect() bool

IsRedirect returns true when this enable project c i not found response has a 3xx status code

func (*EnableProjectCINotFound) IsServerError

func (o *EnableProjectCINotFound) IsServerError() bool

IsServerError returns true when this enable project c i not found response has a 5xx status code

func (*EnableProjectCINotFound) IsSuccess

func (o *EnableProjectCINotFound) IsSuccess() bool

IsSuccess returns true when this enable project c i not found response has a 2xx status code

func (*EnableProjectCINotFound) String

func (o *EnableProjectCINotFound) String() string

type EnableProjectCIOK

type EnableProjectCIOK struct {
}

EnableProjectCIOK describes a response with status code 200, with default header values.

A successful response.

func NewEnableProjectCIOK

func NewEnableProjectCIOK() *EnableProjectCIOK

NewEnableProjectCIOK creates a EnableProjectCIOK with default headers values

func (*EnableProjectCIOK) Code

func (o *EnableProjectCIOK) Code() int

Code gets the status code for the enable project c i o k response

func (*EnableProjectCIOK) Error

func (o *EnableProjectCIOK) Error() string

func (*EnableProjectCIOK) IsClientError

func (o *EnableProjectCIOK) IsClientError() bool

IsClientError returns true when this enable project c i o k response has a 4xx status code

func (*EnableProjectCIOK) IsCode

func (o *EnableProjectCIOK) IsCode(code int) bool

IsCode returns true when this enable project c i o k response a status code equal to that given

func (*EnableProjectCIOK) IsRedirect

func (o *EnableProjectCIOK) IsRedirect() bool

IsRedirect returns true when this enable project c i o k response has a 3xx status code

func (*EnableProjectCIOK) IsServerError

func (o *EnableProjectCIOK) IsServerError() bool

IsServerError returns true when this enable project c i o k response has a 5xx status code

func (*EnableProjectCIOK) IsSuccess

func (o *EnableProjectCIOK) IsSuccess() bool

IsSuccess returns true when this enable project c i o k response has a 2xx status code

func (*EnableProjectCIOK) String

func (o *EnableProjectCIOK) String() string

type EnableProjectCIParams

type EnableProjectCIParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnableProjectCIParamsWithContext

func NewEnableProjectCIParamsWithContext(ctx context.Context) *EnableProjectCIParams

NewEnableProjectCIParamsWithContext creates a new EnableProjectCIParams object with 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 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 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) SetDefaults

func (o *EnableProjectCIParams) SetDefaults()

SetDefaults hydrates default values in the enable project c i params (not the query body).

All values with no default are reset to their zero value.

func (*EnableProjectCIParams) SetHTTPClient

func (o *EnableProjectCIParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the enable project c i params

func (*EnableProjectCIParams) SetName

func (o *EnableProjectCIParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

func (o *EnableProjectCIParams) WithDefaults() *EnableProjectCIParams

WithDefaults hydrates default values in the enable project c i params (not the query body).

All values with no default are reset to their zero value.

func (*EnableProjectCIParams) WithHTTPClient

func (o *EnableProjectCIParams) WithHTTPClient(client *http.Client) *EnableProjectCIParams

WithHTTPClient adds the HTTPClient to the enable project c i params

func (*EnableProjectCIParams) WithName

WithName adds the name 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) 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 GetProjectActivitiesDefault

type GetProjectActivitiesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

GetProjectActivitiesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetProjectActivitiesDefault

func NewGetProjectActivitiesDefault(code int) *GetProjectActivitiesDefault

NewGetProjectActivitiesDefault creates a GetProjectActivitiesDefault with default headers values

func (*GetProjectActivitiesDefault) Code

func (o *GetProjectActivitiesDefault) Code() int

Code gets the status code for the get project activities default response

func (*GetProjectActivitiesDefault) Error

func (*GetProjectActivitiesDefault) GetPayload

func (*GetProjectActivitiesDefault) IsClientError

func (o *GetProjectActivitiesDefault) IsClientError() bool

IsClientError returns true when this get project activities default response has a 4xx status code

func (*GetProjectActivitiesDefault) IsCode

func (o *GetProjectActivitiesDefault) IsCode(code int) bool

IsCode returns true when this get project activities default response a status code equal to that given

func (*GetProjectActivitiesDefault) IsRedirect

func (o *GetProjectActivitiesDefault) IsRedirect() bool

IsRedirect returns true when this get project activities default response has a 3xx status code

func (*GetProjectActivitiesDefault) IsServerError

func (o *GetProjectActivitiesDefault) IsServerError() bool

IsServerError returns true when this get project activities default response has a 5xx status code

func (*GetProjectActivitiesDefault) IsSuccess

func (o *GetProjectActivitiesDefault) IsSuccess() bool

IsSuccess returns true when this get project activities default response has a 2xx status code

func (*GetProjectActivitiesDefault) String

func (o *GetProjectActivitiesDefault) String() string

type GetProjectActivitiesForbidden

type GetProjectActivitiesForbidden struct {
	Payload interface{}
}

GetProjectActivitiesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetProjectActivitiesForbidden

func NewGetProjectActivitiesForbidden() *GetProjectActivitiesForbidden

NewGetProjectActivitiesForbidden creates a GetProjectActivitiesForbidden with default headers values

func (*GetProjectActivitiesForbidden) Code

Code gets the status code for the get project activities forbidden response

func (*GetProjectActivitiesForbidden) Error

func (*GetProjectActivitiesForbidden) GetPayload

func (o *GetProjectActivitiesForbidden) GetPayload() interface{}

func (*GetProjectActivitiesForbidden) IsClientError

func (o *GetProjectActivitiesForbidden) IsClientError() bool

IsClientError returns true when this get project activities forbidden response has a 4xx status code

func (*GetProjectActivitiesForbidden) IsCode

func (o *GetProjectActivitiesForbidden) IsCode(code int) bool

IsCode returns true when this get project activities forbidden response a status code equal to that given

func (*GetProjectActivitiesForbidden) IsRedirect

func (o *GetProjectActivitiesForbidden) IsRedirect() bool

IsRedirect returns true when this get project activities forbidden response has a 3xx status code

func (*GetProjectActivitiesForbidden) IsServerError

func (o *GetProjectActivitiesForbidden) IsServerError() bool

IsServerError returns true when this get project activities forbidden response has a 5xx status code

func (*GetProjectActivitiesForbidden) IsSuccess

func (o *GetProjectActivitiesForbidden) IsSuccess() bool

IsSuccess returns true when this get project activities forbidden response has a 2xx status code

func (*GetProjectActivitiesForbidden) String

type GetProjectActivitiesNoContent

type GetProjectActivitiesNoContent struct {
	Payload interface{}
}

GetProjectActivitiesNoContent describes a response with status code 204, with default header values.

No content.

func NewGetProjectActivitiesNoContent

func NewGetProjectActivitiesNoContent() *GetProjectActivitiesNoContent

NewGetProjectActivitiesNoContent creates a GetProjectActivitiesNoContent with default headers values

func (*GetProjectActivitiesNoContent) Code

Code gets the status code for the get project activities no content response

func (*GetProjectActivitiesNoContent) Error

func (*GetProjectActivitiesNoContent) GetPayload

func (o *GetProjectActivitiesNoContent) GetPayload() interface{}

func (*GetProjectActivitiesNoContent) IsClientError

func (o *GetProjectActivitiesNoContent) IsClientError() bool

IsClientError returns true when this get project activities no content response has a 4xx status code

func (*GetProjectActivitiesNoContent) IsCode

func (o *GetProjectActivitiesNoContent) IsCode(code int) bool

IsCode returns true when this get project activities no content response a status code equal to that given

func (*GetProjectActivitiesNoContent) IsRedirect

func (o *GetProjectActivitiesNoContent) IsRedirect() bool

IsRedirect returns true when this get project activities no content response has a 3xx status code

func (*GetProjectActivitiesNoContent) IsServerError

func (o *GetProjectActivitiesNoContent) IsServerError() bool

IsServerError returns true when this get project activities no content response has a 5xx status code

func (*GetProjectActivitiesNoContent) IsSuccess

func (o *GetProjectActivitiesNoContent) IsSuccess() bool

IsSuccess returns true when this get project activities no content response has a 2xx status code

func (*GetProjectActivitiesNoContent) String

type GetProjectActivitiesNotFound

type GetProjectActivitiesNotFound struct {
	Payload interface{}
}

GetProjectActivitiesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetProjectActivitiesNotFound

func NewGetProjectActivitiesNotFound() *GetProjectActivitiesNotFound

NewGetProjectActivitiesNotFound creates a GetProjectActivitiesNotFound with default headers values

func (*GetProjectActivitiesNotFound) Code

Code gets the status code for the get project activities not found response

func (*GetProjectActivitiesNotFound) Error

func (*GetProjectActivitiesNotFound) GetPayload

func (o *GetProjectActivitiesNotFound) GetPayload() interface{}

func (*GetProjectActivitiesNotFound) IsClientError

func (o *GetProjectActivitiesNotFound) IsClientError() bool

IsClientError returns true when this get project activities not found response has a 4xx status code

func (*GetProjectActivitiesNotFound) IsCode

func (o *GetProjectActivitiesNotFound) IsCode(code int) bool

IsCode returns true when this get project activities not found response a status code equal to that given

func (*GetProjectActivitiesNotFound) IsRedirect

func (o *GetProjectActivitiesNotFound) IsRedirect() bool

IsRedirect returns true when this get project activities not found response has a 3xx status code

func (*GetProjectActivitiesNotFound) IsServerError

func (o *GetProjectActivitiesNotFound) IsServerError() bool

IsServerError returns true when this get project activities not found response has a 5xx status code

func (*GetProjectActivitiesNotFound) IsSuccess

func (o *GetProjectActivitiesNotFound) IsSuccess() bool

IsSuccess returns true when this get project activities not found response has a 2xx status code

func (*GetProjectActivitiesNotFound) String

type GetProjectActivitiesOK

type GetProjectActivitiesOK struct {
	Payload *service_model.V1ListActivitiesResponse
}

GetProjectActivitiesOK describes a response with status code 200, with default header values.

A successful response.

func NewGetProjectActivitiesOK

func NewGetProjectActivitiesOK() *GetProjectActivitiesOK

NewGetProjectActivitiesOK creates a GetProjectActivitiesOK with default headers values

func (*GetProjectActivitiesOK) Code

func (o *GetProjectActivitiesOK) Code() int

Code gets the status code for the get project activities o k response

func (*GetProjectActivitiesOK) Error

func (o *GetProjectActivitiesOK) Error() string

func (*GetProjectActivitiesOK) GetPayload

func (*GetProjectActivitiesOK) IsClientError

func (o *GetProjectActivitiesOK) IsClientError() bool

IsClientError returns true when this get project activities o k response has a 4xx status code

func (*GetProjectActivitiesOK) IsCode

func (o *GetProjectActivitiesOK) IsCode(code int) bool

IsCode returns true when this get project activities o k response a status code equal to that given

func (*GetProjectActivitiesOK) IsRedirect

func (o *GetProjectActivitiesOK) IsRedirect() bool

IsRedirect returns true when this get project activities o k response has a 3xx status code

func (*GetProjectActivitiesOK) IsServerError

func (o *GetProjectActivitiesOK) IsServerError() bool

IsServerError returns true when this get project activities o k response has a 5xx status code

func (*GetProjectActivitiesOK) IsSuccess

func (o *GetProjectActivitiesOK) IsSuccess() bool

IsSuccess returns true when this get project activities o k response has a 2xx status code

func (*GetProjectActivitiesOK) String

func (o *GetProjectActivitiesOK) String() string

type GetProjectActivitiesParams

type GetProjectActivitiesParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetProjectActivitiesParams contains all the parameters to send to the API endpoint

for the get project activities operation.

Typically these are written to a http.Request.

func NewGetProjectActivitiesParams

func NewGetProjectActivitiesParams() *GetProjectActivitiesParams

NewGetProjectActivitiesParams creates a new GetProjectActivitiesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProjectActivitiesParamsWithContext

func NewGetProjectActivitiesParamsWithContext(ctx context.Context) *GetProjectActivitiesParams

NewGetProjectActivitiesParamsWithContext creates a new GetProjectActivitiesParams object with the ability to set a context for a request.

func NewGetProjectActivitiesParamsWithHTTPClient

func NewGetProjectActivitiesParamsWithHTTPClient(client *http.Client) *GetProjectActivitiesParams

NewGetProjectActivitiesParamsWithHTTPClient creates a new GetProjectActivitiesParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectActivitiesParamsWithTimeout

func NewGetProjectActivitiesParamsWithTimeout(timeout time.Duration) *GetProjectActivitiesParams

NewGetProjectActivitiesParamsWithTimeout creates a new GetProjectActivitiesParams object with the ability to set a timeout on a request.

func (*GetProjectActivitiesParams) SetBookmarks

func (o *GetProjectActivitiesParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the get project activities params

func (*GetProjectActivitiesParams) SetContext

func (o *GetProjectActivitiesParams) SetContext(ctx context.Context)

SetContext adds the context to the get project activities params

func (*GetProjectActivitiesParams) SetDefaults

func (o *GetProjectActivitiesParams) SetDefaults()

SetDefaults hydrates default values in the get project activities params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectActivitiesParams) SetHTTPClient

func (o *GetProjectActivitiesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get project activities params

func (*GetProjectActivitiesParams) SetLimit

func (o *GetProjectActivitiesParams) SetLimit(limit *int32)

SetLimit adds the limit to the get project activities params

func (*GetProjectActivitiesParams) SetMode

func (o *GetProjectActivitiesParams) SetMode(mode *string)

SetMode adds the mode to the get project activities params

func (*GetProjectActivitiesParams) SetName

func (o *GetProjectActivitiesParams) SetName(name string)

SetName adds the name to the get project activities params

func (*GetProjectActivitiesParams) SetNoPage

func (o *GetProjectActivitiesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the get project activities params

func (*GetProjectActivitiesParams) SetOffset

func (o *GetProjectActivitiesParams) SetOffset(offset *int32)

SetOffset adds the offset to the get project activities params

func (*GetProjectActivitiesParams) SetOwner

func (o *GetProjectActivitiesParams) SetOwner(owner string)

SetOwner adds the owner to the get project activities params

func (*GetProjectActivitiesParams) SetQuery

func (o *GetProjectActivitiesParams) SetQuery(query *string)

SetQuery adds the query to the get project activities params

func (*GetProjectActivitiesParams) SetSort

func (o *GetProjectActivitiesParams) SetSort(sort *string)

SetSort adds the sort to the get project activities params

func (*GetProjectActivitiesParams) SetTimeout

func (o *GetProjectActivitiesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get project activities params

func (*GetProjectActivitiesParams) WithBookmarks

func (o *GetProjectActivitiesParams) WithBookmarks(bookmarks *bool) *GetProjectActivitiesParams

WithBookmarks adds the bookmarks to the get project activities params

func (*GetProjectActivitiesParams) WithContext

WithContext adds the context to the get project activities params

func (*GetProjectActivitiesParams) WithDefaults

WithDefaults hydrates default values in the get project activities params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectActivitiesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get project activities params

func (*GetProjectActivitiesParams) WithLimit

WithLimit adds the limit to the get project activities params

func (*GetProjectActivitiesParams) WithMode

WithMode adds the mode to the get project activities params

func (*GetProjectActivitiesParams) WithName

WithName adds the name to the get project activities params

func (*GetProjectActivitiesParams) WithNoPage

WithNoPage adds the noPage to the get project activities params

func (*GetProjectActivitiesParams) WithOffset

WithOffset adds the offset to the get project activities params

func (*GetProjectActivitiesParams) WithOwner

WithOwner adds the owner to the get project activities params

func (*GetProjectActivitiesParams) WithQuery

WithQuery adds the query to the get project activities params

func (*GetProjectActivitiesParams) WithSort

WithSort adds the sort to the get project activities params

func (*GetProjectActivitiesParams) WithTimeout

WithTimeout adds the timeout to the get project activities params

func (*GetProjectActivitiesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectActivitiesReader

type GetProjectActivitiesReader struct {
	// contains filtered or unexported fields
}

GetProjectActivitiesReader is a Reader for the GetProjectActivities structure.

func (*GetProjectActivitiesReader) ReadResponse

func (o *GetProjectActivitiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetProjectDefault

type GetProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

GetProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetProjectDefault

func NewGetProjectDefault(code int) *GetProjectDefault

NewGetProjectDefault creates a GetProjectDefault with default headers values

func (*GetProjectDefault) Code

func (o *GetProjectDefault) Code() int

Code gets the status code for the get project default response

func (*GetProjectDefault) Error

func (o *GetProjectDefault) Error() string

func (*GetProjectDefault) GetPayload

func (o *GetProjectDefault) GetPayload() *service_model.RuntimeError

func (*GetProjectDefault) IsClientError

func (o *GetProjectDefault) IsClientError() bool

IsClientError returns true when this get project default response has a 4xx status code

func (*GetProjectDefault) IsCode

func (o *GetProjectDefault) IsCode(code int) bool

IsCode returns true when this get project default response a status code equal to that given

func (*GetProjectDefault) IsRedirect

func (o *GetProjectDefault) IsRedirect() bool

IsRedirect returns true when this get project default response has a 3xx status code

func (*GetProjectDefault) IsServerError

func (o *GetProjectDefault) IsServerError() bool

IsServerError returns true when this get project default response has a 5xx status code

func (*GetProjectDefault) IsSuccess

func (o *GetProjectDefault) IsSuccess() bool

IsSuccess returns true when this get project default response has a 2xx status code

func (*GetProjectDefault) String

func (o *GetProjectDefault) String() string

type GetProjectForbidden

type GetProjectForbidden struct {
	Payload interface{}
}

GetProjectForbidden describes a response with status code 403, 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) Code

func (o *GetProjectForbidden) Code() int

Code gets the status code for the get project forbidden response

func (*GetProjectForbidden) Error

func (o *GetProjectForbidden) Error() string

func (*GetProjectForbidden) GetPayload

func (o *GetProjectForbidden) GetPayload() interface{}

func (*GetProjectForbidden) IsClientError

func (o *GetProjectForbidden) IsClientError() bool

IsClientError returns true when this get project forbidden response has a 4xx status code

func (*GetProjectForbidden) IsCode

func (o *GetProjectForbidden) IsCode(code int) bool

IsCode returns true when this get project forbidden response a status code equal to that given

func (*GetProjectForbidden) IsRedirect

func (o *GetProjectForbidden) IsRedirect() bool

IsRedirect returns true when this get project forbidden response has a 3xx status code

func (*GetProjectForbidden) IsServerError

func (o *GetProjectForbidden) IsServerError() bool

IsServerError returns true when this get project forbidden response has a 5xx status code

func (*GetProjectForbidden) IsSuccess

func (o *GetProjectForbidden) IsSuccess() bool

IsSuccess returns true when this get project forbidden response has a 2xx status code

func (*GetProjectForbidden) String

func (o *GetProjectForbidden) String() string

type GetProjectNoContent

type GetProjectNoContent struct {
	Payload interface{}
}

GetProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewGetProjectNoContent

func NewGetProjectNoContent() *GetProjectNoContent

NewGetProjectNoContent creates a GetProjectNoContent with default headers values

func (*GetProjectNoContent) Code

func (o *GetProjectNoContent) Code() int

Code gets the status code for the get project no content response

func (*GetProjectNoContent) Error

func (o *GetProjectNoContent) Error() string

func (*GetProjectNoContent) GetPayload

func (o *GetProjectNoContent) GetPayload() interface{}

func (*GetProjectNoContent) IsClientError

func (o *GetProjectNoContent) IsClientError() bool

IsClientError returns true when this get project no content response has a 4xx status code

func (*GetProjectNoContent) IsCode

func (o *GetProjectNoContent) IsCode(code int) bool

IsCode returns true when this get project no content response a status code equal to that given

func (*GetProjectNoContent) IsRedirect

func (o *GetProjectNoContent) IsRedirect() bool

IsRedirect returns true when this get project no content response has a 3xx status code

func (*GetProjectNoContent) IsServerError

func (o *GetProjectNoContent) IsServerError() bool

IsServerError returns true when this get project no content response has a 5xx status code

func (*GetProjectNoContent) IsSuccess

func (o *GetProjectNoContent) IsSuccess() bool

IsSuccess returns true when this get project no content response has a 2xx status code

func (*GetProjectNoContent) String

func (o *GetProjectNoContent) String() string

type GetProjectNotFound

type GetProjectNotFound struct {
	Payload interface{}
}

GetProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetProjectNotFound

func NewGetProjectNotFound() *GetProjectNotFound

NewGetProjectNotFound creates a GetProjectNotFound with default headers values

func (*GetProjectNotFound) Code

func (o *GetProjectNotFound) Code() int

Code gets the status code for the get project not found response

func (*GetProjectNotFound) Error

func (o *GetProjectNotFound) Error() string

func (*GetProjectNotFound) GetPayload

func (o *GetProjectNotFound) GetPayload() interface{}

func (*GetProjectNotFound) IsClientError

func (o *GetProjectNotFound) IsClientError() bool

IsClientError returns true when this get project not found response has a 4xx status code

func (*GetProjectNotFound) IsCode

func (o *GetProjectNotFound) IsCode(code int) bool

IsCode returns true when this get project not found response a status code equal to that given

func (*GetProjectNotFound) IsRedirect

func (o *GetProjectNotFound) IsRedirect() bool

IsRedirect returns true when this get project not found response has a 3xx status code

func (*GetProjectNotFound) IsServerError

func (o *GetProjectNotFound) IsServerError() bool

IsServerError returns true when this get project not found response has a 5xx status code

func (*GetProjectNotFound) IsSuccess

func (o *GetProjectNotFound) IsSuccess() bool

IsSuccess returns true when this get project not found response has a 2xx status code

func (*GetProjectNotFound) String

func (o *GetProjectNotFound) String() string

type GetProjectOK

type GetProjectOK struct {
	Payload *service_model.V1Project
}

GetProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewGetProjectOK

func NewGetProjectOK() *GetProjectOK

NewGetProjectOK creates a GetProjectOK with default headers values

func (*GetProjectOK) Code

func (o *GetProjectOK) Code() int

Code gets the status code for the get project o k response

func (*GetProjectOK) Error

func (o *GetProjectOK) Error() string

func (*GetProjectOK) GetPayload

func (o *GetProjectOK) GetPayload() *service_model.V1Project

func (*GetProjectOK) IsClientError

func (o *GetProjectOK) IsClientError() bool

IsClientError returns true when this get project o k response has a 4xx status code

func (*GetProjectOK) IsCode

func (o *GetProjectOK) IsCode(code int) bool

IsCode returns true when this get project o k response a status code equal to that given

func (*GetProjectOK) IsRedirect

func (o *GetProjectOK) IsRedirect() bool

IsRedirect returns true when this get project o k response has a 3xx status code

func (*GetProjectOK) IsServerError

func (o *GetProjectOK) IsServerError() bool

IsServerError returns true when this get project o k response has a 5xx status code

func (*GetProjectOK) IsSuccess

func (o *GetProjectOK) IsSuccess() bool

IsSuccess returns true when this get project o k response has a 2xx status code

func (*GetProjectOK) String

func (o *GetProjectOK) String() string

type GetProjectParams

type GetProjectParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProjectParamsWithContext

func NewGetProjectParamsWithContext(ctx context.Context) *GetProjectParams

NewGetProjectParamsWithContext creates a new GetProjectParams object with 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 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 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) SetDefaults

func (o *GetProjectParams) SetDefaults()

SetDefaults hydrates default values in the get project params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectParams) SetHTTPClient

func (o *GetProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get project params

func (*GetProjectParams) SetName

func (o *GetProjectParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

func (o *GetProjectParams) WithDefaults() *GetProjectParams

WithDefaults hydrates default values in the get project params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectParams) WithHTTPClient

func (o *GetProjectParams) WithHTTPClient(client *http.Client) *GetProjectParams

WithHTTPClient adds the HTTPClient to the get project params

func (*GetProjectParams) WithName

func (o *GetProjectParams) WithName(name string) *GetProjectParams

WithName adds the name 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) 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 GetProjectSettingsDefault

type GetProjectSettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

GetProjectSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetProjectSettingsDefault

func NewGetProjectSettingsDefault(code int) *GetProjectSettingsDefault

NewGetProjectSettingsDefault creates a GetProjectSettingsDefault with default headers values

func (*GetProjectSettingsDefault) Code

func (o *GetProjectSettingsDefault) Code() int

Code gets the status code for the get project settings default response

func (*GetProjectSettingsDefault) Error

func (o *GetProjectSettingsDefault) Error() string

func (*GetProjectSettingsDefault) GetPayload

func (*GetProjectSettingsDefault) IsClientError

func (o *GetProjectSettingsDefault) IsClientError() bool

IsClientError returns true when this get project settings default response has a 4xx status code

func (*GetProjectSettingsDefault) IsCode

func (o *GetProjectSettingsDefault) IsCode(code int) bool

IsCode returns true when this get project settings default response a status code equal to that given

func (*GetProjectSettingsDefault) IsRedirect

func (o *GetProjectSettingsDefault) IsRedirect() bool

IsRedirect returns true when this get project settings default response has a 3xx status code

func (*GetProjectSettingsDefault) IsServerError

func (o *GetProjectSettingsDefault) IsServerError() bool

IsServerError returns true when this get project settings default response has a 5xx status code

func (*GetProjectSettingsDefault) IsSuccess

func (o *GetProjectSettingsDefault) IsSuccess() bool

IsSuccess returns true when this get project settings default response has a 2xx status code

func (*GetProjectSettingsDefault) String

func (o *GetProjectSettingsDefault) String() string

type GetProjectSettingsForbidden

type GetProjectSettingsForbidden struct {
	Payload interface{}
}

GetProjectSettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetProjectSettingsForbidden

func NewGetProjectSettingsForbidden() *GetProjectSettingsForbidden

NewGetProjectSettingsForbidden creates a GetProjectSettingsForbidden with default headers values

func (*GetProjectSettingsForbidden) Code

func (o *GetProjectSettingsForbidden) Code() int

Code gets the status code for the get project settings forbidden response

func (*GetProjectSettingsForbidden) Error

func (*GetProjectSettingsForbidden) GetPayload

func (o *GetProjectSettingsForbidden) GetPayload() interface{}

func (*GetProjectSettingsForbidden) IsClientError

func (o *GetProjectSettingsForbidden) IsClientError() bool

IsClientError returns true when this get project settings forbidden response has a 4xx status code

func (*GetProjectSettingsForbidden) IsCode

func (o *GetProjectSettingsForbidden) IsCode(code int) bool

IsCode returns true when this get project settings forbidden response a status code equal to that given

func (*GetProjectSettingsForbidden) IsRedirect

func (o *GetProjectSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this get project settings forbidden response has a 3xx status code

func (*GetProjectSettingsForbidden) IsServerError

func (o *GetProjectSettingsForbidden) IsServerError() bool

IsServerError returns true when this get project settings forbidden response has a 5xx status code

func (*GetProjectSettingsForbidden) IsSuccess

func (o *GetProjectSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this get project settings forbidden response has a 2xx status code

func (*GetProjectSettingsForbidden) String

func (o *GetProjectSettingsForbidden) String() string

type GetProjectSettingsNoContent

type GetProjectSettingsNoContent struct {
	Payload interface{}
}

GetProjectSettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewGetProjectSettingsNoContent

func NewGetProjectSettingsNoContent() *GetProjectSettingsNoContent

NewGetProjectSettingsNoContent creates a GetProjectSettingsNoContent with default headers values

func (*GetProjectSettingsNoContent) Code

func (o *GetProjectSettingsNoContent) Code() int

Code gets the status code for the get project settings no content response

func (*GetProjectSettingsNoContent) Error

func (*GetProjectSettingsNoContent) GetPayload

func (o *GetProjectSettingsNoContent) GetPayload() interface{}

func (*GetProjectSettingsNoContent) IsClientError

func (o *GetProjectSettingsNoContent) IsClientError() bool

IsClientError returns true when this get project settings no content response has a 4xx status code

func (*GetProjectSettingsNoContent) IsCode

func (o *GetProjectSettingsNoContent) IsCode(code int) bool

IsCode returns true when this get project settings no content response a status code equal to that given

func (*GetProjectSettingsNoContent) IsRedirect

func (o *GetProjectSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this get project settings no content response has a 3xx status code

func (*GetProjectSettingsNoContent) IsServerError

func (o *GetProjectSettingsNoContent) IsServerError() bool

IsServerError returns true when this get project settings no content response has a 5xx status code

func (*GetProjectSettingsNoContent) IsSuccess

func (o *GetProjectSettingsNoContent) IsSuccess() bool

IsSuccess returns true when this get project settings no content response has a 2xx status code

func (*GetProjectSettingsNoContent) String

func (o *GetProjectSettingsNoContent) String() string

type GetProjectSettingsNotFound

type GetProjectSettingsNotFound struct {
	Payload interface{}
}

GetProjectSettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetProjectSettingsNotFound

func NewGetProjectSettingsNotFound() *GetProjectSettingsNotFound

NewGetProjectSettingsNotFound creates a GetProjectSettingsNotFound with default headers values

func (*GetProjectSettingsNotFound) Code

func (o *GetProjectSettingsNotFound) Code() int

Code gets the status code for the get project settings not found response

func (*GetProjectSettingsNotFound) Error

func (*GetProjectSettingsNotFound) GetPayload

func (o *GetProjectSettingsNotFound) GetPayload() interface{}

func (*GetProjectSettingsNotFound) IsClientError

func (o *GetProjectSettingsNotFound) IsClientError() bool

IsClientError returns true when this get project settings not found response has a 4xx status code

func (*GetProjectSettingsNotFound) IsCode

func (o *GetProjectSettingsNotFound) IsCode(code int) bool

IsCode returns true when this get project settings not found response a status code equal to that given

func (*GetProjectSettingsNotFound) IsRedirect

func (o *GetProjectSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this get project settings not found response has a 3xx status code

func (*GetProjectSettingsNotFound) IsServerError

func (o *GetProjectSettingsNotFound) IsServerError() bool

IsServerError returns true when this get project settings not found response has a 5xx status code

func (*GetProjectSettingsNotFound) IsSuccess

func (o *GetProjectSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this get project settings not found response has a 2xx status code

func (*GetProjectSettingsNotFound) String

func (o *GetProjectSettingsNotFound) String() string

type GetProjectSettingsOK

type GetProjectSettingsOK struct {
	Payload *service_model.V1ProjectSettings
}

GetProjectSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewGetProjectSettingsOK

func NewGetProjectSettingsOK() *GetProjectSettingsOK

NewGetProjectSettingsOK creates a GetProjectSettingsOK with default headers values

func (*GetProjectSettingsOK) Code

func (o *GetProjectSettingsOK) Code() int

Code gets the status code for the get project settings o k response

func (*GetProjectSettingsOK) Error

func (o *GetProjectSettingsOK) Error() string

func (*GetProjectSettingsOK) GetPayload

func (*GetProjectSettingsOK) IsClientError

func (o *GetProjectSettingsOK) IsClientError() bool

IsClientError returns true when this get project settings o k response has a 4xx status code

func (*GetProjectSettingsOK) IsCode

func (o *GetProjectSettingsOK) IsCode(code int) bool

IsCode returns true when this get project settings o k response a status code equal to that given

func (*GetProjectSettingsOK) IsRedirect

func (o *GetProjectSettingsOK) IsRedirect() bool

IsRedirect returns true when this get project settings o k response has a 3xx status code

func (*GetProjectSettingsOK) IsServerError

func (o *GetProjectSettingsOK) IsServerError() bool

IsServerError returns true when this get project settings o k response has a 5xx status code

func (*GetProjectSettingsOK) IsSuccess

func (o *GetProjectSettingsOK) IsSuccess() bool

IsSuccess returns true when this get project settings o k response has a 2xx status code

func (*GetProjectSettingsOK) String

func (o *GetProjectSettingsOK) String() string

type GetProjectSettingsParams

type GetProjectSettingsParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetProjectSettingsParams contains all the parameters to send to the API endpoint

for the get project settings operation.

Typically these are written to a http.Request.

func NewGetProjectSettingsParams

func NewGetProjectSettingsParams() *GetProjectSettingsParams

NewGetProjectSettingsParams creates a new GetProjectSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProjectSettingsParamsWithContext

func NewGetProjectSettingsParamsWithContext(ctx context.Context) *GetProjectSettingsParams

NewGetProjectSettingsParamsWithContext creates a new GetProjectSettingsParams object with the ability to set a context for a request.

func NewGetProjectSettingsParamsWithHTTPClient

func NewGetProjectSettingsParamsWithHTTPClient(client *http.Client) *GetProjectSettingsParams

NewGetProjectSettingsParamsWithHTTPClient creates a new GetProjectSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectSettingsParamsWithTimeout

func NewGetProjectSettingsParamsWithTimeout(timeout time.Duration) *GetProjectSettingsParams

NewGetProjectSettingsParamsWithTimeout creates a new GetProjectSettingsParams object with the ability to set a timeout on a request.

func (*GetProjectSettingsParams) SetContext

func (o *GetProjectSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the get project settings params

func (*GetProjectSettingsParams) SetDefaults

func (o *GetProjectSettingsParams) SetDefaults()

SetDefaults hydrates default values in the get project settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectSettingsParams) SetHTTPClient

func (o *GetProjectSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get project settings params

func (*GetProjectSettingsParams) SetName

func (o *GetProjectSettingsParams) SetName(name string)

SetName adds the name to the get project settings params

func (*GetProjectSettingsParams) SetOwner

func (o *GetProjectSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the get project settings params

func (*GetProjectSettingsParams) SetTimeout

func (o *GetProjectSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get project settings params

func (*GetProjectSettingsParams) WithContext

WithContext adds the context to the get project settings params

func (*GetProjectSettingsParams) WithDefaults

WithDefaults hydrates default values in the get project settings params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectSettingsParams) WithHTTPClient

func (o *GetProjectSettingsParams) WithHTTPClient(client *http.Client) *GetProjectSettingsParams

WithHTTPClient adds the HTTPClient to the get project settings params

func (*GetProjectSettingsParams) WithName

WithName adds the name to the get project settings params

func (*GetProjectSettingsParams) WithOwner

WithOwner adds the owner to the get project settings params

func (*GetProjectSettingsParams) WithTimeout

WithTimeout adds the timeout to the get project settings params

func (*GetProjectSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectSettingsReader

type GetProjectSettingsReader struct {
	// contains filtered or unexported fields
}

GetProjectSettingsReader is a Reader for the GetProjectSettings structure.

func (*GetProjectSettingsReader) ReadResponse

func (o *GetProjectSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetProjectStatsDefault

type GetProjectStatsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

GetProjectStatsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetProjectStatsDefault

func NewGetProjectStatsDefault(code int) *GetProjectStatsDefault

NewGetProjectStatsDefault creates a GetProjectStatsDefault with default headers values

func (*GetProjectStatsDefault) Code

func (o *GetProjectStatsDefault) Code() int

Code gets the status code for the get project stats default response

func (*GetProjectStatsDefault) Error

func (o *GetProjectStatsDefault) Error() string

func (*GetProjectStatsDefault) GetPayload

func (*GetProjectStatsDefault) IsClientError

func (o *GetProjectStatsDefault) IsClientError() bool

IsClientError returns true when this get project stats default response has a 4xx status code

func (*GetProjectStatsDefault) IsCode

func (o *GetProjectStatsDefault) IsCode(code int) bool

IsCode returns true when this get project stats default response a status code equal to that given

func (*GetProjectStatsDefault) IsRedirect

func (o *GetProjectStatsDefault) IsRedirect() bool

IsRedirect returns true when this get project stats default response has a 3xx status code

func (*GetProjectStatsDefault) IsServerError

func (o *GetProjectStatsDefault) IsServerError() bool

IsServerError returns true when this get project stats default response has a 5xx status code

func (*GetProjectStatsDefault) IsSuccess

func (o *GetProjectStatsDefault) IsSuccess() bool

IsSuccess returns true when this get project stats default response has a 2xx status code

func (*GetProjectStatsDefault) String

func (o *GetProjectStatsDefault) String() string

type GetProjectStatsForbidden

type GetProjectStatsForbidden struct {
	Payload interface{}
}

GetProjectStatsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetProjectStatsForbidden

func NewGetProjectStatsForbidden() *GetProjectStatsForbidden

NewGetProjectStatsForbidden creates a GetProjectStatsForbidden with default headers values

func (*GetProjectStatsForbidden) Code

func (o *GetProjectStatsForbidden) Code() int

Code gets the status code for the get project stats forbidden response

func (*GetProjectStatsForbidden) Error

func (o *GetProjectStatsForbidden) Error() string

func (*GetProjectStatsForbidden) GetPayload

func (o *GetProjectStatsForbidden) GetPayload() interface{}

func (*GetProjectStatsForbidden) IsClientError

func (o *GetProjectStatsForbidden) IsClientError() bool

IsClientError returns true when this get project stats forbidden response has a 4xx status code

func (*GetProjectStatsForbidden) IsCode

func (o *GetProjectStatsForbidden) IsCode(code int) bool

IsCode returns true when this get project stats forbidden response a status code equal to that given

func (*GetProjectStatsForbidden) IsRedirect

func (o *GetProjectStatsForbidden) IsRedirect() bool

IsRedirect returns true when this get project stats forbidden response has a 3xx status code

func (*GetProjectStatsForbidden) IsServerError

func (o *GetProjectStatsForbidden) IsServerError() bool

IsServerError returns true when this get project stats forbidden response has a 5xx status code

func (*GetProjectStatsForbidden) IsSuccess

func (o *GetProjectStatsForbidden) IsSuccess() bool

IsSuccess returns true when this get project stats forbidden response has a 2xx status code

func (*GetProjectStatsForbidden) String

func (o *GetProjectStatsForbidden) String() string

type GetProjectStatsNoContent

type GetProjectStatsNoContent struct {
	Payload interface{}
}

GetProjectStatsNoContent describes a response with status code 204, with default header values.

No content.

func NewGetProjectStatsNoContent

func NewGetProjectStatsNoContent() *GetProjectStatsNoContent

NewGetProjectStatsNoContent creates a GetProjectStatsNoContent with default headers values

func (*GetProjectStatsNoContent) Code

func (o *GetProjectStatsNoContent) Code() int

Code gets the status code for the get project stats no content response

func (*GetProjectStatsNoContent) Error

func (o *GetProjectStatsNoContent) Error() string

func (*GetProjectStatsNoContent) GetPayload

func (o *GetProjectStatsNoContent) GetPayload() interface{}

func (*GetProjectStatsNoContent) IsClientError

func (o *GetProjectStatsNoContent) IsClientError() bool

IsClientError returns true when this get project stats no content response has a 4xx status code

func (*GetProjectStatsNoContent) IsCode

func (o *GetProjectStatsNoContent) IsCode(code int) bool

IsCode returns true when this get project stats no content response a status code equal to that given

func (*GetProjectStatsNoContent) IsRedirect

func (o *GetProjectStatsNoContent) IsRedirect() bool

IsRedirect returns true when this get project stats no content response has a 3xx status code

func (*GetProjectStatsNoContent) IsServerError

func (o *GetProjectStatsNoContent) IsServerError() bool

IsServerError returns true when this get project stats no content response has a 5xx status code

func (*GetProjectStatsNoContent) IsSuccess

func (o *GetProjectStatsNoContent) IsSuccess() bool

IsSuccess returns true when this get project stats no content response has a 2xx status code

func (*GetProjectStatsNoContent) String

func (o *GetProjectStatsNoContent) String() string

type GetProjectStatsNotFound

type GetProjectStatsNotFound struct {
	Payload interface{}
}

GetProjectStatsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetProjectStatsNotFound

func NewGetProjectStatsNotFound() *GetProjectStatsNotFound

NewGetProjectStatsNotFound creates a GetProjectStatsNotFound with default headers values

func (*GetProjectStatsNotFound) Code

func (o *GetProjectStatsNotFound) Code() int

Code gets the status code for the get project stats not found response

func (*GetProjectStatsNotFound) Error

func (o *GetProjectStatsNotFound) Error() string

func (*GetProjectStatsNotFound) GetPayload

func (o *GetProjectStatsNotFound) GetPayload() interface{}

func (*GetProjectStatsNotFound) IsClientError

func (o *GetProjectStatsNotFound) IsClientError() bool

IsClientError returns true when this get project stats not found response has a 4xx status code

func (*GetProjectStatsNotFound) IsCode

func (o *GetProjectStatsNotFound) IsCode(code int) bool

IsCode returns true when this get project stats not found response a status code equal to that given

func (*GetProjectStatsNotFound) IsRedirect

func (o *GetProjectStatsNotFound) IsRedirect() bool

IsRedirect returns true when this get project stats not found response has a 3xx status code

func (*GetProjectStatsNotFound) IsServerError

func (o *GetProjectStatsNotFound) IsServerError() bool

IsServerError returns true when this get project stats not found response has a 5xx status code

func (*GetProjectStatsNotFound) IsSuccess

func (o *GetProjectStatsNotFound) IsSuccess() bool

IsSuccess returns true when this get project stats not found response has a 2xx status code

func (*GetProjectStatsNotFound) String

func (o *GetProjectStatsNotFound) String() string

type GetProjectStatsOK

type GetProjectStatsOK struct {
	Payload interface{}
}

GetProjectStatsOK describes a response with status code 200, with default header values.

A successful response.

func NewGetProjectStatsOK

func NewGetProjectStatsOK() *GetProjectStatsOK

NewGetProjectStatsOK creates a GetProjectStatsOK with default headers values

func (*GetProjectStatsOK) Code

func (o *GetProjectStatsOK) Code() int

Code gets the status code for the get project stats o k response

func (*GetProjectStatsOK) Error

func (o *GetProjectStatsOK) Error() string

func (*GetProjectStatsOK) GetPayload

func (o *GetProjectStatsOK) GetPayload() interface{}

func (*GetProjectStatsOK) IsClientError

func (o *GetProjectStatsOK) IsClientError() bool

IsClientError returns true when this get project stats o k response has a 4xx status code

func (*GetProjectStatsOK) IsCode

func (o *GetProjectStatsOK) IsCode(code int) bool

IsCode returns true when this get project stats o k response a status code equal to that given

func (*GetProjectStatsOK) IsRedirect

func (o *GetProjectStatsOK) IsRedirect() bool

IsRedirect returns true when this get project stats o k response has a 3xx status code

func (*GetProjectStatsOK) IsServerError

func (o *GetProjectStatsOK) IsServerError() bool

IsServerError returns true when this get project stats o k response has a 5xx status code

func (*GetProjectStatsOK) IsSuccess

func (o *GetProjectStatsOK) IsSuccess() bool

IsSuccess returns true when this get project stats o k response has a 2xx status code

func (*GetProjectStatsOK) String

func (o *GetProjectStatsOK) String() string

type GetProjectStatsParams

type GetProjectStatsParams struct {

	/* Aggregate.

	   Stats aggregate.
	*/
	Aggregate *string

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Groupby.

	   Stats group.
	*/
	Groupby *string

	/* Kind.

	   Stats Kind.
	*/
	Kind *string

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Stats Mode.
	*/
	Mode *string

	/* Name.

	   Entity managing the resource
	*/
	Name string

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

	/* Trunc.

	   Stats trunc.
	*/
	Trunc *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetProjectStatsParams contains all the parameters to send to the API endpoint

for the get project stats operation.

Typically these are written to a http.Request.

func NewGetProjectStatsParams

func NewGetProjectStatsParams() *GetProjectStatsParams

NewGetProjectStatsParams creates a new GetProjectStatsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetProjectStatsParamsWithContext

func NewGetProjectStatsParamsWithContext(ctx context.Context) *GetProjectStatsParams

NewGetProjectStatsParamsWithContext creates a new GetProjectStatsParams object with the ability to set a context for a request.

func NewGetProjectStatsParamsWithHTTPClient

func NewGetProjectStatsParamsWithHTTPClient(client *http.Client) *GetProjectStatsParams

NewGetProjectStatsParamsWithHTTPClient creates a new GetProjectStatsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectStatsParamsWithTimeout

func NewGetProjectStatsParamsWithTimeout(timeout time.Duration) *GetProjectStatsParams

NewGetProjectStatsParamsWithTimeout creates a new GetProjectStatsParams object with the ability to set a timeout on a request.

func (*GetProjectStatsParams) SetAggregate

func (o *GetProjectStatsParams) SetAggregate(aggregate *string)

SetAggregate adds the aggregate to the get project stats params

func (*GetProjectStatsParams) SetBookmarks

func (o *GetProjectStatsParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the get project stats params

func (*GetProjectStatsParams) SetContext

func (o *GetProjectStatsParams) SetContext(ctx context.Context)

SetContext adds the context to the get project stats params

func (*GetProjectStatsParams) SetDefaults

func (o *GetProjectStatsParams) SetDefaults()

SetDefaults hydrates default values in the get project stats params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectStatsParams) SetGroupby

func (o *GetProjectStatsParams) SetGroupby(groupby *string)

SetGroupby adds the groupby to the get project stats params

func (*GetProjectStatsParams) SetHTTPClient

func (o *GetProjectStatsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get project stats params

func (*GetProjectStatsParams) SetKind

func (o *GetProjectStatsParams) SetKind(kind *string)

SetKind adds the kind to the get project stats params

func (*GetProjectStatsParams) SetLimit

func (o *GetProjectStatsParams) SetLimit(limit *int32)

SetLimit adds the limit to the get project stats params

func (*GetProjectStatsParams) SetMode

func (o *GetProjectStatsParams) SetMode(mode *string)

SetMode adds the mode to the get project stats params

func (*GetProjectStatsParams) SetName

func (o *GetProjectStatsParams) SetName(name string)

SetName adds the name to the get project stats params

func (*GetProjectStatsParams) SetOffset

func (o *GetProjectStatsParams) SetOffset(offset *int32)

SetOffset adds the offset to the get project stats params

func (*GetProjectStatsParams) SetOwner

func (o *GetProjectStatsParams) SetOwner(owner string)

SetOwner adds the owner to the get project stats params

func (*GetProjectStatsParams) SetQuery

func (o *GetProjectStatsParams) SetQuery(query *string)

SetQuery adds the query to the get project stats params

func (*GetProjectStatsParams) SetSort

func (o *GetProjectStatsParams) SetSort(sort *string)

SetSort adds the sort to the get project stats params

func (*GetProjectStatsParams) SetTimeout

func (o *GetProjectStatsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get project stats params

func (*GetProjectStatsParams) SetTrunc

func (o *GetProjectStatsParams) SetTrunc(trunc *string)

SetTrunc adds the trunc to the get project stats params

func (*GetProjectStatsParams) WithAggregate

func (o *GetProjectStatsParams) WithAggregate(aggregate *string) *GetProjectStatsParams

WithAggregate adds the aggregate to the get project stats params

func (*GetProjectStatsParams) WithBookmarks

func (o *GetProjectStatsParams) WithBookmarks(bookmarks *bool) *GetProjectStatsParams

WithBookmarks adds the bookmarks to the get project stats params

func (*GetProjectStatsParams) WithContext

WithContext adds the context to the get project stats params

func (*GetProjectStatsParams) WithDefaults

func (o *GetProjectStatsParams) WithDefaults() *GetProjectStatsParams

WithDefaults hydrates default values in the get project stats params (not the query body).

All values with no default are reset to their zero value.

func (*GetProjectStatsParams) WithGroupby

func (o *GetProjectStatsParams) WithGroupby(groupby *string) *GetProjectStatsParams

WithGroupby adds the groupby to the get project stats params

func (*GetProjectStatsParams) WithHTTPClient

func (o *GetProjectStatsParams) WithHTTPClient(client *http.Client) *GetProjectStatsParams

WithHTTPClient adds the HTTPClient to the get project stats params

func (*GetProjectStatsParams) WithKind

WithKind adds the kind to the get project stats params

func (*GetProjectStatsParams) WithLimit

func (o *GetProjectStatsParams) WithLimit(limit *int32) *GetProjectStatsParams

WithLimit adds the limit to the get project stats params

func (*GetProjectStatsParams) WithMode

WithMode adds the mode to the get project stats params

func (*GetProjectStatsParams) WithName

WithName adds the name to the get project stats params

func (*GetProjectStatsParams) WithOffset

func (o *GetProjectStatsParams) WithOffset(offset *int32) *GetProjectStatsParams

WithOffset adds the offset to the get project stats params

func (*GetProjectStatsParams) WithOwner

func (o *GetProjectStatsParams) WithOwner(owner string) *GetProjectStatsParams

WithOwner adds the owner to the get project stats params

func (*GetProjectStatsParams) WithQuery

func (o *GetProjectStatsParams) WithQuery(query *string) *GetProjectStatsParams

WithQuery adds the query to the get project stats params

func (*GetProjectStatsParams) WithSort

WithSort adds the sort to the get project stats params

func (*GetProjectStatsParams) WithTimeout

func (o *GetProjectStatsParams) WithTimeout(timeout time.Duration) *GetProjectStatsParams

WithTimeout adds the timeout to the get project stats params

func (*GetProjectStatsParams) WithTrunc

func (o *GetProjectStatsParams) WithTrunc(trunc *string) *GetProjectStatsParams

WithTrunc adds the trunc to the get project stats params

func (*GetProjectStatsParams) WriteToRequest

func (o *GetProjectStatsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetProjectStatsReader

type GetProjectStatsReader struct {
	// contains filtered or unexported fields
}

GetProjectStatsReader is a Reader for the GetProjectStats structure.

func (*GetProjectStatsReader) ReadResponse

func (o *GetProjectStatsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVersionDefault

type GetVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

GetVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetVersionDefault

func NewGetVersionDefault(code int) *GetVersionDefault

NewGetVersionDefault creates a GetVersionDefault with default headers values

func (*GetVersionDefault) Code

func (o *GetVersionDefault) Code() int

Code gets the status code for the get version default response

func (*GetVersionDefault) Error

func (o *GetVersionDefault) Error() string

func (*GetVersionDefault) GetPayload

func (o *GetVersionDefault) GetPayload() *service_model.RuntimeError

func (*GetVersionDefault) IsClientError

func (o *GetVersionDefault) IsClientError() bool

IsClientError returns true when this get version default response has a 4xx status code

func (*GetVersionDefault) IsCode

func (o *GetVersionDefault) IsCode(code int) bool

IsCode returns true when this get version default response a status code equal to that given

func (*GetVersionDefault) IsRedirect

func (o *GetVersionDefault) IsRedirect() bool

IsRedirect returns true when this get version default response has a 3xx status code

func (*GetVersionDefault) IsServerError

func (o *GetVersionDefault) IsServerError() bool

IsServerError returns true when this get version default response has a 5xx status code

func (*GetVersionDefault) IsSuccess

func (o *GetVersionDefault) IsSuccess() bool

IsSuccess returns true when this get version default response has a 2xx status code

func (*GetVersionDefault) String

func (o *GetVersionDefault) String() string

type GetVersionForbidden

type GetVersionForbidden struct {
	Payload interface{}
}

GetVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetVersionForbidden

func NewGetVersionForbidden() *GetVersionForbidden

NewGetVersionForbidden creates a GetVersionForbidden with default headers values

func (*GetVersionForbidden) Code

func (o *GetVersionForbidden) Code() int

Code gets the status code for the get version forbidden response

func (*GetVersionForbidden) Error

func (o *GetVersionForbidden) Error() string

func (*GetVersionForbidden) GetPayload

func (o *GetVersionForbidden) GetPayload() interface{}

func (*GetVersionForbidden) IsClientError

func (o *GetVersionForbidden) IsClientError() bool

IsClientError returns true when this get version forbidden response has a 4xx status code

func (*GetVersionForbidden) IsCode

func (o *GetVersionForbidden) IsCode(code int) bool

IsCode returns true when this get version forbidden response a status code equal to that given

func (*GetVersionForbidden) IsRedirect

func (o *GetVersionForbidden) IsRedirect() bool

IsRedirect returns true when this get version forbidden response has a 3xx status code

func (*GetVersionForbidden) IsServerError

func (o *GetVersionForbidden) IsServerError() bool

IsServerError returns true when this get version forbidden response has a 5xx status code

func (*GetVersionForbidden) IsSuccess

func (o *GetVersionForbidden) IsSuccess() bool

IsSuccess returns true when this get version forbidden response has a 2xx status code

func (*GetVersionForbidden) String

func (o *GetVersionForbidden) String() string

type GetVersionNoContent

type GetVersionNoContent struct {
	Payload interface{}
}

GetVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewGetVersionNoContent

func NewGetVersionNoContent() *GetVersionNoContent

NewGetVersionNoContent creates a GetVersionNoContent with default headers values

func (*GetVersionNoContent) Code

func (o *GetVersionNoContent) Code() int

Code gets the status code for the get version no content response

func (*GetVersionNoContent) Error

func (o *GetVersionNoContent) Error() string

func (*GetVersionNoContent) GetPayload

func (o *GetVersionNoContent) GetPayload() interface{}

func (*GetVersionNoContent) IsClientError

func (o *GetVersionNoContent) IsClientError() bool

IsClientError returns true when this get version no content response has a 4xx status code

func (*GetVersionNoContent) IsCode

func (o *GetVersionNoContent) IsCode(code int) bool

IsCode returns true when this get version no content response a status code equal to that given

func (*GetVersionNoContent) IsRedirect

func (o *GetVersionNoContent) IsRedirect() bool

IsRedirect returns true when this get version no content response has a 3xx status code

func (*GetVersionNoContent) IsServerError

func (o *GetVersionNoContent) IsServerError() bool

IsServerError returns true when this get version no content response has a 5xx status code

func (*GetVersionNoContent) IsSuccess

func (o *GetVersionNoContent) IsSuccess() bool

IsSuccess returns true when this get version no content response has a 2xx status code

func (*GetVersionNoContent) String

func (o *GetVersionNoContent) String() string

type GetVersionNotFound

type GetVersionNotFound struct {
	Payload interface{}
}

GetVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetVersionNotFound

func NewGetVersionNotFound() *GetVersionNotFound

NewGetVersionNotFound creates a GetVersionNotFound with default headers values

func (*GetVersionNotFound) Code

func (o *GetVersionNotFound) Code() int

Code gets the status code for the get version not found response

func (*GetVersionNotFound) Error

func (o *GetVersionNotFound) Error() string

func (*GetVersionNotFound) GetPayload

func (o *GetVersionNotFound) GetPayload() interface{}

func (*GetVersionNotFound) IsClientError

func (o *GetVersionNotFound) IsClientError() bool

IsClientError returns true when this get version not found response has a 4xx status code

func (*GetVersionNotFound) IsCode

func (o *GetVersionNotFound) IsCode(code int) bool

IsCode returns true when this get version not found response a status code equal to that given

func (*GetVersionNotFound) IsRedirect

func (o *GetVersionNotFound) IsRedirect() bool

IsRedirect returns true when this get version not found response has a 3xx status code

func (*GetVersionNotFound) IsServerError

func (o *GetVersionNotFound) IsServerError() bool

IsServerError returns true when this get version not found response has a 5xx status code

func (*GetVersionNotFound) IsSuccess

func (o *GetVersionNotFound) IsSuccess() bool

IsSuccess returns true when this get version not found response has a 2xx status code

func (*GetVersionNotFound) String

func (o *GetVersionNotFound) String() string

type GetVersionOK

type GetVersionOK struct {
	Payload *service_model.V1ProjectVersion
}

GetVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewGetVersionOK

func NewGetVersionOK() *GetVersionOK

NewGetVersionOK creates a GetVersionOK with default headers values

func (*GetVersionOK) Code

func (o *GetVersionOK) Code() int

Code gets the status code for the get version o k response

func (*GetVersionOK) Error

func (o *GetVersionOK) Error() string

func (*GetVersionOK) GetPayload

func (o *GetVersionOK) GetPayload() *service_model.V1ProjectVersion

func (*GetVersionOK) IsClientError

func (o *GetVersionOK) IsClientError() bool

IsClientError returns true when this get version o k response has a 4xx status code

func (*GetVersionOK) IsCode

func (o *GetVersionOK) IsCode(code int) bool

IsCode returns true when this get version o k response a status code equal to that given

func (*GetVersionOK) IsRedirect

func (o *GetVersionOK) IsRedirect() bool

IsRedirect returns true when this get version o k response has a 3xx status code

func (*GetVersionOK) IsServerError

func (o *GetVersionOK) IsServerError() bool

IsServerError returns true when this get version o k response has a 5xx status code

func (*GetVersionOK) IsSuccess

func (o *GetVersionOK) IsSuccess() bool

IsSuccess returns true when this get version o k response has a 2xx status code

func (*GetVersionOK) String

func (o *GetVersionOK) String() string

type GetVersionParams

type GetVersionParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Kind.

	   Version Kind
	*/
	Kind string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVersionParams contains all the parameters to send to the API endpoint

for the get version operation.

Typically these are written to a http.Request.

func NewGetVersionParams

func NewGetVersionParams() *GetVersionParams

NewGetVersionParams creates a new GetVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVersionParamsWithContext

func NewGetVersionParamsWithContext(ctx context.Context) *GetVersionParams

NewGetVersionParamsWithContext creates a new GetVersionParams object with the ability to set a context for a request.

func NewGetVersionParamsWithHTTPClient

func NewGetVersionParamsWithHTTPClient(client *http.Client) *GetVersionParams

NewGetVersionParamsWithHTTPClient creates a new GetVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetVersionParamsWithTimeout

func NewGetVersionParamsWithTimeout(timeout time.Duration) *GetVersionParams

NewGetVersionParamsWithTimeout creates a new GetVersionParams object with the ability to set a timeout on a request.

func (*GetVersionParams) SetContext

func (o *GetVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the get version params

func (*GetVersionParams) SetDefaults

func (o *GetVersionParams) SetDefaults()

SetDefaults hydrates default values in the get version params (not the query body).

All values with no default are reset to their zero value.

func (*GetVersionParams) SetEntity

func (o *GetVersionParams) SetEntity(entity string)

SetEntity adds the entity to the get version params

func (*GetVersionParams) SetHTTPClient

func (o *GetVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get version params

func (*GetVersionParams) SetKind

func (o *GetVersionParams) SetKind(kind string)

SetKind adds the kind to the get version params

func (*GetVersionParams) SetName

func (o *GetVersionParams) SetName(name string)

SetName adds the name to the get version params

func (*GetVersionParams) SetOwner

func (o *GetVersionParams) SetOwner(owner string)

SetOwner adds the owner to the get version params

func (*GetVersionParams) SetTimeout

func (o *GetVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get version params

func (*GetVersionParams) WithContext

func (o *GetVersionParams) WithContext(ctx context.Context) *GetVersionParams

WithContext adds the context to the get version params

func (*GetVersionParams) WithDefaults

func (o *GetVersionParams) WithDefaults() *GetVersionParams

WithDefaults hydrates default values in the get version params (not the query body).

All values with no default are reset to their zero value.

func (*GetVersionParams) WithEntity

func (o *GetVersionParams) WithEntity(entity string) *GetVersionParams

WithEntity adds the entity to the get version params

func (*GetVersionParams) WithHTTPClient

func (o *GetVersionParams) WithHTTPClient(client *http.Client) *GetVersionParams

WithHTTPClient adds the HTTPClient to the get version params

func (*GetVersionParams) WithKind

func (o *GetVersionParams) WithKind(kind string) *GetVersionParams

WithKind adds the kind to the get version params

func (*GetVersionParams) WithName

func (o *GetVersionParams) WithName(name string) *GetVersionParams

WithName adds the name to the get version params

func (*GetVersionParams) WithOwner

func (o *GetVersionParams) WithOwner(owner string) *GetVersionParams

WithOwner adds the owner to the get version params

func (*GetVersionParams) WithTimeout

func (o *GetVersionParams) WithTimeout(timeout time.Duration) *GetVersionParams

WithTimeout adds the timeout to the get version params

func (*GetVersionParams) WriteToRequest

func (o *GetVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetVersionReader

type GetVersionReader struct {
	// contains filtered or unexported fields
}

GetVersionReader is a Reader for the GetVersion structure.

func (*GetVersionReader) ReadResponse

func (o *GetVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVersionStagesDefault

type GetVersionStagesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

GetVersionStagesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetVersionStagesDefault

func NewGetVersionStagesDefault(code int) *GetVersionStagesDefault

NewGetVersionStagesDefault creates a GetVersionStagesDefault with default headers values

func (*GetVersionStagesDefault) Code

func (o *GetVersionStagesDefault) Code() int

Code gets the status code for the get version stages default response

func (*GetVersionStagesDefault) Error

func (o *GetVersionStagesDefault) Error() string

func (*GetVersionStagesDefault) GetPayload

func (*GetVersionStagesDefault) IsClientError

func (o *GetVersionStagesDefault) IsClientError() bool

IsClientError returns true when this get version stages default response has a 4xx status code

func (*GetVersionStagesDefault) IsCode

func (o *GetVersionStagesDefault) IsCode(code int) bool

IsCode returns true when this get version stages default response a status code equal to that given

func (*GetVersionStagesDefault) IsRedirect

func (o *GetVersionStagesDefault) IsRedirect() bool

IsRedirect returns true when this get version stages default response has a 3xx status code

func (*GetVersionStagesDefault) IsServerError

func (o *GetVersionStagesDefault) IsServerError() bool

IsServerError returns true when this get version stages default response has a 5xx status code

func (*GetVersionStagesDefault) IsSuccess

func (o *GetVersionStagesDefault) IsSuccess() bool

IsSuccess returns true when this get version stages default response has a 2xx status code

func (*GetVersionStagesDefault) String

func (o *GetVersionStagesDefault) String() string

type GetVersionStagesForbidden

type GetVersionStagesForbidden struct {
	Payload interface{}
}

GetVersionStagesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetVersionStagesForbidden

func NewGetVersionStagesForbidden() *GetVersionStagesForbidden

NewGetVersionStagesForbidden creates a GetVersionStagesForbidden with default headers values

func (*GetVersionStagesForbidden) Code

func (o *GetVersionStagesForbidden) Code() int

Code gets the status code for the get version stages forbidden response

func (*GetVersionStagesForbidden) Error

func (o *GetVersionStagesForbidden) Error() string

func (*GetVersionStagesForbidden) GetPayload

func (o *GetVersionStagesForbidden) GetPayload() interface{}

func (*GetVersionStagesForbidden) IsClientError

func (o *GetVersionStagesForbidden) IsClientError() bool

IsClientError returns true when this get version stages forbidden response has a 4xx status code

func (*GetVersionStagesForbidden) IsCode

func (o *GetVersionStagesForbidden) IsCode(code int) bool

IsCode returns true when this get version stages forbidden response a status code equal to that given

func (*GetVersionStagesForbidden) IsRedirect

func (o *GetVersionStagesForbidden) IsRedirect() bool

IsRedirect returns true when this get version stages forbidden response has a 3xx status code

func (*GetVersionStagesForbidden) IsServerError

func (o *GetVersionStagesForbidden) IsServerError() bool

IsServerError returns true when this get version stages forbidden response has a 5xx status code

func (*GetVersionStagesForbidden) IsSuccess

func (o *GetVersionStagesForbidden) IsSuccess() bool

IsSuccess returns true when this get version stages forbidden response has a 2xx status code

func (*GetVersionStagesForbidden) String

func (o *GetVersionStagesForbidden) String() string

type GetVersionStagesNoContent

type GetVersionStagesNoContent struct {
	Payload interface{}
}

GetVersionStagesNoContent describes a response with status code 204, with default header values.

No content.

func NewGetVersionStagesNoContent

func NewGetVersionStagesNoContent() *GetVersionStagesNoContent

NewGetVersionStagesNoContent creates a GetVersionStagesNoContent with default headers values

func (*GetVersionStagesNoContent) Code

func (o *GetVersionStagesNoContent) Code() int

Code gets the status code for the get version stages no content response

func (*GetVersionStagesNoContent) Error

func (o *GetVersionStagesNoContent) Error() string

func (*GetVersionStagesNoContent) GetPayload

func (o *GetVersionStagesNoContent) GetPayload() interface{}

func (*GetVersionStagesNoContent) IsClientError

func (o *GetVersionStagesNoContent) IsClientError() bool

IsClientError returns true when this get version stages no content response has a 4xx status code

func (*GetVersionStagesNoContent) IsCode

func (o *GetVersionStagesNoContent) IsCode(code int) bool

IsCode returns true when this get version stages no content response a status code equal to that given

func (*GetVersionStagesNoContent) IsRedirect

func (o *GetVersionStagesNoContent) IsRedirect() bool

IsRedirect returns true when this get version stages no content response has a 3xx status code

func (*GetVersionStagesNoContent) IsServerError

func (o *GetVersionStagesNoContent) IsServerError() bool

IsServerError returns true when this get version stages no content response has a 5xx status code

func (*GetVersionStagesNoContent) IsSuccess

func (o *GetVersionStagesNoContent) IsSuccess() bool

IsSuccess returns true when this get version stages no content response has a 2xx status code

func (*GetVersionStagesNoContent) String

func (o *GetVersionStagesNoContent) String() string

type GetVersionStagesNotFound

type GetVersionStagesNotFound struct {
	Payload interface{}
}

GetVersionStagesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetVersionStagesNotFound

func NewGetVersionStagesNotFound() *GetVersionStagesNotFound

NewGetVersionStagesNotFound creates a GetVersionStagesNotFound with default headers values

func (*GetVersionStagesNotFound) Code

func (o *GetVersionStagesNotFound) Code() int

Code gets the status code for the get version stages not found response

func (*GetVersionStagesNotFound) Error

func (o *GetVersionStagesNotFound) Error() string

func (*GetVersionStagesNotFound) GetPayload

func (o *GetVersionStagesNotFound) GetPayload() interface{}

func (*GetVersionStagesNotFound) IsClientError

func (o *GetVersionStagesNotFound) IsClientError() bool

IsClientError returns true when this get version stages not found response has a 4xx status code

func (*GetVersionStagesNotFound) IsCode

func (o *GetVersionStagesNotFound) IsCode(code int) bool

IsCode returns true when this get version stages not found response a status code equal to that given

func (*GetVersionStagesNotFound) IsRedirect

func (o *GetVersionStagesNotFound) IsRedirect() bool

IsRedirect returns true when this get version stages not found response has a 3xx status code

func (*GetVersionStagesNotFound) IsServerError

func (o *GetVersionStagesNotFound) IsServerError() bool

IsServerError returns true when this get version stages not found response has a 5xx status code

func (*GetVersionStagesNotFound) IsSuccess

func (o *GetVersionStagesNotFound) IsSuccess() bool

IsSuccess returns true when this get version stages not found response has a 2xx status code

func (*GetVersionStagesNotFound) String

func (o *GetVersionStagesNotFound) String() string

type GetVersionStagesOK

type GetVersionStagesOK struct {
	Payload *service_model.V1Stage
}

GetVersionStagesOK describes a response with status code 200, with default header values.

A successful response.

func NewGetVersionStagesOK

func NewGetVersionStagesOK() *GetVersionStagesOK

NewGetVersionStagesOK creates a GetVersionStagesOK with default headers values

func (*GetVersionStagesOK) Code

func (o *GetVersionStagesOK) Code() int

Code gets the status code for the get version stages o k response

func (*GetVersionStagesOK) Error

func (o *GetVersionStagesOK) Error() string

func (*GetVersionStagesOK) GetPayload

func (o *GetVersionStagesOK) GetPayload() *service_model.V1Stage

func (*GetVersionStagesOK) IsClientError

func (o *GetVersionStagesOK) IsClientError() bool

IsClientError returns true when this get version stages o k response has a 4xx status code

func (*GetVersionStagesOK) IsCode

func (o *GetVersionStagesOK) IsCode(code int) bool

IsCode returns true when this get version stages o k response a status code equal to that given

func (*GetVersionStagesOK) IsRedirect

func (o *GetVersionStagesOK) IsRedirect() bool

IsRedirect returns true when this get version stages o k response has a 3xx status code

func (*GetVersionStagesOK) IsServerError

func (o *GetVersionStagesOK) IsServerError() bool

IsServerError returns true when this get version stages o k response has a 5xx status code

func (*GetVersionStagesOK) IsSuccess

func (o *GetVersionStagesOK) IsSuccess() bool

IsSuccess returns true when this get version stages o k response has a 2xx status code

func (*GetVersionStagesOK) String

func (o *GetVersionStagesOK) String() string

type GetVersionStagesParams

type GetVersionStagesParams struct {

	/* Entity.

	   Entity: project name, hub name, registry name, ...
	*/
	Entity string

	/* Kind.

	   Version Kind
	*/
	Kind string

	/* Name.

	   Sub-entity name
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVersionStagesParams contains all the parameters to send to the API endpoint

for the get version stages operation.

Typically these are written to a http.Request.

func NewGetVersionStagesParams

func NewGetVersionStagesParams() *GetVersionStagesParams

NewGetVersionStagesParams creates a new GetVersionStagesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVersionStagesParamsWithContext

func NewGetVersionStagesParamsWithContext(ctx context.Context) *GetVersionStagesParams

NewGetVersionStagesParamsWithContext creates a new GetVersionStagesParams object with the ability to set a context for a request.

func NewGetVersionStagesParamsWithHTTPClient

func NewGetVersionStagesParamsWithHTTPClient(client *http.Client) *GetVersionStagesParams

NewGetVersionStagesParamsWithHTTPClient creates a new GetVersionStagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetVersionStagesParamsWithTimeout

func NewGetVersionStagesParamsWithTimeout(timeout time.Duration) *GetVersionStagesParams

NewGetVersionStagesParamsWithTimeout creates a new GetVersionStagesParams object with the ability to set a timeout on a request.

func (*GetVersionStagesParams) SetContext

func (o *GetVersionStagesParams) SetContext(ctx context.Context)

SetContext adds the context to the get version stages params

func (*GetVersionStagesParams) SetDefaults

func (o *GetVersionStagesParams) SetDefaults()

SetDefaults hydrates default values in the get version stages params (not the query body).

All values with no default are reset to their zero value.

func (*GetVersionStagesParams) SetEntity

func (o *GetVersionStagesParams) SetEntity(entity string)

SetEntity adds the entity to the get version stages params

func (*GetVersionStagesParams) SetHTTPClient

func (o *GetVersionStagesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get version stages params

func (*GetVersionStagesParams) SetKind

func (o *GetVersionStagesParams) SetKind(kind string)

SetKind adds the kind to the get version stages params

func (*GetVersionStagesParams) SetName

func (o *GetVersionStagesParams) SetName(name string)

SetName adds the name to the get version stages params

func (*GetVersionStagesParams) SetOwner

func (o *GetVersionStagesParams) SetOwner(owner string)

SetOwner adds the owner to the get version stages params

func (*GetVersionStagesParams) SetTimeout

func (o *GetVersionStagesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get version stages params

func (*GetVersionStagesParams) WithContext

WithContext adds the context to the get version stages params

func (*GetVersionStagesParams) WithDefaults

WithDefaults hydrates default values in the get version stages params (not the query body).

All values with no default are reset to their zero value.

func (*GetVersionStagesParams) WithEntity

func (o *GetVersionStagesParams) WithEntity(entity string) *GetVersionStagesParams

WithEntity adds the entity to the get version stages params

func (*GetVersionStagesParams) WithHTTPClient

func (o *GetVersionStagesParams) WithHTTPClient(client *http.Client) *GetVersionStagesParams

WithHTTPClient adds the HTTPClient to the get version stages params

func (*GetVersionStagesParams) WithKind

WithKind adds the kind to the get version stages params

func (*GetVersionStagesParams) WithName

WithName adds the name to the get version stages params

func (*GetVersionStagesParams) WithOwner

WithOwner adds the owner to the get version stages params

func (*GetVersionStagesParams) WithTimeout

WithTimeout adds the timeout to the get version stages params

func (*GetVersionStagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVersionStagesReader

type GetVersionStagesReader struct {
	// contains filtered or unexported fields
}

GetVersionStagesReader is a Reader for the GetVersionStages structure.

func (*GetVersionStagesReader) ReadResponse

func (o *GetVersionStagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListArchivedProjectsDefault

type ListArchivedProjectsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ListArchivedProjectsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListArchivedProjectsDefault

func NewListArchivedProjectsDefault(code int) *ListArchivedProjectsDefault

NewListArchivedProjectsDefault creates a ListArchivedProjectsDefault with default headers values

func (*ListArchivedProjectsDefault) Code

func (o *ListArchivedProjectsDefault) Code() int

Code gets the status code for the list archived projects default response

func (*ListArchivedProjectsDefault) Error

func (*ListArchivedProjectsDefault) GetPayload

func (*ListArchivedProjectsDefault) IsClientError

func (o *ListArchivedProjectsDefault) IsClientError() bool

IsClientError returns true when this list archived projects default response has a 4xx status code

func (*ListArchivedProjectsDefault) IsCode

func (o *ListArchivedProjectsDefault) IsCode(code int) bool

IsCode returns true when this list archived projects default response a status code equal to that given

func (*ListArchivedProjectsDefault) IsRedirect

func (o *ListArchivedProjectsDefault) IsRedirect() bool

IsRedirect returns true when this list archived projects default response has a 3xx status code

func (*ListArchivedProjectsDefault) IsServerError

func (o *ListArchivedProjectsDefault) IsServerError() bool

IsServerError returns true when this list archived projects default response has a 5xx status code

func (*ListArchivedProjectsDefault) IsSuccess

func (o *ListArchivedProjectsDefault) IsSuccess() bool

IsSuccess returns true when this list archived projects default response has a 2xx status code

func (*ListArchivedProjectsDefault) String

func (o *ListArchivedProjectsDefault) String() string

type ListArchivedProjectsForbidden

type ListArchivedProjectsForbidden struct {
	Payload interface{}
}

ListArchivedProjectsForbidden describes a response with status code 403, 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) Code

Code gets the status code for the list archived projects forbidden response

func (*ListArchivedProjectsForbidden) Error

func (*ListArchivedProjectsForbidden) GetPayload

func (o *ListArchivedProjectsForbidden) GetPayload() interface{}

func (*ListArchivedProjectsForbidden) IsClientError

func (o *ListArchivedProjectsForbidden) IsClientError() bool

IsClientError returns true when this list archived projects forbidden response has a 4xx status code

func (*ListArchivedProjectsForbidden) IsCode

func (o *ListArchivedProjectsForbidden) IsCode(code int) bool

IsCode returns true when this list archived projects forbidden response a status code equal to that given

func (*ListArchivedProjectsForbidden) IsRedirect

func (o *ListArchivedProjectsForbidden) IsRedirect() bool

IsRedirect returns true when this list archived projects forbidden response has a 3xx status code

func (*ListArchivedProjectsForbidden) IsServerError

func (o *ListArchivedProjectsForbidden) IsServerError() bool

IsServerError returns true when this list archived projects forbidden response has a 5xx status code

func (*ListArchivedProjectsForbidden) IsSuccess

func (o *ListArchivedProjectsForbidden) IsSuccess() bool

IsSuccess returns true when this list archived projects forbidden response has a 2xx status code

func (*ListArchivedProjectsForbidden) String

type ListArchivedProjectsNoContent

type ListArchivedProjectsNoContent struct {
	Payload interface{}
}

ListArchivedProjectsNoContent describes a response with status code 204, with default header values.

No content.

func NewListArchivedProjectsNoContent

func NewListArchivedProjectsNoContent() *ListArchivedProjectsNoContent

NewListArchivedProjectsNoContent creates a ListArchivedProjectsNoContent with default headers values

func (*ListArchivedProjectsNoContent) Code

Code gets the status code for the list archived projects no content response

func (*ListArchivedProjectsNoContent) Error

func (*ListArchivedProjectsNoContent) GetPayload

func (o *ListArchivedProjectsNoContent) GetPayload() interface{}

func (*ListArchivedProjectsNoContent) IsClientError

func (o *ListArchivedProjectsNoContent) IsClientError() bool

IsClientError returns true when this list archived projects no content response has a 4xx status code

func (*ListArchivedProjectsNoContent) IsCode

func (o *ListArchivedProjectsNoContent) IsCode(code int) bool

IsCode returns true when this list archived projects no content response a status code equal to that given

func (*ListArchivedProjectsNoContent) IsRedirect

func (o *ListArchivedProjectsNoContent) IsRedirect() bool

IsRedirect returns true when this list archived projects no content response has a 3xx status code

func (*ListArchivedProjectsNoContent) IsServerError

func (o *ListArchivedProjectsNoContent) IsServerError() bool

IsServerError returns true when this list archived projects no content response has a 5xx status code

func (*ListArchivedProjectsNoContent) IsSuccess

func (o *ListArchivedProjectsNoContent) IsSuccess() bool

IsSuccess returns true when this list archived projects no content response has a 2xx status code

func (*ListArchivedProjectsNoContent) String

type ListArchivedProjectsNotFound

type ListArchivedProjectsNotFound struct {
	Payload interface{}
}

ListArchivedProjectsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListArchivedProjectsNotFound

func NewListArchivedProjectsNotFound() *ListArchivedProjectsNotFound

NewListArchivedProjectsNotFound creates a ListArchivedProjectsNotFound with default headers values

func (*ListArchivedProjectsNotFound) Code

Code gets the status code for the list archived projects not found response

func (*ListArchivedProjectsNotFound) Error

func (*ListArchivedProjectsNotFound) GetPayload

func (o *ListArchivedProjectsNotFound) GetPayload() interface{}

func (*ListArchivedProjectsNotFound) IsClientError

func (o *ListArchivedProjectsNotFound) IsClientError() bool

IsClientError returns true when this list archived projects not found response has a 4xx status code

func (*ListArchivedProjectsNotFound) IsCode

func (o *ListArchivedProjectsNotFound) IsCode(code int) bool

IsCode returns true when this list archived projects not found response a status code equal to that given

func (*ListArchivedProjectsNotFound) IsRedirect

func (o *ListArchivedProjectsNotFound) IsRedirect() bool

IsRedirect returns true when this list archived projects not found response has a 3xx status code

func (*ListArchivedProjectsNotFound) IsServerError

func (o *ListArchivedProjectsNotFound) IsServerError() bool

IsServerError returns true when this list archived projects not found response has a 5xx status code

func (*ListArchivedProjectsNotFound) IsSuccess

func (o *ListArchivedProjectsNotFound) IsSuccess() bool

IsSuccess returns true when this list archived projects not found response has a 2xx status code

func (*ListArchivedProjectsNotFound) String

type ListArchivedProjectsOK

type ListArchivedProjectsOK struct {
	Payload *service_model.V1ListProjectsResponse
}

ListArchivedProjectsOK describes a response with status code 200, with default header values.

A successful response.

func NewListArchivedProjectsOK

func NewListArchivedProjectsOK() *ListArchivedProjectsOK

NewListArchivedProjectsOK creates a ListArchivedProjectsOK with default headers values

func (*ListArchivedProjectsOK) Code

func (o *ListArchivedProjectsOK) Code() int

Code gets the status code for the list archived projects o k response

func (*ListArchivedProjectsOK) Error

func (o *ListArchivedProjectsOK) Error() string

func (*ListArchivedProjectsOK) GetPayload

func (*ListArchivedProjectsOK) IsClientError

func (o *ListArchivedProjectsOK) IsClientError() bool

IsClientError returns true when this list archived projects o k response has a 4xx status code

func (*ListArchivedProjectsOK) IsCode

func (o *ListArchivedProjectsOK) IsCode(code int) bool

IsCode returns true when this list archived projects o k response a status code equal to that given

func (*ListArchivedProjectsOK) IsRedirect

func (o *ListArchivedProjectsOK) IsRedirect() bool

IsRedirect returns true when this list archived projects o k response has a 3xx status code

func (*ListArchivedProjectsOK) IsServerError

func (o *ListArchivedProjectsOK) IsServerError() bool

IsServerError returns true when this list archived projects o k response has a 5xx status code

func (*ListArchivedProjectsOK) IsSuccess

func (o *ListArchivedProjectsOK) IsSuccess() bool

IsSuccess returns true when this list archived projects o k response has a 2xx status code

func (*ListArchivedProjectsOK) String

func (o *ListArchivedProjectsOK) String() string

type ListArchivedProjectsParams

type ListArchivedProjectsParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Query.

	   Query filter the 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListArchivedProjectsParamsWithContext

func NewListArchivedProjectsParamsWithContext(ctx context.Context) *ListArchivedProjectsParams

NewListArchivedProjectsParamsWithContext creates a new ListArchivedProjectsParams object with 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 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 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) SetDefaults

func (o *ListArchivedProjectsParams) SetDefaults()

SetDefaults hydrates default values in the list archived projects params (not the query body).

All values with no default are reset to their zero value.

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) SetNoPage

func (o *ListArchivedProjectsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage 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) WithDefaults

WithDefaults hydrates default values in the list archived projects params (not the query body).

All values with no default are reset to their zero value.

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) WithNoPage

WithNoPage adds the noPage 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 ListBookmarkedProjectsDefault

type ListBookmarkedProjectsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ListBookmarkedProjectsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListBookmarkedProjectsDefault

func NewListBookmarkedProjectsDefault(code int) *ListBookmarkedProjectsDefault

NewListBookmarkedProjectsDefault creates a ListBookmarkedProjectsDefault with default headers values

func (*ListBookmarkedProjectsDefault) Code

Code gets the status code for the list bookmarked projects default response

func (*ListBookmarkedProjectsDefault) Error

func (*ListBookmarkedProjectsDefault) GetPayload

func (*ListBookmarkedProjectsDefault) IsClientError

func (o *ListBookmarkedProjectsDefault) IsClientError() bool

IsClientError returns true when this list bookmarked projects default response has a 4xx status code

func (*ListBookmarkedProjectsDefault) IsCode

func (o *ListBookmarkedProjectsDefault) IsCode(code int) bool

IsCode returns true when this list bookmarked projects default response a status code equal to that given

func (*ListBookmarkedProjectsDefault) IsRedirect

func (o *ListBookmarkedProjectsDefault) IsRedirect() bool

IsRedirect returns true when this list bookmarked projects default response has a 3xx status code

func (*ListBookmarkedProjectsDefault) IsServerError

func (o *ListBookmarkedProjectsDefault) IsServerError() bool

IsServerError returns true when this list bookmarked projects default response has a 5xx status code

func (*ListBookmarkedProjectsDefault) IsSuccess

func (o *ListBookmarkedProjectsDefault) IsSuccess() bool

IsSuccess returns true when this list bookmarked projects default response has a 2xx status code

func (*ListBookmarkedProjectsDefault) String

type ListBookmarkedProjectsForbidden

type ListBookmarkedProjectsForbidden struct {
	Payload interface{}
}

ListBookmarkedProjectsForbidden describes a response with status code 403, 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) Code

Code gets the status code for the list bookmarked projects forbidden response

func (*ListBookmarkedProjectsForbidden) Error

func (*ListBookmarkedProjectsForbidden) GetPayload

func (o *ListBookmarkedProjectsForbidden) GetPayload() interface{}

func (*ListBookmarkedProjectsForbidden) IsClientError

func (o *ListBookmarkedProjectsForbidden) IsClientError() bool

IsClientError returns true when this list bookmarked projects forbidden response has a 4xx status code

func (*ListBookmarkedProjectsForbidden) IsCode

func (o *ListBookmarkedProjectsForbidden) IsCode(code int) bool

IsCode returns true when this list bookmarked projects forbidden response a status code equal to that given

func (*ListBookmarkedProjectsForbidden) IsRedirect

func (o *ListBookmarkedProjectsForbidden) IsRedirect() bool

IsRedirect returns true when this list bookmarked projects forbidden response has a 3xx status code

func (*ListBookmarkedProjectsForbidden) IsServerError

func (o *ListBookmarkedProjectsForbidden) IsServerError() bool

IsServerError returns true when this list bookmarked projects forbidden response has a 5xx status code

func (*ListBookmarkedProjectsForbidden) IsSuccess

func (o *ListBookmarkedProjectsForbidden) IsSuccess() bool

IsSuccess returns true when this list bookmarked projects forbidden response has a 2xx status code

func (*ListBookmarkedProjectsForbidden) String

type ListBookmarkedProjectsNoContent

type ListBookmarkedProjectsNoContent struct {
	Payload interface{}
}

ListBookmarkedProjectsNoContent describes a response with status code 204, with default header values.

No content.

func NewListBookmarkedProjectsNoContent

func NewListBookmarkedProjectsNoContent() *ListBookmarkedProjectsNoContent

NewListBookmarkedProjectsNoContent creates a ListBookmarkedProjectsNoContent with default headers values

func (*ListBookmarkedProjectsNoContent) Code

Code gets the status code for the list bookmarked projects no content response

func (*ListBookmarkedProjectsNoContent) Error

func (*ListBookmarkedProjectsNoContent) GetPayload

func (o *ListBookmarkedProjectsNoContent) GetPayload() interface{}

func (*ListBookmarkedProjectsNoContent) IsClientError

func (o *ListBookmarkedProjectsNoContent) IsClientError() bool

IsClientError returns true when this list bookmarked projects no content response has a 4xx status code

func (*ListBookmarkedProjectsNoContent) IsCode

func (o *ListBookmarkedProjectsNoContent) IsCode(code int) bool

IsCode returns true when this list bookmarked projects no content response a status code equal to that given

func (*ListBookmarkedProjectsNoContent) IsRedirect

func (o *ListBookmarkedProjectsNoContent) IsRedirect() bool

IsRedirect returns true when this list bookmarked projects no content response has a 3xx status code

func (*ListBookmarkedProjectsNoContent) IsServerError

func (o *ListBookmarkedProjectsNoContent) IsServerError() bool

IsServerError returns true when this list bookmarked projects no content response has a 5xx status code

func (*ListBookmarkedProjectsNoContent) IsSuccess

func (o *ListBookmarkedProjectsNoContent) IsSuccess() bool

IsSuccess returns true when this list bookmarked projects no content response has a 2xx status code

func (*ListBookmarkedProjectsNoContent) String

type ListBookmarkedProjectsNotFound

type ListBookmarkedProjectsNotFound struct {
	Payload interface{}
}

ListBookmarkedProjectsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListBookmarkedProjectsNotFound

func NewListBookmarkedProjectsNotFound() *ListBookmarkedProjectsNotFound

NewListBookmarkedProjectsNotFound creates a ListBookmarkedProjectsNotFound with default headers values

func (*ListBookmarkedProjectsNotFound) Code

Code gets the status code for the list bookmarked projects not found response

func (*ListBookmarkedProjectsNotFound) Error

func (*ListBookmarkedProjectsNotFound) GetPayload

func (o *ListBookmarkedProjectsNotFound) GetPayload() interface{}

func (*ListBookmarkedProjectsNotFound) IsClientError

func (o *ListBookmarkedProjectsNotFound) IsClientError() bool

IsClientError returns true when this list bookmarked projects not found response has a 4xx status code

func (*ListBookmarkedProjectsNotFound) IsCode

func (o *ListBookmarkedProjectsNotFound) IsCode(code int) bool

IsCode returns true when this list bookmarked projects not found response a status code equal to that given

func (*ListBookmarkedProjectsNotFound) IsRedirect

func (o *ListBookmarkedProjectsNotFound) IsRedirect() bool

IsRedirect returns true when this list bookmarked projects not found response has a 3xx status code

func (*ListBookmarkedProjectsNotFound) IsServerError

func (o *ListBookmarkedProjectsNotFound) IsServerError() bool

IsServerError returns true when this list bookmarked projects not found response has a 5xx status code

func (*ListBookmarkedProjectsNotFound) IsSuccess

func (o *ListBookmarkedProjectsNotFound) IsSuccess() bool

IsSuccess returns true when this list bookmarked projects not found response has a 2xx status code

func (*ListBookmarkedProjectsNotFound) String

type ListBookmarkedProjectsOK

type ListBookmarkedProjectsOK struct {
	Payload *service_model.V1ListBookmarksResponse
}

ListBookmarkedProjectsOK describes a response with status code 200, with default header values.

A successful response.

func NewListBookmarkedProjectsOK

func NewListBookmarkedProjectsOK() *ListBookmarkedProjectsOK

NewListBookmarkedProjectsOK creates a ListBookmarkedProjectsOK with default headers values

func (*ListBookmarkedProjectsOK) Code

func (o *ListBookmarkedProjectsOK) Code() int

Code gets the status code for the list bookmarked projects o k response

func (*ListBookmarkedProjectsOK) Error

func (o *ListBookmarkedProjectsOK) Error() string

func (*ListBookmarkedProjectsOK) GetPayload

func (*ListBookmarkedProjectsOK) IsClientError

func (o *ListBookmarkedProjectsOK) IsClientError() bool

IsClientError returns true when this list bookmarked projects o k response has a 4xx status code

func (*ListBookmarkedProjectsOK) IsCode

func (o *ListBookmarkedProjectsOK) IsCode(code int) bool

IsCode returns true when this list bookmarked projects o k response a status code equal to that given

func (*ListBookmarkedProjectsOK) IsRedirect

func (o *ListBookmarkedProjectsOK) IsRedirect() bool

IsRedirect returns true when this list bookmarked projects o k response has a 3xx status code

func (*ListBookmarkedProjectsOK) IsServerError

func (o *ListBookmarkedProjectsOK) IsServerError() bool

IsServerError returns true when this list bookmarked projects o k response has a 5xx status code

func (*ListBookmarkedProjectsOK) IsSuccess

func (o *ListBookmarkedProjectsOK) IsSuccess() bool

IsSuccess returns true when this list bookmarked projects o k response has a 2xx status code

func (*ListBookmarkedProjectsOK) String

func (o *ListBookmarkedProjectsOK) String() string

type ListBookmarkedProjectsParams

type ListBookmarkedProjectsParams struct {

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Query.

	   Query filter the 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListBookmarkedProjectsParamsWithContext

func NewListBookmarkedProjectsParamsWithContext(ctx context.Context) *ListBookmarkedProjectsParams

NewListBookmarkedProjectsParamsWithContext creates a new ListBookmarkedProjectsParams object with 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 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 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) SetDefaults

func (o *ListBookmarkedProjectsParams) SetDefaults()

SetDefaults hydrates default values in the list bookmarked projects params (not the query body).

All values with no default are reset to their zero value.

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) SetNoPage

func (o *ListBookmarkedProjectsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage 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) WithDefaults

WithDefaults hydrates default values in the list bookmarked projects params (not the query body).

All values with no default are reset to their zero value.

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) WithNoPage

WithNoPage adds the noPage 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 ListProjectNamesDefault

type ListProjectNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ListProjectNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListProjectNamesDefault

func NewListProjectNamesDefault(code int) *ListProjectNamesDefault

NewListProjectNamesDefault creates a ListProjectNamesDefault with default headers values

func (*ListProjectNamesDefault) Code

func (o *ListProjectNamesDefault) Code() int

Code gets the status code for the list project names default response

func (*ListProjectNamesDefault) Error

func (o *ListProjectNamesDefault) Error() string

func (*ListProjectNamesDefault) GetPayload

func (*ListProjectNamesDefault) IsClientError

func (o *ListProjectNamesDefault) IsClientError() bool

IsClientError returns true when this list project names default response has a 4xx status code

func (*ListProjectNamesDefault) IsCode

func (o *ListProjectNamesDefault) IsCode(code int) bool

IsCode returns true when this list project names default response a status code equal to that given

func (*ListProjectNamesDefault) IsRedirect

func (o *ListProjectNamesDefault) IsRedirect() bool

IsRedirect returns true when this list project names default response has a 3xx status code

func (*ListProjectNamesDefault) IsServerError

func (o *ListProjectNamesDefault) IsServerError() bool

IsServerError returns true when this list project names default response has a 5xx status code

func (*ListProjectNamesDefault) IsSuccess

func (o *ListProjectNamesDefault) IsSuccess() bool

IsSuccess returns true when this list project names default response has a 2xx status code

func (*ListProjectNamesDefault) String

func (o *ListProjectNamesDefault) String() string

type ListProjectNamesForbidden

type ListProjectNamesForbidden struct {
	Payload interface{}
}

ListProjectNamesForbidden describes a response with status code 403, 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) Code

func (o *ListProjectNamesForbidden) Code() int

Code gets the status code for the list project names forbidden response

func (*ListProjectNamesForbidden) Error

func (o *ListProjectNamesForbidden) Error() string

func (*ListProjectNamesForbidden) GetPayload

func (o *ListProjectNamesForbidden) GetPayload() interface{}

func (*ListProjectNamesForbidden) IsClientError

func (o *ListProjectNamesForbidden) IsClientError() bool

IsClientError returns true when this list project names forbidden response has a 4xx status code

func (*ListProjectNamesForbidden) IsCode

func (o *ListProjectNamesForbidden) IsCode(code int) bool

IsCode returns true when this list project names forbidden response a status code equal to that given

func (*ListProjectNamesForbidden) IsRedirect

func (o *ListProjectNamesForbidden) IsRedirect() bool

IsRedirect returns true when this list project names forbidden response has a 3xx status code

func (*ListProjectNamesForbidden) IsServerError

func (o *ListProjectNamesForbidden) IsServerError() bool

IsServerError returns true when this list project names forbidden response has a 5xx status code

func (*ListProjectNamesForbidden) IsSuccess

func (o *ListProjectNamesForbidden) IsSuccess() bool

IsSuccess returns true when this list project names forbidden response has a 2xx status code

func (*ListProjectNamesForbidden) String

func (o *ListProjectNamesForbidden) String() string

type ListProjectNamesNoContent

type ListProjectNamesNoContent struct {
	Payload interface{}
}

ListProjectNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListProjectNamesNoContent

func NewListProjectNamesNoContent() *ListProjectNamesNoContent

NewListProjectNamesNoContent creates a ListProjectNamesNoContent with default headers values

func (*ListProjectNamesNoContent) Code

func (o *ListProjectNamesNoContent) Code() int

Code gets the status code for the list project names no content response

func (*ListProjectNamesNoContent) Error

func (o *ListProjectNamesNoContent) Error() string

func (*ListProjectNamesNoContent) GetPayload

func (o *ListProjectNamesNoContent) GetPayload() interface{}

func (*ListProjectNamesNoContent) IsClientError

func (o *ListProjectNamesNoContent) IsClientError() bool

IsClientError returns true when this list project names no content response has a 4xx status code

func (*ListProjectNamesNoContent) IsCode

func (o *ListProjectNamesNoContent) IsCode(code int) bool

IsCode returns true when this list project names no content response a status code equal to that given

func (*ListProjectNamesNoContent) IsRedirect

func (o *ListProjectNamesNoContent) IsRedirect() bool

IsRedirect returns true when this list project names no content response has a 3xx status code

func (*ListProjectNamesNoContent) IsServerError

func (o *ListProjectNamesNoContent) IsServerError() bool

IsServerError returns true when this list project names no content response has a 5xx status code

func (*ListProjectNamesNoContent) IsSuccess

func (o *ListProjectNamesNoContent) IsSuccess() bool

IsSuccess returns true when this list project names no content response has a 2xx status code

func (*ListProjectNamesNoContent) String

func (o *ListProjectNamesNoContent) String() string

type ListProjectNamesNotFound

type ListProjectNamesNotFound struct {
	Payload interface{}
}

ListProjectNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListProjectNamesNotFound

func NewListProjectNamesNotFound() *ListProjectNamesNotFound

NewListProjectNamesNotFound creates a ListProjectNamesNotFound with default headers values

func (*ListProjectNamesNotFound) Code

func (o *ListProjectNamesNotFound) Code() int

Code gets the status code for the list project names not found response

func (*ListProjectNamesNotFound) Error

func (o *ListProjectNamesNotFound) Error() string

func (*ListProjectNamesNotFound) GetPayload

func (o *ListProjectNamesNotFound) GetPayload() interface{}

func (*ListProjectNamesNotFound) IsClientError

func (o *ListProjectNamesNotFound) IsClientError() bool

IsClientError returns true when this list project names not found response has a 4xx status code

func (*ListProjectNamesNotFound) IsCode

func (o *ListProjectNamesNotFound) IsCode(code int) bool

IsCode returns true when this list project names not found response a status code equal to that given

func (*ListProjectNamesNotFound) IsRedirect

func (o *ListProjectNamesNotFound) IsRedirect() bool

IsRedirect returns true when this list project names not found response has a 3xx status code

func (*ListProjectNamesNotFound) IsServerError

func (o *ListProjectNamesNotFound) IsServerError() bool

IsServerError returns true when this list project names not found response has a 5xx status code

func (*ListProjectNamesNotFound) IsSuccess

func (o *ListProjectNamesNotFound) IsSuccess() bool

IsSuccess returns true when this list project names not found response has a 2xx status code

func (*ListProjectNamesNotFound) String

func (o *ListProjectNamesNotFound) String() string

type ListProjectNamesOK

type ListProjectNamesOK struct {
	Payload *service_model.V1ListProjectsResponse
}

ListProjectNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListProjectNamesOK

func NewListProjectNamesOK() *ListProjectNamesOK

NewListProjectNamesOK creates a ListProjectNamesOK with default headers values

func (*ListProjectNamesOK) Code

func (o *ListProjectNamesOK) Code() int

Code gets the status code for the list project names o k response

func (*ListProjectNamesOK) Error

func (o *ListProjectNamesOK) Error() string

func (*ListProjectNamesOK) GetPayload

func (*ListProjectNamesOK) IsClientError

func (o *ListProjectNamesOK) IsClientError() bool

IsClientError returns true when this list project names o k response has a 4xx status code

func (*ListProjectNamesOK) IsCode

func (o *ListProjectNamesOK) IsCode(code int) bool

IsCode returns true when this list project names o k response a status code equal to that given

func (*ListProjectNamesOK) IsRedirect

func (o *ListProjectNamesOK) IsRedirect() bool

IsRedirect returns true when this list project names o k response has a 3xx status code

func (*ListProjectNamesOK) IsServerError

func (o *ListProjectNamesOK) IsServerError() bool

IsServerError returns true when this list project names o k response has a 5xx status code

func (*ListProjectNamesOK) IsSuccess

func (o *ListProjectNamesOK) IsSuccess() bool

IsSuccess returns true when this list project names o k response has a 2xx status code

func (*ListProjectNamesOK) String

func (o *ListProjectNamesOK) String() string

type ListProjectNamesParams

type ListProjectNamesParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListProjectNamesParamsWithContext

func NewListProjectNamesParamsWithContext(ctx context.Context) *ListProjectNamesParams

NewListProjectNamesParamsWithContext creates a new ListProjectNamesParams object with 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 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 ability to set a timeout on a request.

func (*ListProjectNamesParams) SetBookmarks

func (o *ListProjectNamesParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the list project names params

func (*ListProjectNamesParams) SetContext

func (o *ListProjectNamesParams) SetContext(ctx context.Context)

SetContext adds the context to the list project names params

func (*ListProjectNamesParams) SetDefaults

func (o *ListProjectNamesParams) SetDefaults()

SetDefaults hydrates default values in the list project names params (not the query body).

All values with no default are reset to their zero value.

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) SetMode

func (o *ListProjectNamesParams) SetMode(mode *string)

SetMode adds the mode to the list project names params

func (*ListProjectNamesParams) SetNoPage

func (o *ListProjectNamesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage 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) WithBookmarks

func (o *ListProjectNamesParams) WithBookmarks(bookmarks *bool) *ListProjectNamesParams

WithBookmarks adds the bookmarks to the list project names params

func (*ListProjectNamesParams) WithContext

WithContext adds the context to the list project names params

func (*ListProjectNamesParams) WithDefaults

WithDefaults hydrates default values in the list project names params (not the query body).

All values with no default are reset to their zero value.

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) WithMode

WithMode adds the mode to the list project names params

func (*ListProjectNamesParams) WithNoPage

func (o *ListProjectNamesParams) WithNoPage(noPage *bool) *ListProjectNamesParams

WithNoPage adds the noPage 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 ListProjectsDefault

type ListProjectsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ListProjectsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListProjectsDefault

func NewListProjectsDefault(code int) *ListProjectsDefault

NewListProjectsDefault creates a ListProjectsDefault with default headers values

func (*ListProjectsDefault) Code

func (o *ListProjectsDefault) Code() int

Code gets the status code for the list projects default response

func (*ListProjectsDefault) Error

func (o *ListProjectsDefault) Error() string

func (*ListProjectsDefault) GetPayload

func (*ListProjectsDefault) IsClientError

func (o *ListProjectsDefault) IsClientError() bool

IsClientError returns true when this list projects default response has a 4xx status code

func (*ListProjectsDefault) IsCode

func (o *ListProjectsDefault) IsCode(code int) bool

IsCode returns true when this list projects default response a status code equal to that given

func (*ListProjectsDefault) IsRedirect

func (o *ListProjectsDefault) IsRedirect() bool

IsRedirect returns true when this list projects default response has a 3xx status code

func (*ListProjectsDefault) IsServerError

func (o *ListProjectsDefault) IsServerError() bool

IsServerError returns true when this list projects default response has a 5xx status code

func (*ListProjectsDefault) IsSuccess

func (o *ListProjectsDefault) IsSuccess() bool

IsSuccess returns true when this list projects default response has a 2xx status code

func (*ListProjectsDefault) String

func (o *ListProjectsDefault) String() string

type ListProjectsForbidden

type ListProjectsForbidden struct {
	Payload interface{}
}

ListProjectsForbidden describes a response with status code 403, 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) Code

func (o *ListProjectsForbidden) Code() int

Code gets the status code for the list projects forbidden response

func (*ListProjectsForbidden) Error

func (o *ListProjectsForbidden) Error() string

func (*ListProjectsForbidden) GetPayload

func (o *ListProjectsForbidden) GetPayload() interface{}

func (*ListProjectsForbidden) IsClientError

func (o *ListProjectsForbidden) IsClientError() bool

IsClientError returns true when this list projects forbidden response has a 4xx status code

func (*ListProjectsForbidden) IsCode

func (o *ListProjectsForbidden) IsCode(code int) bool

IsCode returns true when this list projects forbidden response a status code equal to that given

func (*ListProjectsForbidden) IsRedirect

func (o *ListProjectsForbidden) IsRedirect() bool

IsRedirect returns true when this list projects forbidden response has a 3xx status code

func (*ListProjectsForbidden) IsServerError

func (o *ListProjectsForbidden) IsServerError() bool

IsServerError returns true when this list projects forbidden response has a 5xx status code

func (*ListProjectsForbidden) IsSuccess

func (o *ListProjectsForbidden) IsSuccess() bool

IsSuccess returns true when this list projects forbidden response has a 2xx status code

func (*ListProjectsForbidden) String

func (o *ListProjectsForbidden) String() string

type ListProjectsNoContent

type ListProjectsNoContent struct {
	Payload interface{}
}

ListProjectsNoContent describes a response with status code 204, with default header values.

No content.

func NewListProjectsNoContent

func NewListProjectsNoContent() *ListProjectsNoContent

NewListProjectsNoContent creates a ListProjectsNoContent with default headers values

func (*ListProjectsNoContent) Code

func (o *ListProjectsNoContent) Code() int

Code gets the status code for the list projects no content response

func (*ListProjectsNoContent) Error

func (o *ListProjectsNoContent) Error() string

func (*ListProjectsNoContent) GetPayload

func (o *ListProjectsNoContent) GetPayload() interface{}

func (*ListProjectsNoContent) IsClientError

func (o *ListProjectsNoContent) IsClientError() bool

IsClientError returns true when this list projects no content response has a 4xx status code

func (*ListProjectsNoContent) IsCode

func (o *ListProjectsNoContent) IsCode(code int) bool

IsCode returns true when this list projects no content response a status code equal to that given

func (*ListProjectsNoContent) IsRedirect

func (o *ListProjectsNoContent) IsRedirect() bool

IsRedirect returns true when this list projects no content response has a 3xx status code

func (*ListProjectsNoContent) IsServerError

func (o *ListProjectsNoContent) IsServerError() bool

IsServerError returns true when this list projects no content response has a 5xx status code

func (*ListProjectsNoContent) IsSuccess

func (o *ListProjectsNoContent) IsSuccess() bool

IsSuccess returns true when this list projects no content response has a 2xx status code

func (*ListProjectsNoContent) String

func (o *ListProjectsNoContent) String() string

type ListProjectsNotFound

type ListProjectsNotFound struct {
	Payload interface{}
}

ListProjectsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListProjectsNotFound

func NewListProjectsNotFound() *ListProjectsNotFound

NewListProjectsNotFound creates a ListProjectsNotFound with default headers values

func (*ListProjectsNotFound) Code

func (o *ListProjectsNotFound) Code() int

Code gets the status code for the list projects not found response

func (*ListProjectsNotFound) Error

func (o *ListProjectsNotFound) Error() string

func (*ListProjectsNotFound) GetPayload

func (o *ListProjectsNotFound) GetPayload() interface{}

func (*ListProjectsNotFound) IsClientError

func (o *ListProjectsNotFound) IsClientError() bool

IsClientError returns true when this list projects not found response has a 4xx status code

func (*ListProjectsNotFound) IsCode

func (o *ListProjectsNotFound) IsCode(code int) bool

IsCode returns true when this list projects not found response a status code equal to that given

func (*ListProjectsNotFound) IsRedirect

func (o *ListProjectsNotFound) IsRedirect() bool

IsRedirect returns true when this list projects not found response has a 3xx status code

func (*ListProjectsNotFound) IsServerError

func (o *ListProjectsNotFound) IsServerError() bool

IsServerError returns true when this list projects not found response has a 5xx status code

func (*ListProjectsNotFound) IsSuccess

func (o *ListProjectsNotFound) IsSuccess() bool

IsSuccess returns true when this list projects not found response has a 2xx status code

func (*ListProjectsNotFound) String

func (o *ListProjectsNotFound) String() string

type ListProjectsOK

type ListProjectsOK struct {
	Payload *service_model.V1ListProjectsResponse
}

ListProjectsOK describes a response with status code 200, with default header values.

A successful response.

func NewListProjectsOK

func NewListProjectsOK() *ListProjectsOK

NewListProjectsOK creates a ListProjectsOK with default headers values

func (*ListProjectsOK) Code

func (o *ListProjectsOK) Code() int

Code gets the status code for the list projects o k response

func (*ListProjectsOK) Error

func (o *ListProjectsOK) Error() string

func (*ListProjectsOK) GetPayload

func (*ListProjectsOK) IsClientError

func (o *ListProjectsOK) IsClientError() bool

IsClientError returns true when this list projects o k response has a 4xx status code

func (*ListProjectsOK) IsCode

func (o *ListProjectsOK) IsCode(code int) bool

IsCode returns true when this list projects o k response a status code equal to that given

func (*ListProjectsOK) IsRedirect

func (o *ListProjectsOK) IsRedirect() bool

IsRedirect returns true when this list projects o k response has a 3xx status code

func (*ListProjectsOK) IsServerError

func (o *ListProjectsOK) IsServerError() bool

IsServerError returns true when this list projects o k response has a 5xx status code

func (*ListProjectsOK) IsSuccess

func (o *ListProjectsOK) IsSuccess() bool

IsSuccess returns true when this list projects o k response has a 2xx status code

func (*ListProjectsOK) String

func (o *ListProjectsOK) String() string

type ListProjectsParams

type ListProjectsParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListProjectsParamsWithContext

func NewListProjectsParamsWithContext(ctx context.Context) *ListProjectsParams

NewListProjectsParamsWithContext creates a new ListProjectsParams object with 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 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 ability to set a timeout on a request.

func (*ListProjectsParams) SetBookmarks

func (o *ListProjectsParams) SetBookmarks(bookmarks *bool)

SetBookmarks adds the bookmarks to the list projects params

func (*ListProjectsParams) SetContext

func (o *ListProjectsParams) SetContext(ctx context.Context)

SetContext adds the context to the list projects params

func (*ListProjectsParams) SetDefaults

func (o *ListProjectsParams) SetDefaults()

SetDefaults hydrates default values in the list projects params (not the query body).

All values with no default are reset to their zero value.

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) SetMode

func (o *ListProjectsParams) SetMode(mode *string)

SetMode adds the mode to the list projects params

func (*ListProjectsParams) SetNoPage

func (o *ListProjectsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage 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) WithBookmarks

func (o *ListProjectsParams) WithBookmarks(bookmarks *bool) *ListProjectsParams

WithBookmarks adds the bookmarks to the list projects params

func (*ListProjectsParams) WithContext

WithContext adds the context to the list projects params

func (*ListProjectsParams) WithDefaults

func (o *ListProjectsParams) WithDefaults() *ListProjectsParams

WithDefaults hydrates default values in the list projects params (not the query body).

All values with no default are reset to their zero value.

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) WithMode

func (o *ListProjectsParams) WithMode(mode *string) *ListProjectsParams

WithMode adds the mode to the list projects params

func (*ListProjectsParams) WithNoPage

func (o *ListProjectsParams) WithNoPage(noPage *bool) *ListProjectsParams

WithNoPage adds the noPage 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 ListVersionNamesDefault

type ListVersionNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ListVersionNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListVersionNamesDefault

func NewListVersionNamesDefault(code int) *ListVersionNamesDefault

NewListVersionNamesDefault creates a ListVersionNamesDefault with default headers values

func (*ListVersionNamesDefault) Code

func (o *ListVersionNamesDefault) Code() int

Code gets the status code for the list version names default response

func (*ListVersionNamesDefault) Error

func (o *ListVersionNamesDefault) Error() string

func (*ListVersionNamesDefault) GetPayload

func (*ListVersionNamesDefault) IsClientError

func (o *ListVersionNamesDefault) IsClientError() bool

IsClientError returns true when this list version names default response has a 4xx status code

func (*ListVersionNamesDefault) IsCode

func (o *ListVersionNamesDefault) IsCode(code int) bool

IsCode returns true when this list version names default response a status code equal to that given

func (*ListVersionNamesDefault) IsRedirect

func (o *ListVersionNamesDefault) IsRedirect() bool

IsRedirect returns true when this list version names default response has a 3xx status code

func (*ListVersionNamesDefault) IsServerError

func (o *ListVersionNamesDefault) IsServerError() bool

IsServerError returns true when this list version names default response has a 5xx status code

func (*ListVersionNamesDefault) IsSuccess

func (o *ListVersionNamesDefault) IsSuccess() bool

IsSuccess returns true when this list version names default response has a 2xx status code

func (*ListVersionNamesDefault) String

func (o *ListVersionNamesDefault) String() string

type ListVersionNamesForbidden

type ListVersionNamesForbidden struct {
	Payload interface{}
}

ListVersionNamesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListVersionNamesForbidden

func NewListVersionNamesForbidden() *ListVersionNamesForbidden

NewListVersionNamesForbidden creates a ListVersionNamesForbidden with default headers values

func (*ListVersionNamesForbidden) Code

func (o *ListVersionNamesForbidden) Code() int

Code gets the status code for the list version names forbidden response

func (*ListVersionNamesForbidden) Error

func (o *ListVersionNamesForbidden) Error() string

func (*ListVersionNamesForbidden) GetPayload

func (o *ListVersionNamesForbidden) GetPayload() interface{}

func (*ListVersionNamesForbidden) IsClientError

func (o *ListVersionNamesForbidden) IsClientError() bool

IsClientError returns true when this list version names forbidden response has a 4xx status code

func (*ListVersionNamesForbidden) IsCode

func (o *ListVersionNamesForbidden) IsCode(code int) bool

IsCode returns true when this list version names forbidden response a status code equal to that given

func (*ListVersionNamesForbidden) IsRedirect

func (o *ListVersionNamesForbidden) IsRedirect() bool

IsRedirect returns true when this list version names forbidden response has a 3xx status code

func (*ListVersionNamesForbidden) IsServerError

func (o *ListVersionNamesForbidden) IsServerError() bool

IsServerError returns true when this list version names forbidden response has a 5xx status code

func (*ListVersionNamesForbidden) IsSuccess

func (o *ListVersionNamesForbidden) IsSuccess() bool

IsSuccess returns true when this list version names forbidden response has a 2xx status code

func (*ListVersionNamesForbidden) String

func (o *ListVersionNamesForbidden) String() string

type ListVersionNamesNoContent

type ListVersionNamesNoContent struct {
	Payload interface{}
}

ListVersionNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListVersionNamesNoContent

func NewListVersionNamesNoContent() *ListVersionNamesNoContent

NewListVersionNamesNoContent creates a ListVersionNamesNoContent with default headers values

func (*ListVersionNamesNoContent) Code

func (o *ListVersionNamesNoContent) Code() int

Code gets the status code for the list version names no content response

func (*ListVersionNamesNoContent) Error

func (o *ListVersionNamesNoContent) Error() string

func (*ListVersionNamesNoContent) GetPayload

func (o *ListVersionNamesNoContent) GetPayload() interface{}

func (*ListVersionNamesNoContent) IsClientError

func (o *ListVersionNamesNoContent) IsClientError() bool

IsClientError returns true when this list version names no content response has a 4xx status code

func (*ListVersionNamesNoContent) IsCode

func (o *ListVersionNamesNoContent) IsCode(code int) bool

IsCode returns true when this list version names no content response a status code equal to that given

func (*ListVersionNamesNoContent) IsRedirect

func (o *ListVersionNamesNoContent) IsRedirect() bool

IsRedirect returns true when this list version names no content response has a 3xx status code

func (*ListVersionNamesNoContent) IsServerError

func (o *ListVersionNamesNoContent) IsServerError() bool

IsServerError returns true when this list version names no content response has a 5xx status code

func (*ListVersionNamesNoContent) IsSuccess

func (o *ListVersionNamesNoContent) IsSuccess() bool

IsSuccess returns true when this list version names no content response has a 2xx status code

func (*ListVersionNamesNoContent) String

func (o *ListVersionNamesNoContent) String() string

type ListVersionNamesNotFound

type ListVersionNamesNotFound struct {
	Payload interface{}
}

ListVersionNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListVersionNamesNotFound

func NewListVersionNamesNotFound() *ListVersionNamesNotFound

NewListVersionNamesNotFound creates a ListVersionNamesNotFound with default headers values

func (*ListVersionNamesNotFound) Code

func (o *ListVersionNamesNotFound) Code() int

Code gets the status code for the list version names not found response

func (*ListVersionNamesNotFound) Error

func (o *ListVersionNamesNotFound) Error() string

func (*ListVersionNamesNotFound) GetPayload

func (o *ListVersionNamesNotFound) GetPayload() interface{}

func (*ListVersionNamesNotFound) IsClientError

func (o *ListVersionNamesNotFound) IsClientError() bool

IsClientError returns true when this list version names not found response has a 4xx status code

func (*ListVersionNamesNotFound) IsCode

func (o *ListVersionNamesNotFound) IsCode(code int) bool

IsCode returns true when this list version names not found response a status code equal to that given

func (*ListVersionNamesNotFound) IsRedirect

func (o *ListVersionNamesNotFound) IsRedirect() bool

IsRedirect returns true when this list version names not found response has a 3xx status code

func (*ListVersionNamesNotFound) IsServerError

func (o *ListVersionNamesNotFound) IsServerError() bool

IsServerError returns true when this list version names not found response has a 5xx status code

func (*ListVersionNamesNotFound) IsSuccess

func (o *ListVersionNamesNotFound) IsSuccess() bool

IsSuccess returns true when this list version names not found response has a 2xx status code

func (*ListVersionNamesNotFound) String

func (o *ListVersionNamesNotFound) String() string

type ListVersionNamesOK

type ListVersionNamesOK struct {
	Payload *service_model.V1ListProjectVersionsResponse
}

ListVersionNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListVersionNamesOK

func NewListVersionNamesOK() *ListVersionNamesOK

NewListVersionNamesOK creates a ListVersionNamesOK with default headers values

func (*ListVersionNamesOK) Code

func (o *ListVersionNamesOK) Code() int

Code gets the status code for the list version names o k response

func (*ListVersionNamesOK) Error

func (o *ListVersionNamesOK) Error() string

func (*ListVersionNamesOK) GetPayload

func (*ListVersionNamesOK) IsClientError

func (o *ListVersionNamesOK) IsClientError() bool

IsClientError returns true when this list version names o k response has a 4xx status code

func (*ListVersionNamesOK) IsCode

func (o *ListVersionNamesOK) IsCode(code int) bool

IsCode returns true when this list version names o k response a status code equal to that given

func (*ListVersionNamesOK) IsRedirect

func (o *ListVersionNamesOK) IsRedirect() bool

IsRedirect returns true when this list version names o k response has a 3xx status code

func (*ListVersionNamesOK) IsServerError

func (o *ListVersionNamesOK) IsServerError() bool

IsServerError returns true when this list version names o k response has a 5xx status code

func (*ListVersionNamesOK) IsSuccess

func (o *ListVersionNamesOK) IsSuccess() bool

IsSuccess returns true when this list version names o k response has a 2xx status code

func (*ListVersionNamesOK) String

func (o *ListVersionNamesOK) String() string

type ListVersionNamesParams

type ListVersionNamesParams struct {

	/* Entity.

	   Entity name under namespace
	*/
	Entity string

	/* Kind.

	   Version Kind
	*/
	Kind string

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListVersionNamesParams contains all the parameters to send to the API endpoint

for the list version names operation.

Typically these are written to a http.Request.

func NewListVersionNamesParams

func NewListVersionNamesParams() *ListVersionNamesParams

NewListVersionNamesParams creates a new ListVersionNamesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListVersionNamesParamsWithContext

func NewListVersionNamesParamsWithContext(ctx context.Context) *ListVersionNamesParams

NewListVersionNamesParamsWithContext creates a new ListVersionNamesParams object with the ability to set a context for a request.

func NewListVersionNamesParamsWithHTTPClient

func NewListVersionNamesParamsWithHTTPClient(client *http.Client) *ListVersionNamesParams

NewListVersionNamesParamsWithHTTPClient creates a new ListVersionNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListVersionNamesParamsWithTimeout

func NewListVersionNamesParamsWithTimeout(timeout time.Duration) *ListVersionNamesParams

NewListVersionNamesParamsWithTimeout creates a new ListVersionNamesParams object with the ability to set a timeout on a request.

func (*ListVersionNamesParams) SetContext

func (o *ListVersionNamesParams) SetContext(ctx context.Context)

SetContext adds the context to the list version names params

func (*ListVersionNamesParams) SetDefaults

func (o *ListVersionNamesParams) SetDefaults()

SetDefaults hydrates default values in the list version names params (not the query body).

All values with no default are reset to their zero value.

func (*ListVersionNamesParams) SetEntity

func (o *ListVersionNamesParams) SetEntity(entity string)

SetEntity adds the entity to the list version names params

func (*ListVersionNamesParams) SetHTTPClient

func (o *ListVersionNamesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list version names params

func (*ListVersionNamesParams) SetKind

func (o *ListVersionNamesParams) SetKind(kind string)

SetKind adds the kind to the list version names params

func (*ListVersionNamesParams) SetLimit

func (o *ListVersionNamesParams) SetLimit(limit *int32)

SetLimit adds the limit to the list version names params

func (*ListVersionNamesParams) SetNoPage

func (o *ListVersionNamesParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list version names params

func (*ListVersionNamesParams) SetOffset

func (o *ListVersionNamesParams) SetOffset(offset *int32)

SetOffset adds the offset to the list version names params

func (*ListVersionNamesParams) SetOwner

func (o *ListVersionNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list version names params

func (*ListVersionNamesParams) SetQuery

func (o *ListVersionNamesParams) SetQuery(query *string)

SetQuery adds the query to the list version names params

func (*ListVersionNamesParams) SetSort

func (o *ListVersionNamesParams) SetSort(sort *string)

SetSort adds the sort to the list version names params

func (*ListVersionNamesParams) SetTimeout

func (o *ListVersionNamesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list version names params

func (*ListVersionNamesParams) WithContext

WithContext adds the context to the list version names params

func (*ListVersionNamesParams) WithDefaults

WithDefaults hydrates default values in the list version names params (not the query body).

All values with no default are reset to their zero value.

func (*ListVersionNamesParams) WithEntity

func (o *ListVersionNamesParams) WithEntity(entity string) *ListVersionNamesParams

WithEntity adds the entity to the list version names params

func (*ListVersionNamesParams) WithHTTPClient

func (o *ListVersionNamesParams) WithHTTPClient(client *http.Client) *ListVersionNamesParams

WithHTTPClient adds the HTTPClient to the list version names params

func (*ListVersionNamesParams) WithKind

WithKind adds the kind to the list version names params

func (*ListVersionNamesParams) WithLimit

func (o *ListVersionNamesParams) WithLimit(limit *int32) *ListVersionNamesParams

WithLimit adds the limit to the list version names params

func (*ListVersionNamesParams) WithNoPage

func (o *ListVersionNamesParams) WithNoPage(noPage *bool) *ListVersionNamesParams

WithNoPage adds the noPage to the list version names params

func (*ListVersionNamesParams) WithOffset

func (o *ListVersionNamesParams) WithOffset(offset *int32) *ListVersionNamesParams

WithOffset adds the offset to the list version names params

func (*ListVersionNamesParams) WithOwner

WithOwner adds the owner to the list version names params

func (*ListVersionNamesParams) WithQuery

WithQuery adds the query to the list version names params

func (*ListVersionNamesParams) WithSort

WithSort adds the sort to the list version names params

func (*ListVersionNamesParams) WithTimeout

WithTimeout adds the timeout to the list version names params

func (*ListVersionNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListVersionNamesReader

type ListVersionNamesReader struct {
	// contains filtered or unexported fields
}

ListVersionNamesReader is a Reader for the ListVersionNames structure.

func (*ListVersionNamesReader) ReadResponse

func (o *ListVersionNamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListVersionsDefault

type ListVersionsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

ListVersionsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListVersionsDefault

func NewListVersionsDefault(code int) *ListVersionsDefault

NewListVersionsDefault creates a ListVersionsDefault with default headers values

func (*ListVersionsDefault) Code

func (o *ListVersionsDefault) Code() int

Code gets the status code for the list versions default response

func (*ListVersionsDefault) Error

func (o *ListVersionsDefault) Error() string

func (*ListVersionsDefault) GetPayload

func (*ListVersionsDefault) IsClientError

func (o *ListVersionsDefault) IsClientError() bool

IsClientError returns true when this list versions default response has a 4xx status code

func (*ListVersionsDefault) IsCode

func (o *ListVersionsDefault) IsCode(code int) bool

IsCode returns true when this list versions default response a status code equal to that given

func (*ListVersionsDefault) IsRedirect

func (o *ListVersionsDefault) IsRedirect() bool

IsRedirect returns true when this list versions default response has a 3xx status code

func (*ListVersionsDefault) IsServerError

func (o *ListVersionsDefault) IsServerError() bool

IsServerError returns true when this list versions default response has a 5xx status code

func (*ListVersionsDefault) IsSuccess

func (o *ListVersionsDefault) IsSuccess() bool

IsSuccess returns true when this list versions default response has a 2xx status code

func (*ListVersionsDefault) String

func (o *ListVersionsDefault) String() string

type ListVersionsForbidden

type ListVersionsForbidden struct {
	Payload interface{}
}

ListVersionsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListVersionsForbidden

func NewListVersionsForbidden() *ListVersionsForbidden

NewListVersionsForbidden creates a ListVersionsForbidden with default headers values

func (*ListVersionsForbidden) Code

func (o *ListVersionsForbidden) Code() int

Code gets the status code for the list versions forbidden response

func (*ListVersionsForbidden) Error

func (o *ListVersionsForbidden) Error() string

func (*ListVersionsForbidden) GetPayload

func (o *ListVersionsForbidden) GetPayload() interface{}

func (*ListVersionsForbidden) IsClientError

func (o *ListVersionsForbidden) IsClientError() bool

IsClientError returns true when this list versions forbidden response has a 4xx status code

func (*ListVersionsForbidden) IsCode

func (o *ListVersionsForbidden) IsCode(code int) bool

IsCode returns true when this list versions forbidden response a status code equal to that given

func (*ListVersionsForbidden) IsRedirect

func (o *ListVersionsForbidden) IsRedirect() bool

IsRedirect returns true when this list versions forbidden response has a 3xx status code

func (*ListVersionsForbidden) IsServerError

func (o *ListVersionsForbidden) IsServerError() bool

IsServerError returns true when this list versions forbidden response has a 5xx status code

func (*ListVersionsForbidden) IsSuccess

func (o *ListVersionsForbidden) IsSuccess() bool

IsSuccess returns true when this list versions forbidden response has a 2xx status code

func (*ListVersionsForbidden) String

func (o *ListVersionsForbidden) String() string

type ListVersionsNoContent

type ListVersionsNoContent struct {
	Payload interface{}
}

ListVersionsNoContent describes a response with status code 204, with default header values.

No content.

func NewListVersionsNoContent

func NewListVersionsNoContent() *ListVersionsNoContent

NewListVersionsNoContent creates a ListVersionsNoContent with default headers values

func (*ListVersionsNoContent) Code

func (o *ListVersionsNoContent) Code() int

Code gets the status code for the list versions no content response

func (*ListVersionsNoContent) Error

func (o *ListVersionsNoContent) Error() string

func (*ListVersionsNoContent) GetPayload

func (o *ListVersionsNoContent) GetPayload() interface{}

func (*ListVersionsNoContent) IsClientError

func (o *ListVersionsNoContent) IsClientError() bool

IsClientError returns true when this list versions no content response has a 4xx status code

func (*ListVersionsNoContent) IsCode

func (o *ListVersionsNoContent) IsCode(code int) bool

IsCode returns true when this list versions no content response a status code equal to that given

func (*ListVersionsNoContent) IsRedirect

func (o *ListVersionsNoContent) IsRedirect() bool

IsRedirect returns true when this list versions no content response has a 3xx status code

func (*ListVersionsNoContent) IsServerError

func (o *ListVersionsNoContent) IsServerError() bool

IsServerError returns true when this list versions no content response has a 5xx status code

func (*ListVersionsNoContent) IsSuccess

func (o *ListVersionsNoContent) IsSuccess() bool

IsSuccess returns true when this list versions no content response has a 2xx status code

func (*ListVersionsNoContent) String

func (o *ListVersionsNoContent) String() string

type ListVersionsNotFound

type ListVersionsNotFound struct {
	Payload interface{}
}

ListVersionsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListVersionsNotFound

func NewListVersionsNotFound() *ListVersionsNotFound

NewListVersionsNotFound creates a ListVersionsNotFound with default headers values

func (*ListVersionsNotFound) Code

func (o *ListVersionsNotFound) Code() int

Code gets the status code for the list versions not found response

func (*ListVersionsNotFound) Error

func (o *ListVersionsNotFound) Error() string

func (*ListVersionsNotFound) GetPayload

func (o *ListVersionsNotFound) GetPayload() interface{}

func (*ListVersionsNotFound) IsClientError

func (o *ListVersionsNotFound) IsClientError() bool

IsClientError returns true when this list versions not found response has a 4xx status code

func (*ListVersionsNotFound) IsCode

func (o *ListVersionsNotFound) IsCode(code int) bool

IsCode returns true when this list versions not found response a status code equal to that given

func (*ListVersionsNotFound) IsRedirect

func (o *ListVersionsNotFound) IsRedirect() bool

IsRedirect returns true when this list versions not found response has a 3xx status code

func (*ListVersionsNotFound) IsServerError

func (o *ListVersionsNotFound) IsServerError() bool

IsServerError returns true when this list versions not found response has a 5xx status code

func (*ListVersionsNotFound) IsSuccess

func (o *ListVersionsNotFound) IsSuccess() bool

IsSuccess returns true when this list versions not found response has a 2xx status code

func (*ListVersionsNotFound) String

func (o *ListVersionsNotFound) String() string

type ListVersionsOK

type ListVersionsOK struct {
	Payload *service_model.V1ListProjectVersionsResponse
}

ListVersionsOK describes a response with status code 200, with default header values.

A successful response.

func NewListVersionsOK

func NewListVersionsOK() *ListVersionsOK

NewListVersionsOK creates a ListVersionsOK with default headers values

func (*ListVersionsOK) Code

func (o *ListVersionsOK) Code() int

Code gets the status code for the list versions o k response

func (*ListVersionsOK) Error

func (o *ListVersionsOK) Error() string

func (*ListVersionsOK) GetPayload

func (*ListVersionsOK) IsClientError

func (o *ListVersionsOK) IsClientError() bool

IsClientError returns true when this list versions o k response has a 4xx status code

func (*ListVersionsOK) IsCode

func (o *ListVersionsOK) IsCode(code int) bool

IsCode returns true when this list versions o k response a status code equal to that given

func (*ListVersionsOK) IsRedirect

func (o *ListVersionsOK) IsRedirect() bool

IsRedirect returns true when this list versions o k response has a 3xx status code

func (*ListVersionsOK) IsServerError

func (o *ListVersionsOK) IsServerError() bool

IsServerError returns true when this list versions o k response has a 5xx status code

func (*ListVersionsOK) IsSuccess

func (o *ListVersionsOK) IsSuccess() bool

IsSuccess returns true when this list versions o k response has a 2xx status code

func (*ListVersionsOK) String

func (o *ListVersionsOK) String() string

type ListVersionsParams

type ListVersionsParams struct {

	/* Entity.

	   Entity name under namespace
	*/
	Entity string

	/* Kind.

	   Version Kind
	*/
	Kind string

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListVersionsParams contains all the parameters to send to the API endpoint

for the list versions operation.

Typically these are written to a http.Request.

func NewListVersionsParams

func NewListVersionsParams() *ListVersionsParams

NewListVersionsParams creates a new ListVersionsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListVersionsParamsWithContext

func NewListVersionsParamsWithContext(ctx context.Context) *ListVersionsParams

NewListVersionsParamsWithContext creates a new ListVersionsParams object with the ability to set a context for a request.

func NewListVersionsParamsWithHTTPClient

func NewListVersionsParamsWithHTTPClient(client *http.Client) *ListVersionsParams

NewListVersionsParamsWithHTTPClient creates a new ListVersionsParams object with the ability to set a custom HTTPClient for a request.

func NewListVersionsParamsWithTimeout

func NewListVersionsParamsWithTimeout(timeout time.Duration) *ListVersionsParams

NewListVersionsParamsWithTimeout creates a new ListVersionsParams object with the ability to set a timeout on a request.

func (*ListVersionsParams) SetContext

func (o *ListVersionsParams) SetContext(ctx context.Context)

SetContext adds the context to the list versions params

func (*ListVersionsParams) SetDefaults

func (o *ListVersionsParams) SetDefaults()

SetDefaults hydrates default values in the list versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListVersionsParams) SetEntity

func (o *ListVersionsParams) SetEntity(entity string)

SetEntity adds the entity to the list versions params

func (*ListVersionsParams) SetHTTPClient

func (o *ListVersionsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list versions params

func (*ListVersionsParams) SetKind

func (o *ListVersionsParams) SetKind(kind string)

SetKind adds the kind to the list versions params

func (*ListVersionsParams) SetLimit

func (o *ListVersionsParams) SetLimit(limit *int32)

SetLimit adds the limit to the list versions params

func (*ListVersionsParams) SetNoPage

func (o *ListVersionsParams) SetNoPage(noPage *bool)

SetNoPage adds the noPage to the list versions params

func (*ListVersionsParams) SetOffset

func (o *ListVersionsParams) SetOffset(offset *int32)

SetOffset adds the offset to the list versions params

func (*ListVersionsParams) SetOwner

func (o *ListVersionsParams) SetOwner(owner string)

SetOwner adds the owner to the list versions params

func (*ListVersionsParams) SetQuery

func (o *ListVersionsParams) SetQuery(query *string)

SetQuery adds the query to the list versions params

func (*ListVersionsParams) SetSort

func (o *ListVersionsParams) SetSort(sort *string)

SetSort adds the sort to the list versions params

func (*ListVersionsParams) SetTimeout

func (o *ListVersionsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list versions params

func (*ListVersionsParams) WithContext

WithContext adds the context to the list versions params

func (*ListVersionsParams) WithDefaults

func (o *ListVersionsParams) WithDefaults() *ListVersionsParams

WithDefaults hydrates default values in the list versions params (not the query body).

All values with no default are reset to their zero value.

func (*ListVersionsParams) WithEntity

func (o *ListVersionsParams) WithEntity(entity string) *ListVersionsParams

WithEntity adds the entity to the list versions params

func (*ListVersionsParams) WithHTTPClient

func (o *ListVersionsParams) WithHTTPClient(client *http.Client) *ListVersionsParams

WithHTTPClient adds the HTTPClient to the list versions params

func (*ListVersionsParams) WithKind

func (o *ListVersionsParams) WithKind(kind string) *ListVersionsParams

WithKind adds the kind to the list versions params

func (*ListVersionsParams) WithLimit

func (o *ListVersionsParams) WithLimit(limit *int32) *ListVersionsParams

WithLimit adds the limit to the list versions params

func (*ListVersionsParams) WithNoPage

func (o *ListVersionsParams) WithNoPage(noPage *bool) *ListVersionsParams

WithNoPage adds the noPage to the list versions params

func (*ListVersionsParams) WithOffset

func (o *ListVersionsParams) WithOffset(offset *int32) *ListVersionsParams

WithOffset adds the offset to the list versions params

func (*ListVersionsParams) WithOwner

func (o *ListVersionsParams) WithOwner(owner string) *ListVersionsParams

WithOwner adds the owner to the list versions params

func (*ListVersionsParams) WithQuery

func (o *ListVersionsParams) WithQuery(query *string) *ListVersionsParams

WithQuery adds the query to the list versions params

func (*ListVersionsParams) WithSort

func (o *ListVersionsParams) WithSort(sort *string) *ListVersionsParams

WithSort adds the sort to the list versions params

func (*ListVersionsParams) WithTimeout

func (o *ListVersionsParams) WithTimeout(timeout time.Duration) *ListVersionsParams

WithTimeout adds the timeout to the list versions params

func (*ListVersionsParams) WriteToRequest

func (o *ListVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListVersionsReader

type ListVersionsReader struct {
	// contains filtered or unexported fields
}

ListVersionsReader is a Reader for the ListVersions structure.

func (*ListVersionsReader) ReadResponse

func (o *ListVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchProjectDefault

type PatchProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

PatchProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchProjectDefault

func NewPatchProjectDefault(code int) *PatchProjectDefault

NewPatchProjectDefault creates a PatchProjectDefault with default headers values

func (*PatchProjectDefault) Code

func (o *PatchProjectDefault) Code() int

Code gets the status code for the patch project default response

func (*PatchProjectDefault) Error

func (o *PatchProjectDefault) Error() string

func (*PatchProjectDefault) GetPayload

func (*PatchProjectDefault) IsClientError

func (o *PatchProjectDefault) IsClientError() bool

IsClientError returns true when this patch project default response has a 4xx status code

func (*PatchProjectDefault) IsCode

func (o *PatchProjectDefault) IsCode(code int) bool

IsCode returns true when this patch project default response a status code equal to that given

func (*PatchProjectDefault) IsRedirect

func (o *PatchProjectDefault) IsRedirect() bool

IsRedirect returns true when this patch project default response has a 3xx status code

func (*PatchProjectDefault) IsServerError

func (o *PatchProjectDefault) IsServerError() bool

IsServerError returns true when this patch project default response has a 5xx status code

func (*PatchProjectDefault) IsSuccess

func (o *PatchProjectDefault) IsSuccess() bool

IsSuccess returns true when this patch project default response has a 2xx status code

func (*PatchProjectDefault) String

func (o *PatchProjectDefault) String() string

type PatchProjectForbidden

type PatchProjectForbidden struct {
	Payload interface{}
}

PatchProjectForbidden describes a response with status code 403, 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) Code

func (o *PatchProjectForbidden) Code() int

Code gets the status code for the patch project forbidden response

func (*PatchProjectForbidden) Error

func (o *PatchProjectForbidden) Error() string

func (*PatchProjectForbidden) GetPayload

func (o *PatchProjectForbidden) GetPayload() interface{}

func (*PatchProjectForbidden) IsClientError

func (o *PatchProjectForbidden) IsClientError() bool

IsClientError returns true when this patch project forbidden response has a 4xx status code

func (*PatchProjectForbidden) IsCode

func (o *PatchProjectForbidden) IsCode(code int) bool

IsCode returns true when this patch project forbidden response a status code equal to that given

func (*PatchProjectForbidden) IsRedirect

func (o *PatchProjectForbidden) IsRedirect() bool

IsRedirect returns true when this patch project forbidden response has a 3xx status code

func (*PatchProjectForbidden) IsServerError

func (o *PatchProjectForbidden) IsServerError() bool

IsServerError returns true when this patch project forbidden response has a 5xx status code

func (*PatchProjectForbidden) IsSuccess

func (o *PatchProjectForbidden) IsSuccess() bool

IsSuccess returns true when this patch project forbidden response has a 2xx status code

func (*PatchProjectForbidden) String

func (o *PatchProjectForbidden) String() string

type PatchProjectNoContent

type PatchProjectNoContent struct {
	Payload interface{}
}

PatchProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchProjectNoContent

func NewPatchProjectNoContent() *PatchProjectNoContent

NewPatchProjectNoContent creates a PatchProjectNoContent with default headers values

func (*PatchProjectNoContent) Code

func (o *PatchProjectNoContent) Code() int

Code gets the status code for the patch project no content response

func (*PatchProjectNoContent) Error

func (o *PatchProjectNoContent) Error() string

func (*PatchProjectNoContent) GetPayload

func (o *PatchProjectNoContent) GetPayload() interface{}

func (*PatchProjectNoContent) IsClientError

func (o *PatchProjectNoContent) IsClientError() bool

IsClientError returns true when this patch project no content response has a 4xx status code

func (*PatchProjectNoContent) IsCode

func (o *PatchProjectNoContent) IsCode(code int) bool

IsCode returns true when this patch project no content response a status code equal to that given

func (*PatchProjectNoContent) IsRedirect

func (o *PatchProjectNoContent) IsRedirect() bool

IsRedirect returns true when this patch project no content response has a 3xx status code

func (*PatchProjectNoContent) IsServerError

func (o *PatchProjectNoContent) IsServerError() bool

IsServerError returns true when this patch project no content response has a 5xx status code

func (*PatchProjectNoContent) IsSuccess

func (o *PatchProjectNoContent) IsSuccess() bool

IsSuccess returns true when this patch project no content response has a 2xx status code

func (*PatchProjectNoContent) String

func (o *PatchProjectNoContent) String() string

type PatchProjectNotFound

type PatchProjectNotFound struct {
	Payload interface{}
}

PatchProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchProjectNotFound

func NewPatchProjectNotFound() *PatchProjectNotFound

NewPatchProjectNotFound creates a PatchProjectNotFound with default headers values

func (*PatchProjectNotFound) Code

func (o *PatchProjectNotFound) Code() int

Code gets the status code for the patch project not found response

func (*PatchProjectNotFound) Error

func (o *PatchProjectNotFound) Error() string

func (*PatchProjectNotFound) GetPayload

func (o *PatchProjectNotFound) GetPayload() interface{}

func (*PatchProjectNotFound) IsClientError

func (o *PatchProjectNotFound) IsClientError() bool

IsClientError returns true when this patch project not found response has a 4xx status code

func (*PatchProjectNotFound) IsCode

func (o *PatchProjectNotFound) IsCode(code int) bool

IsCode returns true when this patch project not found response a status code equal to that given

func (*PatchProjectNotFound) IsRedirect

func (o *PatchProjectNotFound) IsRedirect() bool

IsRedirect returns true when this patch project not found response has a 3xx status code

func (*PatchProjectNotFound) IsServerError

func (o *PatchProjectNotFound) IsServerError() bool

IsServerError returns true when this patch project not found response has a 5xx status code

func (*PatchProjectNotFound) IsSuccess

func (o *PatchProjectNotFound) IsSuccess() bool

IsSuccess returns true when this patch project not found response has a 2xx status code

func (*PatchProjectNotFound) String

func (o *PatchProjectNotFound) String() string

type PatchProjectOK

type PatchProjectOK struct {
	Payload *service_model.V1Project
}

PatchProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchProjectOK

func NewPatchProjectOK() *PatchProjectOK

NewPatchProjectOK creates a PatchProjectOK with default headers values

func (*PatchProjectOK) Code

func (o *PatchProjectOK) Code() int

Code gets the status code for the patch project o k response

func (*PatchProjectOK) Error

func (o *PatchProjectOK) Error() string

func (*PatchProjectOK) GetPayload

func (o *PatchProjectOK) GetPayload() *service_model.V1Project

func (*PatchProjectOK) IsClientError

func (o *PatchProjectOK) IsClientError() bool

IsClientError returns true when this patch project o k response has a 4xx status code

func (*PatchProjectOK) IsCode

func (o *PatchProjectOK) IsCode(code int) bool

IsCode returns true when this patch project o k response a status code equal to that given

func (*PatchProjectOK) IsRedirect

func (o *PatchProjectOK) IsRedirect() bool

IsRedirect returns true when this patch project o k response has a 3xx status code

func (*PatchProjectOK) IsServerError

func (o *PatchProjectOK) IsServerError() bool

IsServerError returns true when this patch project o k response has a 5xx status code

func (*PatchProjectOK) IsSuccess

func (o *PatchProjectOK) IsSuccess() bool

IsSuccess returns true when this patch project o k response has a 2xx status code

func (*PatchProjectOK) String

func (o *PatchProjectOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchProjectParamsWithContext

func NewPatchProjectParamsWithContext(ctx context.Context) *PatchProjectParams

NewPatchProjectParamsWithContext creates a new PatchProjectParams object with 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 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 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) SetDefaults

func (o *PatchProjectParams) SetDefaults()

SetDefaults hydrates default values in the patch project params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

func (o *PatchProjectParams) WithDefaults() *PatchProjectParams

WithDefaults hydrates default values in the patch project params (not the query body).

All values with no default are reset to their zero value.

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 PatchProjectSettingsDefault

type PatchProjectSettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

PatchProjectSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchProjectSettingsDefault

func NewPatchProjectSettingsDefault(code int) *PatchProjectSettingsDefault

NewPatchProjectSettingsDefault creates a PatchProjectSettingsDefault with default headers values

func (*PatchProjectSettingsDefault) Code

func (o *PatchProjectSettingsDefault) Code() int

Code gets the status code for the patch project settings default response

func (*PatchProjectSettingsDefault) Error

func (*PatchProjectSettingsDefault) GetPayload

func (*PatchProjectSettingsDefault) IsClientError

func (o *PatchProjectSettingsDefault) IsClientError() bool

IsClientError returns true when this patch project settings default response has a 4xx status code

func (*PatchProjectSettingsDefault) IsCode

func (o *PatchProjectSettingsDefault) IsCode(code int) bool

IsCode returns true when this patch project settings default response a status code equal to that given

func (*PatchProjectSettingsDefault) IsRedirect

func (o *PatchProjectSettingsDefault) IsRedirect() bool

IsRedirect returns true when this patch project settings default response has a 3xx status code

func (*PatchProjectSettingsDefault) IsServerError

func (o *PatchProjectSettingsDefault) IsServerError() bool

IsServerError returns true when this patch project settings default response has a 5xx status code

func (*PatchProjectSettingsDefault) IsSuccess

func (o *PatchProjectSettingsDefault) IsSuccess() bool

IsSuccess returns true when this patch project settings default response has a 2xx status code

func (*PatchProjectSettingsDefault) String

func (o *PatchProjectSettingsDefault) String() string

type PatchProjectSettingsForbidden

type PatchProjectSettingsForbidden struct {
	Payload interface{}
}

PatchProjectSettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchProjectSettingsForbidden

func NewPatchProjectSettingsForbidden() *PatchProjectSettingsForbidden

NewPatchProjectSettingsForbidden creates a PatchProjectSettingsForbidden with default headers values

func (*PatchProjectSettingsForbidden) Code

Code gets the status code for the patch project settings forbidden response

func (*PatchProjectSettingsForbidden) Error

func (*PatchProjectSettingsForbidden) GetPayload

func (o *PatchProjectSettingsForbidden) GetPayload() interface{}

func (*PatchProjectSettingsForbidden) IsClientError

func (o *PatchProjectSettingsForbidden) IsClientError() bool

IsClientError returns true when this patch project settings forbidden response has a 4xx status code

func (*PatchProjectSettingsForbidden) IsCode

func (o *PatchProjectSettingsForbidden) IsCode(code int) bool

IsCode returns true when this patch project settings forbidden response a status code equal to that given

func (*PatchProjectSettingsForbidden) IsRedirect

func (o *PatchProjectSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this patch project settings forbidden response has a 3xx status code

func (*PatchProjectSettingsForbidden) IsServerError

func (o *PatchProjectSettingsForbidden) IsServerError() bool

IsServerError returns true when this patch project settings forbidden response has a 5xx status code

func (*PatchProjectSettingsForbidden) IsSuccess

func (o *PatchProjectSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this patch project settings forbidden response has a 2xx status code

func (*PatchProjectSettingsForbidden) String

type PatchProjectSettingsNoContent

type PatchProjectSettingsNoContent struct {
	Payload interface{}
}

PatchProjectSettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchProjectSettingsNoContent

func NewPatchProjectSettingsNoContent() *PatchProjectSettingsNoContent

NewPatchProjectSettingsNoContent creates a PatchProjectSettingsNoContent with default headers values

func (*PatchProjectSettingsNoContent) Code

Code gets the status code for the patch project settings no content response

func (*PatchProjectSettingsNoContent) Error

func (*PatchProjectSettingsNoContent) GetPayload

func (o *PatchProjectSettingsNoContent) GetPayload() interface{}

func (*PatchProjectSettingsNoContent) IsClientError

func (o *PatchProjectSettingsNoContent) IsClientError() bool

IsClientError returns true when this patch project settings no content response has a 4xx status code

func (*PatchProjectSettingsNoContent) IsCode

func (o *PatchProjectSettingsNoContent) IsCode(code int) bool

IsCode returns true when this patch project settings no content response a status code equal to that given

func (*PatchProjectSettingsNoContent) IsRedirect

func (o *PatchProjectSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this patch project settings no content response has a 3xx status code

func (*PatchProjectSettingsNoContent) IsServerError

func (o *PatchProjectSettingsNoContent) IsServerError() bool

IsServerError returns true when this patch project settings no content response has a 5xx status code

func (*PatchProjectSettingsNoContent) IsSuccess

func (o *PatchProjectSettingsNoContent) IsSuccess() bool

IsSuccess returns true when this patch project settings no content response has a 2xx status code

func (*PatchProjectSettingsNoContent) String

type PatchProjectSettingsNotFound

type PatchProjectSettingsNotFound struct {
	Payload interface{}
}

PatchProjectSettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchProjectSettingsNotFound

func NewPatchProjectSettingsNotFound() *PatchProjectSettingsNotFound

NewPatchProjectSettingsNotFound creates a PatchProjectSettingsNotFound with default headers values

func (*PatchProjectSettingsNotFound) Code

Code gets the status code for the patch project settings not found response

func (*PatchProjectSettingsNotFound) Error

func (*PatchProjectSettingsNotFound) GetPayload

func (o *PatchProjectSettingsNotFound) GetPayload() interface{}

func (*PatchProjectSettingsNotFound) IsClientError

func (o *PatchProjectSettingsNotFound) IsClientError() bool

IsClientError returns true when this patch project settings not found response has a 4xx status code

func (*PatchProjectSettingsNotFound) IsCode

func (o *PatchProjectSettingsNotFound) IsCode(code int) bool

IsCode returns true when this patch project settings not found response a status code equal to that given

func (*PatchProjectSettingsNotFound) IsRedirect

func (o *PatchProjectSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this patch project settings not found response has a 3xx status code

func (*PatchProjectSettingsNotFound) IsServerError

func (o *PatchProjectSettingsNotFound) IsServerError() bool

IsServerError returns true when this patch project settings not found response has a 5xx status code

func (*PatchProjectSettingsNotFound) IsSuccess

func (o *PatchProjectSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this patch project settings not found response has a 2xx status code

func (*PatchProjectSettingsNotFound) String

type PatchProjectSettingsOK

type PatchProjectSettingsOK struct {
	Payload *service_model.V1ProjectSettings
}

PatchProjectSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchProjectSettingsOK

func NewPatchProjectSettingsOK() *PatchProjectSettingsOK

NewPatchProjectSettingsOK creates a PatchProjectSettingsOK with default headers values

func (*PatchProjectSettingsOK) Code

func (o *PatchProjectSettingsOK) Code() int

Code gets the status code for the patch project settings o k response

func (*PatchProjectSettingsOK) Error

func (o *PatchProjectSettingsOK) Error() string

func (*PatchProjectSettingsOK) GetPayload

func (*PatchProjectSettingsOK) IsClientError

func (o *PatchProjectSettingsOK) IsClientError() bool

IsClientError returns true when this patch project settings o k response has a 4xx status code

func (*PatchProjectSettingsOK) IsCode

func (o *PatchProjectSettingsOK) IsCode(code int) bool

IsCode returns true when this patch project settings o k response a status code equal to that given

func (*PatchProjectSettingsOK) IsRedirect

func (o *PatchProjectSettingsOK) IsRedirect() bool

IsRedirect returns true when this patch project settings o k response has a 3xx status code

func (*PatchProjectSettingsOK) IsServerError

func (o *PatchProjectSettingsOK) IsServerError() bool

IsServerError returns true when this patch project settings o k response has a 5xx status code

func (*PatchProjectSettingsOK) IsSuccess

func (o *PatchProjectSettingsOK) IsSuccess() bool

IsSuccess returns true when this patch project settings o k response has a 2xx status code

func (*PatchProjectSettingsOK) String

func (o *PatchProjectSettingsOK) String() string

type PatchProjectSettingsParams

type PatchProjectSettingsParams struct {

	/* Body.

	   Project settings body
	*/
	Body *service_model.V1ProjectSettings

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project name
	*/
	Project string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchProjectSettingsParams contains all the parameters to send to the API endpoint

for the patch project settings operation.

Typically these are written to a http.Request.

func NewPatchProjectSettingsParams

func NewPatchProjectSettingsParams() *PatchProjectSettingsParams

NewPatchProjectSettingsParams creates a new PatchProjectSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchProjectSettingsParamsWithContext

func NewPatchProjectSettingsParamsWithContext(ctx context.Context) *PatchProjectSettingsParams

NewPatchProjectSettingsParamsWithContext creates a new PatchProjectSettingsParams object with the ability to set a context for a request.

func NewPatchProjectSettingsParamsWithHTTPClient

func NewPatchProjectSettingsParamsWithHTTPClient(client *http.Client) *PatchProjectSettingsParams

NewPatchProjectSettingsParamsWithHTTPClient creates a new PatchProjectSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProjectSettingsParamsWithTimeout

func NewPatchProjectSettingsParamsWithTimeout(timeout time.Duration) *PatchProjectSettingsParams

NewPatchProjectSettingsParamsWithTimeout creates a new PatchProjectSettingsParams object with the ability to set a timeout on a request.

func (*PatchProjectSettingsParams) SetBody

SetBody adds the body to the patch project settings params

func (*PatchProjectSettingsParams) SetContext

func (o *PatchProjectSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the patch project settings params

func (*PatchProjectSettingsParams) SetDefaults

func (o *PatchProjectSettingsParams) SetDefaults()

SetDefaults hydrates default values in the patch project settings params (not the query body).

All values with no default are reset to their zero value.

func (*PatchProjectSettingsParams) SetHTTPClient

func (o *PatchProjectSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch project settings params

func (*PatchProjectSettingsParams) SetOwner

func (o *PatchProjectSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the patch project settings params

func (*PatchProjectSettingsParams) SetProject

func (o *PatchProjectSettingsParams) SetProject(project string)

SetProject adds the project to the patch project settings params

func (*PatchProjectSettingsParams) SetTimeout

func (o *PatchProjectSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch project settings params

func (*PatchProjectSettingsParams) WithBody

WithBody adds the body to the patch project settings params

func (*PatchProjectSettingsParams) WithContext

WithContext adds the context to the patch project settings params

func (*PatchProjectSettingsParams) WithDefaults

WithDefaults hydrates default values in the patch project settings params (not the query body).

All values with no default are reset to their zero value.

func (*PatchProjectSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch project settings params

func (*PatchProjectSettingsParams) WithOwner

WithOwner adds the owner to the patch project settings params

func (*PatchProjectSettingsParams) WithProject

WithProject adds the project to the patch project settings params

func (*PatchProjectSettingsParams) WithTimeout

WithTimeout adds the timeout to the patch project settings params

func (*PatchProjectSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchProjectSettingsReader

type PatchProjectSettingsReader struct {
	// contains filtered or unexported fields
}

PatchProjectSettingsReader is a Reader for the PatchProjectSettings structure.

func (*PatchProjectSettingsReader) ReadResponse

func (o *PatchProjectSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type PatchVersionDefault

type PatchVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

PatchVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchVersionDefault

func NewPatchVersionDefault(code int) *PatchVersionDefault

NewPatchVersionDefault creates a PatchVersionDefault with default headers values

func (*PatchVersionDefault) Code

func (o *PatchVersionDefault) Code() int

Code gets the status code for the patch version default response

func (*PatchVersionDefault) Error

func (o *PatchVersionDefault) Error() string

func (*PatchVersionDefault) GetPayload

func (*PatchVersionDefault) IsClientError

func (o *PatchVersionDefault) IsClientError() bool

IsClientError returns true when this patch version default response has a 4xx status code

func (*PatchVersionDefault) IsCode

func (o *PatchVersionDefault) IsCode(code int) bool

IsCode returns true when this patch version default response a status code equal to that given

func (*PatchVersionDefault) IsRedirect

func (o *PatchVersionDefault) IsRedirect() bool

IsRedirect returns true when this patch version default response has a 3xx status code

func (*PatchVersionDefault) IsServerError

func (o *PatchVersionDefault) IsServerError() bool

IsServerError returns true when this patch version default response has a 5xx status code

func (*PatchVersionDefault) IsSuccess

func (o *PatchVersionDefault) IsSuccess() bool

IsSuccess returns true when this patch version default response has a 2xx status code

func (*PatchVersionDefault) String

func (o *PatchVersionDefault) String() string

type PatchVersionForbidden

type PatchVersionForbidden struct {
	Payload interface{}
}

PatchVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchVersionForbidden

func NewPatchVersionForbidden() *PatchVersionForbidden

NewPatchVersionForbidden creates a PatchVersionForbidden with default headers values

func (*PatchVersionForbidden) Code

func (o *PatchVersionForbidden) Code() int

Code gets the status code for the patch version forbidden response

func (*PatchVersionForbidden) Error

func (o *PatchVersionForbidden) Error() string

func (*PatchVersionForbidden) GetPayload

func (o *PatchVersionForbidden) GetPayload() interface{}

func (*PatchVersionForbidden) IsClientError

func (o *PatchVersionForbidden) IsClientError() bool

IsClientError returns true when this patch version forbidden response has a 4xx status code

func (*PatchVersionForbidden) IsCode

func (o *PatchVersionForbidden) IsCode(code int) bool

IsCode returns true when this patch version forbidden response a status code equal to that given

func (*PatchVersionForbidden) IsRedirect

func (o *PatchVersionForbidden) IsRedirect() bool

IsRedirect returns true when this patch version forbidden response has a 3xx status code

func (*PatchVersionForbidden) IsServerError

func (o *PatchVersionForbidden) IsServerError() bool

IsServerError returns true when this patch version forbidden response has a 5xx status code

func (*PatchVersionForbidden) IsSuccess

func (o *PatchVersionForbidden) IsSuccess() bool

IsSuccess returns true when this patch version forbidden response has a 2xx status code

func (*PatchVersionForbidden) String

func (o *PatchVersionForbidden) String() string

type PatchVersionNoContent

type PatchVersionNoContent struct {
	Payload interface{}
}

PatchVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchVersionNoContent

func NewPatchVersionNoContent() *PatchVersionNoContent

NewPatchVersionNoContent creates a PatchVersionNoContent with default headers values

func (*PatchVersionNoContent) Code

func (o *PatchVersionNoContent) Code() int

Code gets the status code for the patch version no content response

func (*PatchVersionNoContent) Error

func (o *PatchVersionNoContent) Error() string

func (*PatchVersionNoContent) GetPayload

func (o *PatchVersionNoContent) GetPayload() interface{}

func (*PatchVersionNoContent) IsClientError

func (o *PatchVersionNoContent) IsClientError() bool

IsClientError returns true when this patch version no content response has a 4xx status code

func (*PatchVersionNoContent) IsCode

func (o *PatchVersionNoContent) IsCode(code int) bool

IsCode returns true when this patch version no content response a status code equal to that given

func (*PatchVersionNoContent) IsRedirect

func (o *PatchVersionNoContent) IsRedirect() bool

IsRedirect returns true when this patch version no content response has a 3xx status code

func (*PatchVersionNoContent) IsServerError

func (o *PatchVersionNoContent) IsServerError() bool

IsServerError returns true when this patch version no content response has a 5xx status code

func (*PatchVersionNoContent) IsSuccess

func (o *PatchVersionNoContent) IsSuccess() bool

IsSuccess returns true when this patch version no content response has a 2xx status code

func (*PatchVersionNoContent) String

func (o *PatchVersionNoContent) String() string

type PatchVersionNotFound

type PatchVersionNotFound struct {
	Payload interface{}
}

PatchVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchVersionNotFound

func NewPatchVersionNotFound() *PatchVersionNotFound

NewPatchVersionNotFound creates a PatchVersionNotFound with default headers values

func (*PatchVersionNotFound) Code

func (o *PatchVersionNotFound) Code() int

Code gets the status code for the patch version not found response

func (*PatchVersionNotFound) Error

func (o *PatchVersionNotFound) Error() string

func (*PatchVersionNotFound) GetPayload

func (o *PatchVersionNotFound) GetPayload() interface{}

func (*PatchVersionNotFound) IsClientError

func (o *PatchVersionNotFound) IsClientError() bool

IsClientError returns true when this patch version not found response has a 4xx status code

func (*PatchVersionNotFound) IsCode

func (o *PatchVersionNotFound) IsCode(code int) bool

IsCode returns true when this patch version not found response a status code equal to that given

func (*PatchVersionNotFound) IsRedirect

func (o *PatchVersionNotFound) IsRedirect() bool

IsRedirect returns true when this patch version not found response has a 3xx status code

func (*PatchVersionNotFound) IsServerError

func (o *PatchVersionNotFound) IsServerError() bool

IsServerError returns true when this patch version not found response has a 5xx status code

func (*PatchVersionNotFound) IsSuccess

func (o *PatchVersionNotFound) IsSuccess() bool

IsSuccess returns true when this patch version not found response has a 2xx status code

func (*PatchVersionNotFound) String

func (o *PatchVersionNotFound) String() string

type PatchVersionOK

type PatchVersionOK struct {
	Payload *service_model.V1ProjectVersion
}

PatchVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchVersionOK

func NewPatchVersionOK() *PatchVersionOK

NewPatchVersionOK creates a PatchVersionOK with default headers values

func (*PatchVersionOK) Code

func (o *PatchVersionOK) Code() int

Code gets the status code for the patch version o k response

func (*PatchVersionOK) Error

func (o *PatchVersionOK) Error() string

func (*PatchVersionOK) GetPayload

func (*PatchVersionOK) IsClientError

func (o *PatchVersionOK) IsClientError() bool

IsClientError returns true when this patch version o k response has a 4xx status code

func (*PatchVersionOK) IsCode

func (o *PatchVersionOK) IsCode(code int) bool

IsCode returns true when this patch version o k response a status code equal to that given

func (*PatchVersionOK) IsRedirect

func (o *PatchVersionOK) IsRedirect() bool

IsRedirect returns true when this patch version o k response has a 3xx status code

func (*PatchVersionOK) IsServerError

func (o *PatchVersionOK) IsServerError() bool

IsServerError returns true when this patch version o k response has a 5xx status code

func (*PatchVersionOK) IsSuccess

func (o *PatchVersionOK) IsSuccess() bool

IsSuccess returns true when this patch version o k response has a 2xx status code

func (*PatchVersionOK) String

func (o *PatchVersionOK) String() string

type PatchVersionParams

type PatchVersionParams struct {

	/* Body.

	   Project version body
	*/
	Body *service_model.V1ProjectVersion

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project name
	*/
	Project string

	/* VersionKind.

	   Optional kind to tell the kind of this version
	*/
	VersionKind string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PatchVersionParams contains all the parameters to send to the API endpoint

for the patch version operation.

Typically these are written to a http.Request.

func NewPatchVersionParams

func NewPatchVersionParams() *PatchVersionParams

NewPatchVersionParams creates a new PatchVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPatchVersionParamsWithContext

func NewPatchVersionParamsWithContext(ctx context.Context) *PatchVersionParams

NewPatchVersionParamsWithContext creates a new PatchVersionParams object with the ability to set a context for a request.

func NewPatchVersionParamsWithHTTPClient

func NewPatchVersionParamsWithHTTPClient(client *http.Client) *PatchVersionParams

NewPatchVersionParamsWithHTTPClient creates a new PatchVersionParams object with the ability to set a custom HTTPClient for a request.

func NewPatchVersionParamsWithTimeout

func NewPatchVersionParamsWithTimeout(timeout time.Duration) *PatchVersionParams

NewPatchVersionParamsWithTimeout creates a new PatchVersionParams object with the ability to set a timeout on a request.

func (*PatchVersionParams) SetBody

SetBody adds the body to the patch version params

func (*PatchVersionParams) SetContext

func (o *PatchVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the patch version params

func (*PatchVersionParams) SetDefaults

func (o *PatchVersionParams) SetDefaults()

SetDefaults hydrates default values in the patch version params (not the query body).

All values with no default are reset to their zero value.

func (*PatchVersionParams) SetHTTPClient

func (o *PatchVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the patch version params

func (*PatchVersionParams) SetOwner

func (o *PatchVersionParams) SetOwner(owner string)

SetOwner adds the owner to the patch version params

func (*PatchVersionParams) SetProject

func (o *PatchVersionParams) SetProject(project string)

SetProject adds the project to the patch version params

func (*PatchVersionParams) SetTimeout

func (o *PatchVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the patch version params

func (*PatchVersionParams) SetVersionKind

func (o *PatchVersionParams) SetVersionKind(versionKind string)

SetVersionKind adds the versionKind to the patch version params

func (*PatchVersionParams) SetVersionName

func (o *PatchVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the patch version params

func (*PatchVersionParams) WithBody

WithBody adds the body to the patch version params

func (*PatchVersionParams) WithContext

WithContext adds the context to the patch version params

func (*PatchVersionParams) WithDefaults

func (o *PatchVersionParams) WithDefaults() *PatchVersionParams

WithDefaults hydrates default values in the patch version params (not the query body).

All values with no default are reset to their zero value.

func (*PatchVersionParams) WithHTTPClient

func (o *PatchVersionParams) WithHTTPClient(client *http.Client) *PatchVersionParams

WithHTTPClient adds the HTTPClient to the patch version params

func (*PatchVersionParams) WithOwner

func (o *PatchVersionParams) WithOwner(owner string) *PatchVersionParams

WithOwner adds the owner to the patch version params

func (*PatchVersionParams) WithProject

func (o *PatchVersionParams) WithProject(project string) *PatchVersionParams

WithProject adds the project to the patch version params

func (*PatchVersionParams) WithTimeout

func (o *PatchVersionParams) WithTimeout(timeout time.Duration) *PatchVersionParams

WithTimeout adds the timeout to the patch version params

func (*PatchVersionParams) WithVersionKind

func (o *PatchVersionParams) WithVersionKind(versionKind string) *PatchVersionParams

WithVersionKind adds the versionKind to the patch version params

func (*PatchVersionParams) WithVersionName

func (o *PatchVersionParams) WithVersionName(versionName string) *PatchVersionParams

WithVersionName adds the versionName to the patch version params

func (*PatchVersionParams) WriteToRequest

func (o *PatchVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PatchVersionReader

type PatchVersionReader struct {
	// contains filtered or unexported fields
}

PatchVersionReader is a Reader for the PatchVersion structure.

func (*PatchVersionReader) ReadResponse

func (o *PatchVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreProjectDefault

type RestoreProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

RestoreProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewRestoreProjectDefault

func NewRestoreProjectDefault(code int) *RestoreProjectDefault

NewRestoreProjectDefault creates a RestoreProjectDefault with default headers values

func (*RestoreProjectDefault) Code

func (o *RestoreProjectDefault) Code() int

Code gets the status code for the restore project default response

func (*RestoreProjectDefault) Error

func (o *RestoreProjectDefault) Error() string

func (*RestoreProjectDefault) GetPayload

func (*RestoreProjectDefault) IsClientError

func (o *RestoreProjectDefault) IsClientError() bool

IsClientError returns true when this restore project default response has a 4xx status code

func (*RestoreProjectDefault) IsCode

func (o *RestoreProjectDefault) IsCode(code int) bool

IsCode returns true when this restore project default response a status code equal to that given

func (*RestoreProjectDefault) IsRedirect

func (o *RestoreProjectDefault) IsRedirect() bool

IsRedirect returns true when this restore project default response has a 3xx status code

func (*RestoreProjectDefault) IsServerError

func (o *RestoreProjectDefault) IsServerError() bool

IsServerError returns true when this restore project default response has a 5xx status code

func (*RestoreProjectDefault) IsSuccess

func (o *RestoreProjectDefault) IsSuccess() bool

IsSuccess returns true when this restore project default response has a 2xx status code

func (*RestoreProjectDefault) String

func (o *RestoreProjectDefault) String() string

type RestoreProjectForbidden

type RestoreProjectForbidden struct {
	Payload interface{}
}

RestoreProjectForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewRestoreProjectForbidden

func NewRestoreProjectForbidden() *RestoreProjectForbidden

NewRestoreProjectForbidden creates a RestoreProjectForbidden with default headers values

func (*RestoreProjectForbidden) Code

func (o *RestoreProjectForbidden) Code() int

Code gets the status code for the restore project forbidden response

func (*RestoreProjectForbidden) Error

func (o *RestoreProjectForbidden) Error() string

func (*RestoreProjectForbidden) GetPayload

func (o *RestoreProjectForbidden) GetPayload() interface{}

func (*RestoreProjectForbidden) IsClientError

func (o *RestoreProjectForbidden) IsClientError() bool

IsClientError returns true when this restore project forbidden response has a 4xx status code

func (*RestoreProjectForbidden) IsCode

func (o *RestoreProjectForbidden) IsCode(code int) bool

IsCode returns true when this restore project forbidden response a status code equal to that given

func (*RestoreProjectForbidden) IsRedirect

func (o *RestoreProjectForbidden) IsRedirect() bool

IsRedirect returns true when this restore project forbidden response has a 3xx status code

func (*RestoreProjectForbidden) IsServerError

func (o *RestoreProjectForbidden) IsServerError() bool

IsServerError returns true when this restore project forbidden response has a 5xx status code

func (*RestoreProjectForbidden) IsSuccess

func (o *RestoreProjectForbidden) IsSuccess() bool

IsSuccess returns true when this restore project forbidden response has a 2xx status code

func (*RestoreProjectForbidden) String

func (o *RestoreProjectForbidden) String() string

type RestoreProjectNoContent

type RestoreProjectNoContent struct {
	Payload interface{}
}

RestoreProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewRestoreProjectNoContent

func NewRestoreProjectNoContent() *RestoreProjectNoContent

NewRestoreProjectNoContent creates a RestoreProjectNoContent with default headers values

func (*RestoreProjectNoContent) Code

func (o *RestoreProjectNoContent) Code() int

Code gets the status code for the restore project no content response

func (*RestoreProjectNoContent) Error

func (o *RestoreProjectNoContent) Error() string

func (*RestoreProjectNoContent) GetPayload

func (o *RestoreProjectNoContent) GetPayload() interface{}

func (*RestoreProjectNoContent) IsClientError

func (o *RestoreProjectNoContent) IsClientError() bool

IsClientError returns true when this restore project no content response has a 4xx status code

func (*RestoreProjectNoContent) IsCode

func (o *RestoreProjectNoContent) IsCode(code int) bool

IsCode returns true when this restore project no content response a status code equal to that given

func (*RestoreProjectNoContent) IsRedirect

func (o *RestoreProjectNoContent) IsRedirect() bool

IsRedirect returns true when this restore project no content response has a 3xx status code

func (*RestoreProjectNoContent) IsServerError

func (o *RestoreProjectNoContent) IsServerError() bool

IsServerError returns true when this restore project no content response has a 5xx status code

func (*RestoreProjectNoContent) IsSuccess

func (o *RestoreProjectNoContent) IsSuccess() bool

IsSuccess returns true when this restore project no content response has a 2xx status code

func (*RestoreProjectNoContent) String

func (o *RestoreProjectNoContent) String() string

type RestoreProjectNotFound

type RestoreProjectNotFound struct {
	Payload interface{}
}

RestoreProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewRestoreProjectNotFound

func NewRestoreProjectNotFound() *RestoreProjectNotFound

NewRestoreProjectNotFound creates a RestoreProjectNotFound with default headers values

func (*RestoreProjectNotFound) Code

func (o *RestoreProjectNotFound) Code() int

Code gets the status code for the restore project not found response

func (*RestoreProjectNotFound) Error

func (o *RestoreProjectNotFound) Error() string

func (*RestoreProjectNotFound) GetPayload

func (o *RestoreProjectNotFound) GetPayload() interface{}

func (*RestoreProjectNotFound) IsClientError

func (o *RestoreProjectNotFound) IsClientError() bool

IsClientError returns true when this restore project not found response has a 4xx status code

func (*RestoreProjectNotFound) IsCode

func (o *RestoreProjectNotFound) IsCode(code int) bool

IsCode returns true when this restore project not found response a status code equal to that given

func (*RestoreProjectNotFound) IsRedirect

func (o *RestoreProjectNotFound) IsRedirect() bool

IsRedirect returns true when this restore project not found response has a 3xx status code

func (*RestoreProjectNotFound) IsServerError

func (o *RestoreProjectNotFound) IsServerError() bool

IsServerError returns true when this restore project not found response has a 5xx status code

func (*RestoreProjectNotFound) IsSuccess

func (o *RestoreProjectNotFound) IsSuccess() bool

IsSuccess returns true when this restore project not found response has a 2xx status code

func (*RestoreProjectNotFound) String

func (o *RestoreProjectNotFound) String() string

type RestoreProjectOK

type RestoreProjectOK struct {
}

RestoreProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewRestoreProjectOK

func NewRestoreProjectOK() *RestoreProjectOK

NewRestoreProjectOK creates a RestoreProjectOK with default headers values

func (*RestoreProjectOK) Code

func (o *RestoreProjectOK) Code() int

Code gets the status code for the restore project o k response

func (*RestoreProjectOK) Error

func (o *RestoreProjectOK) Error() string

func (*RestoreProjectOK) IsClientError

func (o *RestoreProjectOK) IsClientError() bool

IsClientError returns true when this restore project o k response has a 4xx status code

func (*RestoreProjectOK) IsCode

func (o *RestoreProjectOK) IsCode(code int) bool

IsCode returns true when this restore project o k response a status code equal to that given

func (*RestoreProjectOK) IsRedirect

func (o *RestoreProjectOK) IsRedirect() bool

IsRedirect returns true when this restore project o k response has a 3xx status code

func (*RestoreProjectOK) IsServerError

func (o *RestoreProjectOK) IsServerError() bool

IsServerError returns true when this restore project o k response has a 5xx status code

func (*RestoreProjectOK) IsSuccess

func (o *RestoreProjectOK) IsSuccess() bool

IsSuccess returns true when this restore project o k response has a 2xx status code

func (*RestoreProjectOK) String

func (o *RestoreProjectOK) String() string

type RestoreProjectParams

type RestoreProjectParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreProjectParams contains all the parameters to send to the API endpoint

for the restore project operation.

Typically these are written to a http.Request.

func NewRestoreProjectParams

func NewRestoreProjectParams() *RestoreProjectParams

NewRestoreProjectParams creates a new RestoreProjectParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRestoreProjectParamsWithContext

func NewRestoreProjectParamsWithContext(ctx context.Context) *RestoreProjectParams

NewRestoreProjectParamsWithContext creates a new RestoreProjectParams object with the ability to set a context for a request.

func NewRestoreProjectParamsWithHTTPClient

func NewRestoreProjectParamsWithHTTPClient(client *http.Client) *RestoreProjectParams

NewRestoreProjectParamsWithHTTPClient creates a new RestoreProjectParams object with the ability to set a custom HTTPClient for a request.

func NewRestoreProjectParamsWithTimeout

func NewRestoreProjectParamsWithTimeout(timeout time.Duration) *RestoreProjectParams

NewRestoreProjectParamsWithTimeout creates a new RestoreProjectParams object with the ability to set a timeout on a request.

func (*RestoreProjectParams) SetContext

func (o *RestoreProjectParams) SetContext(ctx context.Context)

SetContext adds the context to the restore project params

func (*RestoreProjectParams) SetDefaults

func (o *RestoreProjectParams) SetDefaults()

SetDefaults hydrates default values in the restore project params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreProjectParams) SetHTTPClient

func (o *RestoreProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore project params

func (*RestoreProjectParams) SetName

func (o *RestoreProjectParams) SetName(name string)

SetName adds the name to the restore project params

func (*RestoreProjectParams) SetOwner

func (o *RestoreProjectParams) SetOwner(owner string)

SetOwner adds the owner to the restore project params

func (*RestoreProjectParams) SetTimeout

func (o *RestoreProjectParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore project params

func (*RestoreProjectParams) WithContext

WithContext adds the context to the restore project params

func (*RestoreProjectParams) WithDefaults

func (o *RestoreProjectParams) WithDefaults() *RestoreProjectParams

WithDefaults hydrates default values in the restore project params (not the query body).

All values with no default are reset to their zero value.

func (*RestoreProjectParams) WithHTTPClient

func (o *RestoreProjectParams) WithHTTPClient(client *http.Client) *RestoreProjectParams

WithHTTPClient adds the HTTPClient to the restore project params

func (*RestoreProjectParams) WithName

WithName adds the name to the restore project params

func (*RestoreProjectParams) WithOwner

func (o *RestoreProjectParams) WithOwner(owner string) *RestoreProjectParams

WithOwner adds the owner to the restore project params

func (*RestoreProjectParams) WithTimeout

func (o *RestoreProjectParams) WithTimeout(timeout time.Duration) *RestoreProjectParams

WithTimeout adds the timeout to the restore project params

func (*RestoreProjectParams) WriteToRequest

func (o *RestoreProjectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RestoreProjectReader

type RestoreProjectReader struct {
	// contains filtered or unexported fields
}

RestoreProjectReader is a Reader for the RestoreProject structure.

func (*RestoreProjectReader) ReadResponse

func (o *RestoreProjectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type TransferVersionDefault

type TransferVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

TransferVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewTransferVersionDefault

func NewTransferVersionDefault(code int) *TransferVersionDefault

NewTransferVersionDefault creates a TransferVersionDefault with default headers values

func (*TransferVersionDefault) Code

func (o *TransferVersionDefault) Code() int

Code gets the status code for the transfer version default response

func (*TransferVersionDefault) Error

func (o *TransferVersionDefault) Error() string

func (*TransferVersionDefault) GetPayload

func (*TransferVersionDefault) IsClientError

func (o *TransferVersionDefault) IsClientError() bool

IsClientError returns true when this transfer version default response has a 4xx status code

func (*TransferVersionDefault) IsCode

func (o *TransferVersionDefault) IsCode(code int) bool

IsCode returns true when this transfer version default response a status code equal to that given

func (*TransferVersionDefault) IsRedirect

func (o *TransferVersionDefault) IsRedirect() bool

IsRedirect returns true when this transfer version default response has a 3xx status code

func (*TransferVersionDefault) IsServerError

func (o *TransferVersionDefault) IsServerError() bool

IsServerError returns true when this transfer version default response has a 5xx status code

func (*TransferVersionDefault) IsSuccess

func (o *TransferVersionDefault) IsSuccess() bool

IsSuccess returns true when this transfer version default response has a 2xx status code

func (*TransferVersionDefault) String

func (o *TransferVersionDefault) String() string

type TransferVersionForbidden

type TransferVersionForbidden struct {
	Payload interface{}
}

TransferVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewTransferVersionForbidden

func NewTransferVersionForbidden() *TransferVersionForbidden

NewTransferVersionForbidden creates a TransferVersionForbidden with default headers values

func (*TransferVersionForbidden) Code

func (o *TransferVersionForbidden) Code() int

Code gets the status code for the transfer version forbidden response

func (*TransferVersionForbidden) Error

func (o *TransferVersionForbidden) Error() string

func (*TransferVersionForbidden) GetPayload

func (o *TransferVersionForbidden) GetPayload() interface{}

func (*TransferVersionForbidden) IsClientError

func (o *TransferVersionForbidden) IsClientError() bool

IsClientError returns true when this transfer version forbidden response has a 4xx status code

func (*TransferVersionForbidden) IsCode

func (o *TransferVersionForbidden) IsCode(code int) bool

IsCode returns true when this transfer version forbidden response a status code equal to that given

func (*TransferVersionForbidden) IsRedirect

func (o *TransferVersionForbidden) IsRedirect() bool

IsRedirect returns true when this transfer version forbidden response has a 3xx status code

func (*TransferVersionForbidden) IsServerError

func (o *TransferVersionForbidden) IsServerError() bool

IsServerError returns true when this transfer version forbidden response has a 5xx status code

func (*TransferVersionForbidden) IsSuccess

func (o *TransferVersionForbidden) IsSuccess() bool

IsSuccess returns true when this transfer version forbidden response has a 2xx status code

func (*TransferVersionForbidden) String

func (o *TransferVersionForbidden) String() string

type TransferVersionNoContent

type TransferVersionNoContent struct {
	Payload interface{}
}

TransferVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewTransferVersionNoContent

func NewTransferVersionNoContent() *TransferVersionNoContent

NewTransferVersionNoContent creates a TransferVersionNoContent with default headers values

func (*TransferVersionNoContent) Code

func (o *TransferVersionNoContent) Code() int

Code gets the status code for the transfer version no content response

func (*TransferVersionNoContent) Error

func (o *TransferVersionNoContent) Error() string

func (*TransferVersionNoContent) GetPayload

func (o *TransferVersionNoContent) GetPayload() interface{}

func (*TransferVersionNoContent) IsClientError

func (o *TransferVersionNoContent) IsClientError() bool

IsClientError returns true when this transfer version no content response has a 4xx status code

func (*TransferVersionNoContent) IsCode

func (o *TransferVersionNoContent) IsCode(code int) bool

IsCode returns true when this transfer version no content response a status code equal to that given

func (*TransferVersionNoContent) IsRedirect

func (o *TransferVersionNoContent) IsRedirect() bool

IsRedirect returns true when this transfer version no content response has a 3xx status code

func (*TransferVersionNoContent) IsServerError

func (o *TransferVersionNoContent) IsServerError() bool

IsServerError returns true when this transfer version no content response has a 5xx status code

func (*TransferVersionNoContent) IsSuccess

func (o *TransferVersionNoContent) IsSuccess() bool

IsSuccess returns true when this transfer version no content response has a 2xx status code

func (*TransferVersionNoContent) String

func (o *TransferVersionNoContent) String() string

type TransferVersionNotFound

type TransferVersionNotFound struct {
	Payload interface{}
}

TransferVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewTransferVersionNotFound

func NewTransferVersionNotFound() *TransferVersionNotFound

NewTransferVersionNotFound creates a TransferVersionNotFound with default headers values

func (*TransferVersionNotFound) Code

func (o *TransferVersionNotFound) Code() int

Code gets the status code for the transfer version not found response

func (*TransferVersionNotFound) Error

func (o *TransferVersionNotFound) Error() string

func (*TransferVersionNotFound) GetPayload

func (o *TransferVersionNotFound) GetPayload() interface{}

func (*TransferVersionNotFound) IsClientError

func (o *TransferVersionNotFound) IsClientError() bool

IsClientError returns true when this transfer version not found response has a 4xx status code

func (*TransferVersionNotFound) IsCode

func (o *TransferVersionNotFound) IsCode(code int) bool

IsCode returns true when this transfer version not found response a status code equal to that given

func (*TransferVersionNotFound) IsRedirect

func (o *TransferVersionNotFound) IsRedirect() bool

IsRedirect returns true when this transfer version not found response has a 3xx status code

func (*TransferVersionNotFound) IsServerError

func (o *TransferVersionNotFound) IsServerError() bool

IsServerError returns true when this transfer version not found response has a 5xx status code

func (*TransferVersionNotFound) IsSuccess

func (o *TransferVersionNotFound) IsSuccess() bool

IsSuccess returns true when this transfer version not found response has a 2xx status code

func (*TransferVersionNotFound) String

func (o *TransferVersionNotFound) String() string

type TransferVersionOK

type TransferVersionOK struct {
}

TransferVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewTransferVersionOK

func NewTransferVersionOK() *TransferVersionOK

NewTransferVersionOK creates a TransferVersionOK with default headers values

func (*TransferVersionOK) Code

func (o *TransferVersionOK) Code() int

Code gets the status code for the transfer version o k response

func (*TransferVersionOK) Error

func (o *TransferVersionOK) Error() string

func (*TransferVersionOK) IsClientError

func (o *TransferVersionOK) IsClientError() bool

IsClientError returns true when this transfer version o k response has a 4xx status code

func (*TransferVersionOK) IsCode

func (o *TransferVersionOK) IsCode(code int) bool

IsCode returns true when this transfer version o k response a status code equal to that given

func (*TransferVersionOK) IsRedirect

func (o *TransferVersionOK) IsRedirect() bool

IsRedirect returns true when this transfer version o k response has a 3xx status code

func (*TransferVersionOK) IsServerError

func (o *TransferVersionOK) IsServerError() bool

IsServerError returns true when this transfer version o k response has a 5xx status code

func (*TransferVersionOK) IsSuccess

func (o *TransferVersionOK) IsSuccess() bool

IsSuccess returns true when this transfer version o k response has a 2xx status code

func (*TransferVersionOK) String

func (o *TransferVersionOK) String() string

type TransferVersionParams

type TransferVersionParams struct {

	/* Body.

	   Project version body
	*/
	Body *service_model.V1ProjectVersion

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project name
	*/
	Project string

	/* VersionKind.

	   Optional kind to tell the kind of this version
	*/
	VersionKind string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

TransferVersionParams contains all the parameters to send to the API endpoint

for the transfer version operation.

Typically these are written to a http.Request.

func NewTransferVersionParams

func NewTransferVersionParams() *TransferVersionParams

NewTransferVersionParams creates a new TransferVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewTransferVersionParamsWithContext

func NewTransferVersionParamsWithContext(ctx context.Context) *TransferVersionParams

NewTransferVersionParamsWithContext creates a new TransferVersionParams object with the ability to set a context for a request.

func NewTransferVersionParamsWithHTTPClient

func NewTransferVersionParamsWithHTTPClient(client *http.Client) *TransferVersionParams

NewTransferVersionParamsWithHTTPClient creates a new TransferVersionParams object with the ability to set a custom HTTPClient for a request.

func NewTransferVersionParamsWithTimeout

func NewTransferVersionParamsWithTimeout(timeout time.Duration) *TransferVersionParams

NewTransferVersionParamsWithTimeout creates a new TransferVersionParams object with the ability to set a timeout on a request.

func (*TransferVersionParams) SetBody

SetBody adds the body to the transfer version params

func (*TransferVersionParams) SetContext

func (o *TransferVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the transfer version params

func (*TransferVersionParams) SetDefaults

func (o *TransferVersionParams) SetDefaults()

SetDefaults hydrates default values in the transfer version params (not the query body).

All values with no default are reset to their zero value.

func (*TransferVersionParams) SetHTTPClient

func (o *TransferVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the transfer version params

func (*TransferVersionParams) SetOwner

func (o *TransferVersionParams) SetOwner(owner string)

SetOwner adds the owner to the transfer version params

func (*TransferVersionParams) SetProject

func (o *TransferVersionParams) SetProject(project string)

SetProject adds the project to the transfer version params

func (*TransferVersionParams) SetTimeout

func (o *TransferVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the transfer version params

func (*TransferVersionParams) SetVersionKind

func (o *TransferVersionParams) SetVersionKind(versionKind string)

SetVersionKind adds the versionKind to the transfer version params

func (*TransferVersionParams) SetVersionName

func (o *TransferVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the transfer version params

func (*TransferVersionParams) WithBody

WithBody adds the body to the transfer version params

func (*TransferVersionParams) WithContext

WithContext adds the context to the transfer version params

func (*TransferVersionParams) WithDefaults

func (o *TransferVersionParams) WithDefaults() *TransferVersionParams

WithDefaults hydrates default values in the transfer version params (not the query body).

All values with no default are reset to their zero value.

func (*TransferVersionParams) WithHTTPClient

func (o *TransferVersionParams) WithHTTPClient(client *http.Client) *TransferVersionParams

WithHTTPClient adds the HTTPClient to the transfer version params

func (*TransferVersionParams) WithOwner

func (o *TransferVersionParams) WithOwner(owner string) *TransferVersionParams

WithOwner adds the owner to the transfer version params

func (*TransferVersionParams) WithProject

func (o *TransferVersionParams) WithProject(project string) *TransferVersionParams

WithProject adds the project to the transfer version params

func (*TransferVersionParams) WithTimeout

func (o *TransferVersionParams) WithTimeout(timeout time.Duration) *TransferVersionParams

WithTimeout adds the timeout to the transfer version params

func (*TransferVersionParams) WithVersionKind

func (o *TransferVersionParams) WithVersionKind(versionKind string) *TransferVersionParams

WithVersionKind adds the versionKind to the transfer version params

func (*TransferVersionParams) WithVersionName

func (o *TransferVersionParams) WithVersionName(versionName string) *TransferVersionParams

WithVersionName adds the versionName to the transfer version params

func (*TransferVersionParams) WriteToRequest

func (o *TransferVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type TransferVersionReader

type TransferVersionReader struct {
	// contains filtered or unexported fields
}

TransferVersionReader is a Reader for the TransferVersion structure.

func (*TransferVersionReader) ReadResponse

func (o *TransferVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UnbookmarkProjectDefault

type UnbookmarkProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

UnbookmarkProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUnbookmarkProjectDefault

func NewUnbookmarkProjectDefault(code int) *UnbookmarkProjectDefault

NewUnbookmarkProjectDefault creates a UnbookmarkProjectDefault with default headers values

func (*UnbookmarkProjectDefault) Code

func (o *UnbookmarkProjectDefault) Code() int

Code gets the status code for the unbookmark project default response

func (*UnbookmarkProjectDefault) Error

func (o *UnbookmarkProjectDefault) Error() string

func (*UnbookmarkProjectDefault) GetPayload

func (*UnbookmarkProjectDefault) IsClientError

func (o *UnbookmarkProjectDefault) IsClientError() bool

IsClientError returns true when this unbookmark project default response has a 4xx status code

func (*UnbookmarkProjectDefault) IsCode

func (o *UnbookmarkProjectDefault) IsCode(code int) bool

IsCode returns true when this unbookmark project default response a status code equal to that given

func (*UnbookmarkProjectDefault) IsRedirect

func (o *UnbookmarkProjectDefault) IsRedirect() bool

IsRedirect returns true when this unbookmark project default response has a 3xx status code

func (*UnbookmarkProjectDefault) IsServerError

func (o *UnbookmarkProjectDefault) IsServerError() bool

IsServerError returns true when this unbookmark project default response has a 5xx status code

func (*UnbookmarkProjectDefault) IsSuccess

func (o *UnbookmarkProjectDefault) IsSuccess() bool

IsSuccess returns true when this unbookmark project default response has a 2xx status code

func (*UnbookmarkProjectDefault) String

func (o *UnbookmarkProjectDefault) String() string

type UnbookmarkProjectForbidden

type UnbookmarkProjectForbidden struct {
	Payload interface{}
}

UnbookmarkProjectForbidden describes a response with status code 403, 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) Code

func (o *UnbookmarkProjectForbidden) Code() int

Code gets the status code for the unbookmark project forbidden response

func (*UnbookmarkProjectForbidden) Error

func (*UnbookmarkProjectForbidden) GetPayload

func (o *UnbookmarkProjectForbidden) GetPayload() interface{}

func (*UnbookmarkProjectForbidden) IsClientError

func (o *UnbookmarkProjectForbidden) IsClientError() bool

IsClientError returns true when this unbookmark project forbidden response has a 4xx status code

func (*UnbookmarkProjectForbidden) IsCode

func (o *UnbookmarkProjectForbidden) IsCode(code int) bool

IsCode returns true when this unbookmark project forbidden response a status code equal to that given

func (*UnbookmarkProjectForbidden) IsRedirect

func (o *UnbookmarkProjectForbidden) IsRedirect() bool

IsRedirect returns true when this unbookmark project forbidden response has a 3xx status code

func (*UnbookmarkProjectForbidden) IsServerError

func (o *UnbookmarkProjectForbidden) IsServerError() bool

IsServerError returns true when this unbookmark project forbidden response has a 5xx status code

func (*UnbookmarkProjectForbidden) IsSuccess

func (o *UnbookmarkProjectForbidden) IsSuccess() bool

IsSuccess returns true when this unbookmark project forbidden response has a 2xx status code

func (*UnbookmarkProjectForbidden) String

func (o *UnbookmarkProjectForbidden) String() string

type UnbookmarkProjectNoContent

type UnbookmarkProjectNoContent struct {
	Payload interface{}
}

UnbookmarkProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewUnbookmarkProjectNoContent

func NewUnbookmarkProjectNoContent() *UnbookmarkProjectNoContent

NewUnbookmarkProjectNoContent creates a UnbookmarkProjectNoContent with default headers values

func (*UnbookmarkProjectNoContent) Code

func (o *UnbookmarkProjectNoContent) Code() int

Code gets the status code for the unbookmark project no content response

func (*UnbookmarkProjectNoContent) Error

func (*UnbookmarkProjectNoContent) GetPayload

func (o *UnbookmarkProjectNoContent) GetPayload() interface{}

func (*UnbookmarkProjectNoContent) IsClientError

func (o *UnbookmarkProjectNoContent) IsClientError() bool

IsClientError returns true when this unbookmark project no content response has a 4xx status code

func (*UnbookmarkProjectNoContent) IsCode

func (o *UnbookmarkProjectNoContent) IsCode(code int) bool

IsCode returns true when this unbookmark project no content response a status code equal to that given

func (*UnbookmarkProjectNoContent) IsRedirect

func (o *UnbookmarkProjectNoContent) IsRedirect() bool

IsRedirect returns true when this unbookmark project no content response has a 3xx status code

func (*UnbookmarkProjectNoContent) IsServerError

func (o *UnbookmarkProjectNoContent) IsServerError() bool

IsServerError returns true when this unbookmark project no content response has a 5xx status code

func (*UnbookmarkProjectNoContent) IsSuccess

func (o *UnbookmarkProjectNoContent) IsSuccess() bool

IsSuccess returns true when this unbookmark project no content response has a 2xx status code

func (*UnbookmarkProjectNoContent) String

func (o *UnbookmarkProjectNoContent) String() string

type UnbookmarkProjectNotFound

type UnbookmarkProjectNotFound struct {
	Payload interface{}
}

UnbookmarkProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUnbookmarkProjectNotFound

func NewUnbookmarkProjectNotFound() *UnbookmarkProjectNotFound

NewUnbookmarkProjectNotFound creates a UnbookmarkProjectNotFound with default headers values

func (*UnbookmarkProjectNotFound) Code

func (o *UnbookmarkProjectNotFound) Code() int

Code gets the status code for the unbookmark project not found response

func (*UnbookmarkProjectNotFound) Error

func (o *UnbookmarkProjectNotFound) Error() string

func (*UnbookmarkProjectNotFound) GetPayload

func (o *UnbookmarkProjectNotFound) GetPayload() interface{}

func (*UnbookmarkProjectNotFound) IsClientError

func (o *UnbookmarkProjectNotFound) IsClientError() bool

IsClientError returns true when this unbookmark project not found response has a 4xx status code

func (*UnbookmarkProjectNotFound) IsCode

func (o *UnbookmarkProjectNotFound) IsCode(code int) bool

IsCode returns true when this unbookmark project not found response a status code equal to that given

func (*UnbookmarkProjectNotFound) IsRedirect

func (o *UnbookmarkProjectNotFound) IsRedirect() bool

IsRedirect returns true when this unbookmark project not found response has a 3xx status code

func (*UnbookmarkProjectNotFound) IsServerError

func (o *UnbookmarkProjectNotFound) IsServerError() bool

IsServerError returns true when this unbookmark project not found response has a 5xx status code

func (*UnbookmarkProjectNotFound) IsSuccess

func (o *UnbookmarkProjectNotFound) IsSuccess() bool

IsSuccess returns true when this unbookmark project not found response has a 2xx status code

func (*UnbookmarkProjectNotFound) String

func (o *UnbookmarkProjectNotFound) String() string

type UnbookmarkProjectOK

type UnbookmarkProjectOK struct {
}

UnbookmarkProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewUnbookmarkProjectOK

func NewUnbookmarkProjectOK() *UnbookmarkProjectOK

NewUnbookmarkProjectOK creates a UnbookmarkProjectOK with default headers values

func (*UnbookmarkProjectOK) Code

func (o *UnbookmarkProjectOK) Code() int

Code gets the status code for the unbookmark project o k response

func (*UnbookmarkProjectOK) Error

func (o *UnbookmarkProjectOK) Error() string

func (*UnbookmarkProjectOK) IsClientError

func (o *UnbookmarkProjectOK) IsClientError() bool

IsClientError returns true when this unbookmark project o k response has a 4xx status code

func (*UnbookmarkProjectOK) IsCode

func (o *UnbookmarkProjectOK) IsCode(code int) bool

IsCode returns true when this unbookmark project o k response a status code equal to that given

func (*UnbookmarkProjectOK) IsRedirect

func (o *UnbookmarkProjectOK) IsRedirect() bool

IsRedirect returns true when this unbookmark project o k response has a 3xx status code

func (*UnbookmarkProjectOK) IsServerError

func (o *UnbookmarkProjectOK) IsServerError() bool

IsServerError returns true when this unbookmark project o k response has a 5xx status code

func (*UnbookmarkProjectOK) IsSuccess

func (o *UnbookmarkProjectOK) IsSuccess() bool

IsSuccess returns true when this unbookmark project o k response has a 2xx status code

func (*UnbookmarkProjectOK) String

func (o *UnbookmarkProjectOK) String() string

type UnbookmarkProjectParams

type UnbookmarkProjectParams struct {

	/* Name.

	   Component under namespace
	*/
	Name string

	/* Owner.

	   Owner of the namespace
	*/
	Owner 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUnbookmarkProjectParamsWithContext

func NewUnbookmarkProjectParamsWithContext(ctx context.Context) *UnbookmarkProjectParams

NewUnbookmarkProjectParamsWithContext creates a new UnbookmarkProjectParams object with 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 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 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) SetDefaults

func (o *UnbookmarkProjectParams) SetDefaults()

SetDefaults hydrates default values in the unbookmark project params (not the query body).

All values with no default are reset to their zero value.

func (*UnbookmarkProjectParams) SetHTTPClient

func (o *UnbookmarkProjectParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the unbookmark project params

func (*UnbookmarkProjectParams) SetName

func (o *UnbookmarkProjectParams) SetName(name string)

SetName adds the name 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) 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) WithDefaults

WithDefaults hydrates default values in the unbookmark project params (not the query body).

All values with no default are reset to their zero value.

func (*UnbookmarkProjectParams) WithHTTPClient

func (o *UnbookmarkProjectParams) WithHTTPClient(client *http.Client) *UnbookmarkProjectParams

WithHTTPClient adds the HTTPClient to the unbookmark project params

func (*UnbookmarkProjectParams) WithName

WithName adds the name to the unbookmark project params

func (*UnbookmarkProjectParams) WithOwner

WithOwner adds the owner 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 UpdateProjectDefault

type UpdateProjectDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

UpdateProjectDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateProjectDefault

func NewUpdateProjectDefault(code int) *UpdateProjectDefault

NewUpdateProjectDefault creates a UpdateProjectDefault with default headers values

func (*UpdateProjectDefault) Code

func (o *UpdateProjectDefault) Code() int

Code gets the status code for the update project default response

func (*UpdateProjectDefault) Error

func (o *UpdateProjectDefault) Error() string

func (*UpdateProjectDefault) GetPayload

func (*UpdateProjectDefault) IsClientError

func (o *UpdateProjectDefault) IsClientError() bool

IsClientError returns true when this update project default response has a 4xx status code

func (*UpdateProjectDefault) IsCode

func (o *UpdateProjectDefault) IsCode(code int) bool

IsCode returns true when this update project default response a status code equal to that given

func (*UpdateProjectDefault) IsRedirect

func (o *UpdateProjectDefault) IsRedirect() bool

IsRedirect returns true when this update project default response has a 3xx status code

func (*UpdateProjectDefault) IsServerError

func (o *UpdateProjectDefault) IsServerError() bool

IsServerError returns true when this update project default response has a 5xx status code

func (*UpdateProjectDefault) IsSuccess

func (o *UpdateProjectDefault) IsSuccess() bool

IsSuccess returns true when this update project default response has a 2xx status code

func (*UpdateProjectDefault) String

func (o *UpdateProjectDefault) String() string

type UpdateProjectForbidden

type UpdateProjectForbidden struct {
	Payload interface{}
}

UpdateProjectForbidden describes a response with status code 403, 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) Code

func (o *UpdateProjectForbidden) Code() int

Code gets the status code for the update project forbidden response

func (*UpdateProjectForbidden) Error

func (o *UpdateProjectForbidden) Error() string

func (*UpdateProjectForbidden) GetPayload

func (o *UpdateProjectForbidden) GetPayload() interface{}

func (*UpdateProjectForbidden) IsClientError

func (o *UpdateProjectForbidden) IsClientError() bool

IsClientError returns true when this update project forbidden response has a 4xx status code

func (*UpdateProjectForbidden) IsCode

func (o *UpdateProjectForbidden) IsCode(code int) bool

IsCode returns true when this update project forbidden response a status code equal to that given

func (*UpdateProjectForbidden) IsRedirect

func (o *UpdateProjectForbidden) IsRedirect() bool

IsRedirect returns true when this update project forbidden response has a 3xx status code

func (*UpdateProjectForbidden) IsServerError

func (o *UpdateProjectForbidden) IsServerError() bool

IsServerError returns true when this update project forbidden response has a 5xx status code

func (*UpdateProjectForbidden) IsSuccess

func (o *UpdateProjectForbidden) IsSuccess() bool

IsSuccess returns true when this update project forbidden response has a 2xx status code

func (*UpdateProjectForbidden) String

func (o *UpdateProjectForbidden) String() string

type UpdateProjectNoContent

type UpdateProjectNoContent struct {
	Payload interface{}
}

UpdateProjectNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateProjectNoContent

func NewUpdateProjectNoContent() *UpdateProjectNoContent

NewUpdateProjectNoContent creates a UpdateProjectNoContent with default headers values

func (*UpdateProjectNoContent) Code

func (o *UpdateProjectNoContent) Code() int

Code gets the status code for the update project no content response

func (*UpdateProjectNoContent) Error

func (o *UpdateProjectNoContent) Error() string

func (*UpdateProjectNoContent) GetPayload

func (o *UpdateProjectNoContent) GetPayload() interface{}

func (*UpdateProjectNoContent) IsClientError

func (o *UpdateProjectNoContent) IsClientError() bool

IsClientError returns true when this update project no content response has a 4xx status code

func (*UpdateProjectNoContent) IsCode

func (o *UpdateProjectNoContent) IsCode(code int) bool

IsCode returns true when this update project no content response a status code equal to that given

func (*UpdateProjectNoContent) IsRedirect

func (o *UpdateProjectNoContent) IsRedirect() bool

IsRedirect returns true when this update project no content response has a 3xx status code

func (*UpdateProjectNoContent) IsServerError

func (o *UpdateProjectNoContent) IsServerError() bool

IsServerError returns true when this update project no content response has a 5xx status code

func (*UpdateProjectNoContent) IsSuccess

func (o *UpdateProjectNoContent) IsSuccess() bool

IsSuccess returns true when this update project no content response has a 2xx status code

func (*UpdateProjectNoContent) String

func (o *UpdateProjectNoContent) String() string

type UpdateProjectNotFound

type UpdateProjectNotFound struct {
	Payload interface{}
}

UpdateProjectNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateProjectNotFound

func NewUpdateProjectNotFound() *UpdateProjectNotFound

NewUpdateProjectNotFound creates a UpdateProjectNotFound with default headers values

func (*UpdateProjectNotFound) Code

func (o *UpdateProjectNotFound) Code() int

Code gets the status code for the update project not found response

func (*UpdateProjectNotFound) Error

func (o *UpdateProjectNotFound) Error() string

func (*UpdateProjectNotFound) GetPayload

func (o *UpdateProjectNotFound) GetPayload() interface{}

func (*UpdateProjectNotFound) IsClientError

func (o *UpdateProjectNotFound) IsClientError() bool

IsClientError returns true when this update project not found response has a 4xx status code

func (*UpdateProjectNotFound) IsCode

func (o *UpdateProjectNotFound) IsCode(code int) bool

IsCode returns true when this update project not found response a status code equal to that given

func (*UpdateProjectNotFound) IsRedirect

func (o *UpdateProjectNotFound) IsRedirect() bool

IsRedirect returns true when this update project not found response has a 3xx status code

func (*UpdateProjectNotFound) IsServerError

func (o *UpdateProjectNotFound) IsServerError() bool

IsServerError returns true when this update project not found response has a 5xx status code

func (*UpdateProjectNotFound) IsSuccess

func (o *UpdateProjectNotFound) IsSuccess() bool

IsSuccess returns true when this update project not found response has a 2xx status code

func (*UpdateProjectNotFound) String

func (o *UpdateProjectNotFound) String() string

type UpdateProjectOK

type UpdateProjectOK struct {
	Payload *service_model.V1Project
}

UpdateProjectOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateProjectOK

func NewUpdateProjectOK() *UpdateProjectOK

NewUpdateProjectOK creates a UpdateProjectOK with default headers values

func (*UpdateProjectOK) Code

func (o *UpdateProjectOK) Code() int

Code gets the status code for the update project o k response

func (*UpdateProjectOK) Error

func (o *UpdateProjectOK) Error() string

func (*UpdateProjectOK) GetPayload

func (o *UpdateProjectOK) GetPayload() *service_model.V1Project

func (*UpdateProjectOK) IsClientError

func (o *UpdateProjectOK) IsClientError() bool

IsClientError returns true when this update project o k response has a 4xx status code

func (*UpdateProjectOK) IsCode

func (o *UpdateProjectOK) IsCode(code int) bool

IsCode returns true when this update project o k response a status code equal to that given

func (*UpdateProjectOK) IsRedirect

func (o *UpdateProjectOK) IsRedirect() bool

IsRedirect returns true when this update project o k response has a 3xx status code

func (*UpdateProjectOK) IsServerError

func (o *UpdateProjectOK) IsServerError() bool

IsServerError returns true when this update project o k response has a 5xx status code

func (*UpdateProjectOK) IsSuccess

func (o *UpdateProjectOK) IsSuccess() bool

IsSuccess returns true when this update project o k response has a 2xx status code

func (*UpdateProjectOK) String

func (o *UpdateProjectOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateProjectParamsWithContext

func NewUpdateProjectParamsWithContext(ctx context.Context) *UpdateProjectParams

NewUpdateProjectParamsWithContext creates a new UpdateProjectParams object with 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 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 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) SetDefaults

func (o *UpdateProjectParams) SetDefaults()

SetDefaults hydrates default values in the update project params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

func (o *UpdateProjectParams) WithDefaults() *UpdateProjectParams

WithDefaults hydrates default values in the update project params (not the query body).

All values with no default are reset to their zero value.

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.

type UpdateProjectSettingsDefault

type UpdateProjectSettingsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

UpdateProjectSettingsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateProjectSettingsDefault

func NewUpdateProjectSettingsDefault(code int) *UpdateProjectSettingsDefault

NewUpdateProjectSettingsDefault creates a UpdateProjectSettingsDefault with default headers values

func (*UpdateProjectSettingsDefault) Code

Code gets the status code for the update project settings default response

func (*UpdateProjectSettingsDefault) Error

func (*UpdateProjectSettingsDefault) GetPayload

func (*UpdateProjectSettingsDefault) IsClientError

func (o *UpdateProjectSettingsDefault) IsClientError() bool

IsClientError returns true when this update project settings default response has a 4xx status code

func (*UpdateProjectSettingsDefault) IsCode

func (o *UpdateProjectSettingsDefault) IsCode(code int) bool

IsCode returns true when this update project settings default response a status code equal to that given

func (*UpdateProjectSettingsDefault) IsRedirect

func (o *UpdateProjectSettingsDefault) IsRedirect() bool

IsRedirect returns true when this update project settings default response has a 3xx status code

func (*UpdateProjectSettingsDefault) IsServerError

func (o *UpdateProjectSettingsDefault) IsServerError() bool

IsServerError returns true when this update project settings default response has a 5xx status code

func (*UpdateProjectSettingsDefault) IsSuccess

func (o *UpdateProjectSettingsDefault) IsSuccess() bool

IsSuccess returns true when this update project settings default response has a 2xx status code

func (*UpdateProjectSettingsDefault) String

type UpdateProjectSettingsForbidden

type UpdateProjectSettingsForbidden struct {
	Payload interface{}
}

UpdateProjectSettingsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateProjectSettingsForbidden

func NewUpdateProjectSettingsForbidden() *UpdateProjectSettingsForbidden

NewUpdateProjectSettingsForbidden creates a UpdateProjectSettingsForbidden with default headers values

func (*UpdateProjectSettingsForbidden) Code

Code gets the status code for the update project settings forbidden response

func (*UpdateProjectSettingsForbidden) Error

func (*UpdateProjectSettingsForbidden) GetPayload

func (o *UpdateProjectSettingsForbidden) GetPayload() interface{}

func (*UpdateProjectSettingsForbidden) IsClientError

func (o *UpdateProjectSettingsForbidden) IsClientError() bool

IsClientError returns true when this update project settings forbidden response has a 4xx status code

func (*UpdateProjectSettingsForbidden) IsCode

func (o *UpdateProjectSettingsForbidden) IsCode(code int) bool

IsCode returns true when this update project settings forbidden response a status code equal to that given

func (*UpdateProjectSettingsForbidden) IsRedirect

func (o *UpdateProjectSettingsForbidden) IsRedirect() bool

IsRedirect returns true when this update project settings forbidden response has a 3xx status code

func (*UpdateProjectSettingsForbidden) IsServerError

func (o *UpdateProjectSettingsForbidden) IsServerError() bool

IsServerError returns true when this update project settings forbidden response has a 5xx status code

func (*UpdateProjectSettingsForbidden) IsSuccess

func (o *UpdateProjectSettingsForbidden) IsSuccess() bool

IsSuccess returns true when this update project settings forbidden response has a 2xx status code

func (*UpdateProjectSettingsForbidden) String

type UpdateProjectSettingsNoContent

type UpdateProjectSettingsNoContent struct {
	Payload interface{}
}

UpdateProjectSettingsNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateProjectSettingsNoContent

func NewUpdateProjectSettingsNoContent() *UpdateProjectSettingsNoContent

NewUpdateProjectSettingsNoContent creates a UpdateProjectSettingsNoContent with default headers values

func (*UpdateProjectSettingsNoContent) Code

Code gets the status code for the update project settings no content response

func (*UpdateProjectSettingsNoContent) Error

func (*UpdateProjectSettingsNoContent) GetPayload

func (o *UpdateProjectSettingsNoContent) GetPayload() interface{}

func (*UpdateProjectSettingsNoContent) IsClientError

func (o *UpdateProjectSettingsNoContent) IsClientError() bool

IsClientError returns true when this update project settings no content response has a 4xx status code

func (*UpdateProjectSettingsNoContent) IsCode

func (o *UpdateProjectSettingsNoContent) IsCode(code int) bool

IsCode returns true when this update project settings no content response a status code equal to that given

func (*UpdateProjectSettingsNoContent) IsRedirect

func (o *UpdateProjectSettingsNoContent) IsRedirect() bool

IsRedirect returns true when this update project settings no content response has a 3xx status code

func (*UpdateProjectSettingsNoContent) IsServerError

func (o *UpdateProjectSettingsNoContent) IsServerError() bool

IsServerError returns true when this update project settings no content response has a 5xx status code

func (*UpdateProjectSettingsNoContent) IsSuccess

func (o *UpdateProjectSettingsNoContent) IsSuccess() bool

IsSuccess returns true when this update project settings no content response has a 2xx status code

func (*UpdateProjectSettingsNoContent) String

type UpdateProjectSettingsNotFound

type UpdateProjectSettingsNotFound struct {
	Payload interface{}
}

UpdateProjectSettingsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateProjectSettingsNotFound

func NewUpdateProjectSettingsNotFound() *UpdateProjectSettingsNotFound

NewUpdateProjectSettingsNotFound creates a UpdateProjectSettingsNotFound with default headers values

func (*UpdateProjectSettingsNotFound) Code

Code gets the status code for the update project settings not found response

func (*UpdateProjectSettingsNotFound) Error

func (*UpdateProjectSettingsNotFound) GetPayload

func (o *UpdateProjectSettingsNotFound) GetPayload() interface{}

func (*UpdateProjectSettingsNotFound) IsClientError

func (o *UpdateProjectSettingsNotFound) IsClientError() bool

IsClientError returns true when this update project settings not found response has a 4xx status code

func (*UpdateProjectSettingsNotFound) IsCode

func (o *UpdateProjectSettingsNotFound) IsCode(code int) bool

IsCode returns true when this update project settings not found response a status code equal to that given

func (*UpdateProjectSettingsNotFound) IsRedirect

func (o *UpdateProjectSettingsNotFound) IsRedirect() bool

IsRedirect returns true when this update project settings not found response has a 3xx status code

func (*UpdateProjectSettingsNotFound) IsServerError

func (o *UpdateProjectSettingsNotFound) IsServerError() bool

IsServerError returns true when this update project settings not found response has a 5xx status code

func (*UpdateProjectSettingsNotFound) IsSuccess

func (o *UpdateProjectSettingsNotFound) IsSuccess() bool

IsSuccess returns true when this update project settings not found response has a 2xx status code

func (*UpdateProjectSettingsNotFound) String

type UpdateProjectSettingsOK

type UpdateProjectSettingsOK struct {
	Payload *service_model.V1ProjectSettings
}

UpdateProjectSettingsOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateProjectSettingsOK

func NewUpdateProjectSettingsOK() *UpdateProjectSettingsOK

NewUpdateProjectSettingsOK creates a UpdateProjectSettingsOK with default headers values

func (*UpdateProjectSettingsOK) Code

func (o *UpdateProjectSettingsOK) Code() int

Code gets the status code for the update project settings o k response

func (*UpdateProjectSettingsOK) Error

func (o *UpdateProjectSettingsOK) Error() string

func (*UpdateProjectSettingsOK) GetPayload

func (*UpdateProjectSettingsOK) IsClientError

func (o *UpdateProjectSettingsOK) IsClientError() bool

IsClientError returns true when this update project settings o k response has a 4xx status code

func (*UpdateProjectSettingsOK) IsCode

func (o *UpdateProjectSettingsOK) IsCode(code int) bool

IsCode returns true when this update project settings o k response a status code equal to that given

func (*UpdateProjectSettingsOK) IsRedirect

func (o *UpdateProjectSettingsOK) IsRedirect() bool

IsRedirect returns true when this update project settings o k response has a 3xx status code

func (*UpdateProjectSettingsOK) IsServerError

func (o *UpdateProjectSettingsOK) IsServerError() bool

IsServerError returns true when this update project settings o k response has a 5xx status code

func (*UpdateProjectSettingsOK) IsSuccess

func (o *UpdateProjectSettingsOK) IsSuccess() bool

IsSuccess returns true when this update project settings o k response has a 2xx status code

func (*UpdateProjectSettingsOK) String

func (o *UpdateProjectSettingsOK) String() string

type UpdateProjectSettingsParams

type UpdateProjectSettingsParams struct {

	/* Body.

	   Project settings body
	*/
	Body *service_model.V1ProjectSettings

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project name
	*/
	Project string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateProjectSettingsParams contains all the parameters to send to the API endpoint

for the update project settings operation.

Typically these are written to a http.Request.

func NewUpdateProjectSettingsParams

func NewUpdateProjectSettingsParams() *UpdateProjectSettingsParams

NewUpdateProjectSettingsParams creates a new UpdateProjectSettingsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateProjectSettingsParamsWithContext

func NewUpdateProjectSettingsParamsWithContext(ctx context.Context) *UpdateProjectSettingsParams

NewUpdateProjectSettingsParamsWithContext creates a new UpdateProjectSettingsParams object with the ability to set a context for a request.

func NewUpdateProjectSettingsParamsWithHTTPClient

func NewUpdateProjectSettingsParamsWithHTTPClient(client *http.Client) *UpdateProjectSettingsParams

NewUpdateProjectSettingsParamsWithHTTPClient creates a new UpdateProjectSettingsParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProjectSettingsParamsWithTimeout

func NewUpdateProjectSettingsParamsWithTimeout(timeout time.Duration) *UpdateProjectSettingsParams

NewUpdateProjectSettingsParamsWithTimeout creates a new UpdateProjectSettingsParams object with the ability to set a timeout on a request.

func (*UpdateProjectSettingsParams) SetBody

SetBody adds the body to the update project settings params

func (*UpdateProjectSettingsParams) SetContext

func (o *UpdateProjectSettingsParams) SetContext(ctx context.Context)

SetContext adds the context to the update project settings params

func (*UpdateProjectSettingsParams) SetDefaults

func (o *UpdateProjectSettingsParams) SetDefaults()

SetDefaults hydrates default values in the update project settings params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateProjectSettingsParams) SetHTTPClient

func (o *UpdateProjectSettingsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update project settings params

func (*UpdateProjectSettingsParams) SetOwner

func (o *UpdateProjectSettingsParams) SetOwner(owner string)

SetOwner adds the owner to the update project settings params

func (*UpdateProjectSettingsParams) SetProject

func (o *UpdateProjectSettingsParams) SetProject(project string)

SetProject adds the project to the update project settings params

func (*UpdateProjectSettingsParams) SetTimeout

func (o *UpdateProjectSettingsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update project settings params

func (*UpdateProjectSettingsParams) WithBody

WithBody adds the body to the update project settings params

func (*UpdateProjectSettingsParams) WithContext

WithContext adds the context to the update project settings params

func (*UpdateProjectSettingsParams) WithDefaults

WithDefaults hydrates default values in the update project settings params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateProjectSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update project settings params

func (*UpdateProjectSettingsParams) WithOwner

WithOwner adds the owner to the update project settings params

func (*UpdateProjectSettingsParams) WithProject

WithProject adds the project to the update project settings params

func (*UpdateProjectSettingsParams) WithTimeout

WithTimeout adds the timeout to the update project settings params

func (*UpdateProjectSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectSettingsReader

type UpdateProjectSettingsReader struct {
	// contains filtered or unexported fields
}

UpdateProjectSettingsReader is a Reader for the UpdateProjectSettings structure.

func (*UpdateProjectSettingsReader) ReadResponse

func (o *UpdateProjectSettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateVersionDefault

type UpdateVersionDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}

UpdateVersionDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateVersionDefault

func NewUpdateVersionDefault(code int) *UpdateVersionDefault

NewUpdateVersionDefault creates a UpdateVersionDefault with default headers values

func (*UpdateVersionDefault) Code

func (o *UpdateVersionDefault) Code() int

Code gets the status code for the update version default response

func (*UpdateVersionDefault) Error

func (o *UpdateVersionDefault) Error() string

func (*UpdateVersionDefault) GetPayload

func (*UpdateVersionDefault) IsClientError

func (o *UpdateVersionDefault) IsClientError() bool

IsClientError returns true when this update version default response has a 4xx status code

func (*UpdateVersionDefault) IsCode

func (o *UpdateVersionDefault) IsCode(code int) bool

IsCode returns true when this update version default response a status code equal to that given

func (*UpdateVersionDefault) IsRedirect

func (o *UpdateVersionDefault) IsRedirect() bool

IsRedirect returns true when this update version default response has a 3xx status code

func (*UpdateVersionDefault) IsServerError

func (o *UpdateVersionDefault) IsServerError() bool

IsServerError returns true when this update version default response has a 5xx status code

func (*UpdateVersionDefault) IsSuccess

func (o *UpdateVersionDefault) IsSuccess() bool

IsSuccess returns true when this update version default response has a 2xx status code

func (*UpdateVersionDefault) String

func (o *UpdateVersionDefault) String() string

type UpdateVersionForbidden

type UpdateVersionForbidden struct {
	Payload interface{}
}

UpdateVersionForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateVersionForbidden

func NewUpdateVersionForbidden() *UpdateVersionForbidden

NewUpdateVersionForbidden creates a UpdateVersionForbidden with default headers values

func (*UpdateVersionForbidden) Code

func (o *UpdateVersionForbidden) Code() int

Code gets the status code for the update version forbidden response

func (*UpdateVersionForbidden) Error

func (o *UpdateVersionForbidden) Error() string

func (*UpdateVersionForbidden) GetPayload

func (o *UpdateVersionForbidden) GetPayload() interface{}

func (*UpdateVersionForbidden) IsClientError

func (o *UpdateVersionForbidden) IsClientError() bool

IsClientError returns true when this update version forbidden response has a 4xx status code

func (*UpdateVersionForbidden) IsCode

func (o *UpdateVersionForbidden) IsCode(code int) bool

IsCode returns true when this update version forbidden response a status code equal to that given

func (*UpdateVersionForbidden) IsRedirect

func (o *UpdateVersionForbidden) IsRedirect() bool

IsRedirect returns true when this update version forbidden response has a 3xx status code

func (*UpdateVersionForbidden) IsServerError

func (o *UpdateVersionForbidden) IsServerError() bool

IsServerError returns true when this update version forbidden response has a 5xx status code

func (*UpdateVersionForbidden) IsSuccess

func (o *UpdateVersionForbidden) IsSuccess() bool

IsSuccess returns true when this update version forbidden response has a 2xx status code

func (*UpdateVersionForbidden) String

func (o *UpdateVersionForbidden) String() string

type UpdateVersionNoContent

type UpdateVersionNoContent struct {
	Payload interface{}
}

UpdateVersionNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateVersionNoContent

func NewUpdateVersionNoContent() *UpdateVersionNoContent

NewUpdateVersionNoContent creates a UpdateVersionNoContent with default headers values

func (*UpdateVersionNoContent) Code

func (o *UpdateVersionNoContent) Code() int

Code gets the status code for the update version no content response

func (*UpdateVersionNoContent) Error

func (o *UpdateVersionNoContent) Error() string

func (*UpdateVersionNoContent) GetPayload

func (o *UpdateVersionNoContent) GetPayload() interface{}

func (*UpdateVersionNoContent) IsClientError

func (o *UpdateVersionNoContent) IsClientError() bool

IsClientError returns true when this update version no content response has a 4xx status code

func (*UpdateVersionNoContent) IsCode

func (o *UpdateVersionNoContent) IsCode(code int) bool

IsCode returns true when this update version no content response a status code equal to that given

func (*UpdateVersionNoContent) IsRedirect

func (o *UpdateVersionNoContent) IsRedirect() bool

IsRedirect returns true when this update version no content response has a 3xx status code

func (*UpdateVersionNoContent) IsServerError

func (o *UpdateVersionNoContent) IsServerError() bool

IsServerError returns true when this update version no content response has a 5xx status code

func (*UpdateVersionNoContent) IsSuccess

func (o *UpdateVersionNoContent) IsSuccess() bool

IsSuccess returns true when this update version no content response has a 2xx status code

func (*UpdateVersionNoContent) String

func (o *UpdateVersionNoContent) String() string

type UpdateVersionNotFound

type UpdateVersionNotFound struct {
	Payload interface{}
}

UpdateVersionNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateVersionNotFound

func NewUpdateVersionNotFound() *UpdateVersionNotFound

NewUpdateVersionNotFound creates a UpdateVersionNotFound with default headers values

func (*UpdateVersionNotFound) Code

func (o *UpdateVersionNotFound) Code() int

Code gets the status code for the update version not found response

func (*UpdateVersionNotFound) Error

func (o *UpdateVersionNotFound) Error() string

func (*UpdateVersionNotFound) GetPayload

func (o *UpdateVersionNotFound) GetPayload() interface{}

func (*UpdateVersionNotFound) IsClientError

func (o *UpdateVersionNotFound) IsClientError() bool

IsClientError returns true when this update version not found response has a 4xx status code

func (*UpdateVersionNotFound) IsCode

func (o *UpdateVersionNotFound) IsCode(code int) bool

IsCode returns true when this update version not found response a status code equal to that given

func (*UpdateVersionNotFound) IsRedirect

func (o *UpdateVersionNotFound) IsRedirect() bool

IsRedirect returns true when this update version not found response has a 3xx status code

func (*UpdateVersionNotFound) IsServerError

func (o *UpdateVersionNotFound) IsServerError() bool

IsServerError returns true when this update version not found response has a 5xx status code

func (*UpdateVersionNotFound) IsSuccess

func (o *UpdateVersionNotFound) IsSuccess() bool

IsSuccess returns true when this update version not found response has a 2xx status code

func (*UpdateVersionNotFound) String

func (o *UpdateVersionNotFound) String() string

type UpdateVersionOK

type UpdateVersionOK struct {
	Payload *service_model.V1ProjectVersion
}

UpdateVersionOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateVersionOK

func NewUpdateVersionOK() *UpdateVersionOK

NewUpdateVersionOK creates a UpdateVersionOK with default headers values

func (*UpdateVersionOK) Code

func (o *UpdateVersionOK) Code() int

Code gets the status code for the update version o k response

func (*UpdateVersionOK) Error

func (o *UpdateVersionOK) Error() string

func (*UpdateVersionOK) GetPayload

func (*UpdateVersionOK) IsClientError

func (o *UpdateVersionOK) IsClientError() bool

IsClientError returns true when this update version o k response has a 4xx status code

func (*UpdateVersionOK) IsCode

func (o *UpdateVersionOK) IsCode(code int) bool

IsCode returns true when this update version o k response a status code equal to that given

func (*UpdateVersionOK) IsRedirect

func (o *UpdateVersionOK) IsRedirect() bool

IsRedirect returns true when this update version o k response has a 3xx status code

func (*UpdateVersionOK) IsServerError

func (o *UpdateVersionOK) IsServerError() bool

IsServerError returns true when this update version o k response has a 5xx status code

func (*UpdateVersionOK) IsSuccess

func (o *UpdateVersionOK) IsSuccess() bool

IsSuccess returns true when this update version o k response has a 2xx status code

func (*UpdateVersionOK) String

func (o *UpdateVersionOK) String() string

type UpdateVersionParams

type UpdateVersionParams struct {

	/* Body.

	   Project version body
	*/
	Body *service_model.V1ProjectVersion

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project name
	*/
	Project string

	/* VersionKind.

	   Optional kind to tell the kind of this version
	*/
	VersionKind string

	/* VersionName.

	   Optional component name, should be a valid fully qualified value: name[:version]
	*/
	VersionName string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateVersionParams contains all the parameters to send to the API endpoint

for the update version operation.

Typically these are written to a http.Request.

func NewUpdateVersionParams

func NewUpdateVersionParams() *UpdateVersionParams

NewUpdateVersionParams creates a new UpdateVersionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateVersionParamsWithContext

func NewUpdateVersionParamsWithContext(ctx context.Context) *UpdateVersionParams

NewUpdateVersionParamsWithContext creates a new UpdateVersionParams object with the ability to set a context for a request.

func NewUpdateVersionParamsWithHTTPClient

func NewUpdateVersionParamsWithHTTPClient(client *http.Client) *UpdateVersionParams

NewUpdateVersionParamsWithHTTPClient creates a new UpdateVersionParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateVersionParamsWithTimeout

func NewUpdateVersionParamsWithTimeout(timeout time.Duration) *UpdateVersionParams

NewUpdateVersionParamsWithTimeout creates a new UpdateVersionParams object with the ability to set a timeout on a request.

func (*UpdateVersionParams) SetBody

SetBody adds the body to the update version params

func (*UpdateVersionParams) SetContext

func (o *UpdateVersionParams) SetContext(ctx context.Context)

SetContext adds the context to the update version params

func (*UpdateVersionParams) SetDefaults

func (o *UpdateVersionParams) SetDefaults()

SetDefaults hydrates default values in the update version params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVersionParams) SetHTTPClient

func (o *UpdateVersionParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update version params

func (*UpdateVersionParams) SetOwner

func (o *UpdateVersionParams) SetOwner(owner string)

SetOwner adds the owner to the update version params

func (*UpdateVersionParams) SetProject

func (o *UpdateVersionParams) SetProject(project string)

SetProject adds the project to the update version params

func (*UpdateVersionParams) SetTimeout

func (o *UpdateVersionParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update version params

func (*UpdateVersionParams) SetVersionKind

func (o *UpdateVersionParams) SetVersionKind(versionKind string)

SetVersionKind adds the versionKind to the update version params

func (*UpdateVersionParams) SetVersionName

func (o *UpdateVersionParams) SetVersionName(versionName string)

SetVersionName adds the versionName to the update version params

func (*UpdateVersionParams) WithBody

WithBody adds the body to the update version params

func (*UpdateVersionParams) WithContext

WithContext adds the context to the update version params

func (*UpdateVersionParams) WithDefaults

func (o *UpdateVersionParams) WithDefaults() *UpdateVersionParams

WithDefaults hydrates default values in the update version params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateVersionParams) WithHTTPClient

func (o *UpdateVersionParams) WithHTTPClient(client *http.Client) *UpdateVersionParams

WithHTTPClient adds the HTTPClient to the update version params

func (*UpdateVersionParams) WithOwner

func (o *UpdateVersionParams) WithOwner(owner string) *UpdateVersionParams

WithOwner adds the owner to the update version params

func (*UpdateVersionParams) WithProject

func (o *UpdateVersionParams) WithProject(project string) *UpdateVersionParams

WithProject adds the project to the update version params

func (*UpdateVersionParams) WithTimeout

func (o *UpdateVersionParams) WithTimeout(timeout time.Duration) *UpdateVersionParams

WithTimeout adds the timeout to the update version params

func (*UpdateVersionParams) WithVersionKind

func (o *UpdateVersionParams) WithVersionKind(versionKind string) *UpdateVersionParams

WithVersionKind adds the versionKind to the update version params

func (*UpdateVersionParams) WithVersionName

func (o *UpdateVersionParams) WithVersionName(versionName string) *UpdateVersionParams

WithVersionName adds the versionName to the update version params

func (*UpdateVersionParams) WriteToRequest

func (o *UpdateVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateVersionReader

type UpdateVersionReader struct {
	// contains filtered or unexported fields
}

UpdateVersionReader is a Reader for the UpdateVersion structure.

func (*UpdateVersionReader) ReadResponse

func (o *UpdateVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UploadProjectArtifactForbidden

type UploadProjectArtifactForbidden struct {
	Payload interface{}
}

UploadProjectArtifactForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUploadProjectArtifactForbidden

func NewUploadProjectArtifactForbidden() *UploadProjectArtifactForbidden

NewUploadProjectArtifactForbidden creates a UploadProjectArtifactForbidden with default headers values

func (*UploadProjectArtifactForbidden) Code

Code gets the status code for the upload project artifact forbidden response

func (*UploadProjectArtifactForbidden) Error

func (*UploadProjectArtifactForbidden) GetPayload

func (o *UploadProjectArtifactForbidden) GetPayload() interface{}

func (*UploadProjectArtifactForbidden) IsClientError

func (o *UploadProjectArtifactForbidden) IsClientError() bool

IsClientError returns true when this upload project artifact forbidden response has a 4xx status code

func (*UploadProjectArtifactForbidden) IsCode

func (o *UploadProjectArtifactForbidden) IsCode(code int) bool

IsCode returns true when this upload project artifact forbidden response a status code equal to that given

func (*UploadProjectArtifactForbidden) IsRedirect

func (o *UploadProjectArtifactForbidden) IsRedirect() bool

IsRedirect returns true when this upload project artifact forbidden response has a 3xx status code

func (*UploadProjectArtifactForbidden) IsServerError

func (o *UploadProjectArtifactForbidden) IsServerError() bool

IsServerError returns true when this upload project artifact forbidden response has a 5xx status code

func (*UploadProjectArtifactForbidden) IsSuccess

func (o *UploadProjectArtifactForbidden) IsSuccess() bool

IsSuccess returns true when this upload project artifact forbidden response has a 2xx status code

func (*UploadProjectArtifactForbidden) String

type UploadProjectArtifactNoContent

type UploadProjectArtifactNoContent struct {
	Payload interface{}
}

UploadProjectArtifactNoContent describes a response with status code 204, with default header values.

No content.

func NewUploadProjectArtifactNoContent

func NewUploadProjectArtifactNoContent() *UploadProjectArtifactNoContent

NewUploadProjectArtifactNoContent creates a UploadProjectArtifactNoContent with default headers values

func (*UploadProjectArtifactNoContent) Code

Code gets the status code for the upload project artifact no content response

func (*UploadProjectArtifactNoContent) Error

func (*UploadProjectArtifactNoContent) GetPayload

func (o *UploadProjectArtifactNoContent) GetPayload() interface{}

func (*UploadProjectArtifactNoContent) IsClientError

func (o *UploadProjectArtifactNoContent) IsClientError() bool

IsClientError returns true when this upload project artifact no content response has a 4xx status code

func (*UploadProjectArtifactNoContent) IsCode

func (o *UploadProjectArtifactNoContent) IsCode(code int) bool

IsCode returns true when this upload project artifact no content response a status code equal to that given

func (*UploadProjectArtifactNoContent) IsRedirect

func (o *UploadProjectArtifactNoContent) IsRedirect() bool

IsRedirect returns true when this upload project artifact no content response has a 3xx status code

func (*UploadProjectArtifactNoContent) IsServerError

func (o *UploadProjectArtifactNoContent) IsServerError() bool

IsServerError returns true when this upload project artifact no content response has a 5xx status code

func (*UploadProjectArtifactNoContent) IsSuccess

func (o *UploadProjectArtifactNoContent) IsSuccess() bool

IsSuccess returns true when this upload project artifact no content response has a 2xx status code

func (*UploadProjectArtifactNoContent) String

type UploadProjectArtifactNotFound

type UploadProjectArtifactNotFound struct {
	Payload interface{}
}

UploadProjectArtifactNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUploadProjectArtifactNotFound

func NewUploadProjectArtifactNotFound() *UploadProjectArtifactNotFound

NewUploadProjectArtifactNotFound creates a UploadProjectArtifactNotFound with default headers values

func (*UploadProjectArtifactNotFound) Code

Code gets the status code for the upload project artifact not found response

func (*UploadProjectArtifactNotFound) Error

func (*UploadProjectArtifactNotFound) GetPayload

func (o *UploadProjectArtifactNotFound) GetPayload() interface{}

func (*UploadProjectArtifactNotFound) IsClientError

func (o *UploadProjectArtifactNotFound) IsClientError() bool

IsClientError returns true when this upload project artifact not found response has a 4xx status code

func (*UploadProjectArtifactNotFound) IsCode

func (o *UploadProjectArtifactNotFound) IsCode(code int) bool

IsCode returns true when this upload project artifact not found response a status code equal to that given

func (*UploadProjectArtifactNotFound) IsRedirect

func (o *UploadProjectArtifactNotFound) IsRedirect() bool

IsRedirect returns true when this upload project artifact not found response has a 3xx status code

func (*UploadProjectArtifactNotFound) IsServerError

func (o *UploadProjectArtifactNotFound) IsServerError() bool

IsServerError returns true when this upload project artifact not found response has a 5xx status code

func (*UploadProjectArtifactNotFound) IsSuccess

func (o *UploadProjectArtifactNotFound) IsSuccess() bool

IsSuccess returns true when this upload project artifact not found response has a 2xx status code

func (*UploadProjectArtifactNotFound) String

type UploadProjectArtifactOK

type UploadProjectArtifactOK struct {
}

UploadProjectArtifactOK describes a response with status code 200, with default header values.

A successful response.

func NewUploadProjectArtifactOK

func NewUploadProjectArtifactOK() *UploadProjectArtifactOK

NewUploadProjectArtifactOK creates a UploadProjectArtifactOK with default headers values

func (*UploadProjectArtifactOK) Code

func (o *UploadProjectArtifactOK) Code() int

Code gets the status code for the upload project artifact o k response

func (*UploadProjectArtifactOK) Error

func (o *UploadProjectArtifactOK) Error() string

func (*UploadProjectArtifactOK) IsClientError

func (o *UploadProjectArtifactOK) IsClientError() bool

IsClientError returns true when this upload project artifact o k response has a 4xx status code

func (*UploadProjectArtifactOK) IsCode

func (o *UploadProjectArtifactOK) IsCode(code int) bool

IsCode returns true when this upload project artifact o k response a status code equal to that given

func (*UploadProjectArtifactOK) IsRedirect

func (o *UploadProjectArtifactOK) IsRedirect() bool

IsRedirect returns true when this upload project artifact o k response has a 3xx status code

func (*UploadProjectArtifactOK) IsServerError

func (o *UploadProjectArtifactOK) IsServerError() bool

IsServerError returns true when this upload project artifact o k response has a 5xx status code

func (*UploadProjectArtifactOK) IsSuccess

func (o *UploadProjectArtifactOK) IsSuccess() bool

IsSuccess returns true when this upload project artifact o k response has a 2xx status code

func (*UploadProjectArtifactOK) String

func (o *UploadProjectArtifactOK) String() string

type UploadProjectArtifactParams

type UploadProjectArtifactParams struct {

	/* Overwrite.

	   File path query params.
	*/
	Overwrite *bool

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Path.

	   File path query params.
	*/
	Path *string

	/* Project.

	   Project having access to the store
	*/
	Project string

	/* Uploadfile.

	   The file to upload.
	*/
	Uploadfile runtime.NamedReadCloser

	/* UUID.

	   Unique integer identifier of the entity
	*/
	UUID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UploadProjectArtifactParams contains all the parameters to send to the API endpoint

for the upload project artifact operation.

Typically these are written to a http.Request.

func NewUploadProjectArtifactParams

func NewUploadProjectArtifactParams() *UploadProjectArtifactParams

NewUploadProjectArtifactParams creates a new UploadProjectArtifactParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUploadProjectArtifactParamsWithContext

func NewUploadProjectArtifactParamsWithContext(ctx context.Context) *UploadProjectArtifactParams

NewUploadProjectArtifactParamsWithContext creates a new UploadProjectArtifactParams object with the ability to set a context for a request.

func NewUploadProjectArtifactParamsWithHTTPClient

func NewUploadProjectArtifactParamsWithHTTPClient(client *http.Client) *UploadProjectArtifactParams

NewUploadProjectArtifactParamsWithHTTPClient creates a new UploadProjectArtifactParams object with the ability to set a custom HTTPClient for a request.

func NewUploadProjectArtifactParamsWithTimeout

func NewUploadProjectArtifactParamsWithTimeout(timeout time.Duration) *UploadProjectArtifactParams

NewUploadProjectArtifactParamsWithTimeout creates a new UploadProjectArtifactParams object with the ability to set a timeout on a request.

func (*UploadProjectArtifactParams) SetContext

func (o *UploadProjectArtifactParams) SetContext(ctx context.Context)

SetContext adds the context to the upload project artifact params

func (*UploadProjectArtifactParams) SetDefaults

func (o *UploadProjectArtifactParams) SetDefaults()

SetDefaults hydrates default values in the upload project artifact params (not the query body).

All values with no default are reset to their zero value.

func (*UploadProjectArtifactParams) SetHTTPClient

func (o *UploadProjectArtifactParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upload project artifact params

func (*UploadProjectArtifactParams) SetOverwrite

func (o *UploadProjectArtifactParams) SetOverwrite(overwrite *bool)

SetOverwrite adds the overwrite to the upload project artifact params

func (*UploadProjectArtifactParams) SetOwner

func (o *UploadProjectArtifactParams) SetOwner(owner string)

SetOwner adds the owner to the upload project artifact params

func (*UploadProjectArtifactParams) SetPath

func (o *UploadProjectArtifactParams) SetPath(path *string)

SetPath adds the path to the upload project artifact params

func (*UploadProjectArtifactParams) SetProject

func (o *UploadProjectArtifactParams) SetProject(project string)

SetProject adds the project to the upload project artifact params

func (*UploadProjectArtifactParams) SetTimeout

func (o *UploadProjectArtifactParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the upload project artifact params

func (*UploadProjectArtifactParams) SetUUID

func (o *UploadProjectArtifactParams) SetUUID(uuid string)

SetUUID adds the uuid to the upload project artifact params

func (*UploadProjectArtifactParams) SetUploadfile

func (o *UploadProjectArtifactParams) SetUploadfile(uploadfile runtime.NamedReadCloser)

SetUploadfile adds the uploadfile to the upload project artifact params

func (*UploadProjectArtifactParams) WithContext

WithContext adds the context to the upload project artifact params

func (*UploadProjectArtifactParams) WithDefaults

WithDefaults hydrates default values in the upload project artifact params (not the query body).

All values with no default are reset to their zero value.

func (*UploadProjectArtifactParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upload project artifact params

func (*UploadProjectArtifactParams) WithOverwrite

func (o *UploadProjectArtifactParams) WithOverwrite(overwrite *bool) *UploadProjectArtifactParams

WithOverwrite adds the overwrite to the upload project artifact params

func (*UploadProjectArtifactParams) WithOwner

WithOwner adds the owner to the upload project artifact params

func (*UploadProjectArtifactParams) WithPath

WithPath adds the path to the upload project artifact params

func (*UploadProjectArtifactParams) WithProject

WithProject adds the project to the upload project artifact params

func (*UploadProjectArtifactParams) WithTimeout

WithTimeout adds the timeout to the upload project artifact params

func (*UploadProjectArtifactParams) WithUUID

WithUUID adds the uuid to the upload project artifact params

func (*UploadProjectArtifactParams) WithUploadfile

WithUploadfile adds the uploadfile to the upload project artifact params

func (*UploadProjectArtifactParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadProjectArtifactReader

type UploadProjectArtifactReader struct {
	// contains filtered or unexported fields
}

UploadProjectArtifactReader is a Reader for the UploadProjectArtifact structure.

func (*UploadProjectArtifactReader) ReadResponse

func (o *UploadProjectArtifactReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

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