Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateProjectDashboard(params *CreateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateProjectDashboardOK, *CreateProjectDashboardNoContent, error)
- func (a *Client) DeleteProjectDashboard(params *DeleteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteProjectDashboardOK, *DeleteProjectDashboardNoContent, error)
- func (a *Client) GetProjectDashboard(params *GetProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetProjectDashboardOK, *GetProjectDashboardNoContent, error)
- func (a *Client) ListProjectDashboardNames(params *ListProjectDashboardNamesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListProjectDashboardNamesOK, *ListProjectDashboardNamesNoContent, error)
- func (a *Client) ListProjectDashboards(params *ListProjectDashboardsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListProjectDashboardsOK, *ListProjectDashboardsNoContent, error)
- func (a *Client) PatchProjectDashboard(params *PatchProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PatchProjectDashboardOK, *PatchProjectDashboardNoContent, error)
- func (a *Client) PromoteProjectDashboard(params *PromoteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, ...) (*PromoteProjectDashboardOK, *PromoteProjectDashboardNoContent, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateProjectDashboard(params *UpdateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateProjectDashboardOK, *UpdateProjectDashboardNoContent, error)
- type ClientOption
- type ClientService
- type CreateProjectDashboardDefault
- func (o *CreateProjectDashboardDefault) Code() int
- func (o *CreateProjectDashboardDefault) Error() string
- func (o *CreateProjectDashboardDefault) GetPayload() *service_model.RuntimeError
- func (o *CreateProjectDashboardDefault) IsClientError() bool
- func (o *CreateProjectDashboardDefault) IsCode(code int) bool
- func (o *CreateProjectDashboardDefault) IsRedirect() bool
- func (o *CreateProjectDashboardDefault) IsServerError() bool
- func (o *CreateProjectDashboardDefault) IsSuccess() bool
- func (o *CreateProjectDashboardDefault) String() string
- type CreateProjectDashboardForbidden
- func (o *CreateProjectDashboardForbidden) Code() int
- func (o *CreateProjectDashboardForbidden) Error() string
- func (o *CreateProjectDashboardForbidden) GetPayload() interface{}
- func (o *CreateProjectDashboardForbidden) IsClientError() bool
- func (o *CreateProjectDashboardForbidden) IsCode(code int) bool
- func (o *CreateProjectDashboardForbidden) IsRedirect() bool
- func (o *CreateProjectDashboardForbidden) IsServerError() bool
- func (o *CreateProjectDashboardForbidden) IsSuccess() bool
- func (o *CreateProjectDashboardForbidden) String() string
- type CreateProjectDashboardNoContent
- func (o *CreateProjectDashboardNoContent) Code() int
- func (o *CreateProjectDashboardNoContent) Error() string
- func (o *CreateProjectDashboardNoContent) GetPayload() interface{}
- func (o *CreateProjectDashboardNoContent) IsClientError() bool
- func (o *CreateProjectDashboardNoContent) IsCode(code int) bool
- func (o *CreateProjectDashboardNoContent) IsRedirect() bool
- func (o *CreateProjectDashboardNoContent) IsServerError() bool
- func (o *CreateProjectDashboardNoContent) IsSuccess() bool
- func (o *CreateProjectDashboardNoContent) String() string
- type CreateProjectDashboardNotFound
- func (o *CreateProjectDashboardNotFound) Code() int
- func (o *CreateProjectDashboardNotFound) Error() string
- func (o *CreateProjectDashboardNotFound) GetPayload() interface{}
- func (o *CreateProjectDashboardNotFound) IsClientError() bool
- func (o *CreateProjectDashboardNotFound) IsCode(code int) bool
- func (o *CreateProjectDashboardNotFound) IsRedirect() bool
- func (o *CreateProjectDashboardNotFound) IsServerError() bool
- func (o *CreateProjectDashboardNotFound) IsSuccess() bool
- func (o *CreateProjectDashboardNotFound) String() string
- type CreateProjectDashboardOK
- func (o *CreateProjectDashboardOK) Code() int
- func (o *CreateProjectDashboardOK) Error() string
- func (o *CreateProjectDashboardOK) GetPayload() *service_model.V1Dashboard
- func (o *CreateProjectDashboardOK) IsClientError() bool
- func (o *CreateProjectDashboardOK) IsCode(code int) bool
- func (o *CreateProjectDashboardOK) IsRedirect() bool
- func (o *CreateProjectDashboardOK) IsServerError() bool
- func (o *CreateProjectDashboardOK) IsSuccess() bool
- func (o *CreateProjectDashboardOK) String() string
- type CreateProjectDashboardParams
- func NewCreateProjectDashboardParams() *CreateProjectDashboardParams
- func NewCreateProjectDashboardParamsWithContext(ctx context.Context) *CreateProjectDashboardParams
- func NewCreateProjectDashboardParamsWithHTTPClient(client *http.Client) *CreateProjectDashboardParams
- func NewCreateProjectDashboardParamsWithTimeout(timeout time.Duration) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) SetBody(body *service_model.V1Dashboard)
- func (o *CreateProjectDashboardParams) SetContext(ctx context.Context)
- func (o *CreateProjectDashboardParams) SetDefaults()
- func (o *CreateProjectDashboardParams) SetHTTPClient(client *http.Client)
- func (o *CreateProjectDashboardParams) SetOwner(owner string)
- func (o *CreateProjectDashboardParams) SetProject(project string)
- func (o *CreateProjectDashboardParams) SetTimeout(timeout time.Duration)
- func (o *CreateProjectDashboardParams) WithBody(body *service_model.V1Dashboard) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WithContext(ctx context.Context) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WithDefaults() *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WithHTTPClient(client *http.Client) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WithOwner(owner string) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WithProject(project string) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WithTimeout(timeout time.Duration) *CreateProjectDashboardParams
- func (o *CreateProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateProjectDashboardReader
- type DeleteProjectDashboardDefault
- func (o *DeleteProjectDashboardDefault) Code() int
- func (o *DeleteProjectDashboardDefault) Error() string
- func (o *DeleteProjectDashboardDefault) GetPayload() *service_model.RuntimeError
- func (o *DeleteProjectDashboardDefault) IsClientError() bool
- func (o *DeleteProjectDashboardDefault) IsCode(code int) bool
- func (o *DeleteProjectDashboardDefault) IsRedirect() bool
- func (o *DeleteProjectDashboardDefault) IsServerError() bool
- func (o *DeleteProjectDashboardDefault) IsSuccess() bool
- func (o *DeleteProjectDashboardDefault) String() string
- type DeleteProjectDashboardForbidden
- func (o *DeleteProjectDashboardForbidden) Code() int
- func (o *DeleteProjectDashboardForbidden) Error() string
- func (o *DeleteProjectDashboardForbidden) GetPayload() interface{}
- func (o *DeleteProjectDashboardForbidden) IsClientError() bool
- func (o *DeleteProjectDashboardForbidden) IsCode(code int) bool
- func (o *DeleteProjectDashboardForbidden) IsRedirect() bool
- func (o *DeleteProjectDashboardForbidden) IsServerError() bool
- func (o *DeleteProjectDashboardForbidden) IsSuccess() bool
- func (o *DeleteProjectDashboardForbidden) String() string
- type DeleteProjectDashboardNoContent
- func (o *DeleteProjectDashboardNoContent) Code() int
- func (o *DeleteProjectDashboardNoContent) Error() string
- func (o *DeleteProjectDashboardNoContent) GetPayload() interface{}
- func (o *DeleteProjectDashboardNoContent) IsClientError() bool
- func (o *DeleteProjectDashboardNoContent) IsCode(code int) bool
- func (o *DeleteProjectDashboardNoContent) IsRedirect() bool
- func (o *DeleteProjectDashboardNoContent) IsServerError() bool
- func (o *DeleteProjectDashboardNoContent) IsSuccess() bool
- func (o *DeleteProjectDashboardNoContent) String() string
- type DeleteProjectDashboardNotFound
- func (o *DeleteProjectDashboardNotFound) Code() int
- func (o *DeleteProjectDashboardNotFound) Error() string
- func (o *DeleteProjectDashboardNotFound) GetPayload() interface{}
- func (o *DeleteProjectDashboardNotFound) IsClientError() bool
- func (o *DeleteProjectDashboardNotFound) IsCode(code int) bool
- func (o *DeleteProjectDashboardNotFound) IsRedirect() bool
- func (o *DeleteProjectDashboardNotFound) IsServerError() bool
- func (o *DeleteProjectDashboardNotFound) IsSuccess() bool
- func (o *DeleteProjectDashboardNotFound) String() string
- type DeleteProjectDashboardOK
- func (o *DeleteProjectDashboardOK) Code() int
- func (o *DeleteProjectDashboardOK) Error() string
- func (o *DeleteProjectDashboardOK) IsClientError() bool
- func (o *DeleteProjectDashboardOK) IsCode(code int) bool
- func (o *DeleteProjectDashboardOK) IsRedirect() bool
- func (o *DeleteProjectDashboardOK) IsServerError() bool
- func (o *DeleteProjectDashboardOK) IsSuccess() bool
- func (o *DeleteProjectDashboardOK) String() string
- type DeleteProjectDashboardParams
- func NewDeleteProjectDashboardParams() *DeleteProjectDashboardParams
- func NewDeleteProjectDashboardParamsWithContext(ctx context.Context) *DeleteProjectDashboardParams
- func NewDeleteProjectDashboardParamsWithHTTPClient(client *http.Client) *DeleteProjectDashboardParams
- func NewDeleteProjectDashboardParamsWithTimeout(timeout time.Duration) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) SetContext(ctx context.Context)
- func (o *DeleteProjectDashboardParams) SetDefaults()
- func (o *DeleteProjectDashboardParams) SetEntity(entity string)
- func (o *DeleteProjectDashboardParams) SetHTTPClient(client *http.Client)
- func (o *DeleteProjectDashboardParams) SetOwner(owner string)
- func (o *DeleteProjectDashboardParams) SetTimeout(timeout time.Duration)
- func (o *DeleteProjectDashboardParams) SetUUID(uuid string)
- func (o *DeleteProjectDashboardParams) WithContext(ctx context.Context) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WithDefaults() *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WithEntity(entity string) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WithHTTPClient(client *http.Client) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WithOwner(owner string) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WithTimeout(timeout time.Duration) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WithUUID(uuid string) *DeleteProjectDashboardParams
- func (o *DeleteProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteProjectDashboardReader
- type GetProjectDashboardDefault
- func (o *GetProjectDashboardDefault) Code() int
- func (o *GetProjectDashboardDefault) Error() string
- func (o *GetProjectDashboardDefault) GetPayload() *service_model.RuntimeError
- func (o *GetProjectDashboardDefault) IsClientError() bool
- func (o *GetProjectDashboardDefault) IsCode(code int) bool
- func (o *GetProjectDashboardDefault) IsRedirect() bool
- func (o *GetProjectDashboardDefault) IsServerError() bool
- func (o *GetProjectDashboardDefault) IsSuccess() bool
- func (o *GetProjectDashboardDefault) String() string
- type GetProjectDashboardForbidden
- func (o *GetProjectDashboardForbidden) Code() int
- func (o *GetProjectDashboardForbidden) Error() string
- func (o *GetProjectDashboardForbidden) GetPayload() interface{}
- func (o *GetProjectDashboardForbidden) IsClientError() bool
- func (o *GetProjectDashboardForbidden) IsCode(code int) bool
- func (o *GetProjectDashboardForbidden) IsRedirect() bool
- func (o *GetProjectDashboardForbidden) IsServerError() bool
- func (o *GetProjectDashboardForbidden) IsSuccess() bool
- func (o *GetProjectDashboardForbidden) String() string
- type GetProjectDashboardNoContent
- func (o *GetProjectDashboardNoContent) Code() int
- func (o *GetProjectDashboardNoContent) Error() string
- func (o *GetProjectDashboardNoContent) GetPayload() interface{}
- func (o *GetProjectDashboardNoContent) IsClientError() bool
- func (o *GetProjectDashboardNoContent) IsCode(code int) bool
- func (o *GetProjectDashboardNoContent) IsRedirect() bool
- func (o *GetProjectDashboardNoContent) IsServerError() bool
- func (o *GetProjectDashboardNoContent) IsSuccess() bool
- func (o *GetProjectDashboardNoContent) String() string
- type GetProjectDashboardNotFound
- func (o *GetProjectDashboardNotFound) Code() int
- func (o *GetProjectDashboardNotFound) Error() string
- func (o *GetProjectDashboardNotFound) GetPayload() interface{}
- func (o *GetProjectDashboardNotFound) IsClientError() bool
- func (o *GetProjectDashboardNotFound) IsCode(code int) bool
- func (o *GetProjectDashboardNotFound) IsRedirect() bool
- func (o *GetProjectDashboardNotFound) IsServerError() bool
- func (o *GetProjectDashboardNotFound) IsSuccess() bool
- func (o *GetProjectDashboardNotFound) String() string
- type GetProjectDashboardOK
- func (o *GetProjectDashboardOK) Code() int
- func (o *GetProjectDashboardOK) Error() string
- func (o *GetProjectDashboardOK) GetPayload() *service_model.V1Dashboard
- func (o *GetProjectDashboardOK) IsClientError() bool
- func (o *GetProjectDashboardOK) IsCode(code int) bool
- func (o *GetProjectDashboardOK) IsRedirect() bool
- func (o *GetProjectDashboardOK) IsServerError() bool
- func (o *GetProjectDashboardOK) IsSuccess() bool
- func (o *GetProjectDashboardOK) String() string
- type GetProjectDashboardParams
- func NewGetProjectDashboardParams() *GetProjectDashboardParams
- func NewGetProjectDashboardParamsWithContext(ctx context.Context) *GetProjectDashboardParams
- func NewGetProjectDashboardParamsWithHTTPClient(client *http.Client) *GetProjectDashboardParams
- func NewGetProjectDashboardParamsWithTimeout(timeout time.Duration) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) SetContext(ctx context.Context)
- func (o *GetProjectDashboardParams) SetDefaults()
- func (o *GetProjectDashboardParams) SetEntity(entity string)
- func (o *GetProjectDashboardParams) SetHTTPClient(client *http.Client)
- func (o *GetProjectDashboardParams) SetOwner(owner string)
- func (o *GetProjectDashboardParams) SetTimeout(timeout time.Duration)
- func (o *GetProjectDashboardParams) SetUUID(uuid string)
- func (o *GetProjectDashboardParams) WithContext(ctx context.Context) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WithDefaults() *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WithEntity(entity string) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WithHTTPClient(client *http.Client) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WithOwner(owner string) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WithTimeout(timeout time.Duration) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WithUUID(uuid string) *GetProjectDashboardParams
- func (o *GetProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetProjectDashboardReader
- type ListProjectDashboardNamesDefault
- func (o *ListProjectDashboardNamesDefault) Code() int
- func (o *ListProjectDashboardNamesDefault) Error() string
- func (o *ListProjectDashboardNamesDefault) GetPayload() *service_model.RuntimeError
- func (o *ListProjectDashboardNamesDefault) IsClientError() bool
- func (o *ListProjectDashboardNamesDefault) IsCode(code int) bool
- func (o *ListProjectDashboardNamesDefault) IsRedirect() bool
- func (o *ListProjectDashboardNamesDefault) IsServerError() bool
- func (o *ListProjectDashboardNamesDefault) IsSuccess() bool
- func (o *ListProjectDashboardNamesDefault) String() string
- type ListProjectDashboardNamesForbidden
- func (o *ListProjectDashboardNamesForbidden) Code() int
- func (o *ListProjectDashboardNamesForbidden) Error() string
- func (o *ListProjectDashboardNamesForbidden) GetPayload() interface{}
- func (o *ListProjectDashboardNamesForbidden) IsClientError() bool
- func (o *ListProjectDashboardNamesForbidden) IsCode(code int) bool
- func (o *ListProjectDashboardNamesForbidden) IsRedirect() bool
- func (o *ListProjectDashboardNamesForbidden) IsServerError() bool
- func (o *ListProjectDashboardNamesForbidden) IsSuccess() bool
- func (o *ListProjectDashboardNamesForbidden) String() string
- type ListProjectDashboardNamesNoContent
- func (o *ListProjectDashboardNamesNoContent) Code() int
- func (o *ListProjectDashboardNamesNoContent) Error() string
- func (o *ListProjectDashboardNamesNoContent) GetPayload() interface{}
- func (o *ListProjectDashboardNamesNoContent) IsClientError() bool
- func (o *ListProjectDashboardNamesNoContent) IsCode(code int) bool
- func (o *ListProjectDashboardNamesNoContent) IsRedirect() bool
- func (o *ListProjectDashboardNamesNoContent) IsServerError() bool
- func (o *ListProjectDashboardNamesNoContent) IsSuccess() bool
- func (o *ListProjectDashboardNamesNoContent) String() string
- type ListProjectDashboardNamesNotFound
- func (o *ListProjectDashboardNamesNotFound) Code() int
- func (o *ListProjectDashboardNamesNotFound) Error() string
- func (o *ListProjectDashboardNamesNotFound) GetPayload() interface{}
- func (o *ListProjectDashboardNamesNotFound) IsClientError() bool
- func (o *ListProjectDashboardNamesNotFound) IsCode(code int) bool
- func (o *ListProjectDashboardNamesNotFound) IsRedirect() bool
- func (o *ListProjectDashboardNamesNotFound) IsServerError() bool
- func (o *ListProjectDashboardNamesNotFound) IsSuccess() bool
- func (o *ListProjectDashboardNamesNotFound) String() string
- type ListProjectDashboardNamesOK
- func (o *ListProjectDashboardNamesOK) Code() int
- func (o *ListProjectDashboardNamesOK) Error() string
- func (o *ListProjectDashboardNamesOK) GetPayload() *service_model.V1ListDashboardsResponse
- func (o *ListProjectDashboardNamesOK) IsClientError() bool
- func (o *ListProjectDashboardNamesOK) IsCode(code int) bool
- func (o *ListProjectDashboardNamesOK) IsRedirect() bool
- func (o *ListProjectDashboardNamesOK) IsServerError() bool
- func (o *ListProjectDashboardNamesOK) IsSuccess() bool
- func (o *ListProjectDashboardNamesOK) String() string
- type ListProjectDashboardNamesParams
- func NewListProjectDashboardNamesParams() *ListProjectDashboardNamesParams
- func NewListProjectDashboardNamesParamsWithContext(ctx context.Context) *ListProjectDashboardNamesParams
- func NewListProjectDashboardNamesParamsWithHTTPClient(client *http.Client) *ListProjectDashboardNamesParams
- func NewListProjectDashboardNamesParamsWithTimeout(timeout time.Duration) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) SetBookmarks(bookmarks *bool)
- func (o *ListProjectDashboardNamesParams) SetContext(ctx context.Context)
- func (o *ListProjectDashboardNamesParams) SetDefaults()
- func (o *ListProjectDashboardNamesParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectDashboardNamesParams) SetLimit(limit *int32)
- func (o *ListProjectDashboardNamesParams) SetMode(mode *string)
- func (o *ListProjectDashboardNamesParams) SetName(name string)
- func (o *ListProjectDashboardNamesParams) SetNoPage(noPage *bool)
- func (o *ListProjectDashboardNamesParams) SetOffset(offset *int32)
- func (o *ListProjectDashboardNamesParams) SetOwner(owner string)
- func (o *ListProjectDashboardNamesParams) SetQuery(query *string)
- func (o *ListProjectDashboardNamesParams) SetSort(sort *string)
- func (o *ListProjectDashboardNamesParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectDashboardNamesParams) WithBookmarks(bookmarks *bool) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithContext(ctx context.Context) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithDefaults() *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithHTTPClient(client *http.Client) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithLimit(limit *int32) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithMode(mode *string) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithName(name string) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithNoPage(noPage *bool) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithOffset(offset *int32) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithOwner(owner string) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithQuery(query *string) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithSort(sort *string) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WithTimeout(timeout time.Duration) *ListProjectDashboardNamesParams
- func (o *ListProjectDashboardNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectDashboardNamesReader
- type ListProjectDashboardsDefault
- func (o *ListProjectDashboardsDefault) Code() int
- func (o *ListProjectDashboardsDefault) Error() string
- func (o *ListProjectDashboardsDefault) GetPayload() *service_model.RuntimeError
- func (o *ListProjectDashboardsDefault) IsClientError() bool
- func (o *ListProjectDashboardsDefault) IsCode(code int) bool
- func (o *ListProjectDashboardsDefault) IsRedirect() bool
- func (o *ListProjectDashboardsDefault) IsServerError() bool
- func (o *ListProjectDashboardsDefault) IsSuccess() bool
- func (o *ListProjectDashboardsDefault) String() string
- type ListProjectDashboardsForbidden
- func (o *ListProjectDashboardsForbidden) Code() int
- func (o *ListProjectDashboardsForbidden) Error() string
- func (o *ListProjectDashboardsForbidden) GetPayload() interface{}
- func (o *ListProjectDashboardsForbidden) IsClientError() bool
- func (o *ListProjectDashboardsForbidden) IsCode(code int) bool
- func (o *ListProjectDashboardsForbidden) IsRedirect() bool
- func (o *ListProjectDashboardsForbidden) IsServerError() bool
- func (o *ListProjectDashboardsForbidden) IsSuccess() bool
- func (o *ListProjectDashboardsForbidden) String() string
- type ListProjectDashboardsNoContent
- func (o *ListProjectDashboardsNoContent) Code() int
- func (o *ListProjectDashboardsNoContent) Error() string
- func (o *ListProjectDashboardsNoContent) GetPayload() interface{}
- func (o *ListProjectDashboardsNoContent) IsClientError() bool
- func (o *ListProjectDashboardsNoContent) IsCode(code int) bool
- func (o *ListProjectDashboardsNoContent) IsRedirect() bool
- func (o *ListProjectDashboardsNoContent) IsServerError() bool
- func (o *ListProjectDashboardsNoContent) IsSuccess() bool
- func (o *ListProjectDashboardsNoContent) String() string
- type ListProjectDashboardsNotFound
- func (o *ListProjectDashboardsNotFound) Code() int
- func (o *ListProjectDashboardsNotFound) Error() string
- func (o *ListProjectDashboardsNotFound) GetPayload() interface{}
- func (o *ListProjectDashboardsNotFound) IsClientError() bool
- func (o *ListProjectDashboardsNotFound) IsCode(code int) bool
- func (o *ListProjectDashboardsNotFound) IsRedirect() bool
- func (o *ListProjectDashboardsNotFound) IsServerError() bool
- func (o *ListProjectDashboardsNotFound) IsSuccess() bool
- func (o *ListProjectDashboardsNotFound) String() string
- type ListProjectDashboardsOK
- func (o *ListProjectDashboardsOK) Code() int
- func (o *ListProjectDashboardsOK) Error() string
- func (o *ListProjectDashboardsOK) GetPayload() *service_model.V1ListDashboardsResponse
- func (o *ListProjectDashboardsOK) IsClientError() bool
- func (o *ListProjectDashboardsOK) IsCode(code int) bool
- func (o *ListProjectDashboardsOK) IsRedirect() bool
- func (o *ListProjectDashboardsOK) IsServerError() bool
- func (o *ListProjectDashboardsOK) IsSuccess() bool
- func (o *ListProjectDashboardsOK) String() string
- type ListProjectDashboardsParams
- func NewListProjectDashboardsParams() *ListProjectDashboardsParams
- func NewListProjectDashboardsParamsWithContext(ctx context.Context) *ListProjectDashboardsParams
- func NewListProjectDashboardsParamsWithHTTPClient(client *http.Client) *ListProjectDashboardsParams
- func NewListProjectDashboardsParamsWithTimeout(timeout time.Duration) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) SetBookmarks(bookmarks *bool)
- func (o *ListProjectDashboardsParams) SetContext(ctx context.Context)
- func (o *ListProjectDashboardsParams) SetDefaults()
- func (o *ListProjectDashboardsParams) SetHTTPClient(client *http.Client)
- func (o *ListProjectDashboardsParams) SetLimit(limit *int32)
- func (o *ListProjectDashboardsParams) SetMode(mode *string)
- func (o *ListProjectDashboardsParams) SetName(name string)
- func (o *ListProjectDashboardsParams) SetNoPage(noPage *bool)
- func (o *ListProjectDashboardsParams) SetOffset(offset *int32)
- func (o *ListProjectDashboardsParams) SetOwner(owner string)
- func (o *ListProjectDashboardsParams) SetQuery(query *string)
- func (o *ListProjectDashboardsParams) SetSort(sort *string)
- func (o *ListProjectDashboardsParams) SetTimeout(timeout time.Duration)
- func (o *ListProjectDashboardsParams) WithBookmarks(bookmarks *bool) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithContext(ctx context.Context) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithDefaults() *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithHTTPClient(client *http.Client) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithLimit(limit *int32) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithMode(mode *string) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithName(name string) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithNoPage(noPage *bool) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithOffset(offset *int32) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithOwner(owner string) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithQuery(query *string) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithSort(sort *string) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WithTimeout(timeout time.Duration) *ListProjectDashboardsParams
- func (o *ListProjectDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProjectDashboardsReader
- type PatchProjectDashboardDefault
- func (o *PatchProjectDashboardDefault) Code() int
- func (o *PatchProjectDashboardDefault) Error() string
- func (o *PatchProjectDashboardDefault) GetPayload() *service_model.RuntimeError
- func (o *PatchProjectDashboardDefault) IsClientError() bool
- func (o *PatchProjectDashboardDefault) IsCode(code int) bool
- func (o *PatchProjectDashboardDefault) IsRedirect() bool
- func (o *PatchProjectDashboardDefault) IsServerError() bool
- func (o *PatchProjectDashboardDefault) IsSuccess() bool
- func (o *PatchProjectDashboardDefault) String() string
- type PatchProjectDashboardForbidden
- func (o *PatchProjectDashboardForbidden) Code() int
- func (o *PatchProjectDashboardForbidden) Error() string
- func (o *PatchProjectDashboardForbidden) GetPayload() interface{}
- func (o *PatchProjectDashboardForbidden) IsClientError() bool
- func (o *PatchProjectDashboardForbidden) IsCode(code int) bool
- func (o *PatchProjectDashboardForbidden) IsRedirect() bool
- func (o *PatchProjectDashboardForbidden) IsServerError() bool
- func (o *PatchProjectDashboardForbidden) IsSuccess() bool
- func (o *PatchProjectDashboardForbidden) String() string
- type PatchProjectDashboardNoContent
- func (o *PatchProjectDashboardNoContent) Code() int
- func (o *PatchProjectDashboardNoContent) Error() string
- func (o *PatchProjectDashboardNoContent) GetPayload() interface{}
- func (o *PatchProjectDashboardNoContent) IsClientError() bool
- func (o *PatchProjectDashboardNoContent) IsCode(code int) bool
- func (o *PatchProjectDashboardNoContent) IsRedirect() bool
- func (o *PatchProjectDashboardNoContent) IsServerError() bool
- func (o *PatchProjectDashboardNoContent) IsSuccess() bool
- func (o *PatchProjectDashboardNoContent) String() string
- type PatchProjectDashboardNotFound
- func (o *PatchProjectDashboardNotFound) Code() int
- func (o *PatchProjectDashboardNotFound) Error() string
- func (o *PatchProjectDashboardNotFound) GetPayload() interface{}
- func (o *PatchProjectDashboardNotFound) IsClientError() bool
- func (o *PatchProjectDashboardNotFound) IsCode(code int) bool
- func (o *PatchProjectDashboardNotFound) IsRedirect() bool
- func (o *PatchProjectDashboardNotFound) IsServerError() bool
- func (o *PatchProjectDashboardNotFound) IsSuccess() bool
- func (o *PatchProjectDashboardNotFound) String() string
- type PatchProjectDashboardOK
- func (o *PatchProjectDashboardOK) Code() int
- func (o *PatchProjectDashboardOK) Error() string
- func (o *PatchProjectDashboardOK) GetPayload() *service_model.V1Dashboard
- func (o *PatchProjectDashboardOK) IsClientError() bool
- func (o *PatchProjectDashboardOK) IsCode(code int) bool
- func (o *PatchProjectDashboardOK) IsRedirect() bool
- func (o *PatchProjectDashboardOK) IsServerError() bool
- func (o *PatchProjectDashboardOK) IsSuccess() bool
- func (o *PatchProjectDashboardOK) String() string
- type PatchProjectDashboardParams
- func NewPatchProjectDashboardParams() *PatchProjectDashboardParams
- func NewPatchProjectDashboardParamsWithContext(ctx context.Context) *PatchProjectDashboardParams
- func NewPatchProjectDashboardParamsWithHTTPClient(client *http.Client) *PatchProjectDashboardParams
- func NewPatchProjectDashboardParamsWithTimeout(timeout time.Duration) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) SetBody(body *service_model.V1Dashboard)
- func (o *PatchProjectDashboardParams) SetContext(ctx context.Context)
- func (o *PatchProjectDashboardParams) SetDashboardUUID(dashboardUUID string)
- func (o *PatchProjectDashboardParams) SetDefaults()
- func (o *PatchProjectDashboardParams) SetHTTPClient(client *http.Client)
- func (o *PatchProjectDashboardParams) SetOwner(owner string)
- func (o *PatchProjectDashboardParams) SetProject(project string)
- func (o *PatchProjectDashboardParams) SetTimeout(timeout time.Duration)
- func (o *PatchProjectDashboardParams) WithBody(body *service_model.V1Dashboard) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithContext(ctx context.Context) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithDashboardUUID(dashboardUUID string) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithDefaults() *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithHTTPClient(client *http.Client) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithOwner(owner string) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithProject(project string) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WithTimeout(timeout time.Duration) *PatchProjectDashboardParams
- func (o *PatchProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchProjectDashboardReader
- type PromoteProjectDashboardDefault
- func (o *PromoteProjectDashboardDefault) Code() int
- func (o *PromoteProjectDashboardDefault) Error() string
- func (o *PromoteProjectDashboardDefault) GetPayload() *service_model.RuntimeError
- func (o *PromoteProjectDashboardDefault) IsClientError() bool
- func (o *PromoteProjectDashboardDefault) IsCode(code int) bool
- func (o *PromoteProjectDashboardDefault) IsRedirect() bool
- func (o *PromoteProjectDashboardDefault) IsServerError() bool
- func (o *PromoteProjectDashboardDefault) IsSuccess() bool
- func (o *PromoteProjectDashboardDefault) String() string
- type PromoteProjectDashboardForbidden
- func (o *PromoteProjectDashboardForbidden) Code() int
- func (o *PromoteProjectDashboardForbidden) Error() string
- func (o *PromoteProjectDashboardForbidden) GetPayload() interface{}
- func (o *PromoteProjectDashboardForbidden) IsClientError() bool
- func (o *PromoteProjectDashboardForbidden) IsCode(code int) bool
- func (o *PromoteProjectDashboardForbidden) IsRedirect() bool
- func (o *PromoteProjectDashboardForbidden) IsServerError() bool
- func (o *PromoteProjectDashboardForbidden) IsSuccess() bool
- func (o *PromoteProjectDashboardForbidden) String() string
- type PromoteProjectDashboardNoContent
- func (o *PromoteProjectDashboardNoContent) Code() int
- func (o *PromoteProjectDashboardNoContent) Error() string
- func (o *PromoteProjectDashboardNoContent) GetPayload() interface{}
- func (o *PromoteProjectDashboardNoContent) IsClientError() bool
- func (o *PromoteProjectDashboardNoContent) IsCode(code int) bool
- func (o *PromoteProjectDashboardNoContent) IsRedirect() bool
- func (o *PromoteProjectDashboardNoContent) IsServerError() bool
- func (o *PromoteProjectDashboardNoContent) IsSuccess() bool
- func (o *PromoteProjectDashboardNoContent) String() string
- type PromoteProjectDashboardNotFound
- func (o *PromoteProjectDashboardNotFound) Code() int
- func (o *PromoteProjectDashboardNotFound) Error() string
- func (o *PromoteProjectDashboardNotFound) GetPayload() interface{}
- func (o *PromoteProjectDashboardNotFound) IsClientError() bool
- func (o *PromoteProjectDashboardNotFound) IsCode(code int) bool
- func (o *PromoteProjectDashboardNotFound) IsRedirect() bool
- func (o *PromoteProjectDashboardNotFound) IsServerError() bool
- func (o *PromoteProjectDashboardNotFound) IsSuccess() bool
- func (o *PromoteProjectDashboardNotFound) String() string
- type PromoteProjectDashboardOK
- func (o *PromoteProjectDashboardOK) Code() int
- func (o *PromoteProjectDashboardOK) Error() string
- func (o *PromoteProjectDashboardOK) IsClientError() bool
- func (o *PromoteProjectDashboardOK) IsCode(code int) bool
- func (o *PromoteProjectDashboardOK) IsRedirect() bool
- func (o *PromoteProjectDashboardOK) IsServerError() bool
- func (o *PromoteProjectDashboardOK) IsSuccess() bool
- func (o *PromoteProjectDashboardOK) String() string
- type PromoteProjectDashboardParams
- func NewPromoteProjectDashboardParams() *PromoteProjectDashboardParams
- func NewPromoteProjectDashboardParamsWithContext(ctx context.Context) *PromoteProjectDashboardParams
- func NewPromoteProjectDashboardParamsWithHTTPClient(client *http.Client) *PromoteProjectDashboardParams
- func NewPromoteProjectDashboardParamsWithTimeout(timeout time.Duration) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) SetContext(ctx context.Context)
- func (o *PromoteProjectDashboardParams) SetDefaults()
- func (o *PromoteProjectDashboardParams) SetEntity(entity string)
- func (o *PromoteProjectDashboardParams) SetHTTPClient(client *http.Client)
- func (o *PromoteProjectDashboardParams) SetOwner(owner string)
- func (o *PromoteProjectDashboardParams) SetTimeout(timeout time.Duration)
- func (o *PromoteProjectDashboardParams) SetUUID(uuid string)
- func (o *PromoteProjectDashboardParams) WithContext(ctx context.Context) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WithDefaults() *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WithEntity(entity string) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WithHTTPClient(client *http.Client) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WithOwner(owner string) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WithTimeout(timeout time.Duration) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WithUUID(uuid string) *PromoteProjectDashboardParams
- func (o *PromoteProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PromoteProjectDashboardReader
- type UpdateProjectDashboardDefault
- func (o *UpdateProjectDashboardDefault) Code() int
- func (o *UpdateProjectDashboardDefault) Error() string
- func (o *UpdateProjectDashboardDefault) GetPayload() *service_model.RuntimeError
- func (o *UpdateProjectDashboardDefault) IsClientError() bool
- func (o *UpdateProjectDashboardDefault) IsCode(code int) bool
- func (o *UpdateProjectDashboardDefault) IsRedirect() bool
- func (o *UpdateProjectDashboardDefault) IsServerError() bool
- func (o *UpdateProjectDashboardDefault) IsSuccess() bool
- func (o *UpdateProjectDashboardDefault) String() string
- type UpdateProjectDashboardForbidden
- func (o *UpdateProjectDashboardForbidden) Code() int
- func (o *UpdateProjectDashboardForbidden) Error() string
- func (o *UpdateProjectDashboardForbidden) GetPayload() interface{}
- func (o *UpdateProjectDashboardForbidden) IsClientError() bool
- func (o *UpdateProjectDashboardForbidden) IsCode(code int) bool
- func (o *UpdateProjectDashboardForbidden) IsRedirect() bool
- func (o *UpdateProjectDashboardForbidden) IsServerError() bool
- func (o *UpdateProjectDashboardForbidden) IsSuccess() bool
- func (o *UpdateProjectDashboardForbidden) String() string
- type UpdateProjectDashboardNoContent
- func (o *UpdateProjectDashboardNoContent) Code() int
- func (o *UpdateProjectDashboardNoContent) Error() string
- func (o *UpdateProjectDashboardNoContent) GetPayload() interface{}
- func (o *UpdateProjectDashboardNoContent) IsClientError() bool
- func (o *UpdateProjectDashboardNoContent) IsCode(code int) bool
- func (o *UpdateProjectDashboardNoContent) IsRedirect() bool
- func (o *UpdateProjectDashboardNoContent) IsServerError() bool
- func (o *UpdateProjectDashboardNoContent) IsSuccess() bool
- func (o *UpdateProjectDashboardNoContent) String() string
- type UpdateProjectDashboardNotFound
- func (o *UpdateProjectDashboardNotFound) Code() int
- func (o *UpdateProjectDashboardNotFound) Error() string
- func (o *UpdateProjectDashboardNotFound) GetPayload() interface{}
- func (o *UpdateProjectDashboardNotFound) IsClientError() bool
- func (o *UpdateProjectDashboardNotFound) IsCode(code int) bool
- func (o *UpdateProjectDashboardNotFound) IsRedirect() bool
- func (o *UpdateProjectDashboardNotFound) IsServerError() bool
- func (o *UpdateProjectDashboardNotFound) IsSuccess() bool
- func (o *UpdateProjectDashboardNotFound) String() string
- type UpdateProjectDashboardOK
- func (o *UpdateProjectDashboardOK) Code() int
- func (o *UpdateProjectDashboardOK) Error() string
- func (o *UpdateProjectDashboardOK) GetPayload() *service_model.V1Dashboard
- func (o *UpdateProjectDashboardOK) IsClientError() bool
- func (o *UpdateProjectDashboardOK) IsCode(code int) bool
- func (o *UpdateProjectDashboardOK) IsRedirect() bool
- func (o *UpdateProjectDashboardOK) IsServerError() bool
- func (o *UpdateProjectDashboardOK) IsSuccess() bool
- func (o *UpdateProjectDashboardOK) String() string
- type UpdateProjectDashboardParams
- func NewUpdateProjectDashboardParams() *UpdateProjectDashboardParams
- func NewUpdateProjectDashboardParamsWithContext(ctx context.Context) *UpdateProjectDashboardParams
- func NewUpdateProjectDashboardParamsWithHTTPClient(client *http.Client) *UpdateProjectDashboardParams
- func NewUpdateProjectDashboardParamsWithTimeout(timeout time.Duration) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) SetBody(body *service_model.V1Dashboard)
- func (o *UpdateProjectDashboardParams) SetContext(ctx context.Context)
- func (o *UpdateProjectDashboardParams) SetDashboardUUID(dashboardUUID string)
- func (o *UpdateProjectDashboardParams) SetDefaults()
- func (o *UpdateProjectDashboardParams) SetHTTPClient(client *http.Client)
- func (o *UpdateProjectDashboardParams) SetOwner(owner string)
- func (o *UpdateProjectDashboardParams) SetProject(project string)
- func (o *UpdateProjectDashboardParams) SetTimeout(timeout time.Duration)
- func (o *UpdateProjectDashboardParams) WithBody(body *service_model.V1Dashboard) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithContext(ctx context.Context) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithDashboardUUID(dashboardUUID string) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithDefaults() *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithHTTPClient(client *http.Client) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithOwner(owner string) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithProject(project string) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WithTimeout(timeout time.Duration) *UpdateProjectDashboardParams
- func (o *UpdateProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateProjectDashboardReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for project dashboards v1 API
func (*Client) CreateProjectDashboard ¶
func (a *Client) CreateProjectDashboard(params *CreateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectDashboardOK, *CreateProjectDashboardNoContent, error)
CreateProjectDashboard creates project dashboard
func (*Client) DeleteProjectDashboard ¶
func (a *Client) DeleteProjectDashboard(params *DeleteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectDashboardOK, *DeleteProjectDashboardNoContent, error)
DeleteProjectDashboard deletes project dashboard
func (*Client) GetProjectDashboard ¶
func (a *Client) GetProjectDashboard(params *GetProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectDashboardOK, *GetProjectDashboardNoContent, error)
GetProjectDashboard gets project dashboard
func (*Client) ListProjectDashboardNames ¶
func (a *Client) ListProjectDashboardNames(params *ListProjectDashboardNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectDashboardNamesOK, *ListProjectDashboardNamesNoContent, error)
ListProjectDashboardNames lists project dashboard
func (*Client) ListProjectDashboards ¶
func (a *Client) ListProjectDashboards(params *ListProjectDashboardsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectDashboardsOK, *ListProjectDashboardsNoContent, error)
ListProjectDashboards lists project dashboards
func (*Client) PatchProjectDashboard ¶
func (a *Client) PatchProjectDashboard(params *PatchProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectDashboardOK, *PatchProjectDashboardNoContent, error)
PatchProjectDashboard patches project dashboard
func (*Client) PromoteProjectDashboard ¶
func (a *Client) PromoteProjectDashboard(params *PromoteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteProjectDashboardOK, *PromoteProjectDashboardNoContent, error)
PromoteProjectDashboard promotes project dashboard
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateProjectDashboard ¶
func (a *Client) UpdateProjectDashboard(params *UpdateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectDashboardOK, *UpdateProjectDashboardNoContent, error)
UpdateProjectDashboard updates project dashboard
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateProjectDashboard(params *CreateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateProjectDashboardOK, *CreateProjectDashboardNoContent, error) DeleteProjectDashboard(params *DeleteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteProjectDashboardOK, *DeleteProjectDashboardNoContent, error) GetProjectDashboard(params *GetProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetProjectDashboardOK, *GetProjectDashboardNoContent, error) ListProjectDashboardNames(params *ListProjectDashboardNamesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectDashboardNamesOK, *ListProjectDashboardNamesNoContent, error) ListProjectDashboards(params *ListProjectDashboardsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListProjectDashboardsOK, *ListProjectDashboardsNoContent, error) PatchProjectDashboard(params *PatchProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectDashboardOK, *PatchProjectDashboardNoContent, error) PromoteProjectDashboard(params *PromoteProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PromoteProjectDashboardOK, *PromoteProjectDashboardNoContent, error) UpdateProjectDashboard(params *UpdateProjectDashboardParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateProjectDashboardOK, *UpdateProjectDashboardNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new project dashboards v1 API client.
type CreateProjectDashboardDefault ¶
type CreateProjectDashboardDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
CreateProjectDashboardDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateProjectDashboardDefault ¶
func NewCreateProjectDashboardDefault(code int) *CreateProjectDashboardDefault
NewCreateProjectDashboardDefault creates a CreateProjectDashboardDefault with default headers values
func (*CreateProjectDashboardDefault) Code ¶
func (o *CreateProjectDashboardDefault) Code() int
Code gets the status code for the create project dashboard default response
func (*CreateProjectDashboardDefault) Error ¶
func (o *CreateProjectDashboardDefault) Error() string
func (*CreateProjectDashboardDefault) GetPayload ¶
func (o *CreateProjectDashboardDefault) GetPayload() *service_model.RuntimeError
func (*CreateProjectDashboardDefault) IsClientError ¶
func (o *CreateProjectDashboardDefault) IsClientError() bool
IsClientError returns true when this create project dashboard default response has a 4xx status code
func (*CreateProjectDashboardDefault) IsCode ¶
func (o *CreateProjectDashboardDefault) IsCode(code int) bool
IsCode returns true when this create project dashboard default response a status code equal to that given
func (*CreateProjectDashboardDefault) IsRedirect ¶
func (o *CreateProjectDashboardDefault) IsRedirect() bool
IsRedirect returns true when this create project dashboard default response has a 3xx status code
func (*CreateProjectDashboardDefault) IsServerError ¶
func (o *CreateProjectDashboardDefault) IsServerError() bool
IsServerError returns true when this create project dashboard default response has a 5xx status code
func (*CreateProjectDashboardDefault) IsSuccess ¶
func (o *CreateProjectDashboardDefault) IsSuccess() bool
IsSuccess returns true when this create project dashboard default response has a 2xx status code
func (*CreateProjectDashboardDefault) String ¶
func (o *CreateProjectDashboardDefault) String() string
type CreateProjectDashboardForbidden ¶
type CreateProjectDashboardForbidden struct {
Payload interface{}
}
CreateProjectDashboardForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewCreateProjectDashboardForbidden ¶
func NewCreateProjectDashboardForbidden() *CreateProjectDashboardForbidden
NewCreateProjectDashboardForbidden creates a CreateProjectDashboardForbidden with default headers values
func (*CreateProjectDashboardForbidden) Code ¶
func (o *CreateProjectDashboardForbidden) Code() int
Code gets the status code for the create project dashboard forbidden response
func (*CreateProjectDashboardForbidden) Error ¶
func (o *CreateProjectDashboardForbidden) Error() string
func (*CreateProjectDashboardForbidden) GetPayload ¶
func (o *CreateProjectDashboardForbidden) GetPayload() interface{}
func (*CreateProjectDashboardForbidden) IsClientError ¶
func (o *CreateProjectDashboardForbidden) IsClientError() bool
IsClientError returns true when this create project dashboard forbidden response has a 4xx status code
func (*CreateProjectDashboardForbidden) IsCode ¶
func (o *CreateProjectDashboardForbidden) IsCode(code int) bool
IsCode returns true when this create project dashboard forbidden response a status code equal to that given
func (*CreateProjectDashboardForbidden) IsRedirect ¶
func (o *CreateProjectDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this create project dashboard forbidden response has a 3xx status code
func (*CreateProjectDashboardForbidden) IsServerError ¶
func (o *CreateProjectDashboardForbidden) IsServerError() bool
IsServerError returns true when this create project dashboard forbidden response has a 5xx status code
func (*CreateProjectDashboardForbidden) IsSuccess ¶
func (o *CreateProjectDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this create project dashboard forbidden response has a 2xx status code
func (*CreateProjectDashboardForbidden) String ¶
func (o *CreateProjectDashboardForbidden) String() string
type CreateProjectDashboardNoContent ¶
type CreateProjectDashboardNoContent struct {
Payload interface{}
}
CreateProjectDashboardNoContent describes a response with status code 204, with default header values.
No content.
func NewCreateProjectDashboardNoContent ¶
func NewCreateProjectDashboardNoContent() *CreateProjectDashboardNoContent
NewCreateProjectDashboardNoContent creates a CreateProjectDashboardNoContent with default headers values
func (*CreateProjectDashboardNoContent) Code ¶
func (o *CreateProjectDashboardNoContent) Code() int
Code gets the status code for the create project dashboard no content response
func (*CreateProjectDashboardNoContent) Error ¶
func (o *CreateProjectDashboardNoContent) Error() string
func (*CreateProjectDashboardNoContent) GetPayload ¶
func (o *CreateProjectDashboardNoContent) GetPayload() interface{}
func (*CreateProjectDashboardNoContent) IsClientError ¶
func (o *CreateProjectDashboardNoContent) IsClientError() bool
IsClientError returns true when this create project dashboard no content response has a 4xx status code
func (*CreateProjectDashboardNoContent) IsCode ¶
func (o *CreateProjectDashboardNoContent) IsCode(code int) bool
IsCode returns true when this create project dashboard no content response a status code equal to that given
func (*CreateProjectDashboardNoContent) IsRedirect ¶
func (o *CreateProjectDashboardNoContent) IsRedirect() bool
IsRedirect returns true when this create project dashboard no content response has a 3xx status code
func (*CreateProjectDashboardNoContent) IsServerError ¶
func (o *CreateProjectDashboardNoContent) IsServerError() bool
IsServerError returns true when this create project dashboard no content response has a 5xx status code
func (*CreateProjectDashboardNoContent) IsSuccess ¶
func (o *CreateProjectDashboardNoContent) IsSuccess() bool
IsSuccess returns true when this create project dashboard no content response has a 2xx status code
func (*CreateProjectDashboardNoContent) String ¶
func (o *CreateProjectDashboardNoContent) String() string
type CreateProjectDashboardNotFound ¶
type CreateProjectDashboardNotFound struct {
Payload interface{}
}
CreateProjectDashboardNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewCreateProjectDashboardNotFound ¶
func NewCreateProjectDashboardNotFound() *CreateProjectDashboardNotFound
NewCreateProjectDashboardNotFound creates a CreateProjectDashboardNotFound with default headers values
func (*CreateProjectDashboardNotFound) Code ¶
func (o *CreateProjectDashboardNotFound) Code() int
Code gets the status code for the create project dashboard not found response
func (*CreateProjectDashboardNotFound) Error ¶
func (o *CreateProjectDashboardNotFound) Error() string
func (*CreateProjectDashboardNotFound) GetPayload ¶
func (o *CreateProjectDashboardNotFound) GetPayload() interface{}
func (*CreateProjectDashboardNotFound) IsClientError ¶
func (o *CreateProjectDashboardNotFound) IsClientError() bool
IsClientError returns true when this create project dashboard not found response has a 4xx status code
func (*CreateProjectDashboardNotFound) IsCode ¶
func (o *CreateProjectDashboardNotFound) IsCode(code int) bool
IsCode returns true when this create project dashboard not found response a status code equal to that given
func (*CreateProjectDashboardNotFound) IsRedirect ¶
func (o *CreateProjectDashboardNotFound) IsRedirect() bool
IsRedirect returns true when this create project dashboard not found response has a 3xx status code
func (*CreateProjectDashboardNotFound) IsServerError ¶
func (o *CreateProjectDashboardNotFound) IsServerError() bool
IsServerError returns true when this create project dashboard not found response has a 5xx status code
func (*CreateProjectDashboardNotFound) IsSuccess ¶
func (o *CreateProjectDashboardNotFound) IsSuccess() bool
IsSuccess returns true when this create project dashboard not found response has a 2xx status code
func (*CreateProjectDashboardNotFound) String ¶
func (o *CreateProjectDashboardNotFound) String() string
type CreateProjectDashboardOK ¶
type CreateProjectDashboardOK struct {
Payload *service_model.V1Dashboard
}
CreateProjectDashboardOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateProjectDashboardOK ¶
func NewCreateProjectDashboardOK() *CreateProjectDashboardOK
NewCreateProjectDashboardOK creates a CreateProjectDashboardOK with default headers values
func (*CreateProjectDashboardOK) Code ¶
func (o *CreateProjectDashboardOK) Code() int
Code gets the status code for the create project dashboard o k response
func (*CreateProjectDashboardOK) Error ¶
func (o *CreateProjectDashboardOK) Error() string
func (*CreateProjectDashboardOK) GetPayload ¶
func (o *CreateProjectDashboardOK) GetPayload() *service_model.V1Dashboard
func (*CreateProjectDashboardOK) IsClientError ¶
func (o *CreateProjectDashboardOK) IsClientError() bool
IsClientError returns true when this create project dashboard o k response has a 4xx status code
func (*CreateProjectDashboardOK) IsCode ¶
func (o *CreateProjectDashboardOK) IsCode(code int) bool
IsCode returns true when this create project dashboard o k response a status code equal to that given
func (*CreateProjectDashboardOK) IsRedirect ¶
func (o *CreateProjectDashboardOK) IsRedirect() bool
IsRedirect returns true when this create project dashboard o k response has a 3xx status code
func (*CreateProjectDashboardOK) IsServerError ¶
func (o *CreateProjectDashboardOK) IsServerError() bool
IsServerError returns true when this create project dashboard o k response has a 5xx status code
func (*CreateProjectDashboardOK) IsSuccess ¶
func (o *CreateProjectDashboardOK) IsSuccess() bool
IsSuccess returns true when this create project dashboard o k response has a 2xx status code
func (*CreateProjectDashboardOK) String ¶
func (o *CreateProjectDashboardOK) String() string
type CreateProjectDashboardParams ¶
type CreateProjectDashboardParams struct { /* Body. Dashboard body */ Body *service_model.V1Dashboard /* Owner. Owner of the namespace */ Owner string /* Project. Project under namespace */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateProjectDashboardParams contains all the parameters to send to the API endpoint
for the create project dashboard operation. Typically these are written to a http.Request.
func NewCreateProjectDashboardParams ¶
func NewCreateProjectDashboardParams() *CreateProjectDashboardParams
NewCreateProjectDashboardParams creates a new CreateProjectDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateProjectDashboardParamsWithContext ¶
func NewCreateProjectDashboardParamsWithContext(ctx context.Context) *CreateProjectDashboardParams
NewCreateProjectDashboardParamsWithContext creates a new CreateProjectDashboardParams object with the ability to set a context for a request.
func NewCreateProjectDashboardParamsWithHTTPClient ¶
func NewCreateProjectDashboardParamsWithHTTPClient(client *http.Client) *CreateProjectDashboardParams
NewCreateProjectDashboardParamsWithHTTPClient creates a new CreateProjectDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewCreateProjectDashboardParamsWithTimeout ¶
func NewCreateProjectDashboardParamsWithTimeout(timeout time.Duration) *CreateProjectDashboardParams
NewCreateProjectDashboardParamsWithTimeout creates a new CreateProjectDashboardParams object with the ability to set a timeout on a request.
func (*CreateProjectDashboardParams) SetBody ¶
func (o *CreateProjectDashboardParams) SetBody(body *service_model.V1Dashboard)
SetBody adds the body to the create project dashboard params
func (*CreateProjectDashboardParams) SetContext ¶
func (o *CreateProjectDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the create project dashboard params
func (*CreateProjectDashboardParams) SetDefaults ¶
func (o *CreateProjectDashboardParams) SetDefaults()
SetDefaults hydrates default values in the create project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*CreateProjectDashboardParams) SetHTTPClient ¶
func (o *CreateProjectDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create project dashboard params
func (*CreateProjectDashboardParams) SetOwner ¶
func (o *CreateProjectDashboardParams) SetOwner(owner string)
SetOwner adds the owner to the create project dashboard params
func (*CreateProjectDashboardParams) SetProject ¶
func (o *CreateProjectDashboardParams) SetProject(project string)
SetProject adds the project to the create project dashboard params
func (*CreateProjectDashboardParams) SetTimeout ¶
func (o *CreateProjectDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create project dashboard params
func (*CreateProjectDashboardParams) WithBody ¶
func (o *CreateProjectDashboardParams) WithBody(body *service_model.V1Dashboard) *CreateProjectDashboardParams
WithBody adds the body to the create project dashboard params
func (*CreateProjectDashboardParams) WithContext ¶
func (o *CreateProjectDashboardParams) WithContext(ctx context.Context) *CreateProjectDashboardParams
WithContext adds the context to the create project dashboard params
func (*CreateProjectDashboardParams) WithDefaults ¶
func (o *CreateProjectDashboardParams) WithDefaults() *CreateProjectDashboardParams
WithDefaults hydrates default values in the create project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*CreateProjectDashboardParams) WithHTTPClient ¶
func (o *CreateProjectDashboardParams) WithHTTPClient(client *http.Client) *CreateProjectDashboardParams
WithHTTPClient adds the HTTPClient to the create project dashboard params
func (*CreateProjectDashboardParams) WithOwner ¶
func (o *CreateProjectDashboardParams) WithOwner(owner string) *CreateProjectDashboardParams
WithOwner adds the owner to the create project dashboard params
func (*CreateProjectDashboardParams) WithProject ¶
func (o *CreateProjectDashboardParams) WithProject(project string) *CreateProjectDashboardParams
WithProject adds the project to the create project dashboard params
func (*CreateProjectDashboardParams) WithTimeout ¶
func (o *CreateProjectDashboardParams) WithTimeout(timeout time.Duration) *CreateProjectDashboardParams
WithTimeout adds the timeout to the create project dashboard params
func (*CreateProjectDashboardParams) WriteToRequest ¶
func (o *CreateProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateProjectDashboardReader ¶
type CreateProjectDashboardReader struct {
// contains filtered or unexported fields
}
CreateProjectDashboardReader is a Reader for the CreateProjectDashboard structure.
func (*CreateProjectDashboardReader) ReadResponse ¶
func (o *CreateProjectDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteProjectDashboardDefault ¶
type DeleteProjectDashboardDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
DeleteProjectDashboardDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteProjectDashboardDefault ¶
func NewDeleteProjectDashboardDefault(code int) *DeleteProjectDashboardDefault
NewDeleteProjectDashboardDefault creates a DeleteProjectDashboardDefault with default headers values
func (*DeleteProjectDashboardDefault) Code ¶
func (o *DeleteProjectDashboardDefault) Code() int
Code gets the status code for the delete project dashboard default response
func (*DeleteProjectDashboardDefault) Error ¶
func (o *DeleteProjectDashboardDefault) Error() string
func (*DeleteProjectDashboardDefault) GetPayload ¶
func (o *DeleteProjectDashboardDefault) GetPayload() *service_model.RuntimeError
func (*DeleteProjectDashboardDefault) IsClientError ¶
func (o *DeleteProjectDashboardDefault) IsClientError() bool
IsClientError returns true when this delete project dashboard default response has a 4xx status code
func (*DeleteProjectDashboardDefault) IsCode ¶
func (o *DeleteProjectDashboardDefault) IsCode(code int) bool
IsCode returns true when this delete project dashboard default response a status code equal to that given
func (*DeleteProjectDashboardDefault) IsRedirect ¶
func (o *DeleteProjectDashboardDefault) IsRedirect() bool
IsRedirect returns true when this delete project dashboard default response has a 3xx status code
func (*DeleteProjectDashboardDefault) IsServerError ¶
func (o *DeleteProjectDashboardDefault) IsServerError() bool
IsServerError returns true when this delete project dashboard default response has a 5xx status code
func (*DeleteProjectDashboardDefault) IsSuccess ¶
func (o *DeleteProjectDashboardDefault) IsSuccess() bool
IsSuccess returns true when this delete project dashboard default response has a 2xx status code
func (*DeleteProjectDashboardDefault) String ¶
func (o *DeleteProjectDashboardDefault) String() string
type DeleteProjectDashboardForbidden ¶
type DeleteProjectDashboardForbidden struct {
Payload interface{}
}
DeleteProjectDashboardForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewDeleteProjectDashboardForbidden ¶
func NewDeleteProjectDashboardForbidden() *DeleteProjectDashboardForbidden
NewDeleteProjectDashboardForbidden creates a DeleteProjectDashboardForbidden with default headers values
func (*DeleteProjectDashboardForbidden) Code ¶
func (o *DeleteProjectDashboardForbidden) Code() int
Code gets the status code for the delete project dashboard forbidden response
func (*DeleteProjectDashboardForbidden) Error ¶
func (o *DeleteProjectDashboardForbidden) Error() string
func (*DeleteProjectDashboardForbidden) GetPayload ¶
func (o *DeleteProjectDashboardForbidden) GetPayload() interface{}
func (*DeleteProjectDashboardForbidden) IsClientError ¶
func (o *DeleteProjectDashboardForbidden) IsClientError() bool
IsClientError returns true when this delete project dashboard forbidden response has a 4xx status code
func (*DeleteProjectDashboardForbidden) IsCode ¶
func (o *DeleteProjectDashboardForbidden) IsCode(code int) bool
IsCode returns true when this delete project dashboard forbidden response a status code equal to that given
func (*DeleteProjectDashboardForbidden) IsRedirect ¶
func (o *DeleteProjectDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this delete project dashboard forbidden response has a 3xx status code
func (*DeleteProjectDashboardForbidden) IsServerError ¶
func (o *DeleteProjectDashboardForbidden) IsServerError() bool
IsServerError returns true when this delete project dashboard forbidden response has a 5xx status code
func (*DeleteProjectDashboardForbidden) IsSuccess ¶
func (o *DeleteProjectDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this delete project dashboard forbidden response has a 2xx status code
func (*DeleteProjectDashboardForbidden) String ¶
func (o *DeleteProjectDashboardForbidden) String() string
type DeleteProjectDashboardNoContent ¶
type DeleteProjectDashboardNoContent struct {
Payload interface{}
}
DeleteProjectDashboardNoContent describes a response with status code 204, with default header values.
No content.
func NewDeleteProjectDashboardNoContent ¶
func NewDeleteProjectDashboardNoContent() *DeleteProjectDashboardNoContent
NewDeleteProjectDashboardNoContent creates a DeleteProjectDashboardNoContent with default headers values
func (*DeleteProjectDashboardNoContent) Code ¶
func (o *DeleteProjectDashboardNoContent) Code() int
Code gets the status code for the delete project dashboard no content response
func (*DeleteProjectDashboardNoContent) Error ¶
func (o *DeleteProjectDashboardNoContent) Error() string
func (*DeleteProjectDashboardNoContent) GetPayload ¶
func (o *DeleteProjectDashboardNoContent) GetPayload() interface{}
func (*DeleteProjectDashboardNoContent) IsClientError ¶
func (o *DeleteProjectDashboardNoContent) IsClientError() bool
IsClientError returns true when this delete project dashboard no content response has a 4xx status code
func (*DeleteProjectDashboardNoContent) IsCode ¶
func (o *DeleteProjectDashboardNoContent) IsCode(code int) bool
IsCode returns true when this delete project dashboard no content response a status code equal to that given
func (*DeleteProjectDashboardNoContent) IsRedirect ¶
func (o *DeleteProjectDashboardNoContent) IsRedirect() bool
IsRedirect returns true when this delete project dashboard no content response has a 3xx status code
func (*DeleteProjectDashboardNoContent) IsServerError ¶
func (o *DeleteProjectDashboardNoContent) IsServerError() bool
IsServerError returns true when this delete project dashboard no content response has a 5xx status code
func (*DeleteProjectDashboardNoContent) IsSuccess ¶
func (o *DeleteProjectDashboardNoContent) IsSuccess() bool
IsSuccess returns true when this delete project dashboard no content response has a 2xx status code
func (*DeleteProjectDashboardNoContent) String ¶
func (o *DeleteProjectDashboardNoContent) String() string
type DeleteProjectDashboardNotFound ¶
type DeleteProjectDashboardNotFound struct {
Payload interface{}
}
DeleteProjectDashboardNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewDeleteProjectDashboardNotFound ¶
func NewDeleteProjectDashboardNotFound() *DeleteProjectDashboardNotFound
NewDeleteProjectDashboardNotFound creates a DeleteProjectDashboardNotFound with default headers values
func (*DeleteProjectDashboardNotFound) Code ¶
func (o *DeleteProjectDashboardNotFound) Code() int
Code gets the status code for the delete project dashboard not found response
func (*DeleteProjectDashboardNotFound) Error ¶
func (o *DeleteProjectDashboardNotFound) Error() string
func (*DeleteProjectDashboardNotFound) GetPayload ¶
func (o *DeleteProjectDashboardNotFound) GetPayload() interface{}
func (*DeleteProjectDashboardNotFound) IsClientError ¶
func (o *DeleteProjectDashboardNotFound) IsClientError() bool
IsClientError returns true when this delete project dashboard not found response has a 4xx status code
func (*DeleteProjectDashboardNotFound) IsCode ¶
func (o *DeleteProjectDashboardNotFound) IsCode(code int) bool
IsCode returns true when this delete project dashboard not found response a status code equal to that given
func (*DeleteProjectDashboardNotFound) IsRedirect ¶
func (o *DeleteProjectDashboardNotFound) IsRedirect() bool
IsRedirect returns true when this delete project dashboard not found response has a 3xx status code
func (*DeleteProjectDashboardNotFound) IsServerError ¶
func (o *DeleteProjectDashboardNotFound) IsServerError() bool
IsServerError returns true when this delete project dashboard not found response has a 5xx status code
func (*DeleteProjectDashboardNotFound) IsSuccess ¶
func (o *DeleteProjectDashboardNotFound) IsSuccess() bool
IsSuccess returns true when this delete project dashboard not found response has a 2xx status code
func (*DeleteProjectDashboardNotFound) String ¶
func (o *DeleteProjectDashboardNotFound) String() string
type DeleteProjectDashboardOK ¶
type DeleteProjectDashboardOK struct { }
DeleteProjectDashboardOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteProjectDashboardOK ¶
func NewDeleteProjectDashboardOK() *DeleteProjectDashboardOK
NewDeleteProjectDashboardOK creates a DeleteProjectDashboardOK with default headers values
func (*DeleteProjectDashboardOK) Code ¶
func (o *DeleteProjectDashboardOK) Code() int
Code gets the status code for the delete project dashboard o k response
func (*DeleteProjectDashboardOK) Error ¶
func (o *DeleteProjectDashboardOK) Error() string
func (*DeleteProjectDashboardOK) IsClientError ¶
func (o *DeleteProjectDashboardOK) IsClientError() bool
IsClientError returns true when this delete project dashboard o k response has a 4xx status code
func (*DeleteProjectDashboardOK) IsCode ¶
func (o *DeleteProjectDashboardOK) IsCode(code int) bool
IsCode returns true when this delete project dashboard o k response a status code equal to that given
func (*DeleteProjectDashboardOK) IsRedirect ¶
func (o *DeleteProjectDashboardOK) IsRedirect() bool
IsRedirect returns true when this delete project dashboard o k response has a 3xx status code
func (*DeleteProjectDashboardOK) IsServerError ¶
func (o *DeleteProjectDashboardOK) IsServerError() bool
IsServerError returns true when this delete project dashboard o k response has a 5xx status code
func (*DeleteProjectDashboardOK) IsSuccess ¶
func (o *DeleteProjectDashboardOK) IsSuccess() bool
IsSuccess returns true when this delete project dashboard o k response has a 2xx status code
func (*DeleteProjectDashboardOK) String ¶
func (o *DeleteProjectDashboardOK) String() string
type DeleteProjectDashboardParams ¶
type DeleteProjectDashboardParams struct { /* Entity. Entity: project name, hub name, registry name, ... */ Entity string /* Owner. Owner of the namespace */ Owner string /* UUID. Uuid identifier of the sub-entity */ UUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteProjectDashboardParams contains all the parameters to send to the API endpoint
for the delete project dashboard operation. Typically these are written to a http.Request.
func NewDeleteProjectDashboardParams ¶
func NewDeleteProjectDashboardParams() *DeleteProjectDashboardParams
NewDeleteProjectDashboardParams creates a new DeleteProjectDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteProjectDashboardParamsWithContext ¶
func NewDeleteProjectDashboardParamsWithContext(ctx context.Context) *DeleteProjectDashboardParams
NewDeleteProjectDashboardParamsWithContext creates a new DeleteProjectDashboardParams object with the ability to set a context for a request.
func NewDeleteProjectDashboardParamsWithHTTPClient ¶
func NewDeleteProjectDashboardParamsWithHTTPClient(client *http.Client) *DeleteProjectDashboardParams
NewDeleteProjectDashboardParamsWithHTTPClient creates a new DeleteProjectDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteProjectDashboardParamsWithTimeout ¶
func NewDeleteProjectDashboardParamsWithTimeout(timeout time.Duration) *DeleteProjectDashboardParams
NewDeleteProjectDashboardParamsWithTimeout creates a new DeleteProjectDashboardParams object with the ability to set a timeout on a request.
func (*DeleteProjectDashboardParams) SetContext ¶
func (o *DeleteProjectDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the delete project dashboard params
func (*DeleteProjectDashboardParams) SetDefaults ¶
func (o *DeleteProjectDashboardParams) SetDefaults()
SetDefaults hydrates default values in the delete project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteProjectDashboardParams) SetEntity ¶
func (o *DeleteProjectDashboardParams) SetEntity(entity string)
SetEntity adds the entity to the delete project dashboard params
func (*DeleteProjectDashboardParams) SetHTTPClient ¶
func (o *DeleteProjectDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete project dashboard params
func (*DeleteProjectDashboardParams) SetOwner ¶
func (o *DeleteProjectDashboardParams) SetOwner(owner string)
SetOwner adds the owner to the delete project dashboard params
func (*DeleteProjectDashboardParams) SetTimeout ¶
func (o *DeleteProjectDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete project dashboard params
func (*DeleteProjectDashboardParams) SetUUID ¶
func (o *DeleteProjectDashboardParams) SetUUID(uuid string)
SetUUID adds the uuid to the delete project dashboard params
func (*DeleteProjectDashboardParams) WithContext ¶
func (o *DeleteProjectDashboardParams) WithContext(ctx context.Context) *DeleteProjectDashboardParams
WithContext adds the context to the delete project dashboard params
func (*DeleteProjectDashboardParams) WithDefaults ¶
func (o *DeleteProjectDashboardParams) WithDefaults() *DeleteProjectDashboardParams
WithDefaults hydrates default values in the delete project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteProjectDashboardParams) WithEntity ¶
func (o *DeleteProjectDashboardParams) WithEntity(entity string) *DeleteProjectDashboardParams
WithEntity adds the entity to the delete project dashboard params
func (*DeleteProjectDashboardParams) WithHTTPClient ¶
func (o *DeleteProjectDashboardParams) WithHTTPClient(client *http.Client) *DeleteProjectDashboardParams
WithHTTPClient adds the HTTPClient to the delete project dashboard params
func (*DeleteProjectDashboardParams) WithOwner ¶
func (o *DeleteProjectDashboardParams) WithOwner(owner string) *DeleteProjectDashboardParams
WithOwner adds the owner to the delete project dashboard params
func (*DeleteProjectDashboardParams) WithTimeout ¶
func (o *DeleteProjectDashboardParams) WithTimeout(timeout time.Duration) *DeleteProjectDashboardParams
WithTimeout adds the timeout to the delete project dashboard params
func (*DeleteProjectDashboardParams) WithUUID ¶
func (o *DeleteProjectDashboardParams) WithUUID(uuid string) *DeleteProjectDashboardParams
WithUUID adds the uuid to the delete project dashboard params
func (*DeleteProjectDashboardParams) WriteToRequest ¶
func (o *DeleteProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteProjectDashboardReader ¶
type DeleteProjectDashboardReader struct {
// contains filtered or unexported fields
}
DeleteProjectDashboardReader is a Reader for the DeleteProjectDashboard structure.
func (*DeleteProjectDashboardReader) ReadResponse ¶
func (o *DeleteProjectDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetProjectDashboardDefault ¶
type GetProjectDashboardDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
GetProjectDashboardDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetProjectDashboardDefault ¶
func NewGetProjectDashboardDefault(code int) *GetProjectDashboardDefault
NewGetProjectDashboardDefault creates a GetProjectDashboardDefault with default headers values
func (*GetProjectDashboardDefault) Code ¶
func (o *GetProjectDashboardDefault) Code() int
Code gets the status code for the get project dashboard default response
func (*GetProjectDashboardDefault) Error ¶
func (o *GetProjectDashboardDefault) Error() string
func (*GetProjectDashboardDefault) GetPayload ¶
func (o *GetProjectDashboardDefault) GetPayload() *service_model.RuntimeError
func (*GetProjectDashboardDefault) IsClientError ¶
func (o *GetProjectDashboardDefault) IsClientError() bool
IsClientError returns true when this get project dashboard default response has a 4xx status code
func (*GetProjectDashboardDefault) IsCode ¶
func (o *GetProjectDashboardDefault) IsCode(code int) bool
IsCode returns true when this get project dashboard default response a status code equal to that given
func (*GetProjectDashboardDefault) IsRedirect ¶
func (o *GetProjectDashboardDefault) IsRedirect() bool
IsRedirect returns true when this get project dashboard default response has a 3xx status code
func (*GetProjectDashboardDefault) IsServerError ¶
func (o *GetProjectDashboardDefault) IsServerError() bool
IsServerError returns true when this get project dashboard default response has a 5xx status code
func (*GetProjectDashboardDefault) IsSuccess ¶
func (o *GetProjectDashboardDefault) IsSuccess() bool
IsSuccess returns true when this get project dashboard default response has a 2xx status code
func (*GetProjectDashboardDefault) String ¶
func (o *GetProjectDashboardDefault) String() string
type GetProjectDashboardForbidden ¶
type GetProjectDashboardForbidden struct {
Payload interface{}
}
GetProjectDashboardForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewGetProjectDashboardForbidden ¶
func NewGetProjectDashboardForbidden() *GetProjectDashboardForbidden
NewGetProjectDashboardForbidden creates a GetProjectDashboardForbidden with default headers values
func (*GetProjectDashboardForbidden) Code ¶
func (o *GetProjectDashboardForbidden) Code() int
Code gets the status code for the get project dashboard forbidden response
func (*GetProjectDashboardForbidden) Error ¶
func (o *GetProjectDashboardForbidden) Error() string
func (*GetProjectDashboardForbidden) GetPayload ¶
func (o *GetProjectDashboardForbidden) GetPayload() interface{}
func (*GetProjectDashboardForbidden) IsClientError ¶
func (o *GetProjectDashboardForbidden) IsClientError() bool
IsClientError returns true when this get project dashboard forbidden response has a 4xx status code
func (*GetProjectDashboardForbidden) IsCode ¶
func (o *GetProjectDashboardForbidden) IsCode(code int) bool
IsCode returns true when this get project dashboard forbidden response a status code equal to that given
func (*GetProjectDashboardForbidden) IsRedirect ¶
func (o *GetProjectDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this get project dashboard forbidden response has a 3xx status code
func (*GetProjectDashboardForbidden) IsServerError ¶
func (o *GetProjectDashboardForbidden) IsServerError() bool
IsServerError returns true when this get project dashboard forbidden response has a 5xx status code
func (*GetProjectDashboardForbidden) IsSuccess ¶
func (o *GetProjectDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this get project dashboard forbidden response has a 2xx status code
func (*GetProjectDashboardForbidden) String ¶
func (o *GetProjectDashboardForbidden) String() string
type GetProjectDashboardNoContent ¶
type GetProjectDashboardNoContent struct {
Payload interface{}
}
GetProjectDashboardNoContent describes a response with status code 204, with default header values.
No content.
func NewGetProjectDashboardNoContent ¶
func NewGetProjectDashboardNoContent() *GetProjectDashboardNoContent
NewGetProjectDashboardNoContent creates a GetProjectDashboardNoContent with default headers values
func (*GetProjectDashboardNoContent) Code ¶
func (o *GetProjectDashboardNoContent) Code() int
Code gets the status code for the get project dashboard no content response
func (*GetProjectDashboardNoContent) Error ¶
func (o *GetProjectDashboardNoContent) Error() string
func (*GetProjectDashboardNoContent) GetPayload ¶
func (o *GetProjectDashboardNoContent) GetPayload() interface{}
func (*GetProjectDashboardNoContent) IsClientError ¶
func (o *GetProjectDashboardNoContent) IsClientError() bool
IsClientError returns true when this get project dashboard no content response has a 4xx status code
func (*GetProjectDashboardNoContent) IsCode ¶
func (o *GetProjectDashboardNoContent) IsCode(code int) bool
IsCode returns true when this get project dashboard no content response a status code equal to that given
func (*GetProjectDashboardNoContent) IsRedirect ¶
func (o *GetProjectDashboardNoContent) IsRedirect() bool
IsRedirect returns true when this get project dashboard no content response has a 3xx status code
func (*GetProjectDashboardNoContent) IsServerError ¶
func (o *GetProjectDashboardNoContent) IsServerError() bool
IsServerError returns true when this get project dashboard no content response has a 5xx status code
func (*GetProjectDashboardNoContent) IsSuccess ¶
func (o *GetProjectDashboardNoContent) IsSuccess() bool
IsSuccess returns true when this get project dashboard no content response has a 2xx status code
func (*GetProjectDashboardNoContent) String ¶
func (o *GetProjectDashboardNoContent) String() string
type GetProjectDashboardNotFound ¶
type GetProjectDashboardNotFound struct {
Payload interface{}
}
GetProjectDashboardNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewGetProjectDashboardNotFound ¶
func NewGetProjectDashboardNotFound() *GetProjectDashboardNotFound
NewGetProjectDashboardNotFound creates a GetProjectDashboardNotFound with default headers values
func (*GetProjectDashboardNotFound) Code ¶
func (o *GetProjectDashboardNotFound) Code() int
Code gets the status code for the get project dashboard not found response
func (*GetProjectDashboardNotFound) Error ¶
func (o *GetProjectDashboardNotFound) Error() string
func (*GetProjectDashboardNotFound) GetPayload ¶
func (o *GetProjectDashboardNotFound) GetPayload() interface{}
func (*GetProjectDashboardNotFound) IsClientError ¶
func (o *GetProjectDashboardNotFound) IsClientError() bool
IsClientError returns true when this get project dashboard not found response has a 4xx status code
func (*GetProjectDashboardNotFound) IsCode ¶
func (o *GetProjectDashboardNotFound) IsCode(code int) bool
IsCode returns true when this get project dashboard not found response a status code equal to that given
func (*GetProjectDashboardNotFound) IsRedirect ¶
func (o *GetProjectDashboardNotFound) IsRedirect() bool
IsRedirect returns true when this get project dashboard not found response has a 3xx status code
func (*GetProjectDashboardNotFound) IsServerError ¶
func (o *GetProjectDashboardNotFound) IsServerError() bool
IsServerError returns true when this get project dashboard not found response has a 5xx status code
func (*GetProjectDashboardNotFound) IsSuccess ¶
func (o *GetProjectDashboardNotFound) IsSuccess() bool
IsSuccess returns true when this get project dashboard not found response has a 2xx status code
func (*GetProjectDashboardNotFound) String ¶
func (o *GetProjectDashboardNotFound) String() string
type GetProjectDashboardOK ¶
type GetProjectDashboardOK struct {
Payload *service_model.V1Dashboard
}
GetProjectDashboardOK describes a response with status code 200, with default header values.
A successful response.
func NewGetProjectDashboardOK ¶
func NewGetProjectDashboardOK() *GetProjectDashboardOK
NewGetProjectDashboardOK creates a GetProjectDashboardOK with default headers values
func (*GetProjectDashboardOK) Code ¶
func (o *GetProjectDashboardOK) Code() int
Code gets the status code for the get project dashboard o k response
func (*GetProjectDashboardOK) Error ¶
func (o *GetProjectDashboardOK) Error() string
func (*GetProjectDashboardOK) GetPayload ¶
func (o *GetProjectDashboardOK) GetPayload() *service_model.V1Dashboard
func (*GetProjectDashboardOK) IsClientError ¶
func (o *GetProjectDashboardOK) IsClientError() bool
IsClientError returns true when this get project dashboard o k response has a 4xx status code
func (*GetProjectDashboardOK) IsCode ¶
func (o *GetProjectDashboardOK) IsCode(code int) bool
IsCode returns true when this get project dashboard o k response a status code equal to that given
func (*GetProjectDashboardOK) IsRedirect ¶
func (o *GetProjectDashboardOK) IsRedirect() bool
IsRedirect returns true when this get project dashboard o k response has a 3xx status code
func (*GetProjectDashboardOK) IsServerError ¶
func (o *GetProjectDashboardOK) IsServerError() bool
IsServerError returns true when this get project dashboard o k response has a 5xx status code
func (*GetProjectDashboardOK) IsSuccess ¶
func (o *GetProjectDashboardOK) IsSuccess() bool
IsSuccess returns true when this get project dashboard o k response has a 2xx status code
func (*GetProjectDashboardOK) String ¶
func (o *GetProjectDashboardOK) String() string
type GetProjectDashboardParams ¶
type GetProjectDashboardParams struct { /* Entity. Entity: project name, hub name, registry name, ... */ Entity string /* Owner. Owner of the namespace */ Owner string /* UUID. Uuid identifier of the sub-entity */ UUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetProjectDashboardParams contains all the parameters to send to the API endpoint
for the get project dashboard operation. Typically these are written to a http.Request.
func NewGetProjectDashboardParams ¶
func NewGetProjectDashboardParams() *GetProjectDashboardParams
NewGetProjectDashboardParams creates a new GetProjectDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetProjectDashboardParamsWithContext ¶
func NewGetProjectDashboardParamsWithContext(ctx context.Context) *GetProjectDashboardParams
NewGetProjectDashboardParamsWithContext creates a new GetProjectDashboardParams object with the ability to set a context for a request.
func NewGetProjectDashboardParamsWithHTTPClient ¶
func NewGetProjectDashboardParamsWithHTTPClient(client *http.Client) *GetProjectDashboardParams
NewGetProjectDashboardParamsWithHTTPClient creates a new GetProjectDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewGetProjectDashboardParamsWithTimeout ¶
func NewGetProjectDashboardParamsWithTimeout(timeout time.Duration) *GetProjectDashboardParams
NewGetProjectDashboardParamsWithTimeout creates a new GetProjectDashboardParams object with the ability to set a timeout on a request.
func (*GetProjectDashboardParams) SetContext ¶
func (o *GetProjectDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the get project dashboard params
func (*GetProjectDashboardParams) SetDefaults ¶
func (o *GetProjectDashboardParams) SetDefaults()
SetDefaults hydrates default values in the get project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*GetProjectDashboardParams) SetEntity ¶
func (o *GetProjectDashboardParams) SetEntity(entity string)
SetEntity adds the entity to the get project dashboard params
func (*GetProjectDashboardParams) SetHTTPClient ¶
func (o *GetProjectDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get project dashboard params
func (*GetProjectDashboardParams) SetOwner ¶
func (o *GetProjectDashboardParams) SetOwner(owner string)
SetOwner adds the owner to the get project dashboard params
func (*GetProjectDashboardParams) SetTimeout ¶
func (o *GetProjectDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get project dashboard params
func (*GetProjectDashboardParams) SetUUID ¶
func (o *GetProjectDashboardParams) SetUUID(uuid string)
SetUUID adds the uuid to the get project dashboard params
func (*GetProjectDashboardParams) WithContext ¶
func (o *GetProjectDashboardParams) WithContext(ctx context.Context) *GetProjectDashboardParams
WithContext adds the context to the get project dashboard params
func (*GetProjectDashboardParams) WithDefaults ¶
func (o *GetProjectDashboardParams) WithDefaults() *GetProjectDashboardParams
WithDefaults hydrates default values in the get project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*GetProjectDashboardParams) WithEntity ¶
func (o *GetProjectDashboardParams) WithEntity(entity string) *GetProjectDashboardParams
WithEntity adds the entity to the get project dashboard params
func (*GetProjectDashboardParams) WithHTTPClient ¶
func (o *GetProjectDashboardParams) WithHTTPClient(client *http.Client) *GetProjectDashboardParams
WithHTTPClient adds the HTTPClient to the get project dashboard params
func (*GetProjectDashboardParams) WithOwner ¶
func (o *GetProjectDashboardParams) WithOwner(owner string) *GetProjectDashboardParams
WithOwner adds the owner to the get project dashboard params
func (*GetProjectDashboardParams) WithTimeout ¶
func (o *GetProjectDashboardParams) WithTimeout(timeout time.Duration) *GetProjectDashboardParams
WithTimeout adds the timeout to the get project dashboard params
func (*GetProjectDashboardParams) WithUUID ¶
func (o *GetProjectDashboardParams) WithUUID(uuid string) *GetProjectDashboardParams
WithUUID adds the uuid to the get project dashboard params
func (*GetProjectDashboardParams) WriteToRequest ¶
func (o *GetProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetProjectDashboardReader ¶
type GetProjectDashboardReader struct {
// contains filtered or unexported fields
}
GetProjectDashboardReader is a Reader for the GetProjectDashboard structure.
func (*GetProjectDashboardReader) ReadResponse ¶
func (o *GetProjectDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectDashboardNamesDefault ¶
type ListProjectDashboardNamesDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
ListProjectDashboardNamesDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListProjectDashboardNamesDefault ¶
func NewListProjectDashboardNamesDefault(code int) *ListProjectDashboardNamesDefault
NewListProjectDashboardNamesDefault creates a ListProjectDashboardNamesDefault with default headers values
func (*ListProjectDashboardNamesDefault) Code ¶
func (o *ListProjectDashboardNamesDefault) Code() int
Code gets the status code for the list project dashboard names default response
func (*ListProjectDashboardNamesDefault) Error ¶
func (o *ListProjectDashboardNamesDefault) Error() string
func (*ListProjectDashboardNamesDefault) GetPayload ¶
func (o *ListProjectDashboardNamesDefault) GetPayload() *service_model.RuntimeError
func (*ListProjectDashboardNamesDefault) IsClientError ¶
func (o *ListProjectDashboardNamesDefault) IsClientError() bool
IsClientError returns true when this list project dashboard names default response has a 4xx status code
func (*ListProjectDashboardNamesDefault) IsCode ¶
func (o *ListProjectDashboardNamesDefault) IsCode(code int) bool
IsCode returns true when this list project dashboard names default response a status code equal to that given
func (*ListProjectDashboardNamesDefault) IsRedirect ¶
func (o *ListProjectDashboardNamesDefault) IsRedirect() bool
IsRedirect returns true when this list project dashboard names default response has a 3xx status code
func (*ListProjectDashboardNamesDefault) IsServerError ¶
func (o *ListProjectDashboardNamesDefault) IsServerError() bool
IsServerError returns true when this list project dashboard names default response has a 5xx status code
func (*ListProjectDashboardNamesDefault) IsSuccess ¶
func (o *ListProjectDashboardNamesDefault) IsSuccess() bool
IsSuccess returns true when this list project dashboard names default response has a 2xx status code
func (*ListProjectDashboardNamesDefault) String ¶
func (o *ListProjectDashboardNamesDefault) String() string
type ListProjectDashboardNamesForbidden ¶
type ListProjectDashboardNamesForbidden struct {
Payload interface{}
}
ListProjectDashboardNamesForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewListProjectDashboardNamesForbidden ¶
func NewListProjectDashboardNamesForbidden() *ListProjectDashboardNamesForbidden
NewListProjectDashboardNamesForbidden creates a ListProjectDashboardNamesForbidden with default headers values
func (*ListProjectDashboardNamesForbidden) Code ¶
func (o *ListProjectDashboardNamesForbidden) Code() int
Code gets the status code for the list project dashboard names forbidden response
func (*ListProjectDashboardNamesForbidden) Error ¶
func (o *ListProjectDashboardNamesForbidden) Error() string
func (*ListProjectDashboardNamesForbidden) GetPayload ¶
func (o *ListProjectDashboardNamesForbidden) GetPayload() interface{}
func (*ListProjectDashboardNamesForbidden) IsClientError ¶
func (o *ListProjectDashboardNamesForbidden) IsClientError() bool
IsClientError returns true when this list project dashboard names forbidden response has a 4xx status code
func (*ListProjectDashboardNamesForbidden) IsCode ¶
func (o *ListProjectDashboardNamesForbidden) IsCode(code int) bool
IsCode returns true when this list project dashboard names forbidden response a status code equal to that given
func (*ListProjectDashboardNamesForbidden) IsRedirect ¶
func (o *ListProjectDashboardNamesForbidden) IsRedirect() bool
IsRedirect returns true when this list project dashboard names forbidden response has a 3xx status code
func (*ListProjectDashboardNamesForbidden) IsServerError ¶
func (o *ListProjectDashboardNamesForbidden) IsServerError() bool
IsServerError returns true when this list project dashboard names forbidden response has a 5xx status code
func (*ListProjectDashboardNamesForbidden) IsSuccess ¶
func (o *ListProjectDashboardNamesForbidden) IsSuccess() bool
IsSuccess returns true when this list project dashboard names forbidden response has a 2xx status code
func (*ListProjectDashboardNamesForbidden) String ¶
func (o *ListProjectDashboardNamesForbidden) String() string
type ListProjectDashboardNamesNoContent ¶
type ListProjectDashboardNamesNoContent struct {
Payload interface{}
}
ListProjectDashboardNamesNoContent describes a response with status code 204, with default header values.
No content.
func NewListProjectDashboardNamesNoContent ¶
func NewListProjectDashboardNamesNoContent() *ListProjectDashboardNamesNoContent
NewListProjectDashboardNamesNoContent creates a ListProjectDashboardNamesNoContent with default headers values
func (*ListProjectDashboardNamesNoContent) Code ¶
func (o *ListProjectDashboardNamesNoContent) Code() int
Code gets the status code for the list project dashboard names no content response
func (*ListProjectDashboardNamesNoContent) Error ¶
func (o *ListProjectDashboardNamesNoContent) Error() string
func (*ListProjectDashboardNamesNoContent) GetPayload ¶
func (o *ListProjectDashboardNamesNoContent) GetPayload() interface{}
func (*ListProjectDashboardNamesNoContent) IsClientError ¶
func (o *ListProjectDashboardNamesNoContent) IsClientError() bool
IsClientError returns true when this list project dashboard names no content response has a 4xx status code
func (*ListProjectDashboardNamesNoContent) IsCode ¶
func (o *ListProjectDashboardNamesNoContent) IsCode(code int) bool
IsCode returns true when this list project dashboard names no content response a status code equal to that given
func (*ListProjectDashboardNamesNoContent) IsRedirect ¶
func (o *ListProjectDashboardNamesNoContent) IsRedirect() bool
IsRedirect returns true when this list project dashboard names no content response has a 3xx status code
func (*ListProjectDashboardNamesNoContent) IsServerError ¶
func (o *ListProjectDashboardNamesNoContent) IsServerError() bool
IsServerError returns true when this list project dashboard names no content response has a 5xx status code
func (*ListProjectDashboardNamesNoContent) IsSuccess ¶
func (o *ListProjectDashboardNamesNoContent) IsSuccess() bool
IsSuccess returns true when this list project dashboard names no content response has a 2xx status code
func (*ListProjectDashboardNamesNoContent) String ¶
func (o *ListProjectDashboardNamesNoContent) String() string
type ListProjectDashboardNamesNotFound ¶
type ListProjectDashboardNamesNotFound struct {
Payload interface{}
}
ListProjectDashboardNamesNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewListProjectDashboardNamesNotFound ¶
func NewListProjectDashboardNamesNotFound() *ListProjectDashboardNamesNotFound
NewListProjectDashboardNamesNotFound creates a ListProjectDashboardNamesNotFound with default headers values
func (*ListProjectDashboardNamesNotFound) Code ¶
func (o *ListProjectDashboardNamesNotFound) Code() int
Code gets the status code for the list project dashboard names not found response
func (*ListProjectDashboardNamesNotFound) Error ¶
func (o *ListProjectDashboardNamesNotFound) Error() string
func (*ListProjectDashboardNamesNotFound) GetPayload ¶
func (o *ListProjectDashboardNamesNotFound) GetPayload() interface{}
func (*ListProjectDashboardNamesNotFound) IsClientError ¶
func (o *ListProjectDashboardNamesNotFound) IsClientError() bool
IsClientError returns true when this list project dashboard names not found response has a 4xx status code
func (*ListProjectDashboardNamesNotFound) IsCode ¶
func (o *ListProjectDashboardNamesNotFound) IsCode(code int) bool
IsCode returns true when this list project dashboard names not found response a status code equal to that given
func (*ListProjectDashboardNamesNotFound) IsRedirect ¶
func (o *ListProjectDashboardNamesNotFound) IsRedirect() bool
IsRedirect returns true when this list project dashboard names not found response has a 3xx status code
func (*ListProjectDashboardNamesNotFound) IsServerError ¶
func (o *ListProjectDashboardNamesNotFound) IsServerError() bool
IsServerError returns true when this list project dashboard names not found response has a 5xx status code
func (*ListProjectDashboardNamesNotFound) IsSuccess ¶
func (o *ListProjectDashboardNamesNotFound) IsSuccess() bool
IsSuccess returns true when this list project dashboard names not found response has a 2xx status code
func (*ListProjectDashboardNamesNotFound) String ¶
func (o *ListProjectDashboardNamesNotFound) String() string
type ListProjectDashboardNamesOK ¶
type ListProjectDashboardNamesOK struct {
Payload *service_model.V1ListDashboardsResponse
}
ListProjectDashboardNamesOK describes a response with status code 200, with default header values.
A successful response.
func NewListProjectDashboardNamesOK ¶
func NewListProjectDashboardNamesOK() *ListProjectDashboardNamesOK
NewListProjectDashboardNamesOK creates a ListProjectDashboardNamesOK with default headers values
func (*ListProjectDashboardNamesOK) Code ¶
func (o *ListProjectDashboardNamesOK) Code() int
Code gets the status code for the list project dashboard names o k response
func (*ListProjectDashboardNamesOK) Error ¶
func (o *ListProjectDashboardNamesOK) Error() string
func (*ListProjectDashboardNamesOK) GetPayload ¶
func (o *ListProjectDashboardNamesOK) GetPayload() *service_model.V1ListDashboardsResponse
func (*ListProjectDashboardNamesOK) IsClientError ¶
func (o *ListProjectDashboardNamesOK) IsClientError() bool
IsClientError returns true when this list project dashboard names o k response has a 4xx status code
func (*ListProjectDashboardNamesOK) IsCode ¶
func (o *ListProjectDashboardNamesOK) IsCode(code int) bool
IsCode returns true when this list project dashboard names o k response a status code equal to that given
func (*ListProjectDashboardNamesOK) IsRedirect ¶
func (o *ListProjectDashboardNamesOK) IsRedirect() bool
IsRedirect returns true when this list project dashboard names o k response has a 3xx status code
func (*ListProjectDashboardNamesOK) IsServerError ¶
func (o *ListProjectDashboardNamesOK) IsServerError() bool
IsServerError returns true when this list project dashboard names o k response has a 5xx status code
func (*ListProjectDashboardNamesOK) IsSuccess ¶
func (o *ListProjectDashboardNamesOK) IsSuccess() bool
IsSuccess returns true when this list project dashboard names o k response has a 2xx status code
func (*ListProjectDashboardNamesOK) String ¶
func (o *ListProjectDashboardNamesOK) String() string
type ListProjectDashboardNamesParams ¶
type ListProjectDashboardNamesParams struct { /* Bookmarks. Filter by bookmarks. */ Bookmarks *bool /* Limit. Limit size. Format: int32 */ Limit *int32 /* Mode. Mode of the search. */ Mode *string /* Name. Entity managing the resource */ Name string /* NoPage. No pagination. */ NoPage *bool /* Offset. Pagination offset. Format: int32 */ Offset *int32 /* Owner. Owner of the namespace */ Owner string /* Query. Query filter the search. */ Query *string /* Sort. Sort to order the search. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectDashboardNamesParams contains all the parameters to send to the API endpoint
for the list project dashboard names operation. Typically these are written to a http.Request.
func NewListProjectDashboardNamesParams ¶
func NewListProjectDashboardNamesParams() *ListProjectDashboardNamesParams
NewListProjectDashboardNamesParams creates a new ListProjectDashboardNamesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectDashboardNamesParamsWithContext ¶
func NewListProjectDashboardNamesParamsWithContext(ctx context.Context) *ListProjectDashboardNamesParams
NewListProjectDashboardNamesParamsWithContext creates a new ListProjectDashboardNamesParams object with the ability to set a context for a request.
func NewListProjectDashboardNamesParamsWithHTTPClient ¶
func NewListProjectDashboardNamesParamsWithHTTPClient(client *http.Client) *ListProjectDashboardNamesParams
NewListProjectDashboardNamesParamsWithHTTPClient creates a new ListProjectDashboardNamesParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectDashboardNamesParamsWithTimeout ¶
func NewListProjectDashboardNamesParamsWithTimeout(timeout time.Duration) *ListProjectDashboardNamesParams
NewListProjectDashboardNamesParamsWithTimeout creates a new ListProjectDashboardNamesParams object with the ability to set a timeout on a request.
func (*ListProjectDashboardNamesParams) SetBookmarks ¶
func (o *ListProjectDashboardNamesParams) SetBookmarks(bookmarks *bool)
SetBookmarks adds the bookmarks to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetContext ¶
func (o *ListProjectDashboardNamesParams) SetContext(ctx context.Context)
SetContext adds the context to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetDefaults ¶
func (o *ListProjectDashboardNamesParams) SetDefaults()
SetDefaults hydrates default values in the list project dashboard names params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectDashboardNamesParams) SetHTTPClient ¶
func (o *ListProjectDashboardNamesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetLimit ¶
func (o *ListProjectDashboardNamesParams) SetLimit(limit *int32)
SetLimit adds the limit to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetMode ¶
func (o *ListProjectDashboardNamesParams) SetMode(mode *string)
SetMode adds the mode to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetName ¶
func (o *ListProjectDashboardNamesParams) SetName(name string)
SetName adds the name to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetNoPage ¶
func (o *ListProjectDashboardNamesParams) SetNoPage(noPage *bool)
SetNoPage adds the noPage to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetOffset ¶
func (o *ListProjectDashboardNamesParams) SetOffset(offset *int32)
SetOffset adds the offset to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetOwner ¶
func (o *ListProjectDashboardNamesParams) SetOwner(owner string)
SetOwner adds the owner to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetQuery ¶
func (o *ListProjectDashboardNamesParams) SetQuery(query *string)
SetQuery adds the query to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetSort ¶
func (o *ListProjectDashboardNamesParams) SetSort(sort *string)
SetSort adds the sort to the list project dashboard names params
func (*ListProjectDashboardNamesParams) SetTimeout ¶
func (o *ListProjectDashboardNamesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithBookmarks ¶
func (o *ListProjectDashboardNamesParams) WithBookmarks(bookmarks *bool) *ListProjectDashboardNamesParams
WithBookmarks adds the bookmarks to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithContext ¶
func (o *ListProjectDashboardNamesParams) WithContext(ctx context.Context) *ListProjectDashboardNamesParams
WithContext adds the context to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithDefaults ¶
func (o *ListProjectDashboardNamesParams) WithDefaults() *ListProjectDashboardNamesParams
WithDefaults hydrates default values in the list project dashboard names params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectDashboardNamesParams) WithHTTPClient ¶
func (o *ListProjectDashboardNamesParams) WithHTTPClient(client *http.Client) *ListProjectDashboardNamesParams
WithHTTPClient adds the HTTPClient to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithLimit ¶
func (o *ListProjectDashboardNamesParams) WithLimit(limit *int32) *ListProjectDashboardNamesParams
WithLimit adds the limit to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithMode ¶
func (o *ListProjectDashboardNamesParams) WithMode(mode *string) *ListProjectDashboardNamesParams
WithMode adds the mode to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithName ¶
func (o *ListProjectDashboardNamesParams) WithName(name string) *ListProjectDashboardNamesParams
WithName adds the name to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithNoPage ¶
func (o *ListProjectDashboardNamesParams) WithNoPage(noPage *bool) *ListProjectDashboardNamesParams
WithNoPage adds the noPage to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithOffset ¶
func (o *ListProjectDashboardNamesParams) WithOffset(offset *int32) *ListProjectDashboardNamesParams
WithOffset adds the offset to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithOwner ¶
func (o *ListProjectDashboardNamesParams) WithOwner(owner string) *ListProjectDashboardNamesParams
WithOwner adds the owner to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithQuery ¶
func (o *ListProjectDashboardNamesParams) WithQuery(query *string) *ListProjectDashboardNamesParams
WithQuery adds the query to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithSort ¶
func (o *ListProjectDashboardNamesParams) WithSort(sort *string) *ListProjectDashboardNamesParams
WithSort adds the sort to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WithTimeout ¶
func (o *ListProjectDashboardNamesParams) WithTimeout(timeout time.Duration) *ListProjectDashboardNamesParams
WithTimeout adds the timeout to the list project dashboard names params
func (*ListProjectDashboardNamesParams) WriteToRequest ¶
func (o *ListProjectDashboardNamesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectDashboardNamesReader ¶
type ListProjectDashboardNamesReader struct {
// contains filtered or unexported fields
}
ListProjectDashboardNamesReader is a Reader for the ListProjectDashboardNames structure.
func (*ListProjectDashboardNamesReader) ReadResponse ¶
func (o *ListProjectDashboardNamesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListProjectDashboardsDefault ¶
type ListProjectDashboardsDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
ListProjectDashboardsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListProjectDashboardsDefault ¶
func NewListProjectDashboardsDefault(code int) *ListProjectDashboardsDefault
NewListProjectDashboardsDefault creates a ListProjectDashboardsDefault with default headers values
func (*ListProjectDashboardsDefault) Code ¶
func (o *ListProjectDashboardsDefault) Code() int
Code gets the status code for the list project dashboards default response
func (*ListProjectDashboardsDefault) Error ¶
func (o *ListProjectDashboardsDefault) Error() string
func (*ListProjectDashboardsDefault) GetPayload ¶
func (o *ListProjectDashboardsDefault) GetPayload() *service_model.RuntimeError
func (*ListProjectDashboardsDefault) IsClientError ¶
func (o *ListProjectDashboardsDefault) IsClientError() bool
IsClientError returns true when this list project dashboards default response has a 4xx status code
func (*ListProjectDashboardsDefault) IsCode ¶
func (o *ListProjectDashboardsDefault) IsCode(code int) bool
IsCode returns true when this list project dashboards default response a status code equal to that given
func (*ListProjectDashboardsDefault) IsRedirect ¶
func (o *ListProjectDashboardsDefault) IsRedirect() bool
IsRedirect returns true when this list project dashboards default response has a 3xx status code
func (*ListProjectDashboardsDefault) IsServerError ¶
func (o *ListProjectDashboardsDefault) IsServerError() bool
IsServerError returns true when this list project dashboards default response has a 5xx status code
func (*ListProjectDashboardsDefault) IsSuccess ¶
func (o *ListProjectDashboardsDefault) IsSuccess() bool
IsSuccess returns true when this list project dashboards default response has a 2xx status code
func (*ListProjectDashboardsDefault) String ¶
func (o *ListProjectDashboardsDefault) String() string
type ListProjectDashboardsForbidden ¶
type ListProjectDashboardsForbidden struct {
Payload interface{}
}
ListProjectDashboardsForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewListProjectDashboardsForbidden ¶
func NewListProjectDashboardsForbidden() *ListProjectDashboardsForbidden
NewListProjectDashboardsForbidden creates a ListProjectDashboardsForbidden with default headers values
func (*ListProjectDashboardsForbidden) Code ¶
func (o *ListProjectDashboardsForbidden) Code() int
Code gets the status code for the list project dashboards forbidden response
func (*ListProjectDashboardsForbidden) Error ¶
func (o *ListProjectDashboardsForbidden) Error() string
func (*ListProjectDashboardsForbidden) GetPayload ¶
func (o *ListProjectDashboardsForbidden) GetPayload() interface{}
func (*ListProjectDashboardsForbidden) IsClientError ¶
func (o *ListProjectDashboardsForbidden) IsClientError() bool
IsClientError returns true when this list project dashboards forbidden response has a 4xx status code
func (*ListProjectDashboardsForbidden) IsCode ¶
func (o *ListProjectDashboardsForbidden) IsCode(code int) bool
IsCode returns true when this list project dashboards forbidden response a status code equal to that given
func (*ListProjectDashboardsForbidden) IsRedirect ¶
func (o *ListProjectDashboardsForbidden) IsRedirect() bool
IsRedirect returns true when this list project dashboards forbidden response has a 3xx status code
func (*ListProjectDashboardsForbidden) IsServerError ¶
func (o *ListProjectDashboardsForbidden) IsServerError() bool
IsServerError returns true when this list project dashboards forbidden response has a 5xx status code
func (*ListProjectDashboardsForbidden) IsSuccess ¶
func (o *ListProjectDashboardsForbidden) IsSuccess() bool
IsSuccess returns true when this list project dashboards forbidden response has a 2xx status code
func (*ListProjectDashboardsForbidden) String ¶
func (o *ListProjectDashboardsForbidden) String() string
type ListProjectDashboardsNoContent ¶
type ListProjectDashboardsNoContent struct {
Payload interface{}
}
ListProjectDashboardsNoContent describes a response with status code 204, with default header values.
No content.
func NewListProjectDashboardsNoContent ¶
func NewListProjectDashboardsNoContent() *ListProjectDashboardsNoContent
NewListProjectDashboardsNoContent creates a ListProjectDashboardsNoContent with default headers values
func (*ListProjectDashboardsNoContent) Code ¶
func (o *ListProjectDashboardsNoContent) Code() int
Code gets the status code for the list project dashboards no content response
func (*ListProjectDashboardsNoContent) Error ¶
func (o *ListProjectDashboardsNoContent) Error() string
func (*ListProjectDashboardsNoContent) GetPayload ¶
func (o *ListProjectDashboardsNoContent) GetPayload() interface{}
func (*ListProjectDashboardsNoContent) IsClientError ¶
func (o *ListProjectDashboardsNoContent) IsClientError() bool
IsClientError returns true when this list project dashboards no content response has a 4xx status code
func (*ListProjectDashboardsNoContent) IsCode ¶
func (o *ListProjectDashboardsNoContent) IsCode(code int) bool
IsCode returns true when this list project dashboards no content response a status code equal to that given
func (*ListProjectDashboardsNoContent) IsRedirect ¶
func (o *ListProjectDashboardsNoContent) IsRedirect() bool
IsRedirect returns true when this list project dashboards no content response has a 3xx status code
func (*ListProjectDashboardsNoContent) IsServerError ¶
func (o *ListProjectDashboardsNoContent) IsServerError() bool
IsServerError returns true when this list project dashboards no content response has a 5xx status code
func (*ListProjectDashboardsNoContent) IsSuccess ¶
func (o *ListProjectDashboardsNoContent) IsSuccess() bool
IsSuccess returns true when this list project dashboards no content response has a 2xx status code
func (*ListProjectDashboardsNoContent) String ¶
func (o *ListProjectDashboardsNoContent) String() string
type ListProjectDashboardsNotFound ¶
type ListProjectDashboardsNotFound struct {
Payload interface{}
}
ListProjectDashboardsNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewListProjectDashboardsNotFound ¶
func NewListProjectDashboardsNotFound() *ListProjectDashboardsNotFound
NewListProjectDashboardsNotFound creates a ListProjectDashboardsNotFound with default headers values
func (*ListProjectDashboardsNotFound) Code ¶
func (o *ListProjectDashboardsNotFound) Code() int
Code gets the status code for the list project dashboards not found response
func (*ListProjectDashboardsNotFound) Error ¶
func (o *ListProjectDashboardsNotFound) Error() string
func (*ListProjectDashboardsNotFound) GetPayload ¶
func (o *ListProjectDashboardsNotFound) GetPayload() interface{}
func (*ListProjectDashboardsNotFound) IsClientError ¶
func (o *ListProjectDashboardsNotFound) IsClientError() bool
IsClientError returns true when this list project dashboards not found response has a 4xx status code
func (*ListProjectDashboardsNotFound) IsCode ¶
func (o *ListProjectDashboardsNotFound) IsCode(code int) bool
IsCode returns true when this list project dashboards not found response a status code equal to that given
func (*ListProjectDashboardsNotFound) IsRedirect ¶
func (o *ListProjectDashboardsNotFound) IsRedirect() bool
IsRedirect returns true when this list project dashboards not found response has a 3xx status code
func (*ListProjectDashboardsNotFound) IsServerError ¶
func (o *ListProjectDashboardsNotFound) IsServerError() bool
IsServerError returns true when this list project dashboards not found response has a 5xx status code
func (*ListProjectDashboardsNotFound) IsSuccess ¶
func (o *ListProjectDashboardsNotFound) IsSuccess() bool
IsSuccess returns true when this list project dashboards not found response has a 2xx status code
func (*ListProjectDashboardsNotFound) String ¶
func (o *ListProjectDashboardsNotFound) String() string
type ListProjectDashboardsOK ¶
type ListProjectDashboardsOK struct {
Payload *service_model.V1ListDashboardsResponse
}
ListProjectDashboardsOK describes a response with status code 200, with default header values.
A successful response.
func NewListProjectDashboardsOK ¶
func NewListProjectDashboardsOK() *ListProjectDashboardsOK
NewListProjectDashboardsOK creates a ListProjectDashboardsOK with default headers values
func (*ListProjectDashboardsOK) Code ¶
func (o *ListProjectDashboardsOK) Code() int
Code gets the status code for the list project dashboards o k response
func (*ListProjectDashboardsOK) Error ¶
func (o *ListProjectDashboardsOK) Error() string
func (*ListProjectDashboardsOK) GetPayload ¶
func (o *ListProjectDashboardsOK) GetPayload() *service_model.V1ListDashboardsResponse
func (*ListProjectDashboardsOK) IsClientError ¶
func (o *ListProjectDashboardsOK) IsClientError() bool
IsClientError returns true when this list project dashboards o k response has a 4xx status code
func (*ListProjectDashboardsOK) IsCode ¶
func (o *ListProjectDashboardsOK) IsCode(code int) bool
IsCode returns true when this list project dashboards o k response a status code equal to that given
func (*ListProjectDashboardsOK) IsRedirect ¶
func (o *ListProjectDashboardsOK) IsRedirect() bool
IsRedirect returns true when this list project dashboards o k response has a 3xx status code
func (*ListProjectDashboardsOK) IsServerError ¶
func (o *ListProjectDashboardsOK) IsServerError() bool
IsServerError returns true when this list project dashboards o k response has a 5xx status code
func (*ListProjectDashboardsOK) IsSuccess ¶
func (o *ListProjectDashboardsOK) IsSuccess() bool
IsSuccess returns true when this list project dashboards o k response has a 2xx status code
func (*ListProjectDashboardsOK) String ¶
func (o *ListProjectDashboardsOK) String() string
type ListProjectDashboardsParams ¶
type ListProjectDashboardsParams struct { /* Bookmarks. Filter by bookmarks. */ Bookmarks *bool /* Limit. Limit size. Format: int32 */ Limit *int32 /* Mode. Mode of the search. */ Mode *string /* Name. Entity managing the resource */ Name string /* NoPage. No pagination. */ NoPage *bool /* Offset. Pagination offset. Format: int32 */ Offset *int32 /* Owner. Owner of the namespace */ Owner string /* Query. Query filter the search. */ Query *string /* Sort. Sort to order the search. */ Sort *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListProjectDashboardsParams contains all the parameters to send to the API endpoint
for the list project dashboards operation. Typically these are written to a http.Request.
func NewListProjectDashboardsParams ¶
func NewListProjectDashboardsParams() *ListProjectDashboardsParams
NewListProjectDashboardsParams creates a new ListProjectDashboardsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListProjectDashboardsParamsWithContext ¶
func NewListProjectDashboardsParamsWithContext(ctx context.Context) *ListProjectDashboardsParams
NewListProjectDashboardsParamsWithContext creates a new ListProjectDashboardsParams object with the ability to set a context for a request.
func NewListProjectDashboardsParamsWithHTTPClient ¶
func NewListProjectDashboardsParamsWithHTTPClient(client *http.Client) *ListProjectDashboardsParams
NewListProjectDashboardsParamsWithHTTPClient creates a new ListProjectDashboardsParams object with the ability to set a custom HTTPClient for a request.
func NewListProjectDashboardsParamsWithTimeout ¶
func NewListProjectDashboardsParamsWithTimeout(timeout time.Duration) *ListProjectDashboardsParams
NewListProjectDashboardsParamsWithTimeout creates a new ListProjectDashboardsParams object with the ability to set a timeout on a request.
func (*ListProjectDashboardsParams) SetBookmarks ¶
func (o *ListProjectDashboardsParams) SetBookmarks(bookmarks *bool)
SetBookmarks adds the bookmarks to the list project dashboards params
func (*ListProjectDashboardsParams) SetContext ¶
func (o *ListProjectDashboardsParams) SetContext(ctx context.Context)
SetContext adds the context to the list project dashboards params
func (*ListProjectDashboardsParams) SetDefaults ¶
func (o *ListProjectDashboardsParams) SetDefaults()
SetDefaults hydrates default values in the list project dashboards params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectDashboardsParams) SetHTTPClient ¶
func (o *ListProjectDashboardsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list project dashboards params
func (*ListProjectDashboardsParams) SetLimit ¶
func (o *ListProjectDashboardsParams) SetLimit(limit *int32)
SetLimit adds the limit to the list project dashboards params
func (*ListProjectDashboardsParams) SetMode ¶
func (o *ListProjectDashboardsParams) SetMode(mode *string)
SetMode adds the mode to the list project dashboards params
func (*ListProjectDashboardsParams) SetName ¶
func (o *ListProjectDashboardsParams) SetName(name string)
SetName adds the name to the list project dashboards params
func (*ListProjectDashboardsParams) SetNoPage ¶
func (o *ListProjectDashboardsParams) SetNoPage(noPage *bool)
SetNoPage adds the noPage to the list project dashboards params
func (*ListProjectDashboardsParams) SetOffset ¶
func (o *ListProjectDashboardsParams) SetOffset(offset *int32)
SetOffset adds the offset to the list project dashboards params
func (*ListProjectDashboardsParams) SetOwner ¶
func (o *ListProjectDashboardsParams) SetOwner(owner string)
SetOwner adds the owner to the list project dashboards params
func (*ListProjectDashboardsParams) SetQuery ¶
func (o *ListProjectDashboardsParams) SetQuery(query *string)
SetQuery adds the query to the list project dashboards params
func (*ListProjectDashboardsParams) SetSort ¶
func (o *ListProjectDashboardsParams) SetSort(sort *string)
SetSort adds the sort to the list project dashboards params
func (*ListProjectDashboardsParams) SetTimeout ¶
func (o *ListProjectDashboardsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list project dashboards params
func (*ListProjectDashboardsParams) WithBookmarks ¶
func (o *ListProjectDashboardsParams) WithBookmarks(bookmarks *bool) *ListProjectDashboardsParams
WithBookmarks adds the bookmarks to the list project dashboards params
func (*ListProjectDashboardsParams) WithContext ¶
func (o *ListProjectDashboardsParams) WithContext(ctx context.Context) *ListProjectDashboardsParams
WithContext adds the context to the list project dashboards params
func (*ListProjectDashboardsParams) WithDefaults ¶
func (o *ListProjectDashboardsParams) WithDefaults() *ListProjectDashboardsParams
WithDefaults hydrates default values in the list project dashboards params (not the query body).
All values with no default are reset to their zero value.
func (*ListProjectDashboardsParams) WithHTTPClient ¶
func (o *ListProjectDashboardsParams) WithHTTPClient(client *http.Client) *ListProjectDashboardsParams
WithHTTPClient adds the HTTPClient to the list project dashboards params
func (*ListProjectDashboardsParams) WithLimit ¶
func (o *ListProjectDashboardsParams) WithLimit(limit *int32) *ListProjectDashboardsParams
WithLimit adds the limit to the list project dashboards params
func (*ListProjectDashboardsParams) WithMode ¶
func (o *ListProjectDashboardsParams) WithMode(mode *string) *ListProjectDashboardsParams
WithMode adds the mode to the list project dashboards params
func (*ListProjectDashboardsParams) WithName ¶
func (o *ListProjectDashboardsParams) WithName(name string) *ListProjectDashboardsParams
WithName adds the name to the list project dashboards params
func (*ListProjectDashboardsParams) WithNoPage ¶
func (o *ListProjectDashboardsParams) WithNoPage(noPage *bool) *ListProjectDashboardsParams
WithNoPage adds the noPage to the list project dashboards params
func (*ListProjectDashboardsParams) WithOffset ¶
func (o *ListProjectDashboardsParams) WithOffset(offset *int32) *ListProjectDashboardsParams
WithOffset adds the offset to the list project dashboards params
func (*ListProjectDashboardsParams) WithOwner ¶
func (o *ListProjectDashboardsParams) WithOwner(owner string) *ListProjectDashboardsParams
WithOwner adds the owner to the list project dashboards params
func (*ListProjectDashboardsParams) WithQuery ¶
func (o *ListProjectDashboardsParams) WithQuery(query *string) *ListProjectDashboardsParams
WithQuery adds the query to the list project dashboards params
func (*ListProjectDashboardsParams) WithSort ¶
func (o *ListProjectDashboardsParams) WithSort(sort *string) *ListProjectDashboardsParams
WithSort adds the sort to the list project dashboards params
func (*ListProjectDashboardsParams) WithTimeout ¶
func (o *ListProjectDashboardsParams) WithTimeout(timeout time.Duration) *ListProjectDashboardsParams
WithTimeout adds the timeout to the list project dashboards params
func (*ListProjectDashboardsParams) WriteToRequest ¶
func (o *ListProjectDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListProjectDashboardsReader ¶
type ListProjectDashboardsReader struct {
// contains filtered or unexported fields
}
ListProjectDashboardsReader is a Reader for the ListProjectDashboards structure.
func (*ListProjectDashboardsReader) ReadResponse ¶
func (o *ListProjectDashboardsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchProjectDashboardDefault ¶
type PatchProjectDashboardDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
PatchProjectDashboardDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewPatchProjectDashboardDefault ¶
func NewPatchProjectDashboardDefault(code int) *PatchProjectDashboardDefault
NewPatchProjectDashboardDefault creates a PatchProjectDashboardDefault with default headers values
func (*PatchProjectDashboardDefault) Code ¶
func (o *PatchProjectDashboardDefault) Code() int
Code gets the status code for the patch project dashboard default response
func (*PatchProjectDashboardDefault) Error ¶
func (o *PatchProjectDashboardDefault) Error() string
func (*PatchProjectDashboardDefault) GetPayload ¶
func (o *PatchProjectDashboardDefault) GetPayload() *service_model.RuntimeError
func (*PatchProjectDashboardDefault) IsClientError ¶
func (o *PatchProjectDashboardDefault) IsClientError() bool
IsClientError returns true when this patch project dashboard default response has a 4xx status code
func (*PatchProjectDashboardDefault) IsCode ¶
func (o *PatchProjectDashboardDefault) IsCode(code int) bool
IsCode returns true when this patch project dashboard default response a status code equal to that given
func (*PatchProjectDashboardDefault) IsRedirect ¶
func (o *PatchProjectDashboardDefault) IsRedirect() bool
IsRedirect returns true when this patch project dashboard default response has a 3xx status code
func (*PatchProjectDashboardDefault) IsServerError ¶
func (o *PatchProjectDashboardDefault) IsServerError() bool
IsServerError returns true when this patch project dashboard default response has a 5xx status code
func (*PatchProjectDashboardDefault) IsSuccess ¶
func (o *PatchProjectDashboardDefault) IsSuccess() bool
IsSuccess returns true when this patch project dashboard default response has a 2xx status code
func (*PatchProjectDashboardDefault) String ¶
func (o *PatchProjectDashboardDefault) String() string
type PatchProjectDashboardForbidden ¶
type PatchProjectDashboardForbidden struct {
Payload interface{}
}
PatchProjectDashboardForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewPatchProjectDashboardForbidden ¶
func NewPatchProjectDashboardForbidden() *PatchProjectDashboardForbidden
NewPatchProjectDashboardForbidden creates a PatchProjectDashboardForbidden with default headers values
func (*PatchProjectDashboardForbidden) Code ¶
func (o *PatchProjectDashboardForbidden) Code() int
Code gets the status code for the patch project dashboard forbidden response
func (*PatchProjectDashboardForbidden) Error ¶
func (o *PatchProjectDashboardForbidden) Error() string
func (*PatchProjectDashboardForbidden) GetPayload ¶
func (o *PatchProjectDashboardForbidden) GetPayload() interface{}
func (*PatchProjectDashboardForbidden) IsClientError ¶
func (o *PatchProjectDashboardForbidden) IsClientError() bool
IsClientError returns true when this patch project dashboard forbidden response has a 4xx status code
func (*PatchProjectDashboardForbidden) IsCode ¶
func (o *PatchProjectDashboardForbidden) IsCode(code int) bool
IsCode returns true when this patch project dashboard forbidden response a status code equal to that given
func (*PatchProjectDashboardForbidden) IsRedirect ¶
func (o *PatchProjectDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this patch project dashboard forbidden response has a 3xx status code
func (*PatchProjectDashboardForbidden) IsServerError ¶
func (o *PatchProjectDashboardForbidden) IsServerError() bool
IsServerError returns true when this patch project dashboard forbidden response has a 5xx status code
func (*PatchProjectDashboardForbidden) IsSuccess ¶
func (o *PatchProjectDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this patch project dashboard forbidden response has a 2xx status code
func (*PatchProjectDashboardForbidden) String ¶
func (o *PatchProjectDashboardForbidden) String() string
type PatchProjectDashboardNoContent ¶
type PatchProjectDashboardNoContent struct {
Payload interface{}
}
PatchProjectDashboardNoContent describes a response with status code 204, with default header values.
No content.
func NewPatchProjectDashboardNoContent ¶
func NewPatchProjectDashboardNoContent() *PatchProjectDashboardNoContent
NewPatchProjectDashboardNoContent creates a PatchProjectDashboardNoContent with default headers values
func (*PatchProjectDashboardNoContent) Code ¶
func (o *PatchProjectDashboardNoContent) Code() int
Code gets the status code for the patch project dashboard no content response
func (*PatchProjectDashboardNoContent) Error ¶
func (o *PatchProjectDashboardNoContent) Error() string
func (*PatchProjectDashboardNoContent) GetPayload ¶
func (o *PatchProjectDashboardNoContent) GetPayload() interface{}
func (*PatchProjectDashboardNoContent) IsClientError ¶
func (o *PatchProjectDashboardNoContent) IsClientError() bool
IsClientError returns true when this patch project dashboard no content response has a 4xx status code
func (*PatchProjectDashboardNoContent) IsCode ¶
func (o *PatchProjectDashboardNoContent) IsCode(code int) bool
IsCode returns true when this patch project dashboard no content response a status code equal to that given
func (*PatchProjectDashboardNoContent) IsRedirect ¶
func (o *PatchProjectDashboardNoContent) IsRedirect() bool
IsRedirect returns true when this patch project dashboard no content response has a 3xx status code
func (*PatchProjectDashboardNoContent) IsServerError ¶
func (o *PatchProjectDashboardNoContent) IsServerError() bool
IsServerError returns true when this patch project dashboard no content response has a 5xx status code
func (*PatchProjectDashboardNoContent) IsSuccess ¶
func (o *PatchProjectDashboardNoContent) IsSuccess() bool
IsSuccess returns true when this patch project dashboard no content response has a 2xx status code
func (*PatchProjectDashboardNoContent) String ¶
func (o *PatchProjectDashboardNoContent) String() string
type PatchProjectDashboardNotFound ¶
type PatchProjectDashboardNotFound struct {
Payload interface{}
}
PatchProjectDashboardNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewPatchProjectDashboardNotFound ¶
func NewPatchProjectDashboardNotFound() *PatchProjectDashboardNotFound
NewPatchProjectDashboardNotFound creates a PatchProjectDashboardNotFound with default headers values
func (*PatchProjectDashboardNotFound) Code ¶
func (o *PatchProjectDashboardNotFound) Code() int
Code gets the status code for the patch project dashboard not found response
func (*PatchProjectDashboardNotFound) Error ¶
func (o *PatchProjectDashboardNotFound) Error() string
func (*PatchProjectDashboardNotFound) GetPayload ¶
func (o *PatchProjectDashboardNotFound) GetPayload() interface{}
func (*PatchProjectDashboardNotFound) IsClientError ¶
func (o *PatchProjectDashboardNotFound) IsClientError() bool
IsClientError returns true when this patch project dashboard not found response has a 4xx status code
func (*PatchProjectDashboardNotFound) IsCode ¶
func (o *PatchProjectDashboardNotFound) IsCode(code int) bool
IsCode returns true when this patch project dashboard not found response a status code equal to that given
func (*PatchProjectDashboardNotFound) IsRedirect ¶
func (o *PatchProjectDashboardNotFound) IsRedirect() bool
IsRedirect returns true when this patch project dashboard not found response has a 3xx status code
func (*PatchProjectDashboardNotFound) IsServerError ¶
func (o *PatchProjectDashboardNotFound) IsServerError() bool
IsServerError returns true when this patch project dashboard not found response has a 5xx status code
func (*PatchProjectDashboardNotFound) IsSuccess ¶
func (o *PatchProjectDashboardNotFound) IsSuccess() bool
IsSuccess returns true when this patch project dashboard not found response has a 2xx status code
func (*PatchProjectDashboardNotFound) String ¶
func (o *PatchProjectDashboardNotFound) String() string
type PatchProjectDashboardOK ¶
type PatchProjectDashboardOK struct {
Payload *service_model.V1Dashboard
}
PatchProjectDashboardOK describes a response with status code 200, with default header values.
A successful response.
func NewPatchProjectDashboardOK ¶
func NewPatchProjectDashboardOK() *PatchProjectDashboardOK
NewPatchProjectDashboardOK creates a PatchProjectDashboardOK with default headers values
func (*PatchProjectDashboardOK) Code ¶
func (o *PatchProjectDashboardOK) Code() int
Code gets the status code for the patch project dashboard o k response
func (*PatchProjectDashboardOK) Error ¶
func (o *PatchProjectDashboardOK) Error() string
func (*PatchProjectDashboardOK) GetPayload ¶
func (o *PatchProjectDashboardOK) GetPayload() *service_model.V1Dashboard
func (*PatchProjectDashboardOK) IsClientError ¶
func (o *PatchProjectDashboardOK) IsClientError() bool
IsClientError returns true when this patch project dashboard o k response has a 4xx status code
func (*PatchProjectDashboardOK) IsCode ¶
func (o *PatchProjectDashboardOK) IsCode(code int) bool
IsCode returns true when this patch project dashboard o k response a status code equal to that given
func (*PatchProjectDashboardOK) IsRedirect ¶
func (o *PatchProjectDashboardOK) IsRedirect() bool
IsRedirect returns true when this patch project dashboard o k response has a 3xx status code
func (*PatchProjectDashboardOK) IsServerError ¶
func (o *PatchProjectDashboardOK) IsServerError() bool
IsServerError returns true when this patch project dashboard o k response has a 5xx status code
func (*PatchProjectDashboardOK) IsSuccess ¶
func (o *PatchProjectDashboardOK) IsSuccess() bool
IsSuccess returns true when this patch project dashboard o k response has a 2xx status code
func (*PatchProjectDashboardOK) String ¶
func (o *PatchProjectDashboardOK) String() string
type PatchProjectDashboardParams ¶
type PatchProjectDashboardParams struct { /* Body. Dashboard body */ Body *service_model.V1Dashboard /* DashboardUUID. UUID */ DashboardUUID string /* Owner. Owner of the namespace */ Owner string /* Project. Project under namespace */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchProjectDashboardParams contains all the parameters to send to the API endpoint
for the patch project dashboard operation. Typically these are written to a http.Request.
func NewPatchProjectDashboardParams ¶
func NewPatchProjectDashboardParams() *PatchProjectDashboardParams
NewPatchProjectDashboardParams creates a new PatchProjectDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPatchProjectDashboardParamsWithContext ¶
func NewPatchProjectDashboardParamsWithContext(ctx context.Context) *PatchProjectDashboardParams
NewPatchProjectDashboardParamsWithContext creates a new PatchProjectDashboardParams object with the ability to set a context for a request.
func NewPatchProjectDashboardParamsWithHTTPClient ¶
func NewPatchProjectDashboardParamsWithHTTPClient(client *http.Client) *PatchProjectDashboardParams
NewPatchProjectDashboardParamsWithHTTPClient creates a new PatchProjectDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewPatchProjectDashboardParamsWithTimeout ¶
func NewPatchProjectDashboardParamsWithTimeout(timeout time.Duration) *PatchProjectDashboardParams
NewPatchProjectDashboardParamsWithTimeout creates a new PatchProjectDashboardParams object with the ability to set a timeout on a request.
func (*PatchProjectDashboardParams) SetBody ¶
func (o *PatchProjectDashboardParams) SetBody(body *service_model.V1Dashboard)
SetBody adds the body to the patch project dashboard params
func (*PatchProjectDashboardParams) SetContext ¶
func (o *PatchProjectDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the patch project dashboard params
func (*PatchProjectDashboardParams) SetDashboardUUID ¶
func (o *PatchProjectDashboardParams) SetDashboardUUID(dashboardUUID string)
SetDashboardUUID adds the dashboardUuid to the patch project dashboard params
func (*PatchProjectDashboardParams) SetDefaults ¶
func (o *PatchProjectDashboardParams) SetDefaults()
SetDefaults hydrates default values in the patch project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*PatchProjectDashboardParams) SetHTTPClient ¶
func (o *PatchProjectDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch project dashboard params
func (*PatchProjectDashboardParams) SetOwner ¶
func (o *PatchProjectDashboardParams) SetOwner(owner string)
SetOwner adds the owner to the patch project dashboard params
func (*PatchProjectDashboardParams) SetProject ¶
func (o *PatchProjectDashboardParams) SetProject(project string)
SetProject adds the project to the patch project dashboard params
func (*PatchProjectDashboardParams) SetTimeout ¶
func (o *PatchProjectDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch project dashboard params
func (*PatchProjectDashboardParams) WithBody ¶
func (o *PatchProjectDashboardParams) WithBody(body *service_model.V1Dashboard) *PatchProjectDashboardParams
WithBody adds the body to the patch project dashboard params
func (*PatchProjectDashboardParams) WithContext ¶
func (o *PatchProjectDashboardParams) WithContext(ctx context.Context) *PatchProjectDashboardParams
WithContext adds the context to the patch project dashboard params
func (*PatchProjectDashboardParams) WithDashboardUUID ¶
func (o *PatchProjectDashboardParams) WithDashboardUUID(dashboardUUID string) *PatchProjectDashboardParams
WithDashboardUUID adds the dashboardUUID to the patch project dashboard params
func (*PatchProjectDashboardParams) WithDefaults ¶
func (o *PatchProjectDashboardParams) WithDefaults() *PatchProjectDashboardParams
WithDefaults hydrates default values in the patch project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*PatchProjectDashboardParams) WithHTTPClient ¶
func (o *PatchProjectDashboardParams) WithHTTPClient(client *http.Client) *PatchProjectDashboardParams
WithHTTPClient adds the HTTPClient to the patch project dashboard params
func (*PatchProjectDashboardParams) WithOwner ¶
func (o *PatchProjectDashboardParams) WithOwner(owner string) *PatchProjectDashboardParams
WithOwner adds the owner to the patch project dashboard params
func (*PatchProjectDashboardParams) WithProject ¶
func (o *PatchProjectDashboardParams) WithProject(project string) *PatchProjectDashboardParams
WithProject adds the project to the patch project dashboard params
func (*PatchProjectDashboardParams) WithTimeout ¶
func (o *PatchProjectDashboardParams) WithTimeout(timeout time.Duration) *PatchProjectDashboardParams
WithTimeout adds the timeout to the patch project dashboard params
func (*PatchProjectDashboardParams) WriteToRequest ¶
func (o *PatchProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchProjectDashboardReader ¶
type PatchProjectDashboardReader struct {
// contains filtered or unexported fields
}
PatchProjectDashboardReader is a Reader for the PatchProjectDashboard structure.
func (*PatchProjectDashboardReader) ReadResponse ¶
func (o *PatchProjectDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PromoteProjectDashboardDefault ¶
type PromoteProjectDashboardDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
PromoteProjectDashboardDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewPromoteProjectDashboardDefault ¶
func NewPromoteProjectDashboardDefault(code int) *PromoteProjectDashboardDefault
NewPromoteProjectDashboardDefault creates a PromoteProjectDashboardDefault with default headers values
func (*PromoteProjectDashboardDefault) Code ¶
func (o *PromoteProjectDashboardDefault) Code() int
Code gets the status code for the promote project dashboard default response
func (*PromoteProjectDashboardDefault) Error ¶
func (o *PromoteProjectDashboardDefault) Error() string
func (*PromoteProjectDashboardDefault) GetPayload ¶
func (o *PromoteProjectDashboardDefault) GetPayload() *service_model.RuntimeError
func (*PromoteProjectDashboardDefault) IsClientError ¶
func (o *PromoteProjectDashboardDefault) IsClientError() bool
IsClientError returns true when this promote project dashboard default response has a 4xx status code
func (*PromoteProjectDashboardDefault) IsCode ¶
func (o *PromoteProjectDashboardDefault) IsCode(code int) bool
IsCode returns true when this promote project dashboard default response a status code equal to that given
func (*PromoteProjectDashboardDefault) IsRedirect ¶
func (o *PromoteProjectDashboardDefault) IsRedirect() bool
IsRedirect returns true when this promote project dashboard default response has a 3xx status code
func (*PromoteProjectDashboardDefault) IsServerError ¶
func (o *PromoteProjectDashboardDefault) IsServerError() bool
IsServerError returns true when this promote project dashboard default response has a 5xx status code
func (*PromoteProjectDashboardDefault) IsSuccess ¶
func (o *PromoteProjectDashboardDefault) IsSuccess() bool
IsSuccess returns true when this promote project dashboard default response has a 2xx status code
func (*PromoteProjectDashboardDefault) String ¶
func (o *PromoteProjectDashboardDefault) String() string
type PromoteProjectDashboardForbidden ¶
type PromoteProjectDashboardForbidden struct {
Payload interface{}
}
PromoteProjectDashboardForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewPromoteProjectDashboardForbidden ¶
func NewPromoteProjectDashboardForbidden() *PromoteProjectDashboardForbidden
NewPromoteProjectDashboardForbidden creates a PromoteProjectDashboardForbidden with default headers values
func (*PromoteProjectDashboardForbidden) Code ¶
func (o *PromoteProjectDashboardForbidden) Code() int
Code gets the status code for the promote project dashboard forbidden response
func (*PromoteProjectDashboardForbidden) Error ¶
func (o *PromoteProjectDashboardForbidden) Error() string
func (*PromoteProjectDashboardForbidden) GetPayload ¶
func (o *PromoteProjectDashboardForbidden) GetPayload() interface{}
func (*PromoteProjectDashboardForbidden) IsClientError ¶
func (o *PromoteProjectDashboardForbidden) IsClientError() bool
IsClientError returns true when this promote project dashboard forbidden response has a 4xx status code
func (*PromoteProjectDashboardForbidden) IsCode ¶
func (o *PromoteProjectDashboardForbidden) IsCode(code int) bool
IsCode returns true when this promote project dashboard forbidden response a status code equal to that given
func (*PromoteProjectDashboardForbidden) IsRedirect ¶
func (o *PromoteProjectDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this promote project dashboard forbidden response has a 3xx status code
func (*PromoteProjectDashboardForbidden) IsServerError ¶
func (o *PromoteProjectDashboardForbidden) IsServerError() bool
IsServerError returns true when this promote project dashboard forbidden response has a 5xx status code
func (*PromoteProjectDashboardForbidden) IsSuccess ¶
func (o *PromoteProjectDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this promote project dashboard forbidden response has a 2xx status code
func (*PromoteProjectDashboardForbidden) String ¶
func (o *PromoteProjectDashboardForbidden) String() string
type PromoteProjectDashboardNoContent ¶
type PromoteProjectDashboardNoContent struct {
Payload interface{}
}
PromoteProjectDashboardNoContent describes a response with status code 204, with default header values.
No content.
func NewPromoteProjectDashboardNoContent ¶
func NewPromoteProjectDashboardNoContent() *PromoteProjectDashboardNoContent
NewPromoteProjectDashboardNoContent creates a PromoteProjectDashboardNoContent with default headers values
func (*PromoteProjectDashboardNoContent) Code ¶
func (o *PromoteProjectDashboardNoContent) Code() int
Code gets the status code for the promote project dashboard no content response
func (*PromoteProjectDashboardNoContent) Error ¶
func (o *PromoteProjectDashboardNoContent) Error() string
func (*PromoteProjectDashboardNoContent) GetPayload ¶
func (o *PromoteProjectDashboardNoContent) GetPayload() interface{}
func (*PromoteProjectDashboardNoContent) IsClientError ¶
func (o *PromoteProjectDashboardNoContent) IsClientError() bool
IsClientError returns true when this promote project dashboard no content response has a 4xx status code
func (*PromoteProjectDashboardNoContent) IsCode ¶
func (o *PromoteProjectDashboardNoContent) IsCode(code int) bool
IsCode returns true when this promote project dashboard no content response a status code equal to that given
func (*PromoteProjectDashboardNoContent) IsRedirect ¶
func (o *PromoteProjectDashboardNoContent) IsRedirect() bool
IsRedirect returns true when this promote project dashboard no content response has a 3xx status code
func (*PromoteProjectDashboardNoContent) IsServerError ¶
func (o *PromoteProjectDashboardNoContent) IsServerError() bool
IsServerError returns true when this promote project dashboard no content response has a 5xx status code
func (*PromoteProjectDashboardNoContent) IsSuccess ¶
func (o *PromoteProjectDashboardNoContent) IsSuccess() bool
IsSuccess returns true when this promote project dashboard no content response has a 2xx status code
func (*PromoteProjectDashboardNoContent) String ¶
func (o *PromoteProjectDashboardNoContent) String() string
type PromoteProjectDashboardNotFound ¶
type PromoteProjectDashboardNotFound struct {
Payload interface{}
}
PromoteProjectDashboardNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewPromoteProjectDashboardNotFound ¶
func NewPromoteProjectDashboardNotFound() *PromoteProjectDashboardNotFound
NewPromoteProjectDashboardNotFound creates a PromoteProjectDashboardNotFound with default headers values
func (*PromoteProjectDashboardNotFound) Code ¶
func (o *PromoteProjectDashboardNotFound) Code() int
Code gets the status code for the promote project dashboard not found response
func (*PromoteProjectDashboardNotFound) Error ¶
func (o *PromoteProjectDashboardNotFound) Error() string
func (*PromoteProjectDashboardNotFound) GetPayload ¶
func (o *PromoteProjectDashboardNotFound) GetPayload() interface{}
func (*PromoteProjectDashboardNotFound) IsClientError ¶
func (o *PromoteProjectDashboardNotFound) IsClientError() bool
IsClientError returns true when this promote project dashboard not found response has a 4xx status code
func (*PromoteProjectDashboardNotFound) IsCode ¶
func (o *PromoteProjectDashboardNotFound) IsCode(code int) bool
IsCode returns true when this promote project dashboard not found response a status code equal to that given
func (*PromoteProjectDashboardNotFound) IsRedirect ¶
func (o *PromoteProjectDashboardNotFound) IsRedirect() bool
IsRedirect returns true when this promote project dashboard not found response has a 3xx status code
func (*PromoteProjectDashboardNotFound) IsServerError ¶
func (o *PromoteProjectDashboardNotFound) IsServerError() bool
IsServerError returns true when this promote project dashboard not found response has a 5xx status code
func (*PromoteProjectDashboardNotFound) IsSuccess ¶
func (o *PromoteProjectDashboardNotFound) IsSuccess() bool
IsSuccess returns true when this promote project dashboard not found response has a 2xx status code
func (*PromoteProjectDashboardNotFound) String ¶
func (o *PromoteProjectDashboardNotFound) String() string
type PromoteProjectDashboardOK ¶
type PromoteProjectDashboardOK struct { }
PromoteProjectDashboardOK describes a response with status code 200, with default header values.
A successful response.
func NewPromoteProjectDashboardOK ¶
func NewPromoteProjectDashboardOK() *PromoteProjectDashboardOK
NewPromoteProjectDashboardOK creates a PromoteProjectDashboardOK with default headers values
func (*PromoteProjectDashboardOK) Code ¶
func (o *PromoteProjectDashboardOK) Code() int
Code gets the status code for the promote project dashboard o k response
func (*PromoteProjectDashboardOK) Error ¶
func (o *PromoteProjectDashboardOK) Error() string
func (*PromoteProjectDashboardOK) IsClientError ¶
func (o *PromoteProjectDashboardOK) IsClientError() bool
IsClientError returns true when this promote project dashboard o k response has a 4xx status code
func (*PromoteProjectDashboardOK) IsCode ¶
func (o *PromoteProjectDashboardOK) IsCode(code int) bool
IsCode returns true when this promote project dashboard o k response a status code equal to that given
func (*PromoteProjectDashboardOK) IsRedirect ¶
func (o *PromoteProjectDashboardOK) IsRedirect() bool
IsRedirect returns true when this promote project dashboard o k response has a 3xx status code
func (*PromoteProjectDashboardOK) IsServerError ¶
func (o *PromoteProjectDashboardOK) IsServerError() bool
IsServerError returns true when this promote project dashboard o k response has a 5xx status code
func (*PromoteProjectDashboardOK) IsSuccess ¶
func (o *PromoteProjectDashboardOK) IsSuccess() bool
IsSuccess returns true when this promote project dashboard o k response has a 2xx status code
func (*PromoteProjectDashboardOK) String ¶
func (o *PromoteProjectDashboardOK) String() string
type PromoteProjectDashboardParams ¶
type PromoteProjectDashboardParams struct { /* Entity. Entity: project name, hub name, registry name, ... */ Entity string /* Owner. Owner of the namespace */ Owner string /* UUID. Uuid identifier of the sub-entity */ UUID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PromoteProjectDashboardParams contains all the parameters to send to the API endpoint
for the promote project dashboard operation. Typically these are written to a http.Request.
func NewPromoteProjectDashboardParams ¶
func NewPromoteProjectDashboardParams() *PromoteProjectDashboardParams
NewPromoteProjectDashboardParams creates a new PromoteProjectDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPromoteProjectDashboardParamsWithContext ¶
func NewPromoteProjectDashboardParamsWithContext(ctx context.Context) *PromoteProjectDashboardParams
NewPromoteProjectDashboardParamsWithContext creates a new PromoteProjectDashboardParams object with the ability to set a context for a request.
func NewPromoteProjectDashboardParamsWithHTTPClient ¶
func NewPromoteProjectDashboardParamsWithHTTPClient(client *http.Client) *PromoteProjectDashboardParams
NewPromoteProjectDashboardParamsWithHTTPClient creates a new PromoteProjectDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewPromoteProjectDashboardParamsWithTimeout ¶
func NewPromoteProjectDashboardParamsWithTimeout(timeout time.Duration) *PromoteProjectDashboardParams
NewPromoteProjectDashboardParamsWithTimeout creates a new PromoteProjectDashboardParams object with the ability to set a timeout on a request.
func (*PromoteProjectDashboardParams) SetContext ¶
func (o *PromoteProjectDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the promote project dashboard params
func (*PromoteProjectDashboardParams) SetDefaults ¶
func (o *PromoteProjectDashboardParams) SetDefaults()
SetDefaults hydrates default values in the promote project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*PromoteProjectDashboardParams) SetEntity ¶
func (o *PromoteProjectDashboardParams) SetEntity(entity string)
SetEntity adds the entity to the promote project dashboard params
func (*PromoteProjectDashboardParams) SetHTTPClient ¶
func (o *PromoteProjectDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the promote project dashboard params
func (*PromoteProjectDashboardParams) SetOwner ¶
func (o *PromoteProjectDashboardParams) SetOwner(owner string)
SetOwner adds the owner to the promote project dashboard params
func (*PromoteProjectDashboardParams) SetTimeout ¶
func (o *PromoteProjectDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the promote project dashboard params
func (*PromoteProjectDashboardParams) SetUUID ¶
func (o *PromoteProjectDashboardParams) SetUUID(uuid string)
SetUUID adds the uuid to the promote project dashboard params
func (*PromoteProjectDashboardParams) WithContext ¶
func (o *PromoteProjectDashboardParams) WithContext(ctx context.Context) *PromoteProjectDashboardParams
WithContext adds the context to the promote project dashboard params
func (*PromoteProjectDashboardParams) WithDefaults ¶
func (o *PromoteProjectDashboardParams) WithDefaults() *PromoteProjectDashboardParams
WithDefaults hydrates default values in the promote project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*PromoteProjectDashboardParams) WithEntity ¶
func (o *PromoteProjectDashboardParams) WithEntity(entity string) *PromoteProjectDashboardParams
WithEntity adds the entity to the promote project dashboard params
func (*PromoteProjectDashboardParams) WithHTTPClient ¶
func (o *PromoteProjectDashboardParams) WithHTTPClient(client *http.Client) *PromoteProjectDashboardParams
WithHTTPClient adds the HTTPClient to the promote project dashboard params
func (*PromoteProjectDashboardParams) WithOwner ¶
func (o *PromoteProjectDashboardParams) WithOwner(owner string) *PromoteProjectDashboardParams
WithOwner adds the owner to the promote project dashboard params
func (*PromoteProjectDashboardParams) WithTimeout ¶
func (o *PromoteProjectDashboardParams) WithTimeout(timeout time.Duration) *PromoteProjectDashboardParams
WithTimeout adds the timeout to the promote project dashboard params
func (*PromoteProjectDashboardParams) WithUUID ¶
func (o *PromoteProjectDashboardParams) WithUUID(uuid string) *PromoteProjectDashboardParams
WithUUID adds the uuid to the promote project dashboard params
func (*PromoteProjectDashboardParams) WriteToRequest ¶
func (o *PromoteProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PromoteProjectDashboardReader ¶
type PromoteProjectDashboardReader struct {
// contains filtered or unexported fields
}
PromoteProjectDashboardReader is a Reader for the PromoteProjectDashboard structure.
func (*PromoteProjectDashboardReader) ReadResponse ¶
func (o *PromoteProjectDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateProjectDashboardDefault ¶
type UpdateProjectDashboardDefault struct { Payload *service_model.RuntimeError // contains filtered or unexported fields }
UpdateProjectDashboardDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateProjectDashboardDefault ¶
func NewUpdateProjectDashboardDefault(code int) *UpdateProjectDashboardDefault
NewUpdateProjectDashboardDefault creates a UpdateProjectDashboardDefault with default headers values
func (*UpdateProjectDashboardDefault) Code ¶
func (o *UpdateProjectDashboardDefault) Code() int
Code gets the status code for the update project dashboard default response
func (*UpdateProjectDashboardDefault) Error ¶
func (o *UpdateProjectDashboardDefault) Error() string
func (*UpdateProjectDashboardDefault) GetPayload ¶
func (o *UpdateProjectDashboardDefault) GetPayload() *service_model.RuntimeError
func (*UpdateProjectDashboardDefault) IsClientError ¶
func (o *UpdateProjectDashboardDefault) IsClientError() bool
IsClientError returns true when this update project dashboard default response has a 4xx status code
func (*UpdateProjectDashboardDefault) IsCode ¶
func (o *UpdateProjectDashboardDefault) IsCode(code int) bool
IsCode returns true when this update project dashboard default response a status code equal to that given
func (*UpdateProjectDashboardDefault) IsRedirect ¶
func (o *UpdateProjectDashboardDefault) IsRedirect() bool
IsRedirect returns true when this update project dashboard default response has a 3xx status code
func (*UpdateProjectDashboardDefault) IsServerError ¶
func (o *UpdateProjectDashboardDefault) IsServerError() bool
IsServerError returns true when this update project dashboard default response has a 5xx status code
func (*UpdateProjectDashboardDefault) IsSuccess ¶
func (o *UpdateProjectDashboardDefault) IsSuccess() bool
IsSuccess returns true when this update project dashboard default response has a 2xx status code
func (*UpdateProjectDashboardDefault) String ¶
func (o *UpdateProjectDashboardDefault) String() string
type UpdateProjectDashboardForbidden ¶
type UpdateProjectDashboardForbidden struct {
Payload interface{}
}
UpdateProjectDashboardForbidden describes a response with status code 403, with default header values.
You don't have permission to access the resource.
func NewUpdateProjectDashboardForbidden ¶
func NewUpdateProjectDashboardForbidden() *UpdateProjectDashboardForbidden
NewUpdateProjectDashboardForbidden creates a UpdateProjectDashboardForbidden with default headers values
func (*UpdateProjectDashboardForbidden) Code ¶
func (o *UpdateProjectDashboardForbidden) Code() int
Code gets the status code for the update project dashboard forbidden response
func (*UpdateProjectDashboardForbidden) Error ¶
func (o *UpdateProjectDashboardForbidden) Error() string
func (*UpdateProjectDashboardForbidden) GetPayload ¶
func (o *UpdateProjectDashboardForbidden) GetPayload() interface{}
func (*UpdateProjectDashboardForbidden) IsClientError ¶
func (o *UpdateProjectDashboardForbidden) IsClientError() bool
IsClientError returns true when this update project dashboard forbidden response has a 4xx status code
func (*UpdateProjectDashboardForbidden) IsCode ¶
func (o *UpdateProjectDashboardForbidden) IsCode(code int) bool
IsCode returns true when this update project dashboard forbidden response a status code equal to that given
func (*UpdateProjectDashboardForbidden) IsRedirect ¶
func (o *UpdateProjectDashboardForbidden) IsRedirect() bool
IsRedirect returns true when this update project dashboard forbidden response has a 3xx status code
func (*UpdateProjectDashboardForbidden) IsServerError ¶
func (o *UpdateProjectDashboardForbidden) IsServerError() bool
IsServerError returns true when this update project dashboard forbidden response has a 5xx status code
func (*UpdateProjectDashboardForbidden) IsSuccess ¶
func (o *UpdateProjectDashboardForbidden) IsSuccess() bool
IsSuccess returns true when this update project dashboard forbidden response has a 2xx status code
func (*UpdateProjectDashboardForbidden) String ¶
func (o *UpdateProjectDashboardForbidden) String() string
type UpdateProjectDashboardNoContent ¶
type UpdateProjectDashboardNoContent struct {
Payload interface{}
}
UpdateProjectDashboardNoContent describes a response with status code 204, with default header values.
No content.
func NewUpdateProjectDashboardNoContent ¶
func NewUpdateProjectDashboardNoContent() *UpdateProjectDashboardNoContent
NewUpdateProjectDashboardNoContent creates a UpdateProjectDashboardNoContent with default headers values
func (*UpdateProjectDashboardNoContent) Code ¶
func (o *UpdateProjectDashboardNoContent) Code() int
Code gets the status code for the update project dashboard no content response
func (*UpdateProjectDashboardNoContent) Error ¶
func (o *UpdateProjectDashboardNoContent) Error() string
func (*UpdateProjectDashboardNoContent) GetPayload ¶
func (o *UpdateProjectDashboardNoContent) GetPayload() interface{}
func (*UpdateProjectDashboardNoContent) IsClientError ¶
func (o *UpdateProjectDashboardNoContent) IsClientError() bool
IsClientError returns true when this update project dashboard no content response has a 4xx status code
func (*UpdateProjectDashboardNoContent) IsCode ¶
func (o *UpdateProjectDashboardNoContent) IsCode(code int) bool
IsCode returns true when this update project dashboard no content response a status code equal to that given
func (*UpdateProjectDashboardNoContent) IsRedirect ¶
func (o *UpdateProjectDashboardNoContent) IsRedirect() bool
IsRedirect returns true when this update project dashboard no content response has a 3xx status code
func (*UpdateProjectDashboardNoContent) IsServerError ¶
func (o *UpdateProjectDashboardNoContent) IsServerError() bool
IsServerError returns true when this update project dashboard no content response has a 5xx status code
func (*UpdateProjectDashboardNoContent) IsSuccess ¶
func (o *UpdateProjectDashboardNoContent) IsSuccess() bool
IsSuccess returns true when this update project dashboard no content response has a 2xx status code
func (*UpdateProjectDashboardNoContent) String ¶
func (o *UpdateProjectDashboardNoContent) String() string
type UpdateProjectDashboardNotFound ¶
type UpdateProjectDashboardNotFound struct {
Payload interface{}
}
UpdateProjectDashboardNotFound describes a response with status code 404, with default header values.
Resource does not exist.
func NewUpdateProjectDashboardNotFound ¶
func NewUpdateProjectDashboardNotFound() *UpdateProjectDashboardNotFound
NewUpdateProjectDashboardNotFound creates a UpdateProjectDashboardNotFound with default headers values
func (*UpdateProjectDashboardNotFound) Code ¶
func (o *UpdateProjectDashboardNotFound) Code() int
Code gets the status code for the update project dashboard not found response
func (*UpdateProjectDashboardNotFound) Error ¶
func (o *UpdateProjectDashboardNotFound) Error() string
func (*UpdateProjectDashboardNotFound) GetPayload ¶
func (o *UpdateProjectDashboardNotFound) GetPayload() interface{}
func (*UpdateProjectDashboardNotFound) IsClientError ¶
func (o *UpdateProjectDashboardNotFound) IsClientError() bool
IsClientError returns true when this update project dashboard not found response has a 4xx status code
func (*UpdateProjectDashboardNotFound) IsCode ¶
func (o *UpdateProjectDashboardNotFound) IsCode(code int) bool
IsCode returns true when this update project dashboard not found response a status code equal to that given
func (*UpdateProjectDashboardNotFound) IsRedirect ¶
func (o *UpdateProjectDashboardNotFound) IsRedirect() bool
IsRedirect returns true when this update project dashboard not found response has a 3xx status code
func (*UpdateProjectDashboardNotFound) IsServerError ¶
func (o *UpdateProjectDashboardNotFound) IsServerError() bool
IsServerError returns true when this update project dashboard not found response has a 5xx status code
func (*UpdateProjectDashboardNotFound) IsSuccess ¶
func (o *UpdateProjectDashboardNotFound) IsSuccess() bool
IsSuccess returns true when this update project dashboard not found response has a 2xx status code
func (*UpdateProjectDashboardNotFound) String ¶
func (o *UpdateProjectDashboardNotFound) String() string
type UpdateProjectDashboardOK ¶
type UpdateProjectDashboardOK struct {
Payload *service_model.V1Dashboard
}
UpdateProjectDashboardOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateProjectDashboardOK ¶
func NewUpdateProjectDashboardOK() *UpdateProjectDashboardOK
NewUpdateProjectDashboardOK creates a UpdateProjectDashboardOK with default headers values
func (*UpdateProjectDashboardOK) Code ¶
func (o *UpdateProjectDashboardOK) Code() int
Code gets the status code for the update project dashboard o k response
func (*UpdateProjectDashboardOK) Error ¶
func (o *UpdateProjectDashboardOK) Error() string
func (*UpdateProjectDashboardOK) GetPayload ¶
func (o *UpdateProjectDashboardOK) GetPayload() *service_model.V1Dashboard
func (*UpdateProjectDashboardOK) IsClientError ¶
func (o *UpdateProjectDashboardOK) IsClientError() bool
IsClientError returns true when this update project dashboard o k response has a 4xx status code
func (*UpdateProjectDashboardOK) IsCode ¶
func (o *UpdateProjectDashboardOK) IsCode(code int) bool
IsCode returns true when this update project dashboard o k response a status code equal to that given
func (*UpdateProjectDashboardOK) IsRedirect ¶
func (o *UpdateProjectDashboardOK) IsRedirect() bool
IsRedirect returns true when this update project dashboard o k response has a 3xx status code
func (*UpdateProjectDashboardOK) IsServerError ¶
func (o *UpdateProjectDashboardOK) IsServerError() bool
IsServerError returns true when this update project dashboard o k response has a 5xx status code
func (*UpdateProjectDashboardOK) IsSuccess ¶
func (o *UpdateProjectDashboardOK) IsSuccess() bool
IsSuccess returns true when this update project dashboard o k response has a 2xx status code
func (*UpdateProjectDashboardOK) String ¶
func (o *UpdateProjectDashboardOK) String() string
type UpdateProjectDashboardParams ¶
type UpdateProjectDashboardParams struct { /* Body. Dashboard body */ Body *service_model.V1Dashboard /* DashboardUUID. UUID */ DashboardUUID string /* Owner. Owner of the namespace */ Owner string /* Project. Project under namespace */ Project string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateProjectDashboardParams contains all the parameters to send to the API endpoint
for the update project dashboard operation. Typically these are written to a http.Request.
func NewUpdateProjectDashboardParams ¶
func NewUpdateProjectDashboardParams() *UpdateProjectDashboardParams
NewUpdateProjectDashboardParams creates a new UpdateProjectDashboardParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateProjectDashboardParamsWithContext ¶
func NewUpdateProjectDashboardParamsWithContext(ctx context.Context) *UpdateProjectDashboardParams
NewUpdateProjectDashboardParamsWithContext creates a new UpdateProjectDashboardParams object with the ability to set a context for a request.
func NewUpdateProjectDashboardParamsWithHTTPClient ¶
func NewUpdateProjectDashboardParamsWithHTTPClient(client *http.Client) *UpdateProjectDashboardParams
NewUpdateProjectDashboardParamsWithHTTPClient creates a new UpdateProjectDashboardParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateProjectDashboardParamsWithTimeout ¶
func NewUpdateProjectDashboardParamsWithTimeout(timeout time.Duration) *UpdateProjectDashboardParams
NewUpdateProjectDashboardParamsWithTimeout creates a new UpdateProjectDashboardParams object with the ability to set a timeout on a request.
func (*UpdateProjectDashboardParams) SetBody ¶
func (o *UpdateProjectDashboardParams) SetBody(body *service_model.V1Dashboard)
SetBody adds the body to the update project dashboard params
func (*UpdateProjectDashboardParams) SetContext ¶
func (o *UpdateProjectDashboardParams) SetContext(ctx context.Context)
SetContext adds the context to the update project dashboard params
func (*UpdateProjectDashboardParams) SetDashboardUUID ¶
func (o *UpdateProjectDashboardParams) SetDashboardUUID(dashboardUUID string)
SetDashboardUUID adds the dashboardUuid to the update project dashboard params
func (*UpdateProjectDashboardParams) SetDefaults ¶
func (o *UpdateProjectDashboardParams) SetDefaults()
SetDefaults hydrates default values in the update project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateProjectDashboardParams) SetHTTPClient ¶
func (o *UpdateProjectDashboardParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update project dashboard params
func (*UpdateProjectDashboardParams) SetOwner ¶
func (o *UpdateProjectDashboardParams) SetOwner(owner string)
SetOwner adds the owner to the update project dashboard params
func (*UpdateProjectDashboardParams) SetProject ¶
func (o *UpdateProjectDashboardParams) SetProject(project string)
SetProject adds the project to the update project dashboard params
func (*UpdateProjectDashboardParams) SetTimeout ¶
func (o *UpdateProjectDashboardParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update project dashboard params
func (*UpdateProjectDashboardParams) WithBody ¶
func (o *UpdateProjectDashboardParams) WithBody(body *service_model.V1Dashboard) *UpdateProjectDashboardParams
WithBody adds the body to the update project dashboard params
func (*UpdateProjectDashboardParams) WithContext ¶
func (o *UpdateProjectDashboardParams) WithContext(ctx context.Context) *UpdateProjectDashboardParams
WithContext adds the context to the update project dashboard params
func (*UpdateProjectDashboardParams) WithDashboardUUID ¶
func (o *UpdateProjectDashboardParams) WithDashboardUUID(dashboardUUID string) *UpdateProjectDashboardParams
WithDashboardUUID adds the dashboardUUID to the update project dashboard params
func (*UpdateProjectDashboardParams) WithDefaults ¶
func (o *UpdateProjectDashboardParams) WithDefaults() *UpdateProjectDashboardParams
WithDefaults hydrates default values in the update project dashboard params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateProjectDashboardParams) WithHTTPClient ¶
func (o *UpdateProjectDashboardParams) WithHTTPClient(client *http.Client) *UpdateProjectDashboardParams
WithHTTPClient adds the HTTPClient to the update project dashboard params
func (*UpdateProjectDashboardParams) WithOwner ¶
func (o *UpdateProjectDashboardParams) WithOwner(owner string) *UpdateProjectDashboardParams
WithOwner adds the owner to the update project dashboard params
func (*UpdateProjectDashboardParams) WithProject ¶
func (o *UpdateProjectDashboardParams) WithProject(project string) *UpdateProjectDashboardParams
WithProject adds the project to the update project dashboard params
func (*UpdateProjectDashboardParams) WithTimeout ¶
func (o *UpdateProjectDashboardParams) WithTimeout(timeout time.Duration) *UpdateProjectDashboardParams
WithTimeout adds the timeout to the update project dashboard params
func (*UpdateProjectDashboardParams) WriteToRequest ¶
func (o *UpdateProjectDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateProjectDashboardReader ¶
type UpdateProjectDashboardReader struct {
// contains filtered or unexported fields
}
UpdateProjectDashboardReader is a Reader for the UpdateProjectDashboard structure.
func (*UpdateProjectDashboardReader) ReadResponse ¶
func (o *UpdateProjectDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- create_project_dashboard_parameters.go
- create_project_dashboard_responses.go
- delete_project_dashboard_parameters.go
- delete_project_dashboard_responses.go
- get_project_dashboard_parameters.go
- get_project_dashboard_responses.go
- list_project_dashboard_names_parameters.go
- list_project_dashboard_names_responses.go
- list_project_dashboards_parameters.go
- list_project_dashboards_responses.go
- patch_project_dashboard_parameters.go
- patch_project_dashboard_responses.go
- project_dashboards_v1_client.go
- promote_project_dashboard_parameters.go
- promote_project_dashboard_responses.go
- update_project_dashboard_parameters.go
- update_project_dashboard_responses.go