project_dashboards_v1

package
v1.22.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 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 Client

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

Client for project dashboards v1 API

func (*Client) CreateProjectDashboard

CreateProjectDashboard creates project dashboard

func (*Client) DeleteProjectDashboard

DeleteProjectDashboard deletes project dashboard

func (*Client) GetProjectDashboard

GetProjectDashboard gets project dashboard

func (*Client) ListProjectDashboardNames

ListProjectDashboardNames lists project dashboard

func (*Client) ListProjectDashboards

ListProjectDashboards lists project dashboards

func (*Client) PatchProjectDashboard

PatchProjectDashboard patches project dashboard

func (*Client) PromoteProjectDashboard

PromoteProjectDashboard promotes project dashboard

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateProjectDashboard

UpdateProjectDashboard updates project dashboard

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateProjectDashboard(params *CreateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectDashboardOK, *CreateProjectDashboardNoContent, error)

	DeleteProjectDashboard(params *DeleteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectDashboardOK, *DeleteProjectDashboardNoContent, error)

	GetProjectDashboard(params *GetProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectDashboardOK, *GetProjectDashboardNoContent, error)

	ListProjectDashboardNames(params *ListProjectDashboardNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectDashboardNamesOK, *ListProjectDashboardNamesNoContent, error)

	ListProjectDashboards(params *ListProjectDashboardsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectDashboardsOK, *ListProjectDashboardsNoContent, error)

	PatchProjectDashboard(params *PatchProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectDashboardOK, *PatchProjectDashboardNoContent, error)

	PromoteProjectDashboard(params *PromoteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteProjectDashboardOK, *PromoteProjectDashboardNoContent, error)

	UpdateProjectDashboard(params *UpdateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectDashboardOK, *UpdateProjectDashboardNoContent, 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 project dashboards v1 API client.

type CreateProjectDashboardDefault

type CreateProjectDashboardDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
CreateProjectDashboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCreateProjectDashboardDefault

func NewCreateProjectDashboardDefault(code int) *CreateProjectDashboardDefault

NewCreateProjectDashboardDefault creates a CreateProjectDashboardDefault with default headers values

func (*CreateProjectDashboardDefault) Code

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

func (*CreateProjectDashboardDefault) Error

func (*CreateProjectDashboardDefault) GetPayload

func (*CreateProjectDashboardDefault) IsClientError added in v1.21.0

func (o *CreateProjectDashboardDefault) IsClientError() bool

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

func (*CreateProjectDashboardDefault) IsCode added in v1.21.0

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

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

func (*CreateProjectDashboardDefault) IsRedirect added in v1.21.0

func (o *CreateProjectDashboardDefault) IsRedirect() bool

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

func (*CreateProjectDashboardDefault) IsServerError added in v1.21.0

func (o *CreateProjectDashboardDefault) IsServerError() bool

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

func (*CreateProjectDashboardDefault) IsSuccess added in v1.21.0

func (o *CreateProjectDashboardDefault) IsSuccess() bool

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

func (*CreateProjectDashboardDefault) String added in v1.21.0

type CreateProjectDashboardForbidden

type CreateProjectDashboardForbidden struct {
	Payload interface{}
}
CreateProjectDashboardForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewCreateProjectDashboardForbidden

func NewCreateProjectDashboardForbidden() *CreateProjectDashboardForbidden

NewCreateProjectDashboardForbidden creates a CreateProjectDashboardForbidden with default headers values

func (*CreateProjectDashboardForbidden) Code added in v1.22.0

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

func (*CreateProjectDashboardForbidden) Error

func (*CreateProjectDashboardForbidden) GetPayload

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

func (*CreateProjectDashboardForbidden) IsClientError added in v1.21.0

func (o *CreateProjectDashboardForbidden) IsClientError() bool

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

func (*CreateProjectDashboardForbidden) IsCode added in v1.21.0

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

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

func (*CreateProjectDashboardForbidden) IsRedirect added in v1.21.0

func (o *CreateProjectDashboardForbidden) IsRedirect() bool

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

func (*CreateProjectDashboardForbidden) IsServerError added in v1.21.0

func (o *CreateProjectDashboardForbidden) IsServerError() bool

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

func (*CreateProjectDashboardForbidden) IsSuccess added in v1.21.0

func (o *CreateProjectDashboardForbidden) IsSuccess() bool

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

func (*CreateProjectDashboardForbidden) String added in v1.21.0

type CreateProjectDashboardNoContent

type CreateProjectDashboardNoContent struct {
	Payload interface{}
}
CreateProjectDashboardNoContent describes a response with status code 204, with default header values.

No content.

func NewCreateProjectDashboardNoContent

func NewCreateProjectDashboardNoContent() *CreateProjectDashboardNoContent

NewCreateProjectDashboardNoContent creates a CreateProjectDashboardNoContent with default headers values

func (*CreateProjectDashboardNoContent) Code added in v1.22.0

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

func (*CreateProjectDashboardNoContent) Error

func (*CreateProjectDashboardNoContent) GetPayload

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

func (*CreateProjectDashboardNoContent) IsClientError added in v1.21.0

func (o *CreateProjectDashboardNoContent) IsClientError() bool

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

func (*CreateProjectDashboardNoContent) IsCode added in v1.21.0

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

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

func (*CreateProjectDashboardNoContent) IsRedirect added in v1.21.0

func (o *CreateProjectDashboardNoContent) IsRedirect() bool

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

func (*CreateProjectDashboardNoContent) IsServerError added in v1.21.0

func (o *CreateProjectDashboardNoContent) IsServerError() bool

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

func (*CreateProjectDashboardNoContent) IsSuccess added in v1.21.0

func (o *CreateProjectDashboardNoContent) IsSuccess() bool

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

func (*CreateProjectDashboardNoContent) String added in v1.21.0

type CreateProjectDashboardNotFound

type CreateProjectDashboardNotFound struct {
	Payload interface{}
}
CreateProjectDashboardNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewCreateProjectDashboardNotFound

func NewCreateProjectDashboardNotFound() *CreateProjectDashboardNotFound

NewCreateProjectDashboardNotFound creates a CreateProjectDashboardNotFound with default headers values

func (*CreateProjectDashboardNotFound) Code added in v1.22.0

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

func (*CreateProjectDashboardNotFound) Error

func (*CreateProjectDashboardNotFound) GetPayload

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

func (*CreateProjectDashboardNotFound) IsClientError added in v1.21.0

func (o *CreateProjectDashboardNotFound) IsClientError() bool

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

func (*CreateProjectDashboardNotFound) IsCode added in v1.21.0

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

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

func (*CreateProjectDashboardNotFound) IsRedirect added in v1.21.0

func (o *CreateProjectDashboardNotFound) IsRedirect() bool

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

func (*CreateProjectDashboardNotFound) IsServerError added in v1.21.0

func (o *CreateProjectDashboardNotFound) IsServerError() bool

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

func (*CreateProjectDashboardNotFound) IsSuccess added in v1.21.0

func (o *CreateProjectDashboardNotFound) IsSuccess() bool

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

func (*CreateProjectDashboardNotFound) String added in v1.21.0

type CreateProjectDashboardOK

type CreateProjectDashboardOK struct {
	Payload *service_model.V1Dashboard
}
CreateProjectDashboardOK describes a response with status code 200, with default header values.

A successful response.

func NewCreateProjectDashboardOK

func NewCreateProjectDashboardOK() *CreateProjectDashboardOK

NewCreateProjectDashboardOK creates a CreateProjectDashboardOK with default headers values

func (*CreateProjectDashboardOK) Code added in v1.22.0

func (o *CreateProjectDashboardOK) Code() int

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

func (*CreateProjectDashboardOK) Error

func (o *CreateProjectDashboardOK) Error() string

func (*CreateProjectDashboardOK) GetPayload

func (*CreateProjectDashboardOK) IsClientError added in v1.21.0

func (o *CreateProjectDashboardOK) IsClientError() bool

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

func (*CreateProjectDashboardOK) IsCode added in v1.21.0

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

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

func (*CreateProjectDashboardOK) IsRedirect added in v1.21.0

func (o *CreateProjectDashboardOK) IsRedirect() bool

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

func (*CreateProjectDashboardOK) IsServerError added in v1.21.0

func (o *CreateProjectDashboardOK) IsServerError() bool

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

func (*CreateProjectDashboardOK) IsSuccess added in v1.21.0

func (o *CreateProjectDashboardOK) IsSuccess() bool

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

func (*CreateProjectDashboardOK) String added in v1.21.0

func (o *CreateProjectDashboardOK) String() string

type CreateProjectDashboardParams

type CreateProjectDashboardParams struct {

	/* Body.

	   Dashboard body
	*/
	Body *service_model.V1Dashboard

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project under namesapce
	*/
	Project string

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

CreateProjectDashboardParams contains all the parameters to send to the API endpoint

for the create project dashboard operation.

Typically these are written to a http.Request.

func NewCreateProjectDashboardParams

func NewCreateProjectDashboardParams() *CreateProjectDashboardParams

NewCreateProjectDashboardParams creates a new CreateProjectDashboardParams 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 NewCreateProjectDashboardParamsWithContext

func NewCreateProjectDashboardParamsWithContext(ctx context.Context) *CreateProjectDashboardParams

NewCreateProjectDashboardParamsWithContext creates a new CreateProjectDashboardParams object with the ability to set a context for a request.

func NewCreateProjectDashboardParamsWithHTTPClient

func NewCreateProjectDashboardParamsWithHTTPClient(client *http.Client) *CreateProjectDashboardParams

NewCreateProjectDashboardParamsWithHTTPClient creates a new CreateProjectDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewCreateProjectDashboardParamsWithTimeout

func NewCreateProjectDashboardParamsWithTimeout(timeout time.Duration) *CreateProjectDashboardParams

NewCreateProjectDashboardParamsWithTimeout creates a new CreateProjectDashboardParams object with the ability to set a timeout on a request.

func (*CreateProjectDashboardParams) SetBody

SetBody adds the body to the create project dashboard params

func (*CreateProjectDashboardParams) SetContext

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

SetContext adds the context to the create project dashboard params

func (*CreateProjectDashboardParams) SetDefaults

func (o *CreateProjectDashboardParams) SetDefaults()

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

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

func (*CreateProjectDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create project dashboard params

func (*CreateProjectDashboardParams) SetOwner

func (o *CreateProjectDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the create project dashboard params

func (*CreateProjectDashboardParams) SetProject

func (o *CreateProjectDashboardParams) SetProject(project string)

SetProject adds the project to the create project dashboard params

func (*CreateProjectDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the create project dashboard params

func (*CreateProjectDashboardParams) WithBody

WithBody adds the body to the create project dashboard params

func (*CreateProjectDashboardParams) WithContext

WithContext adds the context to the create project dashboard params

func (*CreateProjectDashboardParams) WithDefaults

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

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

func (*CreateProjectDashboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create project dashboard params

func (*CreateProjectDashboardParams) WithOwner

WithOwner adds the owner to the create project dashboard params

func (*CreateProjectDashboardParams) WithProject

WithProject adds the project to the create project dashboard params

func (*CreateProjectDashboardParams) WithTimeout

WithTimeout adds the timeout to the create project dashboard params

func (*CreateProjectDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateProjectDashboardReader

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

CreateProjectDashboardReader is a Reader for the CreateProjectDashboard structure.

func (*CreateProjectDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProjectDashboardDefault

type DeleteProjectDashboardDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
DeleteProjectDashboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewDeleteProjectDashboardDefault

func NewDeleteProjectDashboardDefault(code int) *DeleteProjectDashboardDefault

NewDeleteProjectDashboardDefault creates a DeleteProjectDashboardDefault with default headers values

func (*DeleteProjectDashboardDefault) Code

Code gets the status code for the delete project dashboard default response

func (*DeleteProjectDashboardDefault) Error

func (*DeleteProjectDashboardDefault) GetPayload

func (*DeleteProjectDashboardDefault) IsClientError added in v1.21.0

func (o *DeleteProjectDashboardDefault) IsClientError() bool

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

func (*DeleteProjectDashboardDefault) IsCode added in v1.21.0

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

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

func (*DeleteProjectDashboardDefault) IsRedirect added in v1.21.0

func (o *DeleteProjectDashboardDefault) IsRedirect() bool

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

func (*DeleteProjectDashboardDefault) IsServerError added in v1.21.0

func (o *DeleteProjectDashboardDefault) IsServerError() bool

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

func (*DeleteProjectDashboardDefault) IsSuccess added in v1.21.0

func (o *DeleteProjectDashboardDefault) IsSuccess() bool

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

func (*DeleteProjectDashboardDefault) String added in v1.21.0

type DeleteProjectDashboardForbidden

type DeleteProjectDashboardForbidden struct {
	Payload interface{}
}
DeleteProjectDashboardForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewDeleteProjectDashboardForbidden

func NewDeleteProjectDashboardForbidden() *DeleteProjectDashboardForbidden

NewDeleteProjectDashboardForbidden creates a DeleteProjectDashboardForbidden with default headers values

func (*DeleteProjectDashboardForbidden) Code added in v1.22.0

Code gets the status code for the delete project dashboard forbidden response

func (*DeleteProjectDashboardForbidden) Error

func (*DeleteProjectDashboardForbidden) GetPayload

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

func (*DeleteProjectDashboardForbidden) IsClientError added in v1.21.0

func (o *DeleteProjectDashboardForbidden) IsClientError() bool

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

func (*DeleteProjectDashboardForbidden) IsCode added in v1.21.0

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

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

func (*DeleteProjectDashboardForbidden) IsRedirect added in v1.21.0

func (o *DeleteProjectDashboardForbidden) IsRedirect() bool

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

func (*DeleteProjectDashboardForbidden) IsServerError added in v1.21.0

func (o *DeleteProjectDashboardForbidden) IsServerError() bool

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

func (*DeleteProjectDashboardForbidden) IsSuccess added in v1.21.0

func (o *DeleteProjectDashboardForbidden) IsSuccess() bool

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

func (*DeleteProjectDashboardForbidden) String added in v1.21.0

type DeleteProjectDashboardNoContent

type DeleteProjectDashboardNoContent struct {
	Payload interface{}
}
DeleteProjectDashboardNoContent describes a response with status code 204, with default header values.

No content.

func NewDeleteProjectDashboardNoContent

func NewDeleteProjectDashboardNoContent() *DeleteProjectDashboardNoContent

NewDeleteProjectDashboardNoContent creates a DeleteProjectDashboardNoContent with default headers values

func (*DeleteProjectDashboardNoContent) Code added in v1.22.0

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

func (*DeleteProjectDashboardNoContent) Error

func (*DeleteProjectDashboardNoContent) GetPayload

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

func (*DeleteProjectDashboardNoContent) IsClientError added in v1.21.0

func (o *DeleteProjectDashboardNoContent) IsClientError() bool

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

func (*DeleteProjectDashboardNoContent) IsCode added in v1.21.0

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

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

func (*DeleteProjectDashboardNoContent) IsRedirect added in v1.21.0

func (o *DeleteProjectDashboardNoContent) IsRedirect() bool

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

func (*DeleteProjectDashboardNoContent) IsServerError added in v1.21.0

func (o *DeleteProjectDashboardNoContent) IsServerError() bool

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

func (*DeleteProjectDashboardNoContent) IsSuccess added in v1.21.0

func (o *DeleteProjectDashboardNoContent) IsSuccess() bool

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

func (*DeleteProjectDashboardNoContent) String added in v1.21.0

type DeleteProjectDashboardNotFound

type DeleteProjectDashboardNotFound struct {
	Payload interface{}
}
DeleteProjectDashboardNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewDeleteProjectDashboardNotFound

func NewDeleteProjectDashboardNotFound() *DeleteProjectDashboardNotFound

NewDeleteProjectDashboardNotFound creates a DeleteProjectDashboardNotFound with default headers values

func (*DeleteProjectDashboardNotFound) Code added in v1.22.0

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

func (*DeleteProjectDashboardNotFound) Error

func (*DeleteProjectDashboardNotFound) GetPayload

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

func (*DeleteProjectDashboardNotFound) IsClientError added in v1.21.0

func (o *DeleteProjectDashboardNotFound) IsClientError() bool

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

func (*DeleteProjectDashboardNotFound) IsCode added in v1.21.0

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

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

func (*DeleteProjectDashboardNotFound) IsRedirect added in v1.21.0

func (o *DeleteProjectDashboardNotFound) IsRedirect() bool

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

func (*DeleteProjectDashboardNotFound) IsServerError added in v1.21.0

func (o *DeleteProjectDashboardNotFound) IsServerError() bool

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

func (*DeleteProjectDashboardNotFound) IsSuccess added in v1.21.0

func (o *DeleteProjectDashboardNotFound) IsSuccess() bool

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

func (*DeleteProjectDashboardNotFound) String added in v1.21.0

type DeleteProjectDashboardOK

type DeleteProjectDashboardOK struct {
}
DeleteProjectDashboardOK describes a response with status code 200, with default header values.

A successful response.

func NewDeleteProjectDashboardOK

func NewDeleteProjectDashboardOK() *DeleteProjectDashboardOK

NewDeleteProjectDashboardOK creates a DeleteProjectDashboardOK with default headers values

func (*DeleteProjectDashboardOK) Code added in v1.22.0

func (o *DeleteProjectDashboardOK) Code() int

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

func (*DeleteProjectDashboardOK) Error

func (o *DeleteProjectDashboardOK) Error() string

func (*DeleteProjectDashboardOK) IsClientError added in v1.21.0

func (o *DeleteProjectDashboardOK) IsClientError() bool

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

func (*DeleteProjectDashboardOK) IsCode added in v1.21.0

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

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

func (*DeleteProjectDashboardOK) IsRedirect added in v1.21.0

func (o *DeleteProjectDashboardOK) IsRedirect() bool

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

func (*DeleteProjectDashboardOK) IsServerError added in v1.21.0

func (o *DeleteProjectDashboardOK) IsServerError() bool

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

func (*DeleteProjectDashboardOK) IsSuccess added in v1.21.0

func (o *DeleteProjectDashboardOK) IsSuccess() bool

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

func (*DeleteProjectDashboardOK) String added in v1.21.0

func (o *DeleteProjectDashboardOK) String() string

type DeleteProjectDashboardParams

type DeleteProjectDashboardParams struct {

	/* Entity.

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

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the sub-entity
	*/
	UUID string

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

DeleteProjectDashboardParams contains all the parameters to send to the API endpoint

for the delete project dashboard operation.

Typically these are written to a http.Request.

func NewDeleteProjectDashboardParams

func NewDeleteProjectDashboardParams() *DeleteProjectDashboardParams

NewDeleteProjectDashboardParams creates a new DeleteProjectDashboardParams 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 NewDeleteProjectDashboardParamsWithContext

func NewDeleteProjectDashboardParamsWithContext(ctx context.Context) *DeleteProjectDashboardParams

NewDeleteProjectDashboardParamsWithContext creates a new DeleteProjectDashboardParams object with the ability to set a context for a request.

func NewDeleteProjectDashboardParamsWithHTTPClient

func NewDeleteProjectDashboardParamsWithHTTPClient(client *http.Client) *DeleteProjectDashboardParams

NewDeleteProjectDashboardParamsWithHTTPClient creates a new DeleteProjectDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteProjectDashboardParamsWithTimeout

func NewDeleteProjectDashboardParamsWithTimeout(timeout time.Duration) *DeleteProjectDashboardParams

NewDeleteProjectDashboardParamsWithTimeout creates a new DeleteProjectDashboardParams object with the ability to set a timeout on a request.

func (*DeleteProjectDashboardParams) SetContext

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

SetContext adds the context to the delete project dashboard params

func (*DeleteProjectDashboardParams) SetDefaults

func (o *DeleteProjectDashboardParams) SetDefaults()

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

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

func (*DeleteProjectDashboardParams) SetEntity

func (o *DeleteProjectDashboardParams) SetEntity(entity string)

SetEntity adds the entity to the delete project dashboard params

func (*DeleteProjectDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete project dashboard params

func (*DeleteProjectDashboardParams) SetOwner

func (o *DeleteProjectDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the delete project dashboard params

func (*DeleteProjectDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the delete project dashboard params

func (*DeleteProjectDashboardParams) SetUUID

func (o *DeleteProjectDashboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the delete project dashboard params

func (*DeleteProjectDashboardParams) WithContext

WithContext adds the context to the delete project dashboard params

func (*DeleteProjectDashboardParams) WithDefaults

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

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

func (*DeleteProjectDashboardParams) WithEntity

WithEntity adds the entity to the delete project dashboard params

func (*DeleteProjectDashboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete project dashboard params

func (*DeleteProjectDashboardParams) WithOwner

WithOwner adds the owner to the delete project dashboard params

func (*DeleteProjectDashboardParams) WithTimeout

WithTimeout adds the timeout to the delete project dashboard params

func (*DeleteProjectDashboardParams) WithUUID

WithUUID adds the uuid to the delete project dashboard params

func (*DeleteProjectDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectDashboardReader

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

DeleteProjectDashboardReader is a Reader for the DeleteProjectDashboard structure.

func (*DeleteProjectDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectDashboardDefault

type GetProjectDashboardDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
GetProjectDashboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewGetProjectDashboardDefault

func NewGetProjectDashboardDefault(code int) *GetProjectDashboardDefault

NewGetProjectDashboardDefault creates a GetProjectDashboardDefault with default headers values

func (*GetProjectDashboardDefault) Code

func (o *GetProjectDashboardDefault) Code() int

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

func (*GetProjectDashboardDefault) Error

func (*GetProjectDashboardDefault) GetPayload

func (*GetProjectDashboardDefault) IsClientError added in v1.21.0

func (o *GetProjectDashboardDefault) IsClientError() bool

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

func (*GetProjectDashboardDefault) IsCode added in v1.21.0

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

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

func (*GetProjectDashboardDefault) IsRedirect added in v1.21.0

func (o *GetProjectDashboardDefault) IsRedirect() bool

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

func (*GetProjectDashboardDefault) IsServerError added in v1.21.0

func (o *GetProjectDashboardDefault) IsServerError() bool

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

func (*GetProjectDashboardDefault) IsSuccess added in v1.21.0

func (o *GetProjectDashboardDefault) IsSuccess() bool

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

func (*GetProjectDashboardDefault) String added in v1.21.0

func (o *GetProjectDashboardDefault) String() string

type GetProjectDashboardForbidden

type GetProjectDashboardForbidden struct {
	Payload interface{}
}
GetProjectDashboardForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewGetProjectDashboardForbidden

func NewGetProjectDashboardForbidden() *GetProjectDashboardForbidden

NewGetProjectDashboardForbidden creates a GetProjectDashboardForbidden with default headers values

func (*GetProjectDashboardForbidden) Code added in v1.22.0

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

func (*GetProjectDashboardForbidden) Error

func (*GetProjectDashboardForbidden) GetPayload

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

func (*GetProjectDashboardForbidden) IsClientError added in v1.21.0

func (o *GetProjectDashboardForbidden) IsClientError() bool

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

func (*GetProjectDashboardForbidden) IsCode added in v1.21.0

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

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

func (*GetProjectDashboardForbidden) IsRedirect added in v1.21.0

func (o *GetProjectDashboardForbidden) IsRedirect() bool

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

func (*GetProjectDashboardForbidden) IsServerError added in v1.21.0

func (o *GetProjectDashboardForbidden) IsServerError() bool

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

func (*GetProjectDashboardForbidden) IsSuccess added in v1.21.0

func (o *GetProjectDashboardForbidden) IsSuccess() bool

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

func (*GetProjectDashboardForbidden) String added in v1.21.0

type GetProjectDashboardNoContent

type GetProjectDashboardNoContent struct {
	Payload interface{}
}
GetProjectDashboardNoContent describes a response with status code 204, with default header values.

No content.

func NewGetProjectDashboardNoContent

func NewGetProjectDashboardNoContent() *GetProjectDashboardNoContent

NewGetProjectDashboardNoContent creates a GetProjectDashboardNoContent with default headers values

func (*GetProjectDashboardNoContent) Code added in v1.22.0

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

func (*GetProjectDashboardNoContent) Error

func (*GetProjectDashboardNoContent) GetPayload

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

func (*GetProjectDashboardNoContent) IsClientError added in v1.21.0

func (o *GetProjectDashboardNoContent) IsClientError() bool

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

func (*GetProjectDashboardNoContent) IsCode added in v1.21.0

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

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

func (*GetProjectDashboardNoContent) IsRedirect added in v1.21.0

func (o *GetProjectDashboardNoContent) IsRedirect() bool

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

func (*GetProjectDashboardNoContent) IsServerError added in v1.21.0

func (o *GetProjectDashboardNoContent) IsServerError() bool

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

func (*GetProjectDashboardNoContent) IsSuccess added in v1.21.0

func (o *GetProjectDashboardNoContent) IsSuccess() bool

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

func (*GetProjectDashboardNoContent) String added in v1.21.0

type GetProjectDashboardNotFound

type GetProjectDashboardNotFound struct {
	Payload interface{}
}
GetProjectDashboardNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewGetProjectDashboardNotFound

func NewGetProjectDashboardNotFound() *GetProjectDashboardNotFound

NewGetProjectDashboardNotFound creates a GetProjectDashboardNotFound with default headers values

func (*GetProjectDashboardNotFound) Code added in v1.22.0

func (o *GetProjectDashboardNotFound) Code() int

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

func (*GetProjectDashboardNotFound) Error

func (*GetProjectDashboardNotFound) GetPayload

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

func (*GetProjectDashboardNotFound) IsClientError added in v1.21.0

func (o *GetProjectDashboardNotFound) IsClientError() bool

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

func (*GetProjectDashboardNotFound) IsCode added in v1.21.0

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

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

func (*GetProjectDashboardNotFound) IsRedirect added in v1.21.0

func (o *GetProjectDashboardNotFound) IsRedirect() bool

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

func (*GetProjectDashboardNotFound) IsServerError added in v1.21.0

func (o *GetProjectDashboardNotFound) IsServerError() bool

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

func (*GetProjectDashboardNotFound) IsSuccess added in v1.21.0

func (o *GetProjectDashboardNotFound) IsSuccess() bool

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

func (*GetProjectDashboardNotFound) String added in v1.21.0

func (o *GetProjectDashboardNotFound) String() string

type GetProjectDashboardOK

type GetProjectDashboardOK struct {
	Payload *service_model.V1Dashboard
}
GetProjectDashboardOK describes a response with status code 200, with default header values.

A successful response.

func NewGetProjectDashboardOK

func NewGetProjectDashboardOK() *GetProjectDashboardOK

NewGetProjectDashboardOK creates a GetProjectDashboardOK with default headers values

func (*GetProjectDashboardOK) Code added in v1.22.0

func (o *GetProjectDashboardOK) Code() int

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

func (*GetProjectDashboardOK) Error

func (o *GetProjectDashboardOK) Error() string

func (*GetProjectDashboardOK) GetPayload

func (*GetProjectDashboardOK) IsClientError added in v1.21.0

func (o *GetProjectDashboardOK) IsClientError() bool

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

func (*GetProjectDashboardOK) IsCode added in v1.21.0

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

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

func (*GetProjectDashboardOK) IsRedirect added in v1.21.0

func (o *GetProjectDashboardOK) IsRedirect() bool

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

func (*GetProjectDashboardOK) IsServerError added in v1.21.0

func (o *GetProjectDashboardOK) IsServerError() bool

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

func (*GetProjectDashboardOK) IsSuccess added in v1.21.0

func (o *GetProjectDashboardOK) IsSuccess() bool

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

func (*GetProjectDashboardOK) String added in v1.21.0

func (o *GetProjectDashboardOK) String() string

type GetProjectDashboardParams

type GetProjectDashboardParams struct {

	/* Entity.

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

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the sub-entity
	*/
	UUID string

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

GetProjectDashboardParams contains all the parameters to send to the API endpoint

for the get project dashboard operation.

Typically these are written to a http.Request.

func NewGetProjectDashboardParams

func NewGetProjectDashboardParams() *GetProjectDashboardParams

NewGetProjectDashboardParams creates a new GetProjectDashboardParams 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 NewGetProjectDashboardParamsWithContext

func NewGetProjectDashboardParamsWithContext(ctx context.Context) *GetProjectDashboardParams

NewGetProjectDashboardParamsWithContext creates a new GetProjectDashboardParams object with the ability to set a context for a request.

func NewGetProjectDashboardParamsWithHTTPClient

func NewGetProjectDashboardParamsWithHTTPClient(client *http.Client) *GetProjectDashboardParams

NewGetProjectDashboardParamsWithHTTPClient creates a new GetProjectDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectDashboardParamsWithTimeout

func NewGetProjectDashboardParamsWithTimeout(timeout time.Duration) *GetProjectDashboardParams

NewGetProjectDashboardParamsWithTimeout creates a new GetProjectDashboardParams object with the ability to set a timeout on a request.

func (*GetProjectDashboardParams) SetContext

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

SetContext adds the context to the get project dashboard params

func (*GetProjectDashboardParams) SetDefaults

func (o *GetProjectDashboardParams) SetDefaults()

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

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

func (*GetProjectDashboardParams) SetEntity

func (o *GetProjectDashboardParams) SetEntity(entity string)

SetEntity adds the entity to the get project dashboard params

func (*GetProjectDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get project dashboard params

func (*GetProjectDashboardParams) SetOwner

func (o *GetProjectDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the get project dashboard params

func (*GetProjectDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the get project dashboard params

func (*GetProjectDashboardParams) SetUUID

func (o *GetProjectDashboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the get project dashboard params

func (*GetProjectDashboardParams) WithContext

WithContext adds the context to the get project dashboard params

func (*GetProjectDashboardParams) WithDefaults

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

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

func (*GetProjectDashboardParams) WithEntity

WithEntity adds the entity to the get project dashboard params

func (*GetProjectDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get project dashboard params

func (*GetProjectDashboardParams) WithOwner

WithOwner adds the owner to the get project dashboard params

func (*GetProjectDashboardParams) WithTimeout

WithTimeout adds the timeout to the get project dashboard params

func (*GetProjectDashboardParams) WithUUID

WithUUID adds the uuid to the get project dashboard params

func (*GetProjectDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectDashboardReader

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

GetProjectDashboardReader is a Reader for the GetProjectDashboard structure.

func (*GetProjectDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectDashboardNamesDefault

type ListProjectDashboardNamesDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListProjectDashboardNamesDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListProjectDashboardNamesDefault

func NewListProjectDashboardNamesDefault(code int) *ListProjectDashboardNamesDefault

NewListProjectDashboardNamesDefault creates a ListProjectDashboardNamesDefault with default headers values

func (*ListProjectDashboardNamesDefault) Code

Code gets the status code for the list project dashboard names default response

func (*ListProjectDashboardNamesDefault) Error

func (*ListProjectDashboardNamesDefault) GetPayload

func (*ListProjectDashboardNamesDefault) IsClientError added in v1.21.0

func (o *ListProjectDashboardNamesDefault) IsClientError() bool

IsClientError returns true when this list project dashboard names default response has a 4xx status code

func (*ListProjectDashboardNamesDefault) IsCode added in v1.21.0

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

IsCode returns true when this list project dashboard names default response a status code equal to that given

func (*ListProjectDashboardNamesDefault) IsRedirect added in v1.21.0

func (o *ListProjectDashboardNamesDefault) IsRedirect() bool

IsRedirect returns true when this list project dashboard names default response has a 3xx status code

func (*ListProjectDashboardNamesDefault) IsServerError added in v1.21.0

func (o *ListProjectDashboardNamesDefault) IsServerError() bool

IsServerError returns true when this list project dashboard names default response has a 5xx status code

func (*ListProjectDashboardNamesDefault) IsSuccess added in v1.21.0

func (o *ListProjectDashboardNamesDefault) IsSuccess() bool

IsSuccess returns true when this list project dashboard names default response has a 2xx status code

func (*ListProjectDashboardNamesDefault) String added in v1.21.0

type ListProjectDashboardNamesForbidden

type ListProjectDashboardNamesForbidden struct {
	Payload interface{}
}
ListProjectDashboardNamesForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListProjectDashboardNamesForbidden

func NewListProjectDashboardNamesForbidden() *ListProjectDashboardNamesForbidden

NewListProjectDashboardNamesForbidden creates a ListProjectDashboardNamesForbidden with default headers values

func (*ListProjectDashboardNamesForbidden) Code added in v1.22.0

Code gets the status code for the list project dashboard names forbidden response

func (*ListProjectDashboardNamesForbidden) Error

func (*ListProjectDashboardNamesForbidden) GetPayload

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

func (*ListProjectDashboardNamesForbidden) IsClientError added in v1.21.0

func (o *ListProjectDashboardNamesForbidden) IsClientError() bool

IsClientError returns true when this list project dashboard names forbidden response has a 4xx status code

func (*ListProjectDashboardNamesForbidden) IsCode added in v1.21.0

IsCode returns true when this list project dashboard names forbidden response a status code equal to that given

func (*ListProjectDashboardNamesForbidden) IsRedirect added in v1.21.0

func (o *ListProjectDashboardNamesForbidden) IsRedirect() bool

IsRedirect returns true when this list project dashboard names forbidden response has a 3xx status code

func (*ListProjectDashboardNamesForbidden) IsServerError added in v1.21.0

func (o *ListProjectDashboardNamesForbidden) IsServerError() bool

IsServerError returns true when this list project dashboard names forbidden response has a 5xx status code

func (*ListProjectDashboardNamesForbidden) IsSuccess added in v1.21.0

IsSuccess returns true when this list project dashboard names forbidden response has a 2xx status code

func (*ListProjectDashboardNamesForbidden) String added in v1.21.0

type ListProjectDashboardNamesNoContent

type ListProjectDashboardNamesNoContent struct {
	Payload interface{}
}
ListProjectDashboardNamesNoContent describes a response with status code 204, with default header values.

No content.

func NewListProjectDashboardNamesNoContent

func NewListProjectDashboardNamesNoContent() *ListProjectDashboardNamesNoContent

NewListProjectDashboardNamesNoContent creates a ListProjectDashboardNamesNoContent with default headers values

func (*ListProjectDashboardNamesNoContent) Code added in v1.22.0

Code gets the status code for the list project dashboard names no content response

func (*ListProjectDashboardNamesNoContent) Error

func (*ListProjectDashboardNamesNoContent) GetPayload

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

func (*ListProjectDashboardNamesNoContent) IsClientError added in v1.21.0

func (o *ListProjectDashboardNamesNoContent) IsClientError() bool

IsClientError returns true when this list project dashboard names no content response has a 4xx status code

func (*ListProjectDashboardNamesNoContent) IsCode added in v1.21.0

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

func (*ListProjectDashboardNamesNoContent) IsRedirect added in v1.21.0

func (o *ListProjectDashboardNamesNoContent) IsRedirect() bool

IsRedirect returns true when this list project dashboard names no content response has a 3xx status code

func (*ListProjectDashboardNamesNoContent) IsServerError added in v1.21.0

func (o *ListProjectDashboardNamesNoContent) IsServerError() bool

IsServerError returns true when this list project dashboard names no content response has a 5xx status code

func (*ListProjectDashboardNamesNoContent) IsSuccess added in v1.21.0

IsSuccess returns true when this list project dashboard names no content response has a 2xx status code

func (*ListProjectDashboardNamesNoContent) String added in v1.21.0

type ListProjectDashboardNamesNotFound

type ListProjectDashboardNamesNotFound struct {
	Payload interface{}
}
ListProjectDashboardNamesNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListProjectDashboardNamesNotFound

func NewListProjectDashboardNamesNotFound() *ListProjectDashboardNamesNotFound

NewListProjectDashboardNamesNotFound creates a ListProjectDashboardNamesNotFound with default headers values

func (*ListProjectDashboardNamesNotFound) Code added in v1.22.0

Code gets the status code for the list project dashboard names not found response

func (*ListProjectDashboardNamesNotFound) Error

func (*ListProjectDashboardNamesNotFound) GetPayload

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

func (*ListProjectDashboardNamesNotFound) IsClientError added in v1.21.0

func (o *ListProjectDashboardNamesNotFound) IsClientError() bool

IsClientError returns true when this list project dashboard names not found response has a 4xx status code

func (*ListProjectDashboardNamesNotFound) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardNamesNotFound) IsRedirect added in v1.21.0

func (o *ListProjectDashboardNamesNotFound) IsRedirect() bool

IsRedirect returns true when this list project dashboard names not found response has a 3xx status code

func (*ListProjectDashboardNamesNotFound) IsServerError added in v1.21.0

func (o *ListProjectDashboardNamesNotFound) IsServerError() bool

IsServerError returns true when this list project dashboard names not found response has a 5xx status code

func (*ListProjectDashboardNamesNotFound) IsSuccess added in v1.21.0

func (o *ListProjectDashboardNamesNotFound) IsSuccess() bool

IsSuccess returns true when this list project dashboard names not found response has a 2xx status code

func (*ListProjectDashboardNamesNotFound) String added in v1.21.0

type ListProjectDashboardNamesOK

type ListProjectDashboardNamesOK struct {
	Payload *service_model.V1ListDashboardsResponse
}
ListProjectDashboardNamesOK describes a response with status code 200, with default header values.

A successful response.

func NewListProjectDashboardNamesOK

func NewListProjectDashboardNamesOK() *ListProjectDashboardNamesOK

NewListProjectDashboardNamesOK creates a ListProjectDashboardNamesOK with default headers values

func (*ListProjectDashboardNamesOK) Code added in v1.22.0

func (o *ListProjectDashboardNamesOK) Code() int

Code gets the status code for the list project dashboard names o k response

func (*ListProjectDashboardNamesOK) Error

func (*ListProjectDashboardNamesOK) GetPayload

func (*ListProjectDashboardNamesOK) IsClientError added in v1.21.0

func (o *ListProjectDashboardNamesOK) IsClientError() bool

IsClientError returns true when this list project dashboard names o k response has a 4xx status code

func (*ListProjectDashboardNamesOK) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardNamesOK) IsRedirect added in v1.21.0

func (o *ListProjectDashboardNamesOK) IsRedirect() bool

IsRedirect returns true when this list project dashboard names o k response has a 3xx status code

func (*ListProjectDashboardNamesOK) IsServerError added in v1.21.0

func (o *ListProjectDashboardNamesOK) IsServerError() bool

IsServerError returns true when this list project dashboard names o k response has a 5xx status code

func (*ListProjectDashboardNamesOK) IsSuccess added in v1.21.0

func (o *ListProjectDashboardNamesOK) IsSuccess() bool

IsSuccess returns true when this list project dashboard names o k response has a 2xx status code

func (*ListProjectDashboardNamesOK) String added in v1.21.0

func (o *ListProjectDashboardNamesOK) String() string

type ListProjectDashboardNamesParams

type ListProjectDashboardNamesParams 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
}

ListProjectDashboardNamesParams contains all the parameters to send to the API endpoint

for the list project dashboard names operation.

Typically these are written to a http.Request.

func NewListProjectDashboardNamesParams

func NewListProjectDashboardNamesParams() *ListProjectDashboardNamesParams

NewListProjectDashboardNamesParams creates a new ListProjectDashboardNamesParams 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 NewListProjectDashboardNamesParamsWithContext

func NewListProjectDashboardNamesParamsWithContext(ctx context.Context) *ListProjectDashboardNamesParams

NewListProjectDashboardNamesParamsWithContext creates a new ListProjectDashboardNamesParams object with the ability to set a context for a request.

func NewListProjectDashboardNamesParamsWithHTTPClient

func NewListProjectDashboardNamesParamsWithHTTPClient(client *http.Client) *ListProjectDashboardNamesParams

NewListProjectDashboardNamesParamsWithHTTPClient creates a new ListProjectDashboardNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectDashboardNamesParamsWithTimeout

func NewListProjectDashboardNamesParamsWithTimeout(timeout time.Duration) *ListProjectDashboardNamesParams

NewListProjectDashboardNamesParamsWithTimeout creates a new ListProjectDashboardNamesParams object with the ability to set a timeout on a request.

func (*ListProjectDashboardNamesParams) SetBookmarks

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

SetBookmarks adds the bookmarks to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetContext

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

SetContext adds the context to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetDefaults

func (o *ListProjectDashboardNamesParams) SetDefaults()

SetDefaults hydrates default values in the list project dashboard names params (not the query body).

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

func (*ListProjectDashboardNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetLimit

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

SetLimit adds the limit to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetMode

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

SetMode adds the mode to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetName

func (o *ListProjectDashboardNamesParams) SetName(name string)

SetName adds the name to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetNoPage

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

SetNoPage adds the noPage to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetOffset

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

SetOffset adds the offset to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetOwner

func (o *ListProjectDashboardNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetQuery

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

SetQuery adds the query to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetSort

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

SetSort adds the sort to the list project dashboard names params

func (*ListProjectDashboardNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithBookmarks

WithBookmarks adds the bookmarks to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithContext

WithContext adds the context to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithDefaults

WithDefaults hydrates default values in the list project dashboard names params (not the query body).

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

func (*ListProjectDashboardNamesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithLimit

WithLimit adds the limit to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithMode

WithMode adds the mode to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithName

WithName adds the name to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithNoPage

WithNoPage adds the noPage to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithOffset

WithOffset adds the offset to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithOwner

WithOwner adds the owner to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithQuery

WithQuery adds the query to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithSort

WithSort adds the sort to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WithTimeout

WithTimeout adds the timeout to the list project dashboard names params

func (*ListProjectDashboardNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectDashboardNamesReader

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

ListProjectDashboardNamesReader is a Reader for the ListProjectDashboardNames structure.

func (*ListProjectDashboardNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectDashboardsDefault

type ListProjectDashboardsDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
ListProjectDashboardsDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewListProjectDashboardsDefault

func NewListProjectDashboardsDefault(code int) *ListProjectDashboardsDefault

NewListProjectDashboardsDefault creates a ListProjectDashboardsDefault with default headers values

func (*ListProjectDashboardsDefault) Code

Code gets the status code for the list project dashboards default response

func (*ListProjectDashboardsDefault) Error

func (*ListProjectDashboardsDefault) GetPayload

func (*ListProjectDashboardsDefault) IsClientError added in v1.21.0

func (o *ListProjectDashboardsDefault) IsClientError() bool

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

func (*ListProjectDashboardsDefault) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardsDefault) IsRedirect added in v1.21.0

func (o *ListProjectDashboardsDefault) IsRedirect() bool

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

func (*ListProjectDashboardsDefault) IsServerError added in v1.21.0

func (o *ListProjectDashboardsDefault) IsServerError() bool

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

func (*ListProjectDashboardsDefault) IsSuccess added in v1.21.0

func (o *ListProjectDashboardsDefault) IsSuccess() bool

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

func (*ListProjectDashboardsDefault) String added in v1.21.0

type ListProjectDashboardsForbidden

type ListProjectDashboardsForbidden struct {
	Payload interface{}
}
ListProjectDashboardsForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewListProjectDashboardsForbidden

func NewListProjectDashboardsForbidden() *ListProjectDashboardsForbidden

NewListProjectDashboardsForbidden creates a ListProjectDashboardsForbidden with default headers values

func (*ListProjectDashboardsForbidden) Code added in v1.22.0

Code gets the status code for the list project dashboards forbidden response

func (*ListProjectDashboardsForbidden) Error

func (*ListProjectDashboardsForbidden) GetPayload

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

func (*ListProjectDashboardsForbidden) IsClientError added in v1.21.0

func (o *ListProjectDashboardsForbidden) IsClientError() bool

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

func (*ListProjectDashboardsForbidden) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardsForbidden) IsRedirect added in v1.21.0

func (o *ListProjectDashboardsForbidden) IsRedirect() bool

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

func (*ListProjectDashboardsForbidden) IsServerError added in v1.21.0

func (o *ListProjectDashboardsForbidden) IsServerError() bool

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

func (*ListProjectDashboardsForbidden) IsSuccess added in v1.21.0

func (o *ListProjectDashboardsForbidden) IsSuccess() bool

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

func (*ListProjectDashboardsForbidden) String added in v1.21.0

type ListProjectDashboardsNoContent

type ListProjectDashboardsNoContent struct {
	Payload interface{}
}
ListProjectDashboardsNoContent describes a response with status code 204, with default header values.

No content.

func NewListProjectDashboardsNoContent

func NewListProjectDashboardsNoContent() *ListProjectDashboardsNoContent

NewListProjectDashboardsNoContent creates a ListProjectDashboardsNoContent with default headers values

func (*ListProjectDashboardsNoContent) Code added in v1.22.0

Code gets the status code for the list project dashboards no content response

func (*ListProjectDashboardsNoContent) Error

func (*ListProjectDashboardsNoContent) GetPayload

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

func (*ListProjectDashboardsNoContent) IsClientError added in v1.21.0

func (o *ListProjectDashboardsNoContent) IsClientError() bool

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

func (*ListProjectDashboardsNoContent) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardsNoContent) IsRedirect added in v1.21.0

func (o *ListProjectDashboardsNoContent) IsRedirect() bool

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

func (*ListProjectDashboardsNoContent) IsServerError added in v1.21.0

func (o *ListProjectDashboardsNoContent) IsServerError() bool

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

func (*ListProjectDashboardsNoContent) IsSuccess added in v1.21.0

func (o *ListProjectDashboardsNoContent) IsSuccess() bool

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

func (*ListProjectDashboardsNoContent) String added in v1.21.0

type ListProjectDashboardsNotFound

type ListProjectDashboardsNotFound struct {
	Payload interface{}
}
ListProjectDashboardsNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewListProjectDashboardsNotFound

func NewListProjectDashboardsNotFound() *ListProjectDashboardsNotFound

NewListProjectDashboardsNotFound creates a ListProjectDashboardsNotFound with default headers values

func (*ListProjectDashboardsNotFound) Code added in v1.22.0

Code gets the status code for the list project dashboards not found response

func (*ListProjectDashboardsNotFound) Error

func (*ListProjectDashboardsNotFound) GetPayload

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

func (*ListProjectDashboardsNotFound) IsClientError added in v1.21.0

func (o *ListProjectDashboardsNotFound) IsClientError() bool

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

func (*ListProjectDashboardsNotFound) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardsNotFound) IsRedirect added in v1.21.0

func (o *ListProjectDashboardsNotFound) IsRedirect() bool

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

func (*ListProjectDashboardsNotFound) IsServerError added in v1.21.0

func (o *ListProjectDashboardsNotFound) IsServerError() bool

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

func (*ListProjectDashboardsNotFound) IsSuccess added in v1.21.0

func (o *ListProjectDashboardsNotFound) IsSuccess() bool

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

func (*ListProjectDashboardsNotFound) String added in v1.21.0

type ListProjectDashboardsOK

type ListProjectDashboardsOK struct {
	Payload *service_model.V1ListDashboardsResponse
}
ListProjectDashboardsOK describes a response with status code 200, with default header values.

A successful response.

func NewListProjectDashboardsOK

func NewListProjectDashboardsOK() *ListProjectDashboardsOK

NewListProjectDashboardsOK creates a ListProjectDashboardsOK with default headers values

func (*ListProjectDashboardsOK) Code added in v1.22.0

func (o *ListProjectDashboardsOK) Code() int

Code gets the status code for the list project dashboards o k response

func (*ListProjectDashboardsOK) Error

func (o *ListProjectDashboardsOK) Error() string

func (*ListProjectDashboardsOK) GetPayload

func (*ListProjectDashboardsOK) IsClientError added in v1.21.0

func (o *ListProjectDashboardsOK) IsClientError() bool

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

func (*ListProjectDashboardsOK) IsCode added in v1.21.0

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

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

func (*ListProjectDashboardsOK) IsRedirect added in v1.21.0

func (o *ListProjectDashboardsOK) IsRedirect() bool

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

func (*ListProjectDashboardsOK) IsServerError added in v1.21.0

func (o *ListProjectDashboardsOK) IsServerError() bool

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

func (*ListProjectDashboardsOK) IsSuccess added in v1.21.0

func (o *ListProjectDashboardsOK) IsSuccess() bool

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

func (*ListProjectDashboardsOK) String added in v1.21.0

func (o *ListProjectDashboardsOK) String() string

type ListProjectDashboardsParams

type ListProjectDashboardsParams 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
}

ListProjectDashboardsParams contains all the parameters to send to the API endpoint

for the list project dashboards operation.

Typically these are written to a http.Request.

func NewListProjectDashboardsParams

func NewListProjectDashboardsParams() *ListProjectDashboardsParams

NewListProjectDashboardsParams creates a new ListProjectDashboardsParams 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 NewListProjectDashboardsParamsWithContext

func NewListProjectDashboardsParamsWithContext(ctx context.Context) *ListProjectDashboardsParams

NewListProjectDashboardsParamsWithContext creates a new ListProjectDashboardsParams object with the ability to set a context for a request.

func NewListProjectDashboardsParamsWithHTTPClient

func NewListProjectDashboardsParamsWithHTTPClient(client *http.Client) *ListProjectDashboardsParams

NewListProjectDashboardsParamsWithHTTPClient creates a new ListProjectDashboardsParams object with the ability to set a custom HTTPClient for a request.

func NewListProjectDashboardsParamsWithTimeout

func NewListProjectDashboardsParamsWithTimeout(timeout time.Duration) *ListProjectDashboardsParams

NewListProjectDashboardsParamsWithTimeout creates a new ListProjectDashboardsParams object with the ability to set a timeout on a request.

func (*ListProjectDashboardsParams) SetBookmarks

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

SetBookmarks adds the bookmarks to the list project dashboards params

func (*ListProjectDashboardsParams) SetContext

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

SetContext adds the context to the list project dashboards params

func (*ListProjectDashboardsParams) SetDefaults

func (o *ListProjectDashboardsParams) SetDefaults()

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

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

func (*ListProjectDashboardsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project dashboards params

func (*ListProjectDashboardsParams) SetLimit

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

SetLimit adds the limit to the list project dashboards params

func (*ListProjectDashboardsParams) SetMode

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

SetMode adds the mode to the list project dashboards params

func (*ListProjectDashboardsParams) SetName

func (o *ListProjectDashboardsParams) SetName(name string)

SetName adds the name to the list project dashboards params

func (*ListProjectDashboardsParams) SetNoPage

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

SetNoPage adds the noPage to the list project dashboards params

func (*ListProjectDashboardsParams) SetOffset

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

SetOffset adds the offset to the list project dashboards params

func (*ListProjectDashboardsParams) SetOwner

func (o *ListProjectDashboardsParams) SetOwner(owner string)

SetOwner adds the owner to the list project dashboards params

func (*ListProjectDashboardsParams) SetQuery

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

SetQuery adds the query to the list project dashboards params

func (*ListProjectDashboardsParams) SetSort

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

SetSort adds the sort to the list project dashboards params

func (*ListProjectDashboardsParams) SetTimeout

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

SetTimeout adds the timeout to the list project dashboards params

func (*ListProjectDashboardsParams) WithBookmarks

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

WithBookmarks adds the bookmarks to the list project dashboards params

func (*ListProjectDashboardsParams) WithContext

WithContext adds the context to the list project dashboards params

func (*ListProjectDashboardsParams) WithDefaults

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

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

func (*ListProjectDashboardsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project dashboards params

func (*ListProjectDashboardsParams) WithLimit

WithLimit adds the limit to the list project dashboards params

func (*ListProjectDashboardsParams) WithMode

WithMode adds the mode to the list project dashboards params

func (*ListProjectDashboardsParams) WithName

WithName adds the name to the list project dashboards params

func (*ListProjectDashboardsParams) WithNoPage

WithNoPage adds the noPage to the list project dashboards params

func (*ListProjectDashboardsParams) WithOffset

WithOffset adds the offset to the list project dashboards params

func (*ListProjectDashboardsParams) WithOwner

WithOwner adds the owner to the list project dashboards params

func (*ListProjectDashboardsParams) WithQuery

WithQuery adds the query to the list project dashboards params

func (*ListProjectDashboardsParams) WithSort

WithSort adds the sort to the list project dashboards params

func (*ListProjectDashboardsParams) WithTimeout

WithTimeout adds the timeout to the list project dashboards params

func (*ListProjectDashboardsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectDashboardsReader

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

ListProjectDashboardsReader is a Reader for the ListProjectDashboards structure.

func (*ListProjectDashboardsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchProjectDashboardDefault

type PatchProjectDashboardDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PatchProjectDashboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPatchProjectDashboardDefault

func NewPatchProjectDashboardDefault(code int) *PatchProjectDashboardDefault

NewPatchProjectDashboardDefault creates a PatchProjectDashboardDefault with default headers values

func (*PatchProjectDashboardDefault) Code

Code gets the status code for the patch project dashboard default response

func (*PatchProjectDashboardDefault) Error

func (*PatchProjectDashboardDefault) GetPayload

func (*PatchProjectDashboardDefault) IsClientError added in v1.21.0

func (o *PatchProjectDashboardDefault) IsClientError() bool

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

func (*PatchProjectDashboardDefault) IsCode added in v1.21.0

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

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

func (*PatchProjectDashboardDefault) IsRedirect added in v1.21.0

func (o *PatchProjectDashboardDefault) IsRedirect() bool

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

func (*PatchProjectDashboardDefault) IsServerError added in v1.21.0

func (o *PatchProjectDashboardDefault) IsServerError() bool

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

func (*PatchProjectDashboardDefault) IsSuccess added in v1.21.0

func (o *PatchProjectDashboardDefault) IsSuccess() bool

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

func (*PatchProjectDashboardDefault) String added in v1.21.0

type PatchProjectDashboardForbidden

type PatchProjectDashboardForbidden struct {
	Payload interface{}
}
PatchProjectDashboardForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPatchProjectDashboardForbidden

func NewPatchProjectDashboardForbidden() *PatchProjectDashboardForbidden

NewPatchProjectDashboardForbidden creates a PatchProjectDashboardForbidden with default headers values

func (*PatchProjectDashboardForbidden) Code added in v1.22.0

Code gets the status code for the patch project dashboard forbidden response

func (*PatchProjectDashboardForbidden) Error

func (*PatchProjectDashboardForbidden) GetPayload

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

func (*PatchProjectDashboardForbidden) IsClientError added in v1.21.0

func (o *PatchProjectDashboardForbidden) IsClientError() bool

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

func (*PatchProjectDashboardForbidden) IsCode added in v1.21.0

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

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

func (*PatchProjectDashboardForbidden) IsRedirect added in v1.21.0

func (o *PatchProjectDashboardForbidden) IsRedirect() bool

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

func (*PatchProjectDashboardForbidden) IsServerError added in v1.21.0

func (o *PatchProjectDashboardForbidden) IsServerError() bool

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

func (*PatchProjectDashboardForbidden) IsSuccess added in v1.21.0

func (o *PatchProjectDashboardForbidden) IsSuccess() bool

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

func (*PatchProjectDashboardForbidden) String added in v1.21.0

type PatchProjectDashboardNoContent

type PatchProjectDashboardNoContent struct {
	Payload interface{}
}
PatchProjectDashboardNoContent describes a response with status code 204, with default header values.

No content.

func NewPatchProjectDashboardNoContent

func NewPatchProjectDashboardNoContent() *PatchProjectDashboardNoContent

NewPatchProjectDashboardNoContent creates a PatchProjectDashboardNoContent with default headers values

func (*PatchProjectDashboardNoContent) Code added in v1.22.0

Code gets the status code for the patch project dashboard no content response

func (*PatchProjectDashboardNoContent) Error

func (*PatchProjectDashboardNoContent) GetPayload

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

func (*PatchProjectDashboardNoContent) IsClientError added in v1.21.0

func (o *PatchProjectDashboardNoContent) IsClientError() bool

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

func (*PatchProjectDashboardNoContent) IsCode added in v1.21.0

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

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

func (*PatchProjectDashboardNoContent) IsRedirect added in v1.21.0

func (o *PatchProjectDashboardNoContent) IsRedirect() bool

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

func (*PatchProjectDashboardNoContent) IsServerError added in v1.21.0

func (o *PatchProjectDashboardNoContent) IsServerError() bool

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

func (*PatchProjectDashboardNoContent) IsSuccess added in v1.21.0

func (o *PatchProjectDashboardNoContent) IsSuccess() bool

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

func (*PatchProjectDashboardNoContent) String added in v1.21.0

type PatchProjectDashboardNotFound

type PatchProjectDashboardNotFound struct {
	Payload interface{}
}
PatchProjectDashboardNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPatchProjectDashboardNotFound

func NewPatchProjectDashboardNotFound() *PatchProjectDashboardNotFound

NewPatchProjectDashboardNotFound creates a PatchProjectDashboardNotFound with default headers values

func (*PatchProjectDashboardNotFound) Code added in v1.22.0

Code gets the status code for the patch project dashboard not found response

func (*PatchProjectDashboardNotFound) Error

func (*PatchProjectDashboardNotFound) GetPayload

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

func (*PatchProjectDashboardNotFound) IsClientError added in v1.21.0

func (o *PatchProjectDashboardNotFound) IsClientError() bool

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

func (*PatchProjectDashboardNotFound) IsCode added in v1.21.0

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

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

func (*PatchProjectDashboardNotFound) IsRedirect added in v1.21.0

func (o *PatchProjectDashboardNotFound) IsRedirect() bool

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

func (*PatchProjectDashboardNotFound) IsServerError added in v1.21.0

func (o *PatchProjectDashboardNotFound) IsServerError() bool

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

func (*PatchProjectDashboardNotFound) IsSuccess added in v1.21.0

func (o *PatchProjectDashboardNotFound) IsSuccess() bool

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

func (*PatchProjectDashboardNotFound) String added in v1.21.0

type PatchProjectDashboardOK

type PatchProjectDashboardOK struct {
	Payload *service_model.V1Dashboard
}
PatchProjectDashboardOK describes a response with status code 200, with default header values.

A successful response.

func NewPatchProjectDashboardOK

func NewPatchProjectDashboardOK() *PatchProjectDashboardOK

NewPatchProjectDashboardOK creates a PatchProjectDashboardOK with default headers values

func (*PatchProjectDashboardOK) Code added in v1.22.0

func (o *PatchProjectDashboardOK) Code() int

Code gets the status code for the patch project dashboard o k response

func (*PatchProjectDashboardOK) Error

func (o *PatchProjectDashboardOK) Error() string

func (*PatchProjectDashboardOK) GetPayload

func (*PatchProjectDashboardOK) IsClientError added in v1.21.0

func (o *PatchProjectDashboardOK) IsClientError() bool

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

func (*PatchProjectDashboardOK) IsCode added in v1.21.0

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

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

func (*PatchProjectDashboardOK) IsRedirect added in v1.21.0

func (o *PatchProjectDashboardOK) IsRedirect() bool

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

func (*PatchProjectDashboardOK) IsServerError added in v1.21.0

func (o *PatchProjectDashboardOK) IsServerError() bool

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

func (*PatchProjectDashboardOK) IsSuccess added in v1.21.0

func (o *PatchProjectDashboardOK) IsSuccess() bool

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

func (*PatchProjectDashboardOK) String added in v1.21.0

func (o *PatchProjectDashboardOK) String() string

type PatchProjectDashboardParams

type PatchProjectDashboardParams struct {

	/* Body.

	   Dashboard body
	*/
	Body *service_model.V1Dashboard

	/* DashboardUUID.

	   UUID
	*/
	DashboardUUID string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project under namesapce
	*/
	Project string

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

PatchProjectDashboardParams contains all the parameters to send to the API endpoint

for the patch project dashboard operation.

Typically these are written to a http.Request.

func NewPatchProjectDashboardParams

func NewPatchProjectDashboardParams() *PatchProjectDashboardParams

NewPatchProjectDashboardParams creates a new PatchProjectDashboardParams 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 NewPatchProjectDashboardParamsWithContext

func NewPatchProjectDashboardParamsWithContext(ctx context.Context) *PatchProjectDashboardParams

NewPatchProjectDashboardParamsWithContext creates a new PatchProjectDashboardParams object with the ability to set a context for a request.

func NewPatchProjectDashboardParamsWithHTTPClient

func NewPatchProjectDashboardParamsWithHTTPClient(client *http.Client) *PatchProjectDashboardParams

NewPatchProjectDashboardParamsWithHTTPClient creates a new PatchProjectDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProjectDashboardParamsWithTimeout

func NewPatchProjectDashboardParamsWithTimeout(timeout time.Duration) *PatchProjectDashboardParams

NewPatchProjectDashboardParamsWithTimeout creates a new PatchProjectDashboardParams object with the ability to set a timeout on a request.

func (*PatchProjectDashboardParams) SetBody

SetBody adds the body to the patch project dashboard params

func (*PatchProjectDashboardParams) SetContext

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

SetContext adds the context to the patch project dashboard params

func (*PatchProjectDashboardParams) SetDashboardUUID

func (o *PatchProjectDashboardParams) SetDashboardUUID(dashboardUUID string)

SetDashboardUUID adds the dashboardUuid to the patch project dashboard params

func (*PatchProjectDashboardParams) SetDefaults

func (o *PatchProjectDashboardParams) SetDefaults()

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

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

func (*PatchProjectDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch project dashboard params

func (*PatchProjectDashboardParams) SetOwner

func (o *PatchProjectDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the patch project dashboard params

func (*PatchProjectDashboardParams) SetProject

func (o *PatchProjectDashboardParams) SetProject(project string)

SetProject adds the project to the patch project dashboard params

func (*PatchProjectDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the patch project dashboard params

func (*PatchProjectDashboardParams) WithBody

WithBody adds the body to the patch project dashboard params

func (*PatchProjectDashboardParams) WithContext

WithContext adds the context to the patch project dashboard params

func (*PatchProjectDashboardParams) WithDashboardUUID

func (o *PatchProjectDashboardParams) WithDashboardUUID(dashboardUUID string) *PatchProjectDashboardParams

WithDashboardUUID adds the dashboardUUID to the patch project dashboard params

func (*PatchProjectDashboardParams) WithDefaults

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

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

func (*PatchProjectDashboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch project dashboard params

func (*PatchProjectDashboardParams) WithOwner

WithOwner adds the owner to the patch project dashboard params

func (*PatchProjectDashboardParams) WithProject

WithProject adds the project to the patch project dashboard params

func (*PatchProjectDashboardParams) WithTimeout

WithTimeout adds the timeout to the patch project dashboard params

func (*PatchProjectDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchProjectDashboardReader

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

PatchProjectDashboardReader is a Reader for the PatchProjectDashboard structure.

func (*PatchProjectDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PromoteProjectDashboardDefault

type PromoteProjectDashboardDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
PromoteProjectDashboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewPromoteProjectDashboardDefault

func NewPromoteProjectDashboardDefault(code int) *PromoteProjectDashboardDefault

NewPromoteProjectDashboardDefault creates a PromoteProjectDashboardDefault with default headers values

func (*PromoteProjectDashboardDefault) Code

Code gets the status code for the promote project dashboard default response

func (*PromoteProjectDashboardDefault) Error

func (*PromoteProjectDashboardDefault) GetPayload

func (*PromoteProjectDashboardDefault) IsClientError added in v1.21.0

func (o *PromoteProjectDashboardDefault) IsClientError() bool

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

func (*PromoteProjectDashboardDefault) IsCode added in v1.21.0

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

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

func (*PromoteProjectDashboardDefault) IsRedirect added in v1.21.0

func (o *PromoteProjectDashboardDefault) IsRedirect() bool

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

func (*PromoteProjectDashboardDefault) IsServerError added in v1.21.0

func (o *PromoteProjectDashboardDefault) IsServerError() bool

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

func (*PromoteProjectDashboardDefault) IsSuccess added in v1.21.0

func (o *PromoteProjectDashboardDefault) IsSuccess() bool

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

func (*PromoteProjectDashboardDefault) String added in v1.21.0

type PromoteProjectDashboardForbidden

type PromoteProjectDashboardForbidden struct {
	Payload interface{}
}
PromoteProjectDashboardForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewPromoteProjectDashboardForbidden

func NewPromoteProjectDashboardForbidden() *PromoteProjectDashboardForbidden

NewPromoteProjectDashboardForbidden creates a PromoteProjectDashboardForbidden with default headers values

func (*PromoteProjectDashboardForbidden) Code added in v1.22.0

Code gets the status code for the promote project dashboard forbidden response

func (*PromoteProjectDashboardForbidden) Error

func (*PromoteProjectDashboardForbidden) GetPayload

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

func (*PromoteProjectDashboardForbidden) IsClientError added in v1.21.0

func (o *PromoteProjectDashboardForbidden) IsClientError() bool

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

func (*PromoteProjectDashboardForbidden) IsCode added in v1.21.0

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

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

func (*PromoteProjectDashboardForbidden) IsRedirect added in v1.21.0

func (o *PromoteProjectDashboardForbidden) IsRedirect() bool

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

func (*PromoteProjectDashboardForbidden) IsServerError added in v1.21.0

func (o *PromoteProjectDashboardForbidden) IsServerError() bool

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

func (*PromoteProjectDashboardForbidden) IsSuccess added in v1.21.0

func (o *PromoteProjectDashboardForbidden) IsSuccess() bool

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

func (*PromoteProjectDashboardForbidden) String added in v1.21.0

type PromoteProjectDashboardNoContent

type PromoteProjectDashboardNoContent struct {
	Payload interface{}
}
PromoteProjectDashboardNoContent describes a response with status code 204, with default header values.

No content.

func NewPromoteProjectDashboardNoContent

func NewPromoteProjectDashboardNoContent() *PromoteProjectDashboardNoContent

NewPromoteProjectDashboardNoContent creates a PromoteProjectDashboardNoContent with default headers values

func (*PromoteProjectDashboardNoContent) Code added in v1.22.0

Code gets the status code for the promote project dashboard no content response

func (*PromoteProjectDashboardNoContent) Error

func (*PromoteProjectDashboardNoContent) GetPayload

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

func (*PromoteProjectDashboardNoContent) IsClientError added in v1.21.0

func (o *PromoteProjectDashboardNoContent) IsClientError() bool

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

func (*PromoteProjectDashboardNoContent) IsCode added in v1.21.0

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

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

func (*PromoteProjectDashboardNoContent) IsRedirect added in v1.21.0

func (o *PromoteProjectDashboardNoContent) IsRedirect() bool

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

func (*PromoteProjectDashboardNoContent) IsServerError added in v1.21.0

func (o *PromoteProjectDashboardNoContent) IsServerError() bool

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

func (*PromoteProjectDashboardNoContent) IsSuccess added in v1.21.0

func (o *PromoteProjectDashboardNoContent) IsSuccess() bool

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

func (*PromoteProjectDashboardNoContent) String added in v1.21.0

type PromoteProjectDashboardNotFound

type PromoteProjectDashboardNotFound struct {
	Payload interface{}
}
PromoteProjectDashboardNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewPromoteProjectDashboardNotFound

func NewPromoteProjectDashboardNotFound() *PromoteProjectDashboardNotFound

NewPromoteProjectDashboardNotFound creates a PromoteProjectDashboardNotFound with default headers values

func (*PromoteProjectDashboardNotFound) Code added in v1.22.0

Code gets the status code for the promote project dashboard not found response

func (*PromoteProjectDashboardNotFound) Error

func (*PromoteProjectDashboardNotFound) GetPayload

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

func (*PromoteProjectDashboardNotFound) IsClientError added in v1.21.0

func (o *PromoteProjectDashboardNotFound) IsClientError() bool

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

func (*PromoteProjectDashboardNotFound) IsCode added in v1.21.0

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

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

func (*PromoteProjectDashboardNotFound) IsRedirect added in v1.21.0

func (o *PromoteProjectDashboardNotFound) IsRedirect() bool

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

func (*PromoteProjectDashboardNotFound) IsServerError added in v1.21.0

func (o *PromoteProjectDashboardNotFound) IsServerError() bool

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

func (*PromoteProjectDashboardNotFound) IsSuccess added in v1.21.0

func (o *PromoteProjectDashboardNotFound) IsSuccess() bool

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

func (*PromoteProjectDashboardNotFound) String added in v1.21.0

type PromoteProjectDashboardOK

type PromoteProjectDashboardOK struct {
}
PromoteProjectDashboardOK describes a response with status code 200, with default header values.

A successful response.

func NewPromoteProjectDashboardOK

func NewPromoteProjectDashboardOK() *PromoteProjectDashboardOK

NewPromoteProjectDashboardOK creates a PromoteProjectDashboardOK with default headers values

func (*PromoteProjectDashboardOK) Code added in v1.22.0

func (o *PromoteProjectDashboardOK) Code() int

Code gets the status code for the promote project dashboard o k response

func (*PromoteProjectDashboardOK) Error

func (o *PromoteProjectDashboardOK) Error() string

func (*PromoteProjectDashboardOK) IsClientError added in v1.21.0

func (o *PromoteProjectDashboardOK) IsClientError() bool

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

func (*PromoteProjectDashboardOK) IsCode added in v1.21.0

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

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

func (*PromoteProjectDashboardOK) IsRedirect added in v1.21.0

func (o *PromoteProjectDashboardOK) IsRedirect() bool

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

func (*PromoteProjectDashboardOK) IsServerError added in v1.21.0

func (o *PromoteProjectDashboardOK) IsServerError() bool

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

func (*PromoteProjectDashboardOK) IsSuccess added in v1.21.0

func (o *PromoteProjectDashboardOK) IsSuccess() bool

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

func (*PromoteProjectDashboardOK) String added in v1.21.0

func (o *PromoteProjectDashboardOK) String() string

type PromoteProjectDashboardParams

type PromoteProjectDashboardParams struct {

	/* Entity.

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

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the sub-entity
	*/
	UUID string

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

PromoteProjectDashboardParams contains all the parameters to send to the API endpoint

for the promote project dashboard operation.

Typically these are written to a http.Request.

func NewPromoteProjectDashboardParams

func NewPromoteProjectDashboardParams() *PromoteProjectDashboardParams

NewPromoteProjectDashboardParams creates a new PromoteProjectDashboardParams 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 NewPromoteProjectDashboardParamsWithContext

func NewPromoteProjectDashboardParamsWithContext(ctx context.Context) *PromoteProjectDashboardParams

NewPromoteProjectDashboardParamsWithContext creates a new PromoteProjectDashboardParams object with the ability to set a context for a request.

func NewPromoteProjectDashboardParamsWithHTTPClient

func NewPromoteProjectDashboardParamsWithHTTPClient(client *http.Client) *PromoteProjectDashboardParams

NewPromoteProjectDashboardParamsWithHTTPClient creates a new PromoteProjectDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewPromoteProjectDashboardParamsWithTimeout

func NewPromoteProjectDashboardParamsWithTimeout(timeout time.Duration) *PromoteProjectDashboardParams

NewPromoteProjectDashboardParamsWithTimeout creates a new PromoteProjectDashboardParams object with the ability to set a timeout on a request.

func (*PromoteProjectDashboardParams) SetContext

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

SetContext adds the context to the promote project dashboard params

func (*PromoteProjectDashboardParams) SetDefaults

func (o *PromoteProjectDashboardParams) SetDefaults()

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

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

func (*PromoteProjectDashboardParams) SetEntity

func (o *PromoteProjectDashboardParams) SetEntity(entity string)

SetEntity adds the entity to the promote project dashboard params

func (*PromoteProjectDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the promote project dashboard params

func (*PromoteProjectDashboardParams) SetOwner

func (o *PromoteProjectDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the promote project dashboard params

func (*PromoteProjectDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the promote project dashboard params

func (*PromoteProjectDashboardParams) SetUUID

func (o *PromoteProjectDashboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the promote project dashboard params

func (*PromoteProjectDashboardParams) WithContext

WithContext adds the context to the promote project dashboard params

func (*PromoteProjectDashboardParams) WithDefaults

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

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

func (*PromoteProjectDashboardParams) WithEntity

WithEntity adds the entity to the promote project dashboard params

func (*PromoteProjectDashboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the promote project dashboard params

func (*PromoteProjectDashboardParams) WithOwner

WithOwner adds the owner to the promote project dashboard params

func (*PromoteProjectDashboardParams) WithTimeout

WithTimeout adds the timeout to the promote project dashboard params

func (*PromoteProjectDashboardParams) WithUUID

WithUUID adds the uuid to the promote project dashboard params

func (*PromoteProjectDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PromoteProjectDashboardReader

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

PromoteProjectDashboardReader is a Reader for the PromoteProjectDashboard structure.

func (*PromoteProjectDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateProjectDashboardDefault

type UpdateProjectDashboardDefault struct {
	Payload *service_model.RuntimeError
	// contains filtered or unexported fields
}
UpdateProjectDashboardDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewUpdateProjectDashboardDefault

func NewUpdateProjectDashboardDefault(code int) *UpdateProjectDashboardDefault

NewUpdateProjectDashboardDefault creates a UpdateProjectDashboardDefault with default headers values

func (*UpdateProjectDashboardDefault) Code

Code gets the status code for the update project dashboard default response

func (*UpdateProjectDashboardDefault) Error

func (*UpdateProjectDashboardDefault) GetPayload

func (*UpdateProjectDashboardDefault) IsClientError added in v1.21.0

func (o *UpdateProjectDashboardDefault) IsClientError() bool

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

func (*UpdateProjectDashboardDefault) IsCode added in v1.21.0

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

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

func (*UpdateProjectDashboardDefault) IsRedirect added in v1.21.0

func (o *UpdateProjectDashboardDefault) IsRedirect() bool

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

func (*UpdateProjectDashboardDefault) IsServerError added in v1.21.0

func (o *UpdateProjectDashboardDefault) IsServerError() bool

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

func (*UpdateProjectDashboardDefault) IsSuccess added in v1.21.0

func (o *UpdateProjectDashboardDefault) IsSuccess() bool

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

func (*UpdateProjectDashboardDefault) String added in v1.21.0

type UpdateProjectDashboardForbidden

type UpdateProjectDashboardForbidden struct {
	Payload interface{}
}
UpdateProjectDashboardForbidden describes a response with status code 403, with default header values.

You don't have permission to access the resource.

func NewUpdateProjectDashboardForbidden

func NewUpdateProjectDashboardForbidden() *UpdateProjectDashboardForbidden

NewUpdateProjectDashboardForbidden creates a UpdateProjectDashboardForbidden with default headers values

func (*UpdateProjectDashboardForbidden) Code added in v1.22.0

Code gets the status code for the update project dashboard forbidden response

func (*UpdateProjectDashboardForbidden) Error

func (*UpdateProjectDashboardForbidden) GetPayload

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

func (*UpdateProjectDashboardForbidden) IsClientError added in v1.21.0

func (o *UpdateProjectDashboardForbidden) IsClientError() bool

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

func (*UpdateProjectDashboardForbidden) IsCode added in v1.21.0

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

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

func (*UpdateProjectDashboardForbidden) IsRedirect added in v1.21.0

func (o *UpdateProjectDashboardForbidden) IsRedirect() bool

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

func (*UpdateProjectDashboardForbidden) IsServerError added in v1.21.0

func (o *UpdateProjectDashboardForbidden) IsServerError() bool

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

func (*UpdateProjectDashboardForbidden) IsSuccess added in v1.21.0

func (o *UpdateProjectDashboardForbidden) IsSuccess() bool

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

func (*UpdateProjectDashboardForbidden) String added in v1.21.0

type UpdateProjectDashboardNoContent

type UpdateProjectDashboardNoContent struct {
	Payload interface{}
}
UpdateProjectDashboardNoContent describes a response with status code 204, with default header values.

No content.

func NewUpdateProjectDashboardNoContent

func NewUpdateProjectDashboardNoContent() *UpdateProjectDashboardNoContent

NewUpdateProjectDashboardNoContent creates a UpdateProjectDashboardNoContent with default headers values

func (*UpdateProjectDashboardNoContent) Code added in v1.22.0

Code gets the status code for the update project dashboard no content response

func (*UpdateProjectDashboardNoContent) Error

func (*UpdateProjectDashboardNoContent) GetPayload

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

func (*UpdateProjectDashboardNoContent) IsClientError added in v1.21.0

func (o *UpdateProjectDashboardNoContent) IsClientError() bool

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

func (*UpdateProjectDashboardNoContent) IsCode added in v1.21.0

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

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

func (*UpdateProjectDashboardNoContent) IsRedirect added in v1.21.0

func (o *UpdateProjectDashboardNoContent) IsRedirect() bool

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

func (*UpdateProjectDashboardNoContent) IsServerError added in v1.21.0

func (o *UpdateProjectDashboardNoContent) IsServerError() bool

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

func (*UpdateProjectDashboardNoContent) IsSuccess added in v1.21.0

func (o *UpdateProjectDashboardNoContent) IsSuccess() bool

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

func (*UpdateProjectDashboardNoContent) String added in v1.21.0

type UpdateProjectDashboardNotFound

type UpdateProjectDashboardNotFound struct {
	Payload interface{}
}
UpdateProjectDashboardNotFound describes a response with status code 404, with default header values.

Resource does not exist.

func NewUpdateProjectDashboardNotFound

func NewUpdateProjectDashboardNotFound() *UpdateProjectDashboardNotFound

NewUpdateProjectDashboardNotFound creates a UpdateProjectDashboardNotFound with default headers values

func (*UpdateProjectDashboardNotFound) Code added in v1.22.0

Code gets the status code for the update project dashboard not found response

func (*UpdateProjectDashboardNotFound) Error

func (*UpdateProjectDashboardNotFound) GetPayload

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

func (*UpdateProjectDashboardNotFound) IsClientError added in v1.21.0

func (o *UpdateProjectDashboardNotFound) IsClientError() bool

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

func (*UpdateProjectDashboardNotFound) IsCode added in v1.21.0

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

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

func (*UpdateProjectDashboardNotFound) IsRedirect added in v1.21.0

func (o *UpdateProjectDashboardNotFound) IsRedirect() bool

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

func (*UpdateProjectDashboardNotFound) IsServerError added in v1.21.0

func (o *UpdateProjectDashboardNotFound) IsServerError() bool

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

func (*UpdateProjectDashboardNotFound) IsSuccess added in v1.21.0

func (o *UpdateProjectDashboardNotFound) IsSuccess() bool

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

func (*UpdateProjectDashboardNotFound) String added in v1.21.0

type UpdateProjectDashboardOK

type UpdateProjectDashboardOK struct {
	Payload *service_model.V1Dashboard
}
UpdateProjectDashboardOK describes a response with status code 200, with default header values.

A successful response.

func NewUpdateProjectDashboardOK

func NewUpdateProjectDashboardOK() *UpdateProjectDashboardOK

NewUpdateProjectDashboardOK creates a UpdateProjectDashboardOK with default headers values

func (*UpdateProjectDashboardOK) Code added in v1.22.0

func (o *UpdateProjectDashboardOK) Code() int

Code gets the status code for the update project dashboard o k response

func (*UpdateProjectDashboardOK) Error

func (o *UpdateProjectDashboardOK) Error() string

func (*UpdateProjectDashboardOK) GetPayload

func (*UpdateProjectDashboardOK) IsClientError added in v1.21.0

func (o *UpdateProjectDashboardOK) IsClientError() bool

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

func (*UpdateProjectDashboardOK) IsCode added in v1.21.0

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

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

func (*UpdateProjectDashboardOK) IsRedirect added in v1.21.0

func (o *UpdateProjectDashboardOK) IsRedirect() bool

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

func (*UpdateProjectDashboardOK) IsServerError added in v1.21.0

func (o *UpdateProjectDashboardOK) IsServerError() bool

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

func (*UpdateProjectDashboardOK) IsSuccess added in v1.21.0

func (o *UpdateProjectDashboardOK) IsSuccess() bool

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

func (*UpdateProjectDashboardOK) String added in v1.21.0

func (o *UpdateProjectDashboardOK) String() string

type UpdateProjectDashboardParams

type UpdateProjectDashboardParams struct {

	/* Body.

	   Dashboard body
	*/
	Body *service_model.V1Dashboard

	/* DashboardUUID.

	   UUID
	*/
	DashboardUUID string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Project.

	   Project under namesapce
	*/
	Project string

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

UpdateProjectDashboardParams contains all the parameters to send to the API endpoint

for the update project dashboard operation.

Typically these are written to a http.Request.

func NewUpdateProjectDashboardParams

func NewUpdateProjectDashboardParams() *UpdateProjectDashboardParams

NewUpdateProjectDashboardParams creates a new UpdateProjectDashboardParams 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 NewUpdateProjectDashboardParamsWithContext

func NewUpdateProjectDashboardParamsWithContext(ctx context.Context) *UpdateProjectDashboardParams

NewUpdateProjectDashboardParamsWithContext creates a new UpdateProjectDashboardParams object with the ability to set a context for a request.

func NewUpdateProjectDashboardParamsWithHTTPClient

func NewUpdateProjectDashboardParamsWithHTTPClient(client *http.Client) *UpdateProjectDashboardParams

NewUpdateProjectDashboardParamsWithHTTPClient creates a new UpdateProjectDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateProjectDashboardParamsWithTimeout

func NewUpdateProjectDashboardParamsWithTimeout(timeout time.Duration) *UpdateProjectDashboardParams

NewUpdateProjectDashboardParamsWithTimeout creates a new UpdateProjectDashboardParams object with the ability to set a timeout on a request.

func (*UpdateProjectDashboardParams) SetBody

SetBody adds the body to the update project dashboard params

func (*UpdateProjectDashboardParams) SetContext

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

SetContext adds the context to the update project dashboard params

func (*UpdateProjectDashboardParams) SetDashboardUUID

func (o *UpdateProjectDashboardParams) SetDashboardUUID(dashboardUUID string)

SetDashboardUUID adds the dashboardUuid to the update project dashboard params

func (*UpdateProjectDashboardParams) SetDefaults

func (o *UpdateProjectDashboardParams) SetDefaults()

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

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

func (*UpdateProjectDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update project dashboard params

func (*UpdateProjectDashboardParams) SetOwner

func (o *UpdateProjectDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the update project dashboard params

func (*UpdateProjectDashboardParams) SetProject

func (o *UpdateProjectDashboardParams) SetProject(project string)

SetProject adds the project to the update project dashboard params

func (*UpdateProjectDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the update project dashboard params

func (*UpdateProjectDashboardParams) WithBody

WithBody adds the body to the update project dashboard params

func (*UpdateProjectDashboardParams) WithContext

WithContext adds the context to the update project dashboard params

func (*UpdateProjectDashboardParams) WithDashboardUUID

func (o *UpdateProjectDashboardParams) WithDashboardUUID(dashboardUUID string) *UpdateProjectDashboardParams

WithDashboardUUID adds the dashboardUUID to the update project dashboard params

func (*UpdateProjectDashboardParams) WithDefaults

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

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

func (*UpdateProjectDashboardParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update project dashboard params

func (*UpdateProjectDashboardParams) WithOwner

WithOwner adds the owner to the update project dashboard params

func (*UpdateProjectDashboardParams) WithProject

WithProject adds the project to the update project dashboard params

func (*UpdateProjectDashboardParams) WithTimeout

WithTimeout adds the timeout to the update project dashboard params

func (*UpdateProjectDashboardParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateProjectDashboardReader

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

UpdateProjectDashboardReader is a Reader for the UpdateProjectDashboard structure.

func (*UpdateProjectDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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