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 dashboards v1 API

func (*Client) CreateDashboard

CreateDashboard creates dashboard

func (*Client) DeleteDashboard

DeleteDashboard deletes dashboard

func (*Client) GetDashboard

GetDashboard gets dashboard

func (*Client) ListDashboardNames

ListDashboardNames lists dashboard names

func (*Client) ListDashboards

ListDashboards lists dashboards

func (*Client) PatchDashboard

PatchDashboard patches dashboard

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDashboard

UpdateDashboard updates dashboard

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new dashboards v1 API client.

type CreateDashboardDefault

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

An unexpected error response.

func NewCreateDashboardDefault

func NewCreateDashboardDefault(code int) *CreateDashboardDefault

NewCreateDashboardDefault creates a CreateDashboardDefault with default headers values

func (*CreateDashboardDefault) Code

func (o *CreateDashboardDefault) Code() int

Code gets the status code for the create dashboard default response

func (*CreateDashboardDefault) Error

func (o *CreateDashboardDefault) Error() string

func (*CreateDashboardDefault) GetPayload

func (*CreateDashboardDefault) IsClientError added in v1.21.0

func (o *CreateDashboardDefault) IsClientError() bool

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

func (*CreateDashboardDefault) IsCode added in v1.21.0

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

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

func (*CreateDashboardDefault) IsRedirect added in v1.21.0

func (o *CreateDashboardDefault) IsRedirect() bool

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

func (*CreateDashboardDefault) IsServerError added in v1.21.0

func (o *CreateDashboardDefault) IsServerError() bool

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

func (*CreateDashboardDefault) IsSuccess added in v1.21.0

func (o *CreateDashboardDefault) IsSuccess() bool

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

func (*CreateDashboardDefault) String added in v1.21.0

func (o *CreateDashboardDefault) String() string

type CreateDashboardForbidden

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

You don't have permission to access the resource.

func NewCreateDashboardForbidden

func NewCreateDashboardForbidden() *CreateDashboardForbidden

NewCreateDashboardForbidden creates a CreateDashboardForbidden with default headers values

func (*CreateDashboardForbidden) Code added in v1.22.0

func (o *CreateDashboardForbidden) Code() int

Code gets the status code for the create dashboard forbidden response

func (*CreateDashboardForbidden) Error

func (o *CreateDashboardForbidden) Error() string

func (*CreateDashboardForbidden) GetPayload

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

func (*CreateDashboardForbidden) IsClientError added in v1.21.0

func (o *CreateDashboardForbidden) IsClientError() bool

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

func (*CreateDashboardForbidden) IsCode added in v1.21.0

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

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

func (*CreateDashboardForbidden) IsRedirect added in v1.21.0

func (o *CreateDashboardForbidden) IsRedirect() bool

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

func (*CreateDashboardForbidden) IsServerError added in v1.21.0

func (o *CreateDashboardForbidden) IsServerError() bool

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

func (*CreateDashboardForbidden) IsSuccess added in v1.21.0

func (o *CreateDashboardForbidden) IsSuccess() bool

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

func (*CreateDashboardForbidden) String added in v1.21.0

func (o *CreateDashboardForbidden) String() string

type CreateDashboardNoContent

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

No content.

func NewCreateDashboardNoContent

func NewCreateDashboardNoContent() *CreateDashboardNoContent

NewCreateDashboardNoContent creates a CreateDashboardNoContent with default headers values

func (*CreateDashboardNoContent) Code added in v1.22.0

func (o *CreateDashboardNoContent) Code() int

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

func (*CreateDashboardNoContent) Error

func (o *CreateDashboardNoContent) Error() string

func (*CreateDashboardNoContent) GetPayload

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

func (*CreateDashboardNoContent) IsClientError added in v1.21.0

func (o *CreateDashboardNoContent) IsClientError() bool

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

func (*CreateDashboardNoContent) IsCode added in v1.21.0

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

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

func (*CreateDashboardNoContent) IsRedirect added in v1.21.0

func (o *CreateDashboardNoContent) IsRedirect() bool

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

func (*CreateDashboardNoContent) IsServerError added in v1.21.0

func (o *CreateDashboardNoContent) IsServerError() bool

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

func (*CreateDashboardNoContent) IsSuccess added in v1.21.0

func (o *CreateDashboardNoContent) IsSuccess() bool

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

func (*CreateDashboardNoContent) String added in v1.21.0

func (o *CreateDashboardNoContent) String() string

type CreateDashboardNotFound

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

Resource does not exist.

func NewCreateDashboardNotFound

func NewCreateDashboardNotFound() *CreateDashboardNotFound

NewCreateDashboardNotFound creates a CreateDashboardNotFound with default headers values

func (*CreateDashboardNotFound) Code added in v1.22.0

func (o *CreateDashboardNotFound) Code() int

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

func (*CreateDashboardNotFound) Error

func (o *CreateDashboardNotFound) Error() string

func (*CreateDashboardNotFound) GetPayload

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

func (*CreateDashboardNotFound) IsClientError added in v1.21.0

func (o *CreateDashboardNotFound) IsClientError() bool

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

func (*CreateDashboardNotFound) IsCode added in v1.21.0

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

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

func (*CreateDashboardNotFound) IsRedirect added in v1.21.0

func (o *CreateDashboardNotFound) IsRedirect() bool

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

func (*CreateDashboardNotFound) IsServerError added in v1.21.0

func (o *CreateDashboardNotFound) IsServerError() bool

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

func (*CreateDashboardNotFound) IsSuccess added in v1.21.0

func (o *CreateDashboardNotFound) IsSuccess() bool

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

func (*CreateDashboardNotFound) String added in v1.21.0

func (o *CreateDashboardNotFound) String() string

type CreateDashboardOK

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

A successful response.

func NewCreateDashboardOK

func NewCreateDashboardOK() *CreateDashboardOK

NewCreateDashboardOK creates a CreateDashboardOK with default headers values

func (*CreateDashboardOK) Code added in v1.22.0

func (o *CreateDashboardOK) Code() int

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

func (*CreateDashboardOK) Error

func (o *CreateDashboardOK) Error() string

func (*CreateDashboardOK) GetPayload

func (o *CreateDashboardOK) GetPayload() *service_model.V1Dashboard

func (*CreateDashboardOK) IsClientError added in v1.21.0

func (o *CreateDashboardOK) IsClientError() bool

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

func (*CreateDashboardOK) IsCode added in v1.21.0

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

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

func (*CreateDashboardOK) IsRedirect added in v1.21.0

func (o *CreateDashboardOK) IsRedirect() bool

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

func (*CreateDashboardOK) IsServerError added in v1.21.0

func (o *CreateDashboardOK) IsServerError() bool

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

func (*CreateDashboardOK) IsSuccess added in v1.21.0

func (o *CreateDashboardOK) IsSuccess() bool

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

func (*CreateDashboardOK) String added in v1.21.0

func (o *CreateDashboardOK) String() string

type CreateDashboardParams

type CreateDashboardParams struct {

	/* Body.

	   Dashboard body
	*/
	Body *service_model.V1Dashboard

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

CreateDashboardParams contains all the parameters to send to the API endpoint

for the create dashboard operation.

Typically these are written to a http.Request.

func NewCreateDashboardParams

func NewCreateDashboardParams() *CreateDashboardParams

NewCreateDashboardParams creates a new CreateDashboardParams 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 NewCreateDashboardParamsWithContext

func NewCreateDashboardParamsWithContext(ctx context.Context) *CreateDashboardParams

NewCreateDashboardParamsWithContext creates a new CreateDashboardParams object with the ability to set a context for a request.

func NewCreateDashboardParamsWithHTTPClient

func NewCreateDashboardParamsWithHTTPClient(client *http.Client) *CreateDashboardParams

NewCreateDashboardParamsWithHTTPClient creates a new CreateDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDashboardParamsWithTimeout

func NewCreateDashboardParamsWithTimeout(timeout time.Duration) *CreateDashboardParams

NewCreateDashboardParamsWithTimeout creates a new CreateDashboardParams object with the ability to set a timeout on a request.

func (*CreateDashboardParams) SetBody

SetBody adds the body to the create dashboard params

func (*CreateDashboardParams) SetContext

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

SetContext adds the context to the create dashboard params

func (*CreateDashboardParams) SetDefaults

func (o *CreateDashboardParams) SetDefaults()

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

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

func (*CreateDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create dashboard params

func (*CreateDashboardParams) SetOwner

func (o *CreateDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the create dashboard params

func (*CreateDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the create dashboard params

func (*CreateDashboardParams) WithBody

WithBody adds the body to the create dashboard params

func (*CreateDashboardParams) WithContext

WithContext adds the context to the create dashboard params

func (*CreateDashboardParams) WithDefaults

func (o *CreateDashboardParams) WithDefaults() *CreateDashboardParams

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

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

func (*CreateDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create dashboard params

func (*CreateDashboardParams) WithOwner

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

WithOwner adds the owner to the create dashboard params

func (*CreateDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the create dashboard params

func (*CreateDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateDashboardReader

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

CreateDashboardReader is a Reader for the CreateDashboard structure.

func (*CreateDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDashboardDefault

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

An unexpected error response.

func NewDeleteDashboardDefault

func NewDeleteDashboardDefault(code int) *DeleteDashboardDefault

NewDeleteDashboardDefault creates a DeleteDashboardDefault with default headers values

func (*DeleteDashboardDefault) Code

func (o *DeleteDashboardDefault) Code() int

Code gets the status code for the delete dashboard default response

func (*DeleteDashboardDefault) Error

func (o *DeleteDashboardDefault) Error() string

func (*DeleteDashboardDefault) GetPayload

func (*DeleteDashboardDefault) IsClientError added in v1.21.0

func (o *DeleteDashboardDefault) IsClientError() bool

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

func (*DeleteDashboardDefault) IsCode added in v1.21.0

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

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

func (*DeleteDashboardDefault) IsRedirect added in v1.21.0

func (o *DeleteDashboardDefault) IsRedirect() bool

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

func (*DeleteDashboardDefault) IsServerError added in v1.21.0

func (o *DeleteDashboardDefault) IsServerError() bool

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

func (*DeleteDashboardDefault) IsSuccess added in v1.21.0

func (o *DeleteDashboardDefault) IsSuccess() bool

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

func (*DeleteDashboardDefault) String added in v1.21.0

func (o *DeleteDashboardDefault) String() string

type DeleteDashboardForbidden

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

You don't have permission to access the resource.

func NewDeleteDashboardForbidden

func NewDeleteDashboardForbidden() *DeleteDashboardForbidden

NewDeleteDashboardForbidden creates a DeleteDashboardForbidden with default headers values

func (*DeleteDashboardForbidden) Code added in v1.22.0

func (o *DeleteDashboardForbidden) Code() int

Code gets the status code for the delete dashboard forbidden response

func (*DeleteDashboardForbidden) Error

func (o *DeleteDashboardForbidden) Error() string

func (*DeleteDashboardForbidden) GetPayload

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

func (*DeleteDashboardForbidden) IsClientError added in v1.21.0

func (o *DeleteDashboardForbidden) IsClientError() bool

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

func (*DeleteDashboardForbidden) IsCode added in v1.21.0

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

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

func (*DeleteDashboardForbidden) IsRedirect added in v1.21.0

func (o *DeleteDashboardForbidden) IsRedirect() bool

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

func (*DeleteDashboardForbidden) IsServerError added in v1.21.0

func (o *DeleteDashboardForbidden) IsServerError() bool

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

func (*DeleteDashboardForbidden) IsSuccess added in v1.21.0

func (o *DeleteDashboardForbidden) IsSuccess() bool

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

func (*DeleteDashboardForbidden) String added in v1.21.0

func (o *DeleteDashboardForbidden) String() string

type DeleteDashboardNoContent

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

No content.

func NewDeleteDashboardNoContent

func NewDeleteDashboardNoContent() *DeleteDashboardNoContent

NewDeleteDashboardNoContent creates a DeleteDashboardNoContent with default headers values

func (*DeleteDashboardNoContent) Code added in v1.22.0

func (o *DeleteDashboardNoContent) Code() int

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

func (*DeleteDashboardNoContent) Error

func (o *DeleteDashboardNoContent) Error() string

func (*DeleteDashboardNoContent) GetPayload

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

func (*DeleteDashboardNoContent) IsClientError added in v1.21.0

func (o *DeleteDashboardNoContent) IsClientError() bool

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

func (*DeleteDashboardNoContent) IsCode added in v1.21.0

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

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

func (*DeleteDashboardNoContent) IsRedirect added in v1.21.0

func (o *DeleteDashboardNoContent) IsRedirect() bool

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

func (*DeleteDashboardNoContent) IsServerError added in v1.21.0

func (o *DeleteDashboardNoContent) IsServerError() bool

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

func (*DeleteDashboardNoContent) IsSuccess added in v1.21.0

func (o *DeleteDashboardNoContent) IsSuccess() bool

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

func (*DeleteDashboardNoContent) String added in v1.21.0

func (o *DeleteDashboardNoContent) String() string

type DeleteDashboardNotFound

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

Resource does not exist.

func NewDeleteDashboardNotFound

func NewDeleteDashboardNotFound() *DeleteDashboardNotFound

NewDeleteDashboardNotFound creates a DeleteDashboardNotFound with default headers values

func (*DeleteDashboardNotFound) Code added in v1.22.0

func (o *DeleteDashboardNotFound) Code() int

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

func (*DeleteDashboardNotFound) Error

func (o *DeleteDashboardNotFound) Error() string

func (*DeleteDashboardNotFound) GetPayload

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

func (*DeleteDashboardNotFound) IsClientError added in v1.21.0

func (o *DeleteDashboardNotFound) IsClientError() bool

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

func (*DeleteDashboardNotFound) IsCode added in v1.21.0

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

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

func (*DeleteDashboardNotFound) IsRedirect added in v1.21.0

func (o *DeleteDashboardNotFound) IsRedirect() bool

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

func (*DeleteDashboardNotFound) IsServerError added in v1.21.0

func (o *DeleteDashboardNotFound) IsServerError() bool

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

func (*DeleteDashboardNotFound) IsSuccess added in v1.21.0

func (o *DeleteDashboardNotFound) IsSuccess() bool

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

func (*DeleteDashboardNotFound) String added in v1.21.0

func (o *DeleteDashboardNotFound) String() string

type DeleteDashboardOK

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

A successful response.

func NewDeleteDashboardOK

func NewDeleteDashboardOK() *DeleteDashboardOK

NewDeleteDashboardOK creates a DeleteDashboardOK with default headers values

func (*DeleteDashboardOK) Code added in v1.22.0

func (o *DeleteDashboardOK) Code() int

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

func (*DeleteDashboardOK) Error

func (o *DeleteDashboardOK) Error() string

func (*DeleteDashboardOK) IsClientError added in v1.21.0

func (o *DeleteDashboardOK) IsClientError() bool

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

func (*DeleteDashboardOK) IsCode added in v1.21.0

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

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

func (*DeleteDashboardOK) IsRedirect added in v1.21.0

func (o *DeleteDashboardOK) IsRedirect() bool

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

func (*DeleteDashboardOK) IsServerError added in v1.21.0

func (o *DeleteDashboardOK) IsServerError() bool

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

func (*DeleteDashboardOK) IsSuccess added in v1.21.0

func (o *DeleteDashboardOK) IsSuccess() bool

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

func (*DeleteDashboardOK) String added in v1.21.0

func (o *DeleteDashboardOK) String() string

type DeleteDashboardParams

type DeleteDashboardParams struct {

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the entity
	*/
	UUID string

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

DeleteDashboardParams contains all the parameters to send to the API endpoint

for the delete dashboard operation.

Typically these are written to a http.Request.

func NewDeleteDashboardParams

func NewDeleteDashboardParams() *DeleteDashboardParams

NewDeleteDashboardParams creates a new DeleteDashboardParams 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 NewDeleteDashboardParamsWithContext

func NewDeleteDashboardParamsWithContext(ctx context.Context) *DeleteDashboardParams

NewDeleteDashboardParamsWithContext creates a new DeleteDashboardParams object with the ability to set a context for a request.

func NewDeleteDashboardParamsWithHTTPClient

func NewDeleteDashboardParamsWithHTTPClient(client *http.Client) *DeleteDashboardParams

NewDeleteDashboardParamsWithHTTPClient creates a new DeleteDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDashboardParamsWithTimeout

func NewDeleteDashboardParamsWithTimeout(timeout time.Duration) *DeleteDashboardParams

NewDeleteDashboardParamsWithTimeout creates a new DeleteDashboardParams object with the ability to set a timeout on a request.

func (*DeleteDashboardParams) SetContext

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

SetContext adds the context to the delete dashboard params

func (*DeleteDashboardParams) SetDefaults

func (o *DeleteDashboardParams) SetDefaults()

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

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

func (*DeleteDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete dashboard params

func (*DeleteDashboardParams) SetOwner

func (o *DeleteDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the delete dashboard params

func (*DeleteDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the delete dashboard params

func (*DeleteDashboardParams) SetUUID

func (o *DeleteDashboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the delete dashboard params

func (*DeleteDashboardParams) WithContext

WithContext adds the context to the delete dashboard params

func (*DeleteDashboardParams) WithDefaults

func (o *DeleteDashboardParams) WithDefaults() *DeleteDashboardParams

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

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

func (*DeleteDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete dashboard params

func (*DeleteDashboardParams) WithOwner

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

WithOwner adds the owner to the delete dashboard params

func (*DeleteDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the delete dashboard params

func (*DeleteDashboardParams) WithUUID

WithUUID adds the uuid to the delete dashboard params

func (*DeleteDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteDashboardReader

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

DeleteDashboardReader is a Reader for the DeleteDashboard structure.

func (*DeleteDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDashboardDefault

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

An unexpected error response.

func NewGetDashboardDefault

func NewGetDashboardDefault(code int) *GetDashboardDefault

NewGetDashboardDefault creates a GetDashboardDefault with default headers values

func (*GetDashboardDefault) Code

func (o *GetDashboardDefault) Code() int

Code gets the status code for the get dashboard default response

func (*GetDashboardDefault) Error

func (o *GetDashboardDefault) Error() string

func (*GetDashboardDefault) GetPayload

func (*GetDashboardDefault) IsClientError added in v1.21.0

func (o *GetDashboardDefault) IsClientError() bool

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

func (*GetDashboardDefault) IsCode added in v1.21.0

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

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

func (*GetDashboardDefault) IsRedirect added in v1.21.0

func (o *GetDashboardDefault) IsRedirect() bool

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

func (*GetDashboardDefault) IsServerError added in v1.21.0

func (o *GetDashboardDefault) IsServerError() bool

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

func (*GetDashboardDefault) IsSuccess added in v1.21.0

func (o *GetDashboardDefault) IsSuccess() bool

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

func (*GetDashboardDefault) String added in v1.21.0

func (o *GetDashboardDefault) String() string

type GetDashboardForbidden

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

You don't have permission to access the resource.

func NewGetDashboardForbidden

func NewGetDashboardForbidden() *GetDashboardForbidden

NewGetDashboardForbidden creates a GetDashboardForbidden with default headers values

func (*GetDashboardForbidden) Code added in v1.22.0

func (o *GetDashboardForbidden) Code() int

Code gets the status code for the get dashboard forbidden response

func (*GetDashboardForbidden) Error

func (o *GetDashboardForbidden) Error() string

func (*GetDashboardForbidden) GetPayload

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

func (*GetDashboardForbidden) IsClientError added in v1.21.0

func (o *GetDashboardForbidden) IsClientError() bool

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

func (*GetDashboardForbidden) IsCode added in v1.21.0

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

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

func (*GetDashboardForbidden) IsRedirect added in v1.21.0

func (o *GetDashboardForbidden) IsRedirect() bool

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

func (*GetDashboardForbidden) IsServerError added in v1.21.0

func (o *GetDashboardForbidden) IsServerError() bool

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

func (*GetDashboardForbidden) IsSuccess added in v1.21.0

func (o *GetDashboardForbidden) IsSuccess() bool

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

func (*GetDashboardForbidden) String added in v1.21.0

func (o *GetDashboardForbidden) String() string

type GetDashboardNoContent

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

No content.

func NewGetDashboardNoContent

func NewGetDashboardNoContent() *GetDashboardNoContent

NewGetDashboardNoContent creates a GetDashboardNoContent with default headers values

func (*GetDashboardNoContent) Code added in v1.22.0

func (o *GetDashboardNoContent) Code() int

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

func (*GetDashboardNoContent) Error

func (o *GetDashboardNoContent) Error() string

func (*GetDashboardNoContent) GetPayload

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

func (*GetDashboardNoContent) IsClientError added in v1.21.0

func (o *GetDashboardNoContent) IsClientError() bool

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

func (*GetDashboardNoContent) IsCode added in v1.21.0

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

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

func (*GetDashboardNoContent) IsRedirect added in v1.21.0

func (o *GetDashboardNoContent) IsRedirect() bool

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

func (*GetDashboardNoContent) IsServerError added in v1.21.0

func (o *GetDashboardNoContent) IsServerError() bool

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

func (*GetDashboardNoContent) IsSuccess added in v1.21.0

func (o *GetDashboardNoContent) IsSuccess() bool

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

func (*GetDashboardNoContent) String added in v1.21.0

func (o *GetDashboardNoContent) String() string

type GetDashboardNotFound

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

Resource does not exist.

func NewGetDashboardNotFound

func NewGetDashboardNotFound() *GetDashboardNotFound

NewGetDashboardNotFound creates a GetDashboardNotFound with default headers values

func (*GetDashboardNotFound) Code added in v1.22.0

func (o *GetDashboardNotFound) Code() int

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

func (*GetDashboardNotFound) Error

func (o *GetDashboardNotFound) Error() string

func (*GetDashboardNotFound) GetPayload

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

func (*GetDashboardNotFound) IsClientError added in v1.21.0

func (o *GetDashboardNotFound) IsClientError() bool

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

func (*GetDashboardNotFound) IsCode added in v1.21.0

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

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

func (*GetDashboardNotFound) IsRedirect added in v1.21.0

func (o *GetDashboardNotFound) IsRedirect() bool

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

func (*GetDashboardNotFound) IsServerError added in v1.21.0

func (o *GetDashboardNotFound) IsServerError() bool

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

func (*GetDashboardNotFound) IsSuccess added in v1.21.0

func (o *GetDashboardNotFound) IsSuccess() bool

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

func (*GetDashboardNotFound) String added in v1.21.0

func (o *GetDashboardNotFound) String() string

type GetDashboardOK

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

A successful response.

func NewGetDashboardOK

func NewGetDashboardOK() *GetDashboardOK

NewGetDashboardOK creates a GetDashboardOK with default headers values

func (*GetDashboardOK) Code added in v1.22.0

func (o *GetDashboardOK) Code() int

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

func (*GetDashboardOK) Error

func (o *GetDashboardOK) Error() string

func (*GetDashboardOK) GetPayload

func (o *GetDashboardOK) GetPayload() *service_model.V1Dashboard

func (*GetDashboardOK) IsClientError added in v1.21.0

func (o *GetDashboardOK) IsClientError() bool

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

func (*GetDashboardOK) IsCode added in v1.21.0

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

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

func (*GetDashboardOK) IsRedirect added in v1.21.0

func (o *GetDashboardOK) IsRedirect() bool

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

func (*GetDashboardOK) IsServerError added in v1.21.0

func (o *GetDashboardOK) IsServerError() bool

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

func (*GetDashboardOK) IsSuccess added in v1.21.0

func (o *GetDashboardOK) IsSuccess() bool

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

func (*GetDashboardOK) String added in v1.21.0

func (o *GetDashboardOK) String() string

type GetDashboardParams

type GetDashboardParams struct {

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* UUID.

	   Uuid identifier of the entity
	*/
	UUID string

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

GetDashboardParams contains all the parameters to send to the API endpoint

for the get dashboard operation.

Typically these are written to a http.Request.

func NewGetDashboardParams

func NewGetDashboardParams() *GetDashboardParams

NewGetDashboardParams creates a new GetDashboardParams 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 NewGetDashboardParamsWithContext

func NewGetDashboardParamsWithContext(ctx context.Context) *GetDashboardParams

NewGetDashboardParamsWithContext creates a new GetDashboardParams object with the ability to set a context for a request.

func NewGetDashboardParamsWithHTTPClient

func NewGetDashboardParamsWithHTTPClient(client *http.Client) *GetDashboardParams

NewGetDashboardParamsWithHTTPClient creates a new GetDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewGetDashboardParamsWithTimeout

func NewGetDashboardParamsWithTimeout(timeout time.Duration) *GetDashboardParams

NewGetDashboardParamsWithTimeout creates a new GetDashboardParams object with the ability to set a timeout on a request.

func (*GetDashboardParams) SetContext

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

SetContext adds the context to the get dashboard params

func (*GetDashboardParams) SetDefaults

func (o *GetDashboardParams) SetDefaults()

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

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

func (*GetDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dashboard params

func (*GetDashboardParams) SetOwner

func (o *GetDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the get dashboard params

func (*GetDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the get dashboard params

func (*GetDashboardParams) SetUUID

func (o *GetDashboardParams) SetUUID(uuid string)

SetUUID adds the uuid to the get dashboard params

func (*GetDashboardParams) WithContext

WithContext adds the context to the get dashboard params

func (*GetDashboardParams) WithDefaults

func (o *GetDashboardParams) WithDefaults() *GetDashboardParams

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

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

func (*GetDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get dashboard params

func (*GetDashboardParams) WithOwner

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

WithOwner adds the owner to the get dashboard params

func (*GetDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the get dashboard params

func (*GetDashboardParams) WithUUID

func (o *GetDashboardParams) WithUUID(uuid string) *GetDashboardParams

WithUUID adds the uuid to the get dashboard params

func (*GetDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDashboardReader

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

GetDashboardReader is a Reader for the GetDashboard structure.

func (*GetDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDashboardNamesDefault

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

An unexpected error response.

func NewListDashboardNamesDefault

func NewListDashboardNamesDefault(code int) *ListDashboardNamesDefault

NewListDashboardNamesDefault creates a ListDashboardNamesDefault with default headers values

func (*ListDashboardNamesDefault) Code

func (o *ListDashboardNamesDefault) Code() int

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

func (*ListDashboardNamesDefault) Error

func (o *ListDashboardNamesDefault) Error() string

func (*ListDashboardNamesDefault) GetPayload

func (*ListDashboardNamesDefault) IsClientError added in v1.21.0

func (o *ListDashboardNamesDefault) IsClientError() bool

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

func (*ListDashboardNamesDefault) IsCode added in v1.21.0

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

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

func (*ListDashboardNamesDefault) IsRedirect added in v1.21.0

func (o *ListDashboardNamesDefault) IsRedirect() bool

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

func (*ListDashboardNamesDefault) IsServerError added in v1.21.0

func (o *ListDashboardNamesDefault) IsServerError() bool

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

func (*ListDashboardNamesDefault) IsSuccess added in v1.21.0

func (o *ListDashboardNamesDefault) IsSuccess() bool

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

func (*ListDashboardNamesDefault) String added in v1.21.0

func (o *ListDashboardNamesDefault) String() string

type ListDashboardNamesForbidden

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

You don't have permission to access the resource.

func NewListDashboardNamesForbidden

func NewListDashboardNamesForbidden() *ListDashboardNamesForbidden

NewListDashboardNamesForbidden creates a ListDashboardNamesForbidden with default headers values

func (*ListDashboardNamesForbidden) Code added in v1.22.0

func (o *ListDashboardNamesForbidden) Code() int

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

func (*ListDashboardNamesForbidden) Error

func (*ListDashboardNamesForbidden) GetPayload

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

func (*ListDashboardNamesForbidden) IsClientError added in v1.21.0

func (o *ListDashboardNamesForbidden) IsClientError() bool

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

func (*ListDashboardNamesForbidden) IsCode added in v1.21.0

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

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

func (*ListDashboardNamesForbidden) IsRedirect added in v1.21.0

func (o *ListDashboardNamesForbidden) IsRedirect() bool

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

func (*ListDashboardNamesForbidden) IsServerError added in v1.21.0

func (o *ListDashboardNamesForbidden) IsServerError() bool

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

func (*ListDashboardNamesForbidden) IsSuccess added in v1.21.0

func (o *ListDashboardNamesForbidden) IsSuccess() bool

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

func (*ListDashboardNamesForbidden) String added in v1.21.0

func (o *ListDashboardNamesForbidden) String() string

type ListDashboardNamesNoContent

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

No content.

func NewListDashboardNamesNoContent

func NewListDashboardNamesNoContent() *ListDashboardNamesNoContent

NewListDashboardNamesNoContent creates a ListDashboardNamesNoContent with default headers values

func (*ListDashboardNamesNoContent) Code added in v1.22.0

func (o *ListDashboardNamesNoContent) Code() int

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

func (*ListDashboardNamesNoContent) Error

func (*ListDashboardNamesNoContent) GetPayload

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

func (*ListDashboardNamesNoContent) IsClientError added in v1.21.0

func (o *ListDashboardNamesNoContent) IsClientError() bool

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

func (*ListDashboardNamesNoContent) IsCode added in v1.21.0

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

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

func (*ListDashboardNamesNoContent) IsRedirect added in v1.21.0

func (o *ListDashboardNamesNoContent) IsRedirect() bool

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

func (*ListDashboardNamesNoContent) IsServerError added in v1.21.0

func (o *ListDashboardNamesNoContent) IsServerError() bool

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

func (*ListDashboardNamesNoContent) IsSuccess added in v1.21.0

func (o *ListDashboardNamesNoContent) IsSuccess() bool

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

func (*ListDashboardNamesNoContent) String added in v1.21.0

func (o *ListDashboardNamesNoContent) String() string

type ListDashboardNamesNotFound

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

Resource does not exist.

func NewListDashboardNamesNotFound

func NewListDashboardNamesNotFound() *ListDashboardNamesNotFound

NewListDashboardNamesNotFound creates a ListDashboardNamesNotFound with default headers values

func (*ListDashboardNamesNotFound) Code added in v1.22.0

func (o *ListDashboardNamesNotFound) Code() int

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

func (*ListDashboardNamesNotFound) Error

func (*ListDashboardNamesNotFound) GetPayload

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

func (*ListDashboardNamesNotFound) IsClientError added in v1.21.0

func (o *ListDashboardNamesNotFound) IsClientError() bool

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

func (*ListDashboardNamesNotFound) IsCode added in v1.21.0

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

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

func (*ListDashboardNamesNotFound) IsRedirect added in v1.21.0

func (o *ListDashboardNamesNotFound) IsRedirect() bool

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

func (*ListDashboardNamesNotFound) IsServerError added in v1.21.0

func (o *ListDashboardNamesNotFound) IsServerError() bool

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

func (*ListDashboardNamesNotFound) IsSuccess added in v1.21.0

func (o *ListDashboardNamesNotFound) IsSuccess() bool

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

func (*ListDashboardNamesNotFound) String added in v1.21.0

func (o *ListDashboardNamesNotFound) String() string

type ListDashboardNamesOK

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

A successful response.

func NewListDashboardNamesOK

func NewListDashboardNamesOK() *ListDashboardNamesOK

NewListDashboardNamesOK creates a ListDashboardNamesOK with default headers values

func (*ListDashboardNamesOK) Code added in v1.22.0

func (o *ListDashboardNamesOK) Code() int

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

func (*ListDashboardNamesOK) Error

func (o *ListDashboardNamesOK) Error() string

func (*ListDashboardNamesOK) GetPayload

func (*ListDashboardNamesOK) IsClientError added in v1.21.0

func (o *ListDashboardNamesOK) IsClientError() bool

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

func (*ListDashboardNamesOK) IsCode added in v1.21.0

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

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

func (*ListDashboardNamesOK) IsRedirect added in v1.21.0

func (o *ListDashboardNamesOK) IsRedirect() bool

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

func (*ListDashboardNamesOK) IsServerError added in v1.21.0

func (o *ListDashboardNamesOK) IsServerError() bool

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

func (*ListDashboardNamesOK) IsSuccess added in v1.21.0

func (o *ListDashboardNamesOK) IsSuccess() bool

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

func (*ListDashboardNamesOK) String added in v1.21.0

func (o *ListDashboardNamesOK) String() string

type ListDashboardNamesParams

type ListDashboardNamesParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListDashboardNamesParams contains all the parameters to send to the API endpoint

for the list dashboard names operation.

Typically these are written to a http.Request.

func NewListDashboardNamesParams

func NewListDashboardNamesParams() *ListDashboardNamesParams

NewListDashboardNamesParams creates a new ListDashboardNamesParams 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 NewListDashboardNamesParamsWithContext

func NewListDashboardNamesParamsWithContext(ctx context.Context) *ListDashboardNamesParams

NewListDashboardNamesParamsWithContext creates a new ListDashboardNamesParams object with the ability to set a context for a request.

func NewListDashboardNamesParamsWithHTTPClient

func NewListDashboardNamesParamsWithHTTPClient(client *http.Client) *ListDashboardNamesParams

NewListDashboardNamesParamsWithHTTPClient creates a new ListDashboardNamesParams object with the ability to set a custom HTTPClient for a request.

func NewListDashboardNamesParamsWithTimeout

func NewListDashboardNamesParamsWithTimeout(timeout time.Duration) *ListDashboardNamesParams

NewListDashboardNamesParamsWithTimeout creates a new ListDashboardNamesParams object with the ability to set a timeout on a request.

func (*ListDashboardNamesParams) SetBookmarks

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

SetBookmarks adds the bookmarks to the list dashboard names params

func (*ListDashboardNamesParams) SetContext

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

SetContext adds the context to the list dashboard names params

func (*ListDashboardNamesParams) SetDefaults

func (o *ListDashboardNamesParams) SetDefaults()

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

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

func (*ListDashboardNamesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list dashboard names params

func (*ListDashboardNamesParams) SetLimit

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

SetLimit adds the limit to the list dashboard names params

func (*ListDashboardNamesParams) SetMode

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

SetMode adds the mode to the list dashboard names params

func (*ListDashboardNamesParams) SetNoPage

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

SetNoPage adds the noPage to the list dashboard names params

func (*ListDashboardNamesParams) SetOffset

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

SetOffset adds the offset to the list dashboard names params

func (*ListDashboardNamesParams) SetOwner

func (o *ListDashboardNamesParams) SetOwner(owner string)

SetOwner adds the owner to the list dashboard names params

func (*ListDashboardNamesParams) SetQuery

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

SetQuery adds the query to the list dashboard names params

func (*ListDashboardNamesParams) SetSort

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

SetSort adds the sort to the list dashboard names params

func (*ListDashboardNamesParams) SetTimeout

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

SetTimeout adds the timeout to the list dashboard names params

func (*ListDashboardNamesParams) WithBookmarks

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

WithBookmarks adds the bookmarks to the list dashboard names params

func (*ListDashboardNamesParams) WithContext

WithContext adds the context to the list dashboard names params

func (*ListDashboardNamesParams) WithDefaults

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

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

func (*ListDashboardNamesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list dashboard names params

func (*ListDashboardNamesParams) WithLimit

WithLimit adds the limit to the list dashboard names params

func (*ListDashboardNamesParams) WithMode

WithMode adds the mode to the list dashboard names params

func (*ListDashboardNamesParams) WithNoPage

func (o *ListDashboardNamesParams) WithNoPage(noPage *bool) *ListDashboardNamesParams

WithNoPage adds the noPage to the list dashboard names params

func (*ListDashboardNamesParams) WithOffset

WithOffset adds the offset to the list dashboard names params

func (*ListDashboardNamesParams) WithOwner

WithOwner adds the owner to the list dashboard names params

func (*ListDashboardNamesParams) WithQuery

WithQuery adds the query to the list dashboard names params

func (*ListDashboardNamesParams) WithSort

WithSort adds the sort to the list dashboard names params

func (*ListDashboardNamesParams) WithTimeout

WithTimeout adds the timeout to the list dashboard names params

func (*ListDashboardNamesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListDashboardNamesReader

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

ListDashboardNamesReader is a Reader for the ListDashboardNames structure.

func (*ListDashboardNamesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDashboardsDefault

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

An unexpected error response.

func NewListDashboardsDefault

func NewListDashboardsDefault(code int) *ListDashboardsDefault

NewListDashboardsDefault creates a ListDashboardsDefault with default headers values

func (*ListDashboardsDefault) Code

func (o *ListDashboardsDefault) Code() int

Code gets the status code for the list dashboards default response

func (*ListDashboardsDefault) Error

func (o *ListDashboardsDefault) Error() string

func (*ListDashboardsDefault) GetPayload

func (*ListDashboardsDefault) IsClientError added in v1.21.0

func (o *ListDashboardsDefault) IsClientError() bool

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

func (*ListDashboardsDefault) IsCode added in v1.21.0

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

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

func (*ListDashboardsDefault) IsRedirect added in v1.21.0

func (o *ListDashboardsDefault) IsRedirect() bool

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

func (*ListDashboardsDefault) IsServerError added in v1.21.0

func (o *ListDashboardsDefault) IsServerError() bool

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

func (*ListDashboardsDefault) IsSuccess added in v1.21.0

func (o *ListDashboardsDefault) IsSuccess() bool

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

func (*ListDashboardsDefault) String added in v1.21.0

func (o *ListDashboardsDefault) String() string

type ListDashboardsForbidden

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

You don't have permission to access the resource.

func NewListDashboardsForbidden

func NewListDashboardsForbidden() *ListDashboardsForbidden

NewListDashboardsForbidden creates a ListDashboardsForbidden with default headers values

func (*ListDashboardsForbidden) Code added in v1.22.0

func (o *ListDashboardsForbidden) Code() int

Code gets the status code for the list dashboards forbidden response

func (*ListDashboardsForbidden) Error

func (o *ListDashboardsForbidden) Error() string

func (*ListDashboardsForbidden) GetPayload

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

func (*ListDashboardsForbidden) IsClientError added in v1.21.0

func (o *ListDashboardsForbidden) IsClientError() bool

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

func (*ListDashboardsForbidden) IsCode added in v1.21.0

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

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

func (*ListDashboardsForbidden) IsRedirect added in v1.21.0

func (o *ListDashboardsForbidden) IsRedirect() bool

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

func (*ListDashboardsForbidden) IsServerError added in v1.21.0

func (o *ListDashboardsForbidden) IsServerError() bool

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

func (*ListDashboardsForbidden) IsSuccess added in v1.21.0

func (o *ListDashboardsForbidden) IsSuccess() bool

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

func (*ListDashboardsForbidden) String added in v1.21.0

func (o *ListDashboardsForbidden) String() string

type ListDashboardsNoContent

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

No content.

func NewListDashboardsNoContent

func NewListDashboardsNoContent() *ListDashboardsNoContent

NewListDashboardsNoContent creates a ListDashboardsNoContent with default headers values

func (*ListDashboardsNoContent) Code added in v1.22.0

func (o *ListDashboardsNoContent) Code() int

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

func (*ListDashboardsNoContent) Error

func (o *ListDashboardsNoContent) Error() string

func (*ListDashboardsNoContent) GetPayload

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

func (*ListDashboardsNoContent) IsClientError added in v1.21.0

func (o *ListDashboardsNoContent) IsClientError() bool

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

func (*ListDashboardsNoContent) IsCode added in v1.21.0

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

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

func (*ListDashboardsNoContent) IsRedirect added in v1.21.0

func (o *ListDashboardsNoContent) IsRedirect() bool

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

func (*ListDashboardsNoContent) IsServerError added in v1.21.0

func (o *ListDashboardsNoContent) IsServerError() bool

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

func (*ListDashboardsNoContent) IsSuccess added in v1.21.0

func (o *ListDashboardsNoContent) IsSuccess() bool

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

func (*ListDashboardsNoContent) String added in v1.21.0

func (o *ListDashboardsNoContent) String() string

type ListDashboardsNotFound

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

Resource does not exist.

func NewListDashboardsNotFound

func NewListDashboardsNotFound() *ListDashboardsNotFound

NewListDashboardsNotFound creates a ListDashboardsNotFound with default headers values

func (*ListDashboardsNotFound) Code added in v1.22.0

func (o *ListDashboardsNotFound) Code() int

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

func (*ListDashboardsNotFound) Error

func (o *ListDashboardsNotFound) Error() string

func (*ListDashboardsNotFound) GetPayload

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

func (*ListDashboardsNotFound) IsClientError added in v1.21.0

func (o *ListDashboardsNotFound) IsClientError() bool

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

func (*ListDashboardsNotFound) IsCode added in v1.21.0

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

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

func (*ListDashboardsNotFound) IsRedirect added in v1.21.0

func (o *ListDashboardsNotFound) IsRedirect() bool

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

func (*ListDashboardsNotFound) IsServerError added in v1.21.0

func (o *ListDashboardsNotFound) IsServerError() bool

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

func (*ListDashboardsNotFound) IsSuccess added in v1.21.0

func (o *ListDashboardsNotFound) IsSuccess() bool

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

func (*ListDashboardsNotFound) String added in v1.21.0

func (o *ListDashboardsNotFound) String() string

type ListDashboardsOK

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

A successful response.

func NewListDashboardsOK

func NewListDashboardsOK() *ListDashboardsOK

NewListDashboardsOK creates a ListDashboardsOK with default headers values

func (*ListDashboardsOK) Code added in v1.22.0

func (o *ListDashboardsOK) Code() int

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

func (*ListDashboardsOK) Error

func (o *ListDashboardsOK) Error() string

func (*ListDashboardsOK) GetPayload

func (*ListDashboardsOK) IsClientError added in v1.21.0

func (o *ListDashboardsOK) IsClientError() bool

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

func (*ListDashboardsOK) IsCode added in v1.21.0

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

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

func (*ListDashboardsOK) IsRedirect added in v1.21.0

func (o *ListDashboardsOK) IsRedirect() bool

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

func (*ListDashboardsOK) IsServerError added in v1.21.0

func (o *ListDashboardsOK) IsServerError() bool

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

func (*ListDashboardsOK) IsSuccess added in v1.21.0

func (o *ListDashboardsOK) IsSuccess() bool

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

func (*ListDashboardsOK) String added in v1.21.0

func (o *ListDashboardsOK) String() string

type ListDashboardsParams

type ListDashboardsParams struct {

	/* Bookmarks.

	   Filter by bookmarks.
	*/
	Bookmarks *bool

	/* Limit.

	   Limit size.

	   Format: int32
	*/
	Limit *int32

	/* Mode.

	   Mode of the search.
	*/
	Mode *string

	/* NoPage.

	   No pagination.
	*/
	NoPage *bool

	/* Offset.

	   Pagination offset.

	   Format: int32
	*/
	Offset *int32

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

	/* Query.

	   Query filter the search.
	*/
	Query *string

	/* Sort.

	   Sort to order the search.
	*/
	Sort *string

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

ListDashboardsParams contains all the parameters to send to the API endpoint

for the list dashboards operation.

Typically these are written to a http.Request.

func NewListDashboardsParams

func NewListDashboardsParams() *ListDashboardsParams

NewListDashboardsParams creates a new ListDashboardsParams 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 NewListDashboardsParamsWithContext

func NewListDashboardsParamsWithContext(ctx context.Context) *ListDashboardsParams

NewListDashboardsParamsWithContext creates a new ListDashboardsParams object with the ability to set a context for a request.

func NewListDashboardsParamsWithHTTPClient

func NewListDashboardsParamsWithHTTPClient(client *http.Client) *ListDashboardsParams

NewListDashboardsParamsWithHTTPClient creates a new ListDashboardsParams object with the ability to set a custom HTTPClient for a request.

func NewListDashboardsParamsWithTimeout

func NewListDashboardsParamsWithTimeout(timeout time.Duration) *ListDashboardsParams

NewListDashboardsParamsWithTimeout creates a new ListDashboardsParams object with the ability to set a timeout on a request.

func (*ListDashboardsParams) SetBookmarks

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

SetBookmarks adds the bookmarks to the list dashboards params

func (*ListDashboardsParams) SetContext

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

SetContext adds the context to the list dashboards params

func (*ListDashboardsParams) SetDefaults

func (o *ListDashboardsParams) SetDefaults()

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

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

func (*ListDashboardsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list dashboards params

func (*ListDashboardsParams) SetLimit

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

SetLimit adds the limit to the list dashboards params

func (*ListDashboardsParams) SetMode

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

SetMode adds the mode to the list dashboards params

func (*ListDashboardsParams) SetNoPage

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

SetNoPage adds the noPage to the list dashboards params

func (*ListDashboardsParams) SetOffset

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

SetOffset adds the offset to the list dashboards params

func (*ListDashboardsParams) SetOwner

func (o *ListDashboardsParams) SetOwner(owner string)

SetOwner adds the owner to the list dashboards params

func (*ListDashboardsParams) SetQuery

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

SetQuery adds the query to the list dashboards params

func (*ListDashboardsParams) SetSort

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

SetSort adds the sort to the list dashboards params

func (*ListDashboardsParams) SetTimeout

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

SetTimeout adds the timeout to the list dashboards params

func (*ListDashboardsParams) WithBookmarks

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

WithBookmarks adds the bookmarks to the list dashboards params

func (*ListDashboardsParams) WithContext

WithContext adds the context to the list dashboards params

func (*ListDashboardsParams) WithDefaults

func (o *ListDashboardsParams) WithDefaults() *ListDashboardsParams

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

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

func (*ListDashboardsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list dashboards params

func (*ListDashboardsParams) WithLimit

func (o *ListDashboardsParams) WithLimit(limit *int32) *ListDashboardsParams

WithLimit adds the limit to the list dashboards params

func (*ListDashboardsParams) WithMode

func (o *ListDashboardsParams) WithMode(mode *string) *ListDashboardsParams

WithMode adds the mode to the list dashboards params

func (*ListDashboardsParams) WithNoPage

func (o *ListDashboardsParams) WithNoPage(noPage *bool) *ListDashboardsParams

WithNoPage adds the noPage to the list dashboards params

func (*ListDashboardsParams) WithOffset

func (o *ListDashboardsParams) WithOffset(offset *int32) *ListDashboardsParams

WithOffset adds the offset to the list dashboards params

func (*ListDashboardsParams) WithOwner

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

WithOwner adds the owner to the list dashboards params

func (*ListDashboardsParams) WithQuery

func (o *ListDashboardsParams) WithQuery(query *string) *ListDashboardsParams

WithQuery adds the query to the list dashboards params

func (*ListDashboardsParams) WithSort

func (o *ListDashboardsParams) WithSort(sort *string) *ListDashboardsParams

WithSort adds the sort to the list dashboards params

func (*ListDashboardsParams) WithTimeout

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

WithTimeout adds the timeout to the list dashboards params

func (*ListDashboardsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDashboardsReader

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

ListDashboardsReader is a Reader for the ListDashboards structure.

func (*ListDashboardsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchDashboardDefault

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

An unexpected error response.

func NewPatchDashboardDefault

func NewPatchDashboardDefault(code int) *PatchDashboardDefault

NewPatchDashboardDefault creates a PatchDashboardDefault with default headers values

func (*PatchDashboardDefault) Code

func (o *PatchDashboardDefault) Code() int

Code gets the status code for the patch dashboard default response

func (*PatchDashboardDefault) Error

func (o *PatchDashboardDefault) Error() string

func (*PatchDashboardDefault) GetPayload

func (*PatchDashboardDefault) IsClientError added in v1.21.0

func (o *PatchDashboardDefault) IsClientError() bool

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

func (*PatchDashboardDefault) IsCode added in v1.21.0

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

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

func (*PatchDashboardDefault) IsRedirect added in v1.21.0

func (o *PatchDashboardDefault) IsRedirect() bool

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

func (*PatchDashboardDefault) IsServerError added in v1.21.0

func (o *PatchDashboardDefault) IsServerError() bool

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

func (*PatchDashboardDefault) IsSuccess added in v1.21.0

func (o *PatchDashboardDefault) IsSuccess() bool

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

func (*PatchDashboardDefault) String added in v1.21.0

func (o *PatchDashboardDefault) String() string

type PatchDashboardForbidden

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

You don't have permission to access the resource.

func NewPatchDashboardForbidden

func NewPatchDashboardForbidden() *PatchDashboardForbidden

NewPatchDashboardForbidden creates a PatchDashboardForbidden with default headers values

func (*PatchDashboardForbidden) Code added in v1.22.0

func (o *PatchDashboardForbidden) Code() int

Code gets the status code for the patch dashboard forbidden response

func (*PatchDashboardForbidden) Error

func (o *PatchDashboardForbidden) Error() string

func (*PatchDashboardForbidden) GetPayload

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

func (*PatchDashboardForbidden) IsClientError added in v1.21.0

func (o *PatchDashboardForbidden) IsClientError() bool

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

func (*PatchDashboardForbidden) IsCode added in v1.21.0

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

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

func (*PatchDashboardForbidden) IsRedirect added in v1.21.0

func (o *PatchDashboardForbidden) IsRedirect() bool

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

func (*PatchDashboardForbidden) IsServerError added in v1.21.0

func (o *PatchDashboardForbidden) IsServerError() bool

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

func (*PatchDashboardForbidden) IsSuccess added in v1.21.0

func (o *PatchDashboardForbidden) IsSuccess() bool

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

func (*PatchDashboardForbidden) String added in v1.21.0

func (o *PatchDashboardForbidden) String() string

type PatchDashboardNoContent

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

No content.

func NewPatchDashboardNoContent

func NewPatchDashboardNoContent() *PatchDashboardNoContent

NewPatchDashboardNoContent creates a PatchDashboardNoContent with default headers values

func (*PatchDashboardNoContent) Code added in v1.22.0

func (o *PatchDashboardNoContent) Code() int

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

func (*PatchDashboardNoContent) Error

func (o *PatchDashboardNoContent) Error() string

func (*PatchDashboardNoContent) GetPayload

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

func (*PatchDashboardNoContent) IsClientError added in v1.21.0

func (o *PatchDashboardNoContent) IsClientError() bool

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

func (*PatchDashboardNoContent) IsCode added in v1.21.0

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

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

func (*PatchDashboardNoContent) IsRedirect added in v1.21.0

func (o *PatchDashboardNoContent) IsRedirect() bool

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

func (*PatchDashboardNoContent) IsServerError added in v1.21.0

func (o *PatchDashboardNoContent) IsServerError() bool

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

func (*PatchDashboardNoContent) IsSuccess added in v1.21.0

func (o *PatchDashboardNoContent) IsSuccess() bool

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

func (*PatchDashboardNoContent) String added in v1.21.0

func (o *PatchDashboardNoContent) String() string

type PatchDashboardNotFound

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

Resource does not exist.

func NewPatchDashboardNotFound

func NewPatchDashboardNotFound() *PatchDashboardNotFound

NewPatchDashboardNotFound creates a PatchDashboardNotFound with default headers values

func (*PatchDashboardNotFound) Code added in v1.22.0

func (o *PatchDashboardNotFound) Code() int

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

func (*PatchDashboardNotFound) Error

func (o *PatchDashboardNotFound) Error() string

func (*PatchDashboardNotFound) GetPayload

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

func (*PatchDashboardNotFound) IsClientError added in v1.21.0

func (o *PatchDashboardNotFound) IsClientError() bool

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

func (*PatchDashboardNotFound) IsCode added in v1.21.0

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

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

func (*PatchDashboardNotFound) IsRedirect added in v1.21.0

func (o *PatchDashboardNotFound) IsRedirect() bool

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

func (*PatchDashboardNotFound) IsServerError added in v1.21.0

func (o *PatchDashboardNotFound) IsServerError() bool

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

func (*PatchDashboardNotFound) IsSuccess added in v1.21.0

func (o *PatchDashboardNotFound) IsSuccess() bool

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

func (*PatchDashboardNotFound) String added in v1.21.0

func (o *PatchDashboardNotFound) String() string

type PatchDashboardOK

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

A successful response.

func NewPatchDashboardOK

func NewPatchDashboardOK() *PatchDashboardOK

NewPatchDashboardOK creates a PatchDashboardOK with default headers values

func (*PatchDashboardOK) Code added in v1.22.0

func (o *PatchDashboardOK) Code() int

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

func (*PatchDashboardOK) Error

func (o *PatchDashboardOK) Error() string

func (*PatchDashboardOK) GetPayload

func (o *PatchDashboardOK) GetPayload() *service_model.V1Dashboard

func (*PatchDashboardOK) IsClientError added in v1.21.0

func (o *PatchDashboardOK) IsClientError() bool

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

func (*PatchDashboardOK) IsCode added in v1.21.0

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

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

func (*PatchDashboardOK) IsRedirect added in v1.21.0

func (o *PatchDashboardOK) IsRedirect() bool

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

func (*PatchDashboardOK) IsServerError added in v1.21.0

func (o *PatchDashboardOK) IsServerError() bool

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

func (*PatchDashboardOK) IsSuccess added in v1.21.0

func (o *PatchDashboardOK) IsSuccess() bool

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

func (*PatchDashboardOK) String added in v1.21.0

func (o *PatchDashboardOK) String() string

type PatchDashboardParams

type PatchDashboardParams struct {

	/* Body.

	   Dashboard body
	*/
	Body *service_model.V1Dashboard

	/* DashboardUUID.

	   UUID
	*/
	DashboardUUID string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

PatchDashboardParams contains all the parameters to send to the API endpoint

for the patch dashboard operation.

Typically these are written to a http.Request.

func NewPatchDashboardParams

func NewPatchDashboardParams() *PatchDashboardParams

NewPatchDashboardParams creates a new PatchDashboardParams 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 NewPatchDashboardParamsWithContext

func NewPatchDashboardParamsWithContext(ctx context.Context) *PatchDashboardParams

NewPatchDashboardParamsWithContext creates a new PatchDashboardParams object with the ability to set a context for a request.

func NewPatchDashboardParamsWithHTTPClient

func NewPatchDashboardParamsWithHTTPClient(client *http.Client) *PatchDashboardParams

NewPatchDashboardParamsWithHTTPClient creates a new PatchDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewPatchDashboardParamsWithTimeout

func NewPatchDashboardParamsWithTimeout(timeout time.Duration) *PatchDashboardParams

NewPatchDashboardParamsWithTimeout creates a new PatchDashboardParams object with the ability to set a timeout on a request.

func (*PatchDashboardParams) SetBody

SetBody adds the body to the patch dashboard params

func (*PatchDashboardParams) SetContext

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

SetContext adds the context to the patch dashboard params

func (*PatchDashboardParams) SetDashboardUUID

func (o *PatchDashboardParams) SetDashboardUUID(dashboardUUID string)

SetDashboardUUID adds the dashboardUuid to the patch dashboard params

func (*PatchDashboardParams) SetDefaults

func (o *PatchDashboardParams) SetDefaults()

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

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

func (*PatchDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch dashboard params

func (*PatchDashboardParams) SetOwner

func (o *PatchDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the patch dashboard params

func (*PatchDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the patch dashboard params

func (*PatchDashboardParams) WithBody

WithBody adds the body to the patch dashboard params

func (*PatchDashboardParams) WithContext

WithContext adds the context to the patch dashboard params

func (*PatchDashboardParams) WithDashboardUUID

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

WithDashboardUUID adds the dashboardUUID to the patch dashboard params

func (*PatchDashboardParams) WithDefaults

func (o *PatchDashboardParams) WithDefaults() *PatchDashboardParams

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

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

func (*PatchDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch dashboard params

func (*PatchDashboardParams) WithOwner

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

WithOwner adds the owner to the patch dashboard params

func (*PatchDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the patch dashboard params

func (*PatchDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchDashboardReader

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

PatchDashboardReader is a Reader for the PatchDashboard structure.

func (*PatchDashboardReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDashboardDefault

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

An unexpected error response.

func NewUpdateDashboardDefault

func NewUpdateDashboardDefault(code int) *UpdateDashboardDefault

NewUpdateDashboardDefault creates a UpdateDashboardDefault with default headers values

func (*UpdateDashboardDefault) Code

func (o *UpdateDashboardDefault) Code() int

Code gets the status code for the update dashboard default response

func (*UpdateDashboardDefault) Error

func (o *UpdateDashboardDefault) Error() string

func (*UpdateDashboardDefault) GetPayload

func (*UpdateDashboardDefault) IsClientError added in v1.21.0

func (o *UpdateDashboardDefault) IsClientError() bool

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

func (*UpdateDashboardDefault) IsCode added in v1.21.0

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

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

func (*UpdateDashboardDefault) IsRedirect added in v1.21.0

func (o *UpdateDashboardDefault) IsRedirect() bool

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

func (*UpdateDashboardDefault) IsServerError added in v1.21.0

func (o *UpdateDashboardDefault) IsServerError() bool

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

func (*UpdateDashboardDefault) IsSuccess added in v1.21.0

func (o *UpdateDashboardDefault) IsSuccess() bool

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

func (*UpdateDashboardDefault) String added in v1.21.0

func (o *UpdateDashboardDefault) String() string

type UpdateDashboardForbidden

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

You don't have permission to access the resource.

func NewUpdateDashboardForbidden

func NewUpdateDashboardForbidden() *UpdateDashboardForbidden

NewUpdateDashboardForbidden creates a UpdateDashboardForbidden with default headers values

func (*UpdateDashboardForbidden) Code added in v1.22.0

func (o *UpdateDashboardForbidden) Code() int

Code gets the status code for the update dashboard forbidden response

func (*UpdateDashboardForbidden) Error

func (o *UpdateDashboardForbidden) Error() string

func (*UpdateDashboardForbidden) GetPayload

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

func (*UpdateDashboardForbidden) IsClientError added in v1.21.0

func (o *UpdateDashboardForbidden) IsClientError() bool

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

func (*UpdateDashboardForbidden) IsCode added in v1.21.0

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

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

func (*UpdateDashboardForbidden) IsRedirect added in v1.21.0

func (o *UpdateDashboardForbidden) IsRedirect() bool

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

func (*UpdateDashboardForbidden) IsServerError added in v1.21.0

func (o *UpdateDashboardForbidden) IsServerError() bool

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

func (*UpdateDashboardForbidden) IsSuccess added in v1.21.0

func (o *UpdateDashboardForbidden) IsSuccess() bool

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

func (*UpdateDashboardForbidden) String added in v1.21.0

func (o *UpdateDashboardForbidden) String() string

type UpdateDashboardNoContent

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

No content.

func NewUpdateDashboardNoContent

func NewUpdateDashboardNoContent() *UpdateDashboardNoContent

NewUpdateDashboardNoContent creates a UpdateDashboardNoContent with default headers values

func (*UpdateDashboardNoContent) Code added in v1.22.0

func (o *UpdateDashboardNoContent) Code() int

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

func (*UpdateDashboardNoContent) Error

func (o *UpdateDashboardNoContent) Error() string

func (*UpdateDashboardNoContent) GetPayload

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

func (*UpdateDashboardNoContent) IsClientError added in v1.21.0

func (o *UpdateDashboardNoContent) IsClientError() bool

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

func (*UpdateDashboardNoContent) IsCode added in v1.21.0

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

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

func (*UpdateDashboardNoContent) IsRedirect added in v1.21.0

func (o *UpdateDashboardNoContent) IsRedirect() bool

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

func (*UpdateDashboardNoContent) IsServerError added in v1.21.0

func (o *UpdateDashboardNoContent) IsServerError() bool

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

func (*UpdateDashboardNoContent) IsSuccess added in v1.21.0

func (o *UpdateDashboardNoContent) IsSuccess() bool

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

func (*UpdateDashboardNoContent) String added in v1.21.0

func (o *UpdateDashboardNoContent) String() string

type UpdateDashboardNotFound

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

Resource does not exist.

func NewUpdateDashboardNotFound

func NewUpdateDashboardNotFound() *UpdateDashboardNotFound

NewUpdateDashboardNotFound creates a UpdateDashboardNotFound with default headers values

func (*UpdateDashboardNotFound) Code added in v1.22.0

func (o *UpdateDashboardNotFound) Code() int

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

func (*UpdateDashboardNotFound) Error

func (o *UpdateDashboardNotFound) Error() string

func (*UpdateDashboardNotFound) GetPayload

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

func (*UpdateDashboardNotFound) IsClientError added in v1.21.0

func (o *UpdateDashboardNotFound) IsClientError() bool

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

func (*UpdateDashboardNotFound) IsCode added in v1.21.0

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

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

func (*UpdateDashboardNotFound) IsRedirect added in v1.21.0

func (o *UpdateDashboardNotFound) IsRedirect() bool

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

func (*UpdateDashboardNotFound) IsServerError added in v1.21.0

func (o *UpdateDashboardNotFound) IsServerError() bool

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

func (*UpdateDashboardNotFound) IsSuccess added in v1.21.0

func (o *UpdateDashboardNotFound) IsSuccess() bool

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

func (*UpdateDashboardNotFound) String added in v1.21.0

func (o *UpdateDashboardNotFound) String() string

type UpdateDashboardOK

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

A successful response.

func NewUpdateDashboardOK

func NewUpdateDashboardOK() *UpdateDashboardOK

NewUpdateDashboardOK creates a UpdateDashboardOK with default headers values

func (*UpdateDashboardOK) Code added in v1.22.0

func (o *UpdateDashboardOK) Code() int

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

func (*UpdateDashboardOK) Error

func (o *UpdateDashboardOK) Error() string

func (*UpdateDashboardOK) GetPayload

func (o *UpdateDashboardOK) GetPayload() *service_model.V1Dashboard

func (*UpdateDashboardOK) IsClientError added in v1.21.0

func (o *UpdateDashboardOK) IsClientError() bool

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

func (*UpdateDashboardOK) IsCode added in v1.21.0

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

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

func (*UpdateDashboardOK) IsRedirect added in v1.21.0

func (o *UpdateDashboardOK) IsRedirect() bool

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

func (*UpdateDashboardOK) IsServerError added in v1.21.0

func (o *UpdateDashboardOK) IsServerError() bool

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

func (*UpdateDashboardOK) IsSuccess added in v1.21.0

func (o *UpdateDashboardOK) IsSuccess() bool

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

func (*UpdateDashboardOK) String added in v1.21.0

func (o *UpdateDashboardOK) String() string

type UpdateDashboardParams

type UpdateDashboardParams struct {

	/* Body.

	   Dashboard body
	*/
	Body *service_model.V1Dashboard

	/* DashboardUUID.

	   UUID
	*/
	DashboardUUID string

	/* Owner.

	   Owner of the namespace
	*/
	Owner string

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

UpdateDashboardParams contains all the parameters to send to the API endpoint

for the update dashboard operation.

Typically these are written to a http.Request.

func NewUpdateDashboardParams

func NewUpdateDashboardParams() *UpdateDashboardParams

NewUpdateDashboardParams creates a new UpdateDashboardParams 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 NewUpdateDashboardParamsWithContext

func NewUpdateDashboardParamsWithContext(ctx context.Context) *UpdateDashboardParams

NewUpdateDashboardParamsWithContext creates a new UpdateDashboardParams object with the ability to set a context for a request.

func NewUpdateDashboardParamsWithHTTPClient

func NewUpdateDashboardParamsWithHTTPClient(client *http.Client) *UpdateDashboardParams

NewUpdateDashboardParamsWithHTTPClient creates a new UpdateDashboardParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDashboardParamsWithTimeout

func NewUpdateDashboardParamsWithTimeout(timeout time.Duration) *UpdateDashboardParams

NewUpdateDashboardParamsWithTimeout creates a new UpdateDashboardParams object with the ability to set a timeout on a request.

func (*UpdateDashboardParams) SetBody

SetBody adds the body to the update dashboard params

func (*UpdateDashboardParams) SetContext

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

SetContext adds the context to the update dashboard params

func (*UpdateDashboardParams) SetDashboardUUID

func (o *UpdateDashboardParams) SetDashboardUUID(dashboardUUID string)

SetDashboardUUID adds the dashboardUuid to the update dashboard params

func (*UpdateDashboardParams) SetDefaults

func (o *UpdateDashboardParams) SetDefaults()

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

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

func (*UpdateDashboardParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update dashboard params

func (*UpdateDashboardParams) SetOwner

func (o *UpdateDashboardParams) SetOwner(owner string)

SetOwner adds the owner to the update dashboard params

func (*UpdateDashboardParams) SetTimeout

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

SetTimeout adds the timeout to the update dashboard params

func (*UpdateDashboardParams) WithBody

WithBody adds the body to the update dashboard params

func (*UpdateDashboardParams) WithContext

WithContext adds the context to the update dashboard params

func (*UpdateDashboardParams) WithDashboardUUID

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

WithDashboardUUID adds the dashboardUUID to the update dashboard params

func (*UpdateDashboardParams) WithDefaults

func (o *UpdateDashboardParams) WithDefaults() *UpdateDashboardParams

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

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

func (*UpdateDashboardParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update dashboard params

func (*UpdateDashboardParams) WithOwner

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

WithOwner adds the owner to the update dashboard params

func (*UpdateDashboardParams) WithTimeout

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

WithTimeout adds the timeout to the update dashboard params

func (*UpdateDashboardParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateDashboardReader

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

UpdateDashboardReader is a Reader for the UpdateDashboard structure.

func (*UpdateDashboardReader) ReadResponse

func (o *UpdateDashboardReader) 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