operations

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for operations API

func New

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

New creates a new operations API client.

func (*Client) DeleteChartrepoRepoChartsName

func (a *Client) DeleteChartrepoRepoChartsName(params *DeleteChartrepoRepoChartsNameParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteChartrepoRepoChartsNameOK, error)

DeleteChartrepoRepoChartsName deletes all the versions of the specified chart

Delete all the versions of the specified chart

func (*Client) DeleteChartrepoRepoChartsNameVersion

DeleteChartrepoRepoChartsNameVersion deletes the specified chart version

Delete the specified chart version

func (*Client) DeleteChartrepoRepoChartsNameVersionLabelsID

DeleteChartrepoRepoChartsNameVersionLabelsID removes label from chart

Remove label from the specified chart version.

func (*Client) DeleteProjectsProjectIDRobotsRobotID

DeleteProjectsProjectIDRobotsRobotID deletes the specified robot account

Delete the specified robot account

func (*Client) GetChartrepoHealth

func (a *Client) GetChartrepoHealth(params *GetChartrepoHealthParams, authInfo runtime.ClientAuthInfoWriter) (*GetChartrepoHealthOK, error)

GetChartrepoHealth checks the health of chart repository service

Check the health of chart repository service.

func (*Client) GetChartrepoRepoCharts

func (a *Client) GetChartrepoRepoCharts(params *GetChartrepoRepoChartsParams, authInfo runtime.ClientAuthInfoWriter) (*GetChartrepoRepoChartsOK, error)

GetChartrepoRepoCharts gets all the charts under the specified project

Get all the charts under the specified project

func (*Client) GetChartrepoRepoChartsName

func (a *Client) GetChartrepoRepoChartsName(params *GetChartrepoRepoChartsNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetChartrepoRepoChartsNameOK, error)

GetChartrepoRepoChartsName gets all the versions of the specified chart

Get all the versions of the specified chart

func (*Client) GetChartrepoRepoChartsNameVersion

GetChartrepoRepoChartsNameVersion gets the specified chart version

Get the specified chart version

func (*Client) GetChartrepoRepoChartsNameVersionLabels

GetChartrepoRepoChartsNameVersionLabels returns the attahced labels of chart

Return the attahced labels of the specified chart version.

func (*Client) GetProjectsProjectIDRobots

func (a *Client) GetProjectsProjectIDRobots(params *GetProjectsProjectIDRobotsParams, authInfo runtime.ClientAuthInfoWriter) (*GetProjectsProjectIDRobotsOK, error)

GetProjectsProjectIDRobots gets all robot accounts of specified project

Get all robot accounts of specified project

func (*Client) GetProjectsProjectIDRobotsRobotID

GetProjectsProjectIDRobotsRobotID returns the infor of the specified robot account

Return the infor of the specified robot account.

func (*Client) GetSystemCVEWhitelist

func (a *Client) GetSystemCVEWhitelist(params *GetSystemCVEWhitelistParams, authInfo runtime.ClientAuthInfoWriter) (*GetSystemCVEWhitelistOK, error)

GetSystemCVEWhitelist gets the system level whitelist of c v e

Get the system level whitelist of CVE. This API can be called by all authenticated users.

func (*Client) PostChartrepoCharts

func (a *Client) PostChartrepoCharts(params *PostChartrepoChartsParams, authInfo runtime.ClientAuthInfoWriter) (*PostChartrepoChartsCreated, error)

PostChartrepoCharts uploads a chart file to the defult library project

Upload a chart file to the default 'library' project. Uploading together with the prov file at the same time is also supported.

func (*Client) PostChartrepoRepoCharts

PostChartrepoRepoCharts uploads a chart file to the specified project

Upload a chart file to the specified project. With this API, the corresponding provance file can be uploaded together with chart file at once.

func (*Client) PostChartrepoRepoChartsNameVersionLabels

PostChartrepoRepoChartsNameVersionLabels marks label to chart

Mark label to the specified chart version.

func (*Client) PostChartrepoRepoProv

func (a *Client) PostChartrepoRepoProv(params *PostChartrepoRepoProvParams, authInfo runtime.ClientAuthInfoWriter) (*PostChartrepoRepoProvCreated, error)

PostChartrepoRepoProv uploads a provance file to the specified project

Upload a provance file to the specified project. The provance file should be targeted for an existing chart file.

func (*Client) PostProjectsProjectIDRobots

PostProjectsProjectIDRobots creates a robot account for project

Create a robot account for project

func (*Client) PostSystemOidcPing

func (a *Client) PostSystemOidcPing(params *PostSystemOidcPingParams, authInfo runtime.ClientAuthInfoWriter) (*PostSystemOidcPingOK, error)

PostSystemOidcPing tests the o ID c endpoint

Test the OIDC endpoint, the setting of the endpoint is provided in the request. This API can only be called by system admin.

func (*Client) PutProjectsProjectIDRobotsRobotID

PutProjectsProjectIDRobotsRobotID updates status of robot account

Used to disable/enable a specified robot account.

func (*Client) PutSystemCVEWhitelist

func (a *Client) PutSystemCVEWhitelist(params *PutSystemCVEWhitelistParams, authInfo runtime.ClientAuthInfoWriter) (*PutSystemCVEWhitelistOK, error)

PutSystemCVEWhitelist updates the system level whitelist of c v e

This API overwrites the system level whitelist of CVE with the list in request body. Only system Admin has permission to call this API.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteChartrepoRepoChartsNameForbidden

type DeleteChartrepoRepoChartsNameForbidden struct {
}

DeleteChartrepoRepoChartsNameForbidden handles this case with default header values.

Operation is forbidden

func NewDeleteChartrepoRepoChartsNameForbidden

func NewDeleteChartrepoRepoChartsNameForbidden() *DeleteChartrepoRepoChartsNameForbidden

NewDeleteChartrepoRepoChartsNameForbidden creates a DeleteChartrepoRepoChartsNameForbidden with default headers values

func (*DeleteChartrepoRepoChartsNameForbidden) Error

type DeleteChartrepoRepoChartsNameInternalServerError

type DeleteChartrepoRepoChartsNameInternalServerError struct {
}

DeleteChartrepoRepoChartsNameInternalServerError handles this case with default header values.

Internal server error occurred

func NewDeleteChartrepoRepoChartsNameInternalServerError

func NewDeleteChartrepoRepoChartsNameInternalServerError() *DeleteChartrepoRepoChartsNameInternalServerError

NewDeleteChartrepoRepoChartsNameInternalServerError creates a DeleteChartrepoRepoChartsNameInternalServerError with default headers values

func (*DeleteChartrepoRepoChartsNameInternalServerError) Error

type DeleteChartrepoRepoChartsNameOK

type DeleteChartrepoRepoChartsNameOK struct {
}

DeleteChartrepoRepoChartsNameOK handles this case with default header values.

The specified chart entry is successfully deleted.

func NewDeleteChartrepoRepoChartsNameOK

func NewDeleteChartrepoRepoChartsNameOK() *DeleteChartrepoRepoChartsNameOK

NewDeleteChartrepoRepoChartsNameOK creates a DeleteChartrepoRepoChartsNameOK with default headers values

func (*DeleteChartrepoRepoChartsNameOK) Error

type DeleteChartrepoRepoChartsNameParams

type DeleteChartrepoRepoChartsNameParams struct {

	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string

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

DeleteChartrepoRepoChartsNameParams contains all the parameters to send to the API endpoint for the delete chartrepo repo charts name operation typically these are written to a http.Request

func NewDeleteChartrepoRepoChartsNameParams

func NewDeleteChartrepoRepoChartsNameParams() *DeleteChartrepoRepoChartsNameParams

NewDeleteChartrepoRepoChartsNameParams creates a new DeleteChartrepoRepoChartsNameParams object with the default values initialized.

func NewDeleteChartrepoRepoChartsNameParamsWithContext

func NewDeleteChartrepoRepoChartsNameParamsWithContext(ctx context.Context) *DeleteChartrepoRepoChartsNameParams

NewDeleteChartrepoRepoChartsNameParamsWithContext creates a new DeleteChartrepoRepoChartsNameParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteChartrepoRepoChartsNameParamsWithHTTPClient

func NewDeleteChartrepoRepoChartsNameParamsWithHTTPClient(client *http.Client) *DeleteChartrepoRepoChartsNameParams

NewDeleteChartrepoRepoChartsNameParamsWithHTTPClient creates a new DeleteChartrepoRepoChartsNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteChartrepoRepoChartsNameParamsWithTimeout

func NewDeleteChartrepoRepoChartsNameParamsWithTimeout(timeout time.Duration) *DeleteChartrepoRepoChartsNameParams

NewDeleteChartrepoRepoChartsNameParamsWithTimeout creates a new DeleteChartrepoRepoChartsNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteChartrepoRepoChartsNameParams) SetContext

SetContext adds the context to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) SetName

SetName adds the name to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) SetRepo

SetRepo adds the repo to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) SetTimeout

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

SetTimeout adds the timeout to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) WithContext

WithContext adds the context to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) WithName

WithName adds the name to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) WithRepo

WithRepo adds the repo to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) WithTimeout

WithTimeout adds the timeout to the delete chartrepo repo charts name params

func (*DeleteChartrepoRepoChartsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteChartrepoRepoChartsNameReader

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

DeleteChartrepoRepoChartsNameReader is a Reader for the DeleteChartrepoRepoChartsName structure.

func (*DeleteChartrepoRepoChartsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteChartrepoRepoChartsNameUnauthorized

type DeleteChartrepoRepoChartsNameUnauthorized struct {
}

DeleteChartrepoRepoChartsNameUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteChartrepoRepoChartsNameUnauthorized

func NewDeleteChartrepoRepoChartsNameUnauthorized() *DeleteChartrepoRepoChartsNameUnauthorized

NewDeleteChartrepoRepoChartsNameUnauthorized creates a DeleteChartrepoRepoChartsNameUnauthorized with default headers values

func (*DeleteChartrepoRepoChartsNameUnauthorized) Error

type DeleteChartrepoRepoChartsNameVersionForbidden

type DeleteChartrepoRepoChartsNameVersionForbidden struct {
}

DeleteChartrepoRepoChartsNameVersionForbidden handles this case with default header values.

Operation is forbidden

func NewDeleteChartrepoRepoChartsNameVersionForbidden

func NewDeleteChartrepoRepoChartsNameVersionForbidden() *DeleteChartrepoRepoChartsNameVersionForbidden

NewDeleteChartrepoRepoChartsNameVersionForbidden creates a DeleteChartrepoRepoChartsNameVersionForbidden with default headers values

func (*DeleteChartrepoRepoChartsNameVersionForbidden) Error

type DeleteChartrepoRepoChartsNameVersionInternalServerError

type DeleteChartrepoRepoChartsNameVersionInternalServerError struct {
}

DeleteChartrepoRepoChartsNameVersionInternalServerError handles this case with default header values.

Internal server error occurred

func NewDeleteChartrepoRepoChartsNameVersionInternalServerError

func NewDeleteChartrepoRepoChartsNameVersionInternalServerError() *DeleteChartrepoRepoChartsNameVersionInternalServerError

NewDeleteChartrepoRepoChartsNameVersionInternalServerError creates a DeleteChartrepoRepoChartsNameVersionInternalServerError with default headers values

func (*DeleteChartrepoRepoChartsNameVersionInternalServerError) Error

type DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest

type DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest handles this case with default header values.

Bad request

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest() *DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest

NewDeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest creates a DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) Error

type DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden

type DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden handles this case with default header values.

Operation is forbidden

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDForbidden

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDForbidden() *DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden

NewDeleteChartrepoRepoChartsNameVersionLabelsIDForbidden creates a DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) Error

type DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError

type DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError handles this case with default header values.

Internal server error occurred

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError() *DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError

NewDeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError creates a DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) Error

type DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound

type DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound handles this case with default header values.

Not found

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDNotFound

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDNotFound() *DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound

NewDeleteChartrepoRepoChartsNameVersionLabelsIDNotFound creates a DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) Error

type DeleteChartrepoRepoChartsNameVersionLabelsIDOK

type DeleteChartrepoRepoChartsNameVersionLabelsIDOK struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDOK handles this case with default header values.

The label is successfully unmarked from the chart version.

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDOK

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDOK() *DeleteChartrepoRepoChartsNameVersionLabelsIDOK

NewDeleteChartrepoRepoChartsNameVersionLabelsIDOK creates a DeleteChartrepoRepoChartsNameVersionLabelsIDOK with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) Error

type DeleteChartrepoRepoChartsNameVersionLabelsIDParams

type DeleteChartrepoRepoChartsNameVersionLabelsIDParams struct {

	/*ID
	  The label ID

	*/
	ID int64
	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string
	/*Version
	  The chart version

	*/
	Version string

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

DeleteChartrepoRepoChartsNameVersionLabelsIDParams contains all the parameters to send to the API endpoint for the delete chartrepo repo charts name version labels ID operation typically these are written to a http.Request

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParams

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParams() *DeleteChartrepoRepoChartsNameVersionLabelsIDParams

NewDeleteChartrepoRepoChartsNameVersionLabelsIDParams creates a new DeleteChartrepoRepoChartsNameVersionLabelsIDParams object with the default values initialized.

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithContext

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithContext(ctx context.Context) *DeleteChartrepoRepoChartsNameVersionLabelsIDParams

NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithContext creates a new DeleteChartrepoRepoChartsNameVersionLabelsIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithHTTPClient

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithHTTPClient(client *http.Client) *DeleteChartrepoRepoChartsNameVersionLabelsIDParams

NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithHTTPClient creates a new DeleteChartrepoRepoChartsNameVersionLabelsIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithTimeout

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithTimeout(timeout time.Duration) *DeleteChartrepoRepoChartsNameVersionLabelsIDParams

NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithTimeout creates a new DeleteChartrepoRepoChartsNameVersionLabelsIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetContext

SetContext adds the context to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetID

SetID adds the id to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetName

SetName adds the name to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetRepo

SetRepo adds the repo to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetTimeout

SetTimeout adds the timeout to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) SetVersion

SetVersion adds the version to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithContext

WithContext adds the context to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithID

WithID adds the id to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithName

WithName adds the name to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithRepo

WithRepo adds the repo to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithTimeout

WithTimeout adds the timeout to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WithVersion

WithVersion adds the version to the delete chartrepo repo charts name version labels ID params

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteChartrepoRepoChartsNameVersionLabelsIDReader

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

DeleteChartrepoRepoChartsNameVersionLabelsIDReader is a Reader for the DeleteChartrepoRepoChartsNameVersionLabelsID structure.

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized

type DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized() *DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized

NewDeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized creates a DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) Error

type DeleteChartrepoRepoChartsNameVersionNotFound

type DeleteChartrepoRepoChartsNameVersionNotFound struct {
}

DeleteChartrepoRepoChartsNameVersionNotFound handles this case with default header values.

Not found

func NewDeleteChartrepoRepoChartsNameVersionNotFound

func NewDeleteChartrepoRepoChartsNameVersionNotFound() *DeleteChartrepoRepoChartsNameVersionNotFound

NewDeleteChartrepoRepoChartsNameVersionNotFound creates a DeleteChartrepoRepoChartsNameVersionNotFound with default headers values

func (*DeleteChartrepoRepoChartsNameVersionNotFound) Error

type DeleteChartrepoRepoChartsNameVersionOK

type DeleteChartrepoRepoChartsNameVersionOK struct {
}

DeleteChartrepoRepoChartsNameVersionOK handles this case with default header values.

The specified chart entry is successfully deleted.

func NewDeleteChartrepoRepoChartsNameVersionOK

func NewDeleteChartrepoRepoChartsNameVersionOK() *DeleteChartrepoRepoChartsNameVersionOK

NewDeleteChartrepoRepoChartsNameVersionOK creates a DeleteChartrepoRepoChartsNameVersionOK with default headers values

func (*DeleteChartrepoRepoChartsNameVersionOK) Error

type DeleteChartrepoRepoChartsNameVersionParams

type DeleteChartrepoRepoChartsNameVersionParams struct {

	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string
	/*Version
	  The chart version

	*/
	Version string

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

DeleteChartrepoRepoChartsNameVersionParams contains all the parameters to send to the API endpoint for the delete chartrepo repo charts name version operation typically these are written to a http.Request

func NewDeleteChartrepoRepoChartsNameVersionParams

func NewDeleteChartrepoRepoChartsNameVersionParams() *DeleteChartrepoRepoChartsNameVersionParams

NewDeleteChartrepoRepoChartsNameVersionParams creates a new DeleteChartrepoRepoChartsNameVersionParams object with the default values initialized.

func NewDeleteChartrepoRepoChartsNameVersionParamsWithContext

func NewDeleteChartrepoRepoChartsNameVersionParamsWithContext(ctx context.Context) *DeleteChartrepoRepoChartsNameVersionParams

NewDeleteChartrepoRepoChartsNameVersionParamsWithContext creates a new DeleteChartrepoRepoChartsNameVersionParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteChartrepoRepoChartsNameVersionParamsWithHTTPClient

func NewDeleteChartrepoRepoChartsNameVersionParamsWithHTTPClient(client *http.Client) *DeleteChartrepoRepoChartsNameVersionParams

NewDeleteChartrepoRepoChartsNameVersionParamsWithHTTPClient creates a new DeleteChartrepoRepoChartsNameVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteChartrepoRepoChartsNameVersionParamsWithTimeout

func NewDeleteChartrepoRepoChartsNameVersionParamsWithTimeout(timeout time.Duration) *DeleteChartrepoRepoChartsNameVersionParams

NewDeleteChartrepoRepoChartsNameVersionParamsWithTimeout creates a new DeleteChartrepoRepoChartsNameVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteChartrepoRepoChartsNameVersionParams) SetContext

SetContext adds the context to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) SetName

SetName adds the name to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) SetRepo

SetRepo adds the repo to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) SetTimeout

SetTimeout adds the timeout to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) SetVersion

func (o *DeleteChartrepoRepoChartsNameVersionParams) SetVersion(version string)

SetVersion adds the version to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WithContext

WithContext adds the context to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WithName

WithName adds the name to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WithRepo

WithRepo adds the repo to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WithTimeout

WithTimeout adds the timeout to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WithVersion

WithVersion adds the version to the delete chartrepo repo charts name version params

func (*DeleteChartrepoRepoChartsNameVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteChartrepoRepoChartsNameVersionReader

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

DeleteChartrepoRepoChartsNameVersionReader is a Reader for the DeleteChartrepoRepoChartsNameVersion structure.

func (*DeleteChartrepoRepoChartsNameVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteChartrepoRepoChartsNameVersionUnauthorized

type DeleteChartrepoRepoChartsNameVersionUnauthorized struct {
}

DeleteChartrepoRepoChartsNameVersionUnauthorized handles this case with default header values.

Unauthorized

func NewDeleteChartrepoRepoChartsNameVersionUnauthorized

func NewDeleteChartrepoRepoChartsNameVersionUnauthorized() *DeleteChartrepoRepoChartsNameVersionUnauthorized

NewDeleteChartrepoRepoChartsNameVersionUnauthorized creates a DeleteChartrepoRepoChartsNameVersionUnauthorized with default headers values

func (*DeleteChartrepoRepoChartsNameVersionUnauthorized) Error

type DeleteProjectsProjectIDRobotsRobotIDForbidden

type DeleteProjectsProjectIDRobotsRobotIDForbidden struct {
}

DeleteProjectsProjectIDRobotsRobotIDForbidden handles this case with default header values.

User in session does not have permission to the project.

func NewDeleteProjectsProjectIDRobotsRobotIDForbidden

func NewDeleteProjectsProjectIDRobotsRobotIDForbidden() *DeleteProjectsProjectIDRobotsRobotIDForbidden

NewDeleteProjectsProjectIDRobotsRobotIDForbidden creates a DeleteProjectsProjectIDRobotsRobotIDForbidden with default headers values

func (*DeleteProjectsProjectIDRobotsRobotIDForbidden) Error

type DeleteProjectsProjectIDRobotsRobotIDInternalServerError

type DeleteProjectsProjectIDRobotsRobotIDInternalServerError struct {
}

DeleteProjectsProjectIDRobotsRobotIDInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewDeleteProjectsProjectIDRobotsRobotIDInternalServerError

func NewDeleteProjectsProjectIDRobotsRobotIDInternalServerError() *DeleteProjectsProjectIDRobotsRobotIDInternalServerError

NewDeleteProjectsProjectIDRobotsRobotIDInternalServerError creates a DeleteProjectsProjectIDRobotsRobotIDInternalServerError with default headers values

func (*DeleteProjectsProjectIDRobotsRobotIDInternalServerError) Error

type DeleteProjectsProjectIDRobotsRobotIDNotFound

type DeleteProjectsProjectIDRobotsRobotIDNotFound struct {
}

DeleteProjectsProjectIDRobotsRobotIDNotFound handles this case with default header values.

The robot account is not found.

func NewDeleteProjectsProjectIDRobotsRobotIDNotFound

func NewDeleteProjectsProjectIDRobotsRobotIDNotFound() *DeleteProjectsProjectIDRobotsRobotIDNotFound

NewDeleteProjectsProjectIDRobotsRobotIDNotFound creates a DeleteProjectsProjectIDRobotsRobotIDNotFound with default headers values

func (*DeleteProjectsProjectIDRobotsRobotIDNotFound) Error

type DeleteProjectsProjectIDRobotsRobotIDOK

type DeleteProjectsProjectIDRobotsRobotIDOK struct {
}

DeleteProjectsProjectIDRobotsRobotIDOK handles this case with default header values.

The specified robot account is successfully deleted.

func NewDeleteProjectsProjectIDRobotsRobotIDOK

func NewDeleteProjectsProjectIDRobotsRobotIDOK() *DeleteProjectsProjectIDRobotsRobotIDOK

NewDeleteProjectsProjectIDRobotsRobotIDOK creates a DeleteProjectsProjectIDRobotsRobotIDOK with default headers values

func (*DeleteProjectsProjectIDRobotsRobotIDOK) Error

type DeleteProjectsProjectIDRobotsRobotIDParams

type DeleteProjectsProjectIDRobotsRobotIDParams struct {

	/*ProjectID
	  Relevant project ID.

	*/
	ProjectID int64
	/*RobotID
	  The ID of robot account.

	*/
	RobotID int64

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

DeleteProjectsProjectIDRobotsRobotIDParams contains all the parameters to send to the API endpoint for the delete projects project ID robots robot ID operation typically these are written to a http.Request

func NewDeleteProjectsProjectIDRobotsRobotIDParams

func NewDeleteProjectsProjectIDRobotsRobotIDParams() *DeleteProjectsProjectIDRobotsRobotIDParams

NewDeleteProjectsProjectIDRobotsRobotIDParams creates a new DeleteProjectsProjectIDRobotsRobotIDParams object with the default values initialized.

func NewDeleteProjectsProjectIDRobotsRobotIDParamsWithContext

func NewDeleteProjectsProjectIDRobotsRobotIDParamsWithContext(ctx context.Context) *DeleteProjectsProjectIDRobotsRobotIDParams

NewDeleteProjectsProjectIDRobotsRobotIDParamsWithContext creates a new DeleteProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteProjectsProjectIDRobotsRobotIDParamsWithHTTPClient

func NewDeleteProjectsProjectIDRobotsRobotIDParamsWithHTTPClient(client *http.Client) *DeleteProjectsProjectIDRobotsRobotIDParams

NewDeleteProjectsProjectIDRobotsRobotIDParamsWithHTTPClient creates a new DeleteProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteProjectsProjectIDRobotsRobotIDParamsWithTimeout

func NewDeleteProjectsProjectIDRobotsRobotIDParamsWithTimeout(timeout time.Duration) *DeleteProjectsProjectIDRobotsRobotIDParams

NewDeleteProjectsProjectIDRobotsRobotIDParamsWithTimeout creates a new DeleteProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteProjectsProjectIDRobotsRobotIDParams) SetContext

SetContext adds the context to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) SetProjectID

func (o *DeleteProjectsProjectIDRobotsRobotIDParams) SetProjectID(projectID int64)

SetProjectID adds the projectId to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) SetRobotID

func (o *DeleteProjectsProjectIDRobotsRobotIDParams) SetRobotID(robotID int64)

SetRobotID adds the robotId to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) SetTimeout

SetTimeout adds the timeout to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) WithContext

WithContext adds the context to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) WithProjectID

WithProjectID adds the projectID to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) WithRobotID

WithRobotID adds the robotID to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) WithTimeout

WithTimeout adds the timeout to the delete projects project ID robots robot ID params

func (*DeleteProjectsProjectIDRobotsRobotIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteProjectsProjectIDRobotsRobotIDReader

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

DeleteProjectsProjectIDRobotsRobotIDReader is a Reader for the DeleteProjectsProjectIDRobotsRobotID structure.

func (*DeleteProjectsProjectIDRobotsRobotIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteProjectsProjectIDRobotsRobotIDUnauthorized

type DeleteProjectsProjectIDRobotsRobotIDUnauthorized struct {
}

DeleteProjectsProjectIDRobotsRobotIDUnauthorized handles this case with default header values.

User need to log in first.

func NewDeleteProjectsProjectIDRobotsRobotIDUnauthorized

func NewDeleteProjectsProjectIDRobotsRobotIDUnauthorized() *DeleteProjectsProjectIDRobotsRobotIDUnauthorized

NewDeleteProjectsProjectIDRobotsRobotIDUnauthorized creates a DeleteProjectsProjectIDRobotsRobotIDUnauthorized with default headers values

func (*DeleteProjectsProjectIDRobotsRobotIDUnauthorized) Error

type GetChartrepoHealthForbidden

type GetChartrepoHealthForbidden struct {
}

GetChartrepoHealthForbidden handles this case with default header values.

Operation is forbidden

func NewGetChartrepoHealthForbidden

func NewGetChartrepoHealthForbidden() *GetChartrepoHealthForbidden

NewGetChartrepoHealthForbidden creates a GetChartrepoHealthForbidden with default headers values

func (*GetChartrepoHealthForbidden) Error

type GetChartrepoHealthOK

type GetChartrepoHealthOK struct {
	Payload *GetChartrepoHealthOKBody
}

GetChartrepoHealthOK handles this case with default header values.

Health status of chart repository service is returned.

func NewGetChartrepoHealthOK

func NewGetChartrepoHealthOK() *GetChartrepoHealthOK

NewGetChartrepoHealthOK creates a GetChartrepoHealthOK with default headers values

func (*GetChartrepoHealthOK) Error

func (o *GetChartrepoHealthOK) Error() string

type GetChartrepoHealthOKBody

type GetChartrepoHealthOKBody struct {

	// healthy
	Healthy bool `json:"healthy,omitempty"`
}

GetChartrepoHealthOKBody get chartrepo health o k body swagger:model GetChartrepoHealthOKBody

func (*GetChartrepoHealthOKBody) MarshalBinary

func (o *GetChartrepoHealthOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetChartrepoHealthOKBody) UnmarshalBinary

func (o *GetChartrepoHealthOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetChartrepoHealthOKBody) Validate

func (o *GetChartrepoHealthOKBody) Validate(formats strfmt.Registry) error

Validate validates this get chartrepo health o k body

type GetChartrepoHealthParams

type GetChartrepoHealthParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetChartrepoHealthParams contains all the parameters to send to the API endpoint for the get chartrepo health operation typically these are written to a http.Request

func NewGetChartrepoHealthParams

func NewGetChartrepoHealthParams() *GetChartrepoHealthParams

NewGetChartrepoHealthParams creates a new GetChartrepoHealthParams object with the default values initialized.

func NewGetChartrepoHealthParamsWithContext

func NewGetChartrepoHealthParamsWithContext(ctx context.Context) *GetChartrepoHealthParams

NewGetChartrepoHealthParamsWithContext creates a new GetChartrepoHealthParams object with the default values initialized, and the ability to set a context for a request

func NewGetChartrepoHealthParamsWithHTTPClient

func NewGetChartrepoHealthParamsWithHTTPClient(client *http.Client) *GetChartrepoHealthParams

NewGetChartrepoHealthParamsWithHTTPClient creates a new GetChartrepoHealthParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetChartrepoHealthParamsWithTimeout

func NewGetChartrepoHealthParamsWithTimeout(timeout time.Duration) *GetChartrepoHealthParams

NewGetChartrepoHealthParamsWithTimeout creates a new GetChartrepoHealthParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetChartrepoHealthParams) SetContext

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

SetContext adds the context to the get chartrepo health params

func (*GetChartrepoHealthParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get chartrepo health params

func (*GetChartrepoHealthParams) SetTimeout

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

SetTimeout adds the timeout to the get chartrepo health params

func (*GetChartrepoHealthParams) WithContext

WithContext adds the context to the get chartrepo health params

func (*GetChartrepoHealthParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get chartrepo health params

func (*GetChartrepoHealthParams) WithTimeout

WithTimeout adds the timeout to the get chartrepo health params

func (*GetChartrepoHealthParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChartrepoHealthReader

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

GetChartrepoHealthReader is a Reader for the GetChartrepoHealth structure.

func (*GetChartrepoHealthReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChartrepoHealthUnauthorized

type GetChartrepoHealthUnauthorized struct {
}

GetChartrepoHealthUnauthorized handles this case with default header values.

Unauthorized

func NewGetChartrepoHealthUnauthorized

func NewGetChartrepoHealthUnauthorized() *GetChartrepoHealthUnauthorized

NewGetChartrepoHealthUnauthorized creates a GetChartrepoHealthUnauthorized with default headers values

func (*GetChartrepoHealthUnauthorized) Error

type GetChartrepoRepoChartsForbidden

type GetChartrepoRepoChartsForbidden struct {
}

GetChartrepoRepoChartsForbidden handles this case with default header values.

Operation is forbidden

func NewGetChartrepoRepoChartsForbidden

func NewGetChartrepoRepoChartsForbidden() *GetChartrepoRepoChartsForbidden

NewGetChartrepoRepoChartsForbidden creates a GetChartrepoRepoChartsForbidden with default headers values

func (*GetChartrepoRepoChartsForbidden) Error

type GetChartrepoRepoChartsInternalServerError

type GetChartrepoRepoChartsInternalServerError struct {
}

GetChartrepoRepoChartsInternalServerError handles this case with default header values.

Internal server error occurred

func NewGetChartrepoRepoChartsInternalServerError

func NewGetChartrepoRepoChartsInternalServerError() *GetChartrepoRepoChartsInternalServerError

NewGetChartrepoRepoChartsInternalServerError creates a GetChartrepoRepoChartsInternalServerError with default headers values

func (*GetChartrepoRepoChartsInternalServerError) Error

type GetChartrepoRepoChartsNameForbidden

type GetChartrepoRepoChartsNameForbidden struct {
}

GetChartrepoRepoChartsNameForbidden handles this case with default header values.

Operation is forbidden

func NewGetChartrepoRepoChartsNameForbidden

func NewGetChartrepoRepoChartsNameForbidden() *GetChartrepoRepoChartsNameForbidden

NewGetChartrepoRepoChartsNameForbidden creates a GetChartrepoRepoChartsNameForbidden with default headers values

func (*GetChartrepoRepoChartsNameForbidden) Error

type GetChartrepoRepoChartsNameInternalServerError

type GetChartrepoRepoChartsNameInternalServerError struct {
}

GetChartrepoRepoChartsNameInternalServerError handles this case with default header values.

Internal server error occurred

func NewGetChartrepoRepoChartsNameInternalServerError

func NewGetChartrepoRepoChartsNameInternalServerError() *GetChartrepoRepoChartsNameInternalServerError

NewGetChartrepoRepoChartsNameInternalServerError creates a GetChartrepoRepoChartsNameInternalServerError with default headers values

func (*GetChartrepoRepoChartsNameInternalServerError) Error

type GetChartrepoRepoChartsNameNotFound

type GetChartrepoRepoChartsNameNotFound struct {
}

GetChartrepoRepoChartsNameNotFound handles this case with default header values.

Not found

func NewGetChartrepoRepoChartsNameNotFound

func NewGetChartrepoRepoChartsNameNotFound() *GetChartrepoRepoChartsNameNotFound

NewGetChartrepoRepoChartsNameNotFound creates a GetChartrepoRepoChartsNameNotFound with default headers values

func (*GetChartrepoRepoChartsNameNotFound) Error

type GetChartrepoRepoChartsNameOK

type GetChartrepoRepoChartsNameOK struct {
	Payload models.ChartVersions
}

GetChartrepoRepoChartsNameOK handles this case with default header values.

Retrieved all versions of the specified chart

func NewGetChartrepoRepoChartsNameOK

func NewGetChartrepoRepoChartsNameOK() *GetChartrepoRepoChartsNameOK

NewGetChartrepoRepoChartsNameOK creates a GetChartrepoRepoChartsNameOK with default headers values

func (*GetChartrepoRepoChartsNameOK) Error

type GetChartrepoRepoChartsNameParams

type GetChartrepoRepoChartsNameParams struct {

	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string

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

GetChartrepoRepoChartsNameParams contains all the parameters to send to the API endpoint for the get chartrepo repo charts name operation typically these are written to a http.Request

func NewGetChartrepoRepoChartsNameParams

func NewGetChartrepoRepoChartsNameParams() *GetChartrepoRepoChartsNameParams

NewGetChartrepoRepoChartsNameParams creates a new GetChartrepoRepoChartsNameParams object with the default values initialized.

func NewGetChartrepoRepoChartsNameParamsWithContext

func NewGetChartrepoRepoChartsNameParamsWithContext(ctx context.Context) *GetChartrepoRepoChartsNameParams

NewGetChartrepoRepoChartsNameParamsWithContext creates a new GetChartrepoRepoChartsNameParams object with the default values initialized, and the ability to set a context for a request

func NewGetChartrepoRepoChartsNameParamsWithHTTPClient

func NewGetChartrepoRepoChartsNameParamsWithHTTPClient(client *http.Client) *GetChartrepoRepoChartsNameParams

NewGetChartrepoRepoChartsNameParamsWithHTTPClient creates a new GetChartrepoRepoChartsNameParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetChartrepoRepoChartsNameParamsWithTimeout

func NewGetChartrepoRepoChartsNameParamsWithTimeout(timeout time.Duration) *GetChartrepoRepoChartsNameParams

NewGetChartrepoRepoChartsNameParamsWithTimeout creates a new GetChartrepoRepoChartsNameParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetChartrepoRepoChartsNameParams) SetContext

SetContext adds the context to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) SetName

func (o *GetChartrepoRepoChartsNameParams) SetName(name string)

SetName adds the name to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) SetRepo

func (o *GetChartrepoRepoChartsNameParams) SetRepo(repo string)

SetRepo adds the repo to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) SetTimeout

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

SetTimeout adds the timeout to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) WithContext

WithContext adds the context to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) WithName

WithName adds the name to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) WithRepo

WithRepo adds the repo to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) WithTimeout

WithTimeout adds the timeout to the get chartrepo repo charts name params

func (*GetChartrepoRepoChartsNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChartrepoRepoChartsNameReader

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

GetChartrepoRepoChartsNameReader is a Reader for the GetChartrepoRepoChartsName structure.

func (*GetChartrepoRepoChartsNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChartrepoRepoChartsNameUnauthorized

type GetChartrepoRepoChartsNameUnauthorized struct {
}

GetChartrepoRepoChartsNameUnauthorized handles this case with default header values.

Unauthorized

func NewGetChartrepoRepoChartsNameUnauthorized

func NewGetChartrepoRepoChartsNameUnauthorized() *GetChartrepoRepoChartsNameUnauthorized

NewGetChartrepoRepoChartsNameUnauthorized creates a GetChartrepoRepoChartsNameUnauthorized with default headers values

func (*GetChartrepoRepoChartsNameUnauthorized) Error

type GetChartrepoRepoChartsNameVersionForbidden

type GetChartrepoRepoChartsNameVersionForbidden struct {
}

GetChartrepoRepoChartsNameVersionForbidden handles this case with default header values.

Operation is forbidden

func NewGetChartrepoRepoChartsNameVersionForbidden

func NewGetChartrepoRepoChartsNameVersionForbidden() *GetChartrepoRepoChartsNameVersionForbidden

NewGetChartrepoRepoChartsNameVersionForbidden creates a GetChartrepoRepoChartsNameVersionForbidden with default headers values

func (*GetChartrepoRepoChartsNameVersionForbidden) Error

type GetChartrepoRepoChartsNameVersionInternalServerError

type GetChartrepoRepoChartsNameVersionInternalServerError struct {
}

GetChartrepoRepoChartsNameVersionInternalServerError handles this case with default header values.

Internal server error occurred

func NewGetChartrepoRepoChartsNameVersionInternalServerError

func NewGetChartrepoRepoChartsNameVersionInternalServerError() *GetChartrepoRepoChartsNameVersionInternalServerError

NewGetChartrepoRepoChartsNameVersionInternalServerError creates a GetChartrepoRepoChartsNameVersionInternalServerError with default headers values

func (*GetChartrepoRepoChartsNameVersionInternalServerError) Error

type GetChartrepoRepoChartsNameVersionLabelsForbidden

type GetChartrepoRepoChartsNameVersionLabelsForbidden struct {
}

GetChartrepoRepoChartsNameVersionLabelsForbidden handles this case with default header values.

Operation is forbidden

func NewGetChartrepoRepoChartsNameVersionLabelsForbidden

func NewGetChartrepoRepoChartsNameVersionLabelsForbidden() *GetChartrepoRepoChartsNameVersionLabelsForbidden

NewGetChartrepoRepoChartsNameVersionLabelsForbidden creates a GetChartrepoRepoChartsNameVersionLabelsForbidden with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) Error

type GetChartrepoRepoChartsNameVersionLabelsInternalServerError

type GetChartrepoRepoChartsNameVersionLabelsInternalServerError struct {
}

GetChartrepoRepoChartsNameVersionLabelsInternalServerError handles this case with default header values.

Internal server error occurred

func NewGetChartrepoRepoChartsNameVersionLabelsInternalServerError

func NewGetChartrepoRepoChartsNameVersionLabelsInternalServerError() *GetChartrepoRepoChartsNameVersionLabelsInternalServerError

NewGetChartrepoRepoChartsNameVersionLabelsInternalServerError creates a GetChartrepoRepoChartsNameVersionLabelsInternalServerError with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) Error

type GetChartrepoRepoChartsNameVersionLabelsNotFound

type GetChartrepoRepoChartsNameVersionLabelsNotFound struct {
}

GetChartrepoRepoChartsNameVersionLabelsNotFound handles this case with default header values.

Not found

func NewGetChartrepoRepoChartsNameVersionLabelsNotFound

func NewGetChartrepoRepoChartsNameVersionLabelsNotFound() *GetChartrepoRepoChartsNameVersionLabelsNotFound

NewGetChartrepoRepoChartsNameVersionLabelsNotFound creates a GetChartrepoRepoChartsNameVersionLabelsNotFound with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) Error

type GetChartrepoRepoChartsNameVersionLabelsOK

type GetChartrepoRepoChartsNameVersionLabelsOK struct {
}

GetChartrepoRepoChartsNameVersionLabelsOK handles this case with default header values.

A list of label

func NewGetChartrepoRepoChartsNameVersionLabelsOK

func NewGetChartrepoRepoChartsNameVersionLabelsOK() *GetChartrepoRepoChartsNameVersionLabelsOK

NewGetChartrepoRepoChartsNameVersionLabelsOK creates a GetChartrepoRepoChartsNameVersionLabelsOK with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsOK) Error

type GetChartrepoRepoChartsNameVersionLabelsParams

type GetChartrepoRepoChartsNameVersionLabelsParams struct {

	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string
	/*Version
	  The chart version

	*/
	Version string

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

GetChartrepoRepoChartsNameVersionLabelsParams contains all the parameters to send to the API endpoint for the get chartrepo repo charts name version labels operation typically these are written to a http.Request

func NewGetChartrepoRepoChartsNameVersionLabelsParams

func NewGetChartrepoRepoChartsNameVersionLabelsParams() *GetChartrepoRepoChartsNameVersionLabelsParams

NewGetChartrepoRepoChartsNameVersionLabelsParams creates a new GetChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized.

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithContext

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithContext(ctx context.Context) *GetChartrepoRepoChartsNameVersionLabelsParams

NewGetChartrepoRepoChartsNameVersionLabelsParamsWithContext creates a new GetChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized, and the ability to set a context for a request

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithHTTPClient

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithHTTPClient(client *http.Client) *GetChartrepoRepoChartsNameVersionLabelsParams

NewGetChartrepoRepoChartsNameVersionLabelsParamsWithHTTPClient creates a new GetChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithTimeout

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithTimeout(timeout time.Duration) *GetChartrepoRepoChartsNameVersionLabelsParams

NewGetChartrepoRepoChartsNameVersionLabelsParamsWithTimeout creates a new GetChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetChartrepoRepoChartsNameVersionLabelsParams) SetContext

SetContext adds the context to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) SetName

SetName adds the name to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) SetRepo

SetRepo adds the repo to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) SetTimeout

SetTimeout adds the timeout to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) SetVersion

SetVersion adds the version to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WithContext

WithContext adds the context to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WithName

WithName adds the name to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WithRepo

WithRepo adds the repo to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WithTimeout

WithTimeout adds the timeout to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WithVersion

WithVersion adds the version to the get chartrepo repo charts name version labels params

func (*GetChartrepoRepoChartsNameVersionLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChartrepoRepoChartsNameVersionLabelsReader

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

GetChartrepoRepoChartsNameVersionLabelsReader is a Reader for the GetChartrepoRepoChartsNameVersionLabels structure.

func (*GetChartrepoRepoChartsNameVersionLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChartrepoRepoChartsNameVersionLabelsUnauthorized

type GetChartrepoRepoChartsNameVersionLabelsUnauthorized struct {
}

GetChartrepoRepoChartsNameVersionLabelsUnauthorized handles this case with default header values.

Unauthorized

func NewGetChartrepoRepoChartsNameVersionLabelsUnauthorized

func NewGetChartrepoRepoChartsNameVersionLabelsUnauthorized() *GetChartrepoRepoChartsNameVersionLabelsUnauthorized

NewGetChartrepoRepoChartsNameVersionLabelsUnauthorized creates a GetChartrepoRepoChartsNameVersionLabelsUnauthorized with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) Error

type GetChartrepoRepoChartsNameVersionNotFound

type GetChartrepoRepoChartsNameVersionNotFound struct {
}

GetChartrepoRepoChartsNameVersionNotFound handles this case with default header values.

Not found

func NewGetChartrepoRepoChartsNameVersionNotFound

func NewGetChartrepoRepoChartsNameVersionNotFound() *GetChartrepoRepoChartsNameVersionNotFound

NewGetChartrepoRepoChartsNameVersionNotFound creates a GetChartrepoRepoChartsNameVersionNotFound with default headers values

func (*GetChartrepoRepoChartsNameVersionNotFound) Error

type GetChartrepoRepoChartsNameVersionOK

type GetChartrepoRepoChartsNameVersionOK struct {
	Payload *models.ChartVersionDetails
}

GetChartrepoRepoChartsNameVersionOK handles this case with default header values.

Successfully retrieved the chart version

func NewGetChartrepoRepoChartsNameVersionOK

func NewGetChartrepoRepoChartsNameVersionOK() *GetChartrepoRepoChartsNameVersionOK

NewGetChartrepoRepoChartsNameVersionOK creates a GetChartrepoRepoChartsNameVersionOK with default headers values

func (*GetChartrepoRepoChartsNameVersionOK) Error

type GetChartrepoRepoChartsNameVersionParams

type GetChartrepoRepoChartsNameVersionParams struct {

	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string
	/*Version
	  The chart version

	*/
	Version string

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

GetChartrepoRepoChartsNameVersionParams contains all the parameters to send to the API endpoint for the get chartrepo repo charts name version operation typically these are written to a http.Request

func NewGetChartrepoRepoChartsNameVersionParams

func NewGetChartrepoRepoChartsNameVersionParams() *GetChartrepoRepoChartsNameVersionParams

NewGetChartrepoRepoChartsNameVersionParams creates a new GetChartrepoRepoChartsNameVersionParams object with the default values initialized.

func NewGetChartrepoRepoChartsNameVersionParamsWithContext

func NewGetChartrepoRepoChartsNameVersionParamsWithContext(ctx context.Context) *GetChartrepoRepoChartsNameVersionParams

NewGetChartrepoRepoChartsNameVersionParamsWithContext creates a new GetChartrepoRepoChartsNameVersionParams object with the default values initialized, and the ability to set a context for a request

func NewGetChartrepoRepoChartsNameVersionParamsWithHTTPClient

func NewGetChartrepoRepoChartsNameVersionParamsWithHTTPClient(client *http.Client) *GetChartrepoRepoChartsNameVersionParams

NewGetChartrepoRepoChartsNameVersionParamsWithHTTPClient creates a new GetChartrepoRepoChartsNameVersionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetChartrepoRepoChartsNameVersionParamsWithTimeout

func NewGetChartrepoRepoChartsNameVersionParamsWithTimeout(timeout time.Duration) *GetChartrepoRepoChartsNameVersionParams

NewGetChartrepoRepoChartsNameVersionParamsWithTimeout creates a new GetChartrepoRepoChartsNameVersionParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetChartrepoRepoChartsNameVersionParams) SetContext

SetContext adds the context to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) SetName

SetName adds the name to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) SetRepo

SetRepo adds the repo to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) SetVersion

func (o *GetChartrepoRepoChartsNameVersionParams) SetVersion(version string)

SetVersion adds the version to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WithContext

WithContext adds the context to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WithName

WithName adds the name to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WithRepo

WithRepo adds the repo to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WithTimeout

WithTimeout adds the timeout to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WithVersion

WithVersion adds the version to the get chartrepo repo charts name version params

func (*GetChartrepoRepoChartsNameVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChartrepoRepoChartsNameVersionReader

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

GetChartrepoRepoChartsNameVersionReader is a Reader for the GetChartrepoRepoChartsNameVersion structure.

func (*GetChartrepoRepoChartsNameVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChartrepoRepoChartsNameVersionUnauthorized

type GetChartrepoRepoChartsNameVersionUnauthorized struct {
}

GetChartrepoRepoChartsNameVersionUnauthorized handles this case with default header values.

Unauthorized

func NewGetChartrepoRepoChartsNameVersionUnauthorized

func NewGetChartrepoRepoChartsNameVersionUnauthorized() *GetChartrepoRepoChartsNameVersionUnauthorized

NewGetChartrepoRepoChartsNameVersionUnauthorized creates a GetChartrepoRepoChartsNameVersionUnauthorized with default headers values

func (*GetChartrepoRepoChartsNameVersionUnauthorized) Error

type GetChartrepoRepoChartsOK

type GetChartrepoRepoChartsOK struct {
	Payload []*models.ChartInfoEntry
}

GetChartrepoRepoChartsOK handles this case with default header values.

Searched for charts of project in Harbor successfully.

func NewGetChartrepoRepoChartsOK

func NewGetChartrepoRepoChartsOK() *GetChartrepoRepoChartsOK

NewGetChartrepoRepoChartsOK creates a GetChartrepoRepoChartsOK with default headers values

func (*GetChartrepoRepoChartsOK) Error

func (o *GetChartrepoRepoChartsOK) Error() string

type GetChartrepoRepoChartsParams

type GetChartrepoRepoChartsParams struct {

	/*Repo
	  The project name

	*/
	Repo string

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

GetChartrepoRepoChartsParams contains all the parameters to send to the API endpoint for the get chartrepo repo charts operation typically these are written to a http.Request

func NewGetChartrepoRepoChartsParams

func NewGetChartrepoRepoChartsParams() *GetChartrepoRepoChartsParams

NewGetChartrepoRepoChartsParams creates a new GetChartrepoRepoChartsParams object with the default values initialized.

func NewGetChartrepoRepoChartsParamsWithContext

func NewGetChartrepoRepoChartsParamsWithContext(ctx context.Context) *GetChartrepoRepoChartsParams

NewGetChartrepoRepoChartsParamsWithContext creates a new GetChartrepoRepoChartsParams object with the default values initialized, and the ability to set a context for a request

func NewGetChartrepoRepoChartsParamsWithHTTPClient

func NewGetChartrepoRepoChartsParamsWithHTTPClient(client *http.Client) *GetChartrepoRepoChartsParams

NewGetChartrepoRepoChartsParamsWithHTTPClient creates a new GetChartrepoRepoChartsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetChartrepoRepoChartsParamsWithTimeout

func NewGetChartrepoRepoChartsParamsWithTimeout(timeout time.Duration) *GetChartrepoRepoChartsParams

NewGetChartrepoRepoChartsParamsWithTimeout creates a new GetChartrepoRepoChartsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetChartrepoRepoChartsParams) SetContext

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

SetContext adds the context to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) SetRepo

func (o *GetChartrepoRepoChartsParams) SetRepo(repo string)

SetRepo adds the repo to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) SetTimeout

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

SetTimeout adds the timeout to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) WithContext

WithContext adds the context to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) WithRepo

WithRepo adds the repo to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) WithTimeout

WithTimeout adds the timeout to the get chartrepo repo charts params

func (*GetChartrepoRepoChartsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetChartrepoRepoChartsReader

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

GetChartrepoRepoChartsReader is a Reader for the GetChartrepoRepoCharts structure.

func (*GetChartrepoRepoChartsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetChartrepoRepoChartsUnauthorized

type GetChartrepoRepoChartsUnauthorized struct {
}

GetChartrepoRepoChartsUnauthorized handles this case with default header values.

Unauthorized

func NewGetChartrepoRepoChartsUnauthorized

func NewGetChartrepoRepoChartsUnauthorized() *GetChartrepoRepoChartsUnauthorized

NewGetChartrepoRepoChartsUnauthorized creates a GetChartrepoRepoChartsUnauthorized with default headers values

func (*GetChartrepoRepoChartsUnauthorized) Error

type GetProjectsProjectIDRobotsBadRequest

type GetProjectsProjectIDRobotsBadRequest struct {
}

GetProjectsProjectIDRobotsBadRequest handles this case with default header values.

The project id is invalid.

func NewGetProjectsProjectIDRobotsBadRequest

func NewGetProjectsProjectIDRobotsBadRequest() *GetProjectsProjectIDRobotsBadRequest

NewGetProjectsProjectIDRobotsBadRequest creates a GetProjectsProjectIDRobotsBadRequest with default headers values

func (*GetProjectsProjectIDRobotsBadRequest) Error

type GetProjectsProjectIDRobotsForbidden

type GetProjectsProjectIDRobotsForbidden struct {
}

GetProjectsProjectIDRobotsForbidden handles this case with default header values.

User in session does not have permission to the project.

func NewGetProjectsProjectIDRobotsForbidden

func NewGetProjectsProjectIDRobotsForbidden() *GetProjectsProjectIDRobotsForbidden

NewGetProjectsProjectIDRobotsForbidden creates a GetProjectsProjectIDRobotsForbidden with default headers values

func (*GetProjectsProjectIDRobotsForbidden) Error

type GetProjectsProjectIDRobotsInternalServerError

type GetProjectsProjectIDRobotsInternalServerError struct {
}

GetProjectsProjectIDRobotsInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewGetProjectsProjectIDRobotsInternalServerError

func NewGetProjectsProjectIDRobotsInternalServerError() *GetProjectsProjectIDRobotsInternalServerError

NewGetProjectsProjectIDRobotsInternalServerError creates a GetProjectsProjectIDRobotsInternalServerError with default headers values

func (*GetProjectsProjectIDRobotsInternalServerError) Error

type GetProjectsProjectIDRobotsNotFound

type GetProjectsProjectIDRobotsNotFound struct {
}

GetProjectsProjectIDRobotsNotFound handles this case with default header values.

Project ID does not exist.

func NewGetProjectsProjectIDRobotsNotFound

func NewGetProjectsProjectIDRobotsNotFound() *GetProjectsProjectIDRobotsNotFound

NewGetProjectsProjectIDRobotsNotFound creates a GetProjectsProjectIDRobotsNotFound with default headers values

func (*GetProjectsProjectIDRobotsNotFound) Error

type GetProjectsProjectIDRobotsOK

type GetProjectsProjectIDRobotsOK struct {
	Payload []*models.RobotAccount
}

GetProjectsProjectIDRobotsOK handles this case with default header values.

Get project robot accounts successfully.

func NewGetProjectsProjectIDRobotsOK

func NewGetProjectsProjectIDRobotsOK() *GetProjectsProjectIDRobotsOK

NewGetProjectsProjectIDRobotsOK creates a GetProjectsProjectIDRobotsOK with default headers values

func (*GetProjectsProjectIDRobotsOK) Error

type GetProjectsProjectIDRobotsParams

type GetProjectsProjectIDRobotsParams struct {

	/*ProjectID
	  Relevant project ID.

	*/
	ProjectID int64

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

GetProjectsProjectIDRobotsParams contains all the parameters to send to the API endpoint for the get projects project ID robots operation typically these are written to a http.Request

func NewGetProjectsProjectIDRobotsParams

func NewGetProjectsProjectIDRobotsParams() *GetProjectsProjectIDRobotsParams

NewGetProjectsProjectIDRobotsParams creates a new GetProjectsProjectIDRobotsParams object with the default values initialized.

func NewGetProjectsProjectIDRobotsParamsWithContext

func NewGetProjectsProjectIDRobotsParamsWithContext(ctx context.Context) *GetProjectsProjectIDRobotsParams

NewGetProjectsProjectIDRobotsParamsWithContext creates a new GetProjectsProjectIDRobotsParams object with the default values initialized, and the ability to set a context for a request

func NewGetProjectsProjectIDRobotsParamsWithHTTPClient

func NewGetProjectsProjectIDRobotsParamsWithHTTPClient(client *http.Client) *GetProjectsProjectIDRobotsParams

NewGetProjectsProjectIDRobotsParamsWithHTTPClient creates a new GetProjectsProjectIDRobotsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProjectsProjectIDRobotsParamsWithTimeout

func NewGetProjectsProjectIDRobotsParamsWithTimeout(timeout time.Duration) *GetProjectsProjectIDRobotsParams

NewGetProjectsProjectIDRobotsParamsWithTimeout creates a new GetProjectsProjectIDRobotsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProjectsProjectIDRobotsParams) SetContext

SetContext adds the context to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) SetProjectID

func (o *GetProjectsProjectIDRobotsParams) SetProjectID(projectID int64)

SetProjectID adds the projectId to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) SetTimeout

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

SetTimeout adds the timeout to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) WithContext

WithContext adds the context to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) WithProjectID

WithProjectID adds the projectID to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) WithTimeout

WithTimeout adds the timeout to the get projects project ID robots params

func (*GetProjectsProjectIDRobotsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectsProjectIDRobotsReader

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

GetProjectsProjectIDRobotsReader is a Reader for the GetProjectsProjectIDRobots structure.

func (*GetProjectsProjectIDRobotsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectsProjectIDRobotsRobotIDForbidden

type GetProjectsProjectIDRobotsRobotIDForbidden struct {
}

GetProjectsProjectIDRobotsRobotIDForbidden handles this case with default header values.

User in session does not have permission to the project.

func NewGetProjectsProjectIDRobotsRobotIDForbidden

func NewGetProjectsProjectIDRobotsRobotIDForbidden() *GetProjectsProjectIDRobotsRobotIDForbidden

NewGetProjectsProjectIDRobotsRobotIDForbidden creates a GetProjectsProjectIDRobotsRobotIDForbidden with default headers values

func (*GetProjectsProjectIDRobotsRobotIDForbidden) Error

type GetProjectsProjectIDRobotsRobotIDInternalServerError

type GetProjectsProjectIDRobotsRobotIDInternalServerError struct {
}

GetProjectsProjectIDRobotsRobotIDInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewGetProjectsProjectIDRobotsRobotIDInternalServerError

func NewGetProjectsProjectIDRobotsRobotIDInternalServerError() *GetProjectsProjectIDRobotsRobotIDInternalServerError

NewGetProjectsProjectIDRobotsRobotIDInternalServerError creates a GetProjectsProjectIDRobotsRobotIDInternalServerError with default headers values

func (*GetProjectsProjectIDRobotsRobotIDInternalServerError) Error

type GetProjectsProjectIDRobotsRobotIDNotFound

type GetProjectsProjectIDRobotsRobotIDNotFound struct {
}

GetProjectsProjectIDRobotsRobotIDNotFound handles this case with default header values.

The robot account is not found.

func NewGetProjectsProjectIDRobotsRobotIDNotFound

func NewGetProjectsProjectIDRobotsRobotIDNotFound() *GetProjectsProjectIDRobotsRobotIDNotFound

NewGetProjectsProjectIDRobotsRobotIDNotFound creates a GetProjectsProjectIDRobotsRobotIDNotFound with default headers values

func (*GetProjectsProjectIDRobotsRobotIDNotFound) Error

type GetProjectsProjectIDRobotsRobotIDOK

type GetProjectsProjectIDRobotsRobotIDOK struct {
	Payload *models.RobotAccount
}

GetProjectsProjectIDRobotsRobotIDOK handles this case with default header values.

Robot account information.

func NewGetProjectsProjectIDRobotsRobotIDOK

func NewGetProjectsProjectIDRobotsRobotIDOK() *GetProjectsProjectIDRobotsRobotIDOK

NewGetProjectsProjectIDRobotsRobotIDOK creates a GetProjectsProjectIDRobotsRobotIDOK with default headers values

func (*GetProjectsProjectIDRobotsRobotIDOK) Error

type GetProjectsProjectIDRobotsRobotIDParams

type GetProjectsProjectIDRobotsRobotIDParams struct {

	/*ProjectID
	  Relevant project ID.

	*/
	ProjectID int64
	/*RobotID
	  The ID of robot account.

	*/
	RobotID int64

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

GetProjectsProjectIDRobotsRobotIDParams contains all the parameters to send to the API endpoint for the get projects project ID robots robot ID operation typically these are written to a http.Request

func NewGetProjectsProjectIDRobotsRobotIDParams

func NewGetProjectsProjectIDRobotsRobotIDParams() *GetProjectsProjectIDRobotsRobotIDParams

NewGetProjectsProjectIDRobotsRobotIDParams creates a new GetProjectsProjectIDRobotsRobotIDParams object with the default values initialized.

func NewGetProjectsProjectIDRobotsRobotIDParamsWithContext

func NewGetProjectsProjectIDRobotsRobotIDParamsWithContext(ctx context.Context) *GetProjectsProjectIDRobotsRobotIDParams

NewGetProjectsProjectIDRobotsRobotIDParamsWithContext creates a new GetProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetProjectsProjectIDRobotsRobotIDParamsWithHTTPClient

func NewGetProjectsProjectIDRobotsRobotIDParamsWithHTTPClient(client *http.Client) *GetProjectsProjectIDRobotsRobotIDParams

NewGetProjectsProjectIDRobotsRobotIDParamsWithHTTPClient creates a new GetProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetProjectsProjectIDRobotsRobotIDParamsWithTimeout

func NewGetProjectsProjectIDRobotsRobotIDParamsWithTimeout(timeout time.Duration) *GetProjectsProjectIDRobotsRobotIDParams

NewGetProjectsProjectIDRobotsRobotIDParamsWithTimeout creates a new GetProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetProjectsProjectIDRobotsRobotIDParams) SetContext

SetContext adds the context to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) SetProjectID

func (o *GetProjectsProjectIDRobotsRobotIDParams) SetProjectID(projectID int64)

SetProjectID adds the projectId to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) SetRobotID

func (o *GetProjectsProjectIDRobotsRobotIDParams) SetRobotID(robotID int64)

SetRobotID adds the robotId to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) SetTimeout

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

SetTimeout adds the timeout to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) WithContext

WithContext adds the context to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) WithProjectID

WithProjectID adds the projectID to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) WithRobotID

WithRobotID adds the robotID to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) WithTimeout

WithTimeout adds the timeout to the get projects project ID robots robot ID params

func (*GetProjectsProjectIDRobotsRobotIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetProjectsProjectIDRobotsRobotIDReader

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

GetProjectsProjectIDRobotsRobotIDReader is a Reader for the GetProjectsProjectIDRobotsRobotID structure.

func (*GetProjectsProjectIDRobotsRobotIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectsProjectIDRobotsRobotIDUnauthorized

type GetProjectsProjectIDRobotsRobotIDUnauthorized struct {
}

GetProjectsProjectIDRobotsRobotIDUnauthorized handles this case with default header values.

User need to log in first.

func NewGetProjectsProjectIDRobotsRobotIDUnauthorized

func NewGetProjectsProjectIDRobotsRobotIDUnauthorized() *GetProjectsProjectIDRobotsRobotIDUnauthorized

NewGetProjectsProjectIDRobotsRobotIDUnauthorized creates a GetProjectsProjectIDRobotsRobotIDUnauthorized with default headers values

func (*GetProjectsProjectIDRobotsRobotIDUnauthorized) Error

type GetProjectsProjectIDRobotsUnauthorized

type GetProjectsProjectIDRobotsUnauthorized struct {
}

GetProjectsProjectIDRobotsUnauthorized handles this case with default header values.

User need to log in first.

func NewGetProjectsProjectIDRobotsUnauthorized

func NewGetProjectsProjectIDRobotsUnauthorized() *GetProjectsProjectIDRobotsUnauthorized

NewGetProjectsProjectIDRobotsUnauthorized creates a GetProjectsProjectIDRobotsUnauthorized with default headers values

func (*GetProjectsProjectIDRobotsUnauthorized) Error

type GetSystemCVEWhitelistInternalServerError

type GetSystemCVEWhitelistInternalServerError struct {
}

GetSystemCVEWhitelistInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewGetSystemCVEWhitelistInternalServerError

func NewGetSystemCVEWhitelistInternalServerError() *GetSystemCVEWhitelistInternalServerError

NewGetSystemCVEWhitelistInternalServerError creates a GetSystemCVEWhitelistInternalServerError with default headers values

func (*GetSystemCVEWhitelistInternalServerError) Error

type GetSystemCVEWhitelistOK

type GetSystemCVEWhitelistOK struct {
	Payload *models.CVEWhitelist
}

GetSystemCVEWhitelistOK handles this case with default header values.

Successfully retrieved the CVE whitelist.

func NewGetSystemCVEWhitelistOK

func NewGetSystemCVEWhitelistOK() *GetSystemCVEWhitelistOK

NewGetSystemCVEWhitelistOK creates a GetSystemCVEWhitelistOK with default headers values

func (*GetSystemCVEWhitelistOK) Error

func (o *GetSystemCVEWhitelistOK) Error() string

type GetSystemCVEWhitelistParams

type GetSystemCVEWhitelistParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSystemCVEWhitelistParams contains all the parameters to send to the API endpoint for the get system c v e whitelist operation typically these are written to a http.Request

func NewGetSystemCVEWhitelistParams

func NewGetSystemCVEWhitelistParams() *GetSystemCVEWhitelistParams

NewGetSystemCVEWhitelistParams creates a new GetSystemCVEWhitelistParams object with the default values initialized.

func NewGetSystemCVEWhitelistParamsWithContext

func NewGetSystemCVEWhitelistParamsWithContext(ctx context.Context) *GetSystemCVEWhitelistParams

NewGetSystemCVEWhitelistParamsWithContext creates a new GetSystemCVEWhitelistParams object with the default values initialized, and the ability to set a context for a request

func NewGetSystemCVEWhitelistParamsWithHTTPClient

func NewGetSystemCVEWhitelistParamsWithHTTPClient(client *http.Client) *GetSystemCVEWhitelistParams

NewGetSystemCVEWhitelistParamsWithHTTPClient creates a new GetSystemCVEWhitelistParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetSystemCVEWhitelistParamsWithTimeout

func NewGetSystemCVEWhitelistParamsWithTimeout(timeout time.Duration) *GetSystemCVEWhitelistParams

NewGetSystemCVEWhitelistParamsWithTimeout creates a new GetSystemCVEWhitelistParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetSystemCVEWhitelistParams) SetContext

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

SetContext adds the context to the get system c v e whitelist params

func (*GetSystemCVEWhitelistParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get system c v e whitelist params

func (*GetSystemCVEWhitelistParams) SetTimeout

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

SetTimeout adds the timeout to the get system c v e whitelist params

func (*GetSystemCVEWhitelistParams) WithContext

WithContext adds the context to the get system c v e whitelist params

func (*GetSystemCVEWhitelistParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get system c v e whitelist params

func (*GetSystemCVEWhitelistParams) WithTimeout

WithTimeout adds the timeout to the get system c v e whitelist params

func (*GetSystemCVEWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSystemCVEWhitelistReader

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

GetSystemCVEWhitelistReader is a Reader for the GetSystemCVEWhitelist structure.

func (*GetSystemCVEWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSystemCVEWhitelistUnauthorized

type GetSystemCVEWhitelistUnauthorized struct {
}

GetSystemCVEWhitelistUnauthorized handles this case with default header values.

User is not authenticated.

func NewGetSystemCVEWhitelistUnauthorized

func NewGetSystemCVEWhitelistUnauthorized() *GetSystemCVEWhitelistUnauthorized

NewGetSystemCVEWhitelistUnauthorized creates a GetSystemCVEWhitelistUnauthorized with default headers values

func (*GetSystemCVEWhitelistUnauthorized) Error

type PostChartrepoChartsCreated

type PostChartrepoChartsCreated struct {
}

PostChartrepoChartsCreated handles this case with default header values.

The specified chart is successfully uploaded.

func NewPostChartrepoChartsCreated

func NewPostChartrepoChartsCreated() *PostChartrepoChartsCreated

NewPostChartrepoChartsCreated creates a PostChartrepoChartsCreated with default headers values

func (*PostChartrepoChartsCreated) Error

type PostChartrepoChartsForbidden

type PostChartrepoChartsForbidden struct {
}

PostChartrepoChartsForbidden handles this case with default header values.

Operation is forbidden

func NewPostChartrepoChartsForbidden

func NewPostChartrepoChartsForbidden() *PostChartrepoChartsForbidden

NewPostChartrepoChartsForbidden creates a PostChartrepoChartsForbidden with default headers values

func (*PostChartrepoChartsForbidden) Error

type PostChartrepoChartsInsufficientStorage

type PostChartrepoChartsInsufficientStorage struct {
}

PostChartrepoChartsInsufficientStorage handles this case with default header values.

Insufficient storage

func NewPostChartrepoChartsInsufficientStorage

func NewPostChartrepoChartsInsufficientStorage() *PostChartrepoChartsInsufficientStorage

NewPostChartrepoChartsInsufficientStorage creates a PostChartrepoChartsInsufficientStorage with default headers values

func (*PostChartrepoChartsInsufficientStorage) Error

type PostChartrepoChartsInternalServerError

type PostChartrepoChartsInternalServerError struct {
}

PostChartrepoChartsInternalServerError handles this case with default header values.

Internal server error occurred

func NewPostChartrepoChartsInternalServerError

func NewPostChartrepoChartsInternalServerError() *PostChartrepoChartsInternalServerError

NewPostChartrepoChartsInternalServerError creates a PostChartrepoChartsInternalServerError with default headers values

func (*PostChartrepoChartsInternalServerError) Error

type PostChartrepoChartsParams

type PostChartrepoChartsParams struct {

	/*Chart
	  The chart file

	*/
	Chart runtime.NamedReadCloser
	/*Prov
	  The provance file

	*/
	Prov runtime.NamedReadCloser

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

PostChartrepoChartsParams contains all the parameters to send to the API endpoint for the post chartrepo charts operation typically these are written to a http.Request

func NewPostChartrepoChartsParams

func NewPostChartrepoChartsParams() *PostChartrepoChartsParams

NewPostChartrepoChartsParams creates a new PostChartrepoChartsParams object with the default values initialized.

func NewPostChartrepoChartsParamsWithContext

func NewPostChartrepoChartsParamsWithContext(ctx context.Context) *PostChartrepoChartsParams

NewPostChartrepoChartsParamsWithContext creates a new PostChartrepoChartsParams object with the default values initialized, and the ability to set a context for a request

func NewPostChartrepoChartsParamsWithHTTPClient

func NewPostChartrepoChartsParamsWithHTTPClient(client *http.Client) *PostChartrepoChartsParams

NewPostChartrepoChartsParamsWithHTTPClient creates a new PostChartrepoChartsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostChartrepoChartsParamsWithTimeout

func NewPostChartrepoChartsParamsWithTimeout(timeout time.Duration) *PostChartrepoChartsParams

NewPostChartrepoChartsParamsWithTimeout creates a new PostChartrepoChartsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostChartrepoChartsParams) SetChart

SetChart adds the chart to the post chartrepo charts params

func (*PostChartrepoChartsParams) SetContext

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

SetContext adds the context to the post chartrepo charts params

func (*PostChartrepoChartsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post chartrepo charts params

func (*PostChartrepoChartsParams) SetProv

SetProv adds the prov to the post chartrepo charts params

func (*PostChartrepoChartsParams) SetTimeout

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

SetTimeout adds the timeout to the post chartrepo charts params

func (*PostChartrepoChartsParams) WithChart

WithChart adds the chart to the post chartrepo charts params

func (*PostChartrepoChartsParams) WithContext

WithContext adds the context to the post chartrepo charts params

func (*PostChartrepoChartsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post chartrepo charts params

func (*PostChartrepoChartsParams) WithProv

WithProv adds the prov to the post chartrepo charts params

func (*PostChartrepoChartsParams) WithTimeout

WithTimeout adds the timeout to the post chartrepo charts params

func (*PostChartrepoChartsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostChartrepoChartsReader

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

PostChartrepoChartsReader is a Reader for the PostChartrepoCharts structure.

func (*PostChartrepoChartsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostChartrepoChartsUnauthorized

type PostChartrepoChartsUnauthorized struct {
}

PostChartrepoChartsUnauthorized handles this case with default header values.

Unauthorized

func NewPostChartrepoChartsUnauthorized

func NewPostChartrepoChartsUnauthorized() *PostChartrepoChartsUnauthorized

NewPostChartrepoChartsUnauthorized creates a PostChartrepoChartsUnauthorized with default headers values

func (*PostChartrepoChartsUnauthorized) Error

type PostChartrepoRepoChartsCreated

type PostChartrepoRepoChartsCreated struct {
}

PostChartrepoRepoChartsCreated handles this case with default header values.

The specified chart is successfully uploaded.

func NewPostChartrepoRepoChartsCreated

func NewPostChartrepoRepoChartsCreated() *PostChartrepoRepoChartsCreated

NewPostChartrepoRepoChartsCreated creates a PostChartrepoRepoChartsCreated with default headers values

func (*PostChartrepoRepoChartsCreated) Error

type PostChartrepoRepoChartsForbidden

type PostChartrepoRepoChartsForbidden struct {
}

PostChartrepoRepoChartsForbidden handles this case with default header values.

Operation is forbidden

func NewPostChartrepoRepoChartsForbidden

func NewPostChartrepoRepoChartsForbidden() *PostChartrepoRepoChartsForbidden

NewPostChartrepoRepoChartsForbidden creates a PostChartrepoRepoChartsForbidden with default headers values

func (*PostChartrepoRepoChartsForbidden) Error

type PostChartrepoRepoChartsInsufficientStorage

type PostChartrepoRepoChartsInsufficientStorage struct {
}

PostChartrepoRepoChartsInsufficientStorage handles this case with default header values.

Insufficient storage

func NewPostChartrepoRepoChartsInsufficientStorage

func NewPostChartrepoRepoChartsInsufficientStorage() *PostChartrepoRepoChartsInsufficientStorage

NewPostChartrepoRepoChartsInsufficientStorage creates a PostChartrepoRepoChartsInsufficientStorage with default headers values

func (*PostChartrepoRepoChartsInsufficientStorage) Error

type PostChartrepoRepoChartsInternalServerError

type PostChartrepoRepoChartsInternalServerError struct {
}

PostChartrepoRepoChartsInternalServerError handles this case with default header values.

Internal server error occurred

func NewPostChartrepoRepoChartsInternalServerError

func NewPostChartrepoRepoChartsInternalServerError() *PostChartrepoRepoChartsInternalServerError

NewPostChartrepoRepoChartsInternalServerError creates a PostChartrepoRepoChartsInternalServerError with default headers values

func (*PostChartrepoRepoChartsInternalServerError) Error

type PostChartrepoRepoChartsNameVersionLabelsBadRequest

type PostChartrepoRepoChartsNameVersionLabelsBadRequest struct {
}

PostChartrepoRepoChartsNameVersionLabelsBadRequest handles this case with default header values.

Bad request

func NewPostChartrepoRepoChartsNameVersionLabelsBadRequest

func NewPostChartrepoRepoChartsNameVersionLabelsBadRequest() *PostChartrepoRepoChartsNameVersionLabelsBadRequest

NewPostChartrepoRepoChartsNameVersionLabelsBadRequest creates a PostChartrepoRepoChartsNameVersionLabelsBadRequest with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) Error

type PostChartrepoRepoChartsNameVersionLabelsConflict

type PostChartrepoRepoChartsNameVersionLabelsConflict struct {
}

PostChartrepoRepoChartsNameVersionLabelsConflict handles this case with default header values.

Conflicts

func NewPostChartrepoRepoChartsNameVersionLabelsConflict

func NewPostChartrepoRepoChartsNameVersionLabelsConflict() *PostChartrepoRepoChartsNameVersionLabelsConflict

NewPostChartrepoRepoChartsNameVersionLabelsConflict creates a PostChartrepoRepoChartsNameVersionLabelsConflict with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) Error

type PostChartrepoRepoChartsNameVersionLabelsForbidden

type PostChartrepoRepoChartsNameVersionLabelsForbidden struct {
}

PostChartrepoRepoChartsNameVersionLabelsForbidden handles this case with default header values.

Operation is forbidden

func NewPostChartrepoRepoChartsNameVersionLabelsForbidden

func NewPostChartrepoRepoChartsNameVersionLabelsForbidden() *PostChartrepoRepoChartsNameVersionLabelsForbidden

NewPostChartrepoRepoChartsNameVersionLabelsForbidden creates a PostChartrepoRepoChartsNameVersionLabelsForbidden with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) Error

type PostChartrepoRepoChartsNameVersionLabelsInternalServerError

type PostChartrepoRepoChartsNameVersionLabelsInternalServerError struct {
}

PostChartrepoRepoChartsNameVersionLabelsInternalServerError handles this case with default header values.

Internal server error occurred

func NewPostChartrepoRepoChartsNameVersionLabelsInternalServerError

func NewPostChartrepoRepoChartsNameVersionLabelsInternalServerError() *PostChartrepoRepoChartsNameVersionLabelsInternalServerError

NewPostChartrepoRepoChartsNameVersionLabelsInternalServerError creates a PostChartrepoRepoChartsNameVersionLabelsInternalServerError with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) Error

type PostChartrepoRepoChartsNameVersionLabelsNotFound

type PostChartrepoRepoChartsNameVersionLabelsNotFound struct {
}

PostChartrepoRepoChartsNameVersionLabelsNotFound handles this case with default header values.

Not found

func NewPostChartrepoRepoChartsNameVersionLabelsNotFound

func NewPostChartrepoRepoChartsNameVersionLabelsNotFound() *PostChartrepoRepoChartsNameVersionLabelsNotFound

NewPostChartrepoRepoChartsNameVersionLabelsNotFound creates a PostChartrepoRepoChartsNameVersionLabelsNotFound with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) Error

type PostChartrepoRepoChartsNameVersionLabelsOK

type PostChartrepoRepoChartsNameVersionLabelsOK struct {
}

PostChartrepoRepoChartsNameVersionLabelsOK handles this case with default header values.

The label is successfully marked to the chart version.

func NewPostChartrepoRepoChartsNameVersionLabelsOK

func NewPostChartrepoRepoChartsNameVersionLabelsOK() *PostChartrepoRepoChartsNameVersionLabelsOK

NewPostChartrepoRepoChartsNameVersionLabelsOK creates a PostChartrepoRepoChartsNameVersionLabelsOK with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsOK) Error

type PostChartrepoRepoChartsNameVersionLabelsParams

type PostChartrepoRepoChartsNameVersionLabelsParams struct {

	/*Label
	  The label being marked to the chart version

	*/
	Label *models.Label
	/*Name
	  The chart name

	*/
	Name string
	/*Repo
	  The project name

	*/
	Repo string
	/*Version
	  The chart version

	*/
	Version string

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

PostChartrepoRepoChartsNameVersionLabelsParams contains all the parameters to send to the API endpoint for the post chartrepo repo charts name version labels operation typically these are written to a http.Request

func NewPostChartrepoRepoChartsNameVersionLabelsParams

func NewPostChartrepoRepoChartsNameVersionLabelsParams() *PostChartrepoRepoChartsNameVersionLabelsParams

NewPostChartrepoRepoChartsNameVersionLabelsParams creates a new PostChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized.

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithContext

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithContext(ctx context.Context) *PostChartrepoRepoChartsNameVersionLabelsParams

NewPostChartrepoRepoChartsNameVersionLabelsParamsWithContext creates a new PostChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized, and the ability to set a context for a request

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithHTTPClient

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithHTTPClient(client *http.Client) *PostChartrepoRepoChartsNameVersionLabelsParams

NewPostChartrepoRepoChartsNameVersionLabelsParamsWithHTTPClient creates a new PostChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithTimeout

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithTimeout(timeout time.Duration) *PostChartrepoRepoChartsNameVersionLabelsParams

NewPostChartrepoRepoChartsNameVersionLabelsParamsWithTimeout creates a new PostChartrepoRepoChartsNameVersionLabelsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetContext

SetContext adds the context to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetLabel

SetLabel adds the label to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetName

SetName adds the name to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetRepo

SetRepo adds the repo to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetTimeout

SetTimeout adds the timeout to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) SetVersion

SetVersion adds the version to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithContext

WithContext adds the context to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithLabel

WithLabel adds the label to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithName

WithName adds the name to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithRepo

WithRepo adds the repo to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithTimeout

WithTimeout adds the timeout to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WithVersion

WithVersion adds the version to the post chartrepo repo charts name version labels params

func (*PostChartrepoRepoChartsNameVersionLabelsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostChartrepoRepoChartsNameVersionLabelsReader

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

PostChartrepoRepoChartsNameVersionLabelsReader is a Reader for the PostChartrepoRepoChartsNameVersionLabels structure.

func (*PostChartrepoRepoChartsNameVersionLabelsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostChartrepoRepoChartsNameVersionLabelsUnauthorized

type PostChartrepoRepoChartsNameVersionLabelsUnauthorized struct {
}

PostChartrepoRepoChartsNameVersionLabelsUnauthorized handles this case with default header values.

Unauthorized

func NewPostChartrepoRepoChartsNameVersionLabelsUnauthorized

func NewPostChartrepoRepoChartsNameVersionLabelsUnauthorized() *PostChartrepoRepoChartsNameVersionLabelsUnauthorized

NewPostChartrepoRepoChartsNameVersionLabelsUnauthorized creates a PostChartrepoRepoChartsNameVersionLabelsUnauthorized with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) Error

type PostChartrepoRepoChartsParams

type PostChartrepoRepoChartsParams struct {

	/*Chart
	  The chart file

	*/
	Chart runtime.NamedReadCloser
	/*Prov
	  The provance file

	*/
	Prov runtime.NamedReadCloser
	/*Repo
	  The project name

	*/
	Repo string

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

PostChartrepoRepoChartsParams contains all the parameters to send to the API endpoint for the post chartrepo repo charts operation typically these are written to a http.Request

func NewPostChartrepoRepoChartsParams

func NewPostChartrepoRepoChartsParams() *PostChartrepoRepoChartsParams

NewPostChartrepoRepoChartsParams creates a new PostChartrepoRepoChartsParams object with the default values initialized.

func NewPostChartrepoRepoChartsParamsWithContext

func NewPostChartrepoRepoChartsParamsWithContext(ctx context.Context) *PostChartrepoRepoChartsParams

NewPostChartrepoRepoChartsParamsWithContext creates a new PostChartrepoRepoChartsParams object with the default values initialized, and the ability to set a context for a request

func NewPostChartrepoRepoChartsParamsWithHTTPClient

func NewPostChartrepoRepoChartsParamsWithHTTPClient(client *http.Client) *PostChartrepoRepoChartsParams

NewPostChartrepoRepoChartsParamsWithHTTPClient creates a new PostChartrepoRepoChartsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostChartrepoRepoChartsParamsWithTimeout

func NewPostChartrepoRepoChartsParamsWithTimeout(timeout time.Duration) *PostChartrepoRepoChartsParams

NewPostChartrepoRepoChartsParamsWithTimeout creates a new PostChartrepoRepoChartsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostChartrepoRepoChartsParams) SetChart

SetChart adds the chart to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) SetContext

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

SetContext adds the context to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) SetProv

SetProv adds the prov to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) SetRepo

func (o *PostChartrepoRepoChartsParams) SetRepo(repo string)

SetRepo adds the repo to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) SetTimeout

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

SetTimeout adds the timeout to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WithChart

WithChart adds the chart to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WithContext

WithContext adds the context to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WithProv

WithProv adds the prov to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WithRepo

WithRepo adds the repo to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WithTimeout

WithTimeout adds the timeout to the post chartrepo repo charts params

func (*PostChartrepoRepoChartsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostChartrepoRepoChartsReader

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

PostChartrepoRepoChartsReader is a Reader for the PostChartrepoRepoCharts structure.

func (*PostChartrepoRepoChartsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostChartrepoRepoChartsUnauthorized

type PostChartrepoRepoChartsUnauthorized struct {
}

PostChartrepoRepoChartsUnauthorized handles this case with default header values.

Unauthorized

func NewPostChartrepoRepoChartsUnauthorized

func NewPostChartrepoRepoChartsUnauthorized() *PostChartrepoRepoChartsUnauthorized

NewPostChartrepoRepoChartsUnauthorized creates a PostChartrepoRepoChartsUnauthorized with default headers values

func (*PostChartrepoRepoChartsUnauthorized) Error

type PostChartrepoRepoProvCreated

type PostChartrepoRepoProvCreated struct {
}

PostChartrepoRepoProvCreated handles this case with default header values.

The provance file is successfully uploaded.

func NewPostChartrepoRepoProvCreated

func NewPostChartrepoRepoProvCreated() *PostChartrepoRepoProvCreated

NewPostChartrepoRepoProvCreated creates a PostChartrepoRepoProvCreated with default headers values

func (*PostChartrepoRepoProvCreated) Error

type PostChartrepoRepoProvForbidden

type PostChartrepoRepoProvForbidden struct {
}

PostChartrepoRepoProvForbidden handles this case with default header values.

Operation is forbidden

func NewPostChartrepoRepoProvForbidden

func NewPostChartrepoRepoProvForbidden() *PostChartrepoRepoProvForbidden

NewPostChartrepoRepoProvForbidden creates a PostChartrepoRepoProvForbidden with default headers values

func (*PostChartrepoRepoProvForbidden) Error

type PostChartrepoRepoProvInsufficientStorage

type PostChartrepoRepoProvInsufficientStorage struct {
}

PostChartrepoRepoProvInsufficientStorage handles this case with default header values.

Insufficient storage

func NewPostChartrepoRepoProvInsufficientStorage

func NewPostChartrepoRepoProvInsufficientStorage() *PostChartrepoRepoProvInsufficientStorage

NewPostChartrepoRepoProvInsufficientStorage creates a PostChartrepoRepoProvInsufficientStorage with default headers values

func (*PostChartrepoRepoProvInsufficientStorage) Error

type PostChartrepoRepoProvInternalServerError

type PostChartrepoRepoProvInternalServerError struct {
}

PostChartrepoRepoProvInternalServerError handles this case with default header values.

Internal server error occurred

func NewPostChartrepoRepoProvInternalServerError

func NewPostChartrepoRepoProvInternalServerError() *PostChartrepoRepoProvInternalServerError

NewPostChartrepoRepoProvInternalServerError creates a PostChartrepoRepoProvInternalServerError with default headers values

func (*PostChartrepoRepoProvInternalServerError) Error

type PostChartrepoRepoProvParams

type PostChartrepoRepoProvParams struct {

	/*Prov
	  The provance file

	*/
	Prov runtime.NamedReadCloser
	/*Repo
	  The project name

	*/
	Repo string

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

PostChartrepoRepoProvParams contains all the parameters to send to the API endpoint for the post chartrepo repo prov operation typically these are written to a http.Request

func NewPostChartrepoRepoProvParams

func NewPostChartrepoRepoProvParams() *PostChartrepoRepoProvParams

NewPostChartrepoRepoProvParams creates a new PostChartrepoRepoProvParams object with the default values initialized.

func NewPostChartrepoRepoProvParamsWithContext

func NewPostChartrepoRepoProvParamsWithContext(ctx context.Context) *PostChartrepoRepoProvParams

NewPostChartrepoRepoProvParamsWithContext creates a new PostChartrepoRepoProvParams object with the default values initialized, and the ability to set a context for a request

func NewPostChartrepoRepoProvParamsWithHTTPClient

func NewPostChartrepoRepoProvParamsWithHTTPClient(client *http.Client) *PostChartrepoRepoProvParams

NewPostChartrepoRepoProvParamsWithHTTPClient creates a new PostChartrepoRepoProvParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostChartrepoRepoProvParamsWithTimeout

func NewPostChartrepoRepoProvParamsWithTimeout(timeout time.Duration) *PostChartrepoRepoProvParams

NewPostChartrepoRepoProvParamsWithTimeout creates a new PostChartrepoRepoProvParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostChartrepoRepoProvParams) SetContext

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

SetContext adds the context to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) SetProv

SetProv adds the prov to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) SetRepo

func (o *PostChartrepoRepoProvParams) SetRepo(repo string)

SetRepo adds the repo to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) SetTimeout

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

SetTimeout adds the timeout to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) WithContext

WithContext adds the context to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) WithProv

WithProv adds the prov to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) WithRepo

WithRepo adds the repo to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) WithTimeout

WithTimeout adds the timeout to the post chartrepo repo prov params

func (*PostChartrepoRepoProvParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostChartrepoRepoProvReader

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

PostChartrepoRepoProvReader is a Reader for the PostChartrepoRepoProv structure.

func (*PostChartrepoRepoProvReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostChartrepoRepoProvUnauthorized

type PostChartrepoRepoProvUnauthorized struct {
}

PostChartrepoRepoProvUnauthorized handles this case with default header values.

Unauthorized

func NewPostChartrepoRepoProvUnauthorized

func NewPostChartrepoRepoProvUnauthorized() *PostChartrepoRepoProvUnauthorized

NewPostChartrepoRepoProvUnauthorized creates a PostChartrepoRepoProvUnauthorized with default headers values

func (*PostChartrepoRepoProvUnauthorized) Error

type PostProjectsProjectIDRobotsBadRequest

type PostProjectsProjectIDRobotsBadRequest struct {
}

PostProjectsProjectIDRobotsBadRequest handles this case with default header values.

Project id is not valid.

func NewPostProjectsProjectIDRobotsBadRequest

func NewPostProjectsProjectIDRobotsBadRequest() *PostProjectsProjectIDRobotsBadRequest

NewPostProjectsProjectIDRobotsBadRequest creates a PostProjectsProjectIDRobotsBadRequest with default headers values

func (*PostProjectsProjectIDRobotsBadRequest) Error

type PostProjectsProjectIDRobotsConflict

type PostProjectsProjectIDRobotsConflict struct {
}

PostProjectsProjectIDRobotsConflict handles this case with default header values.

An robot account with same name already exist in the project.

func NewPostProjectsProjectIDRobotsConflict

func NewPostProjectsProjectIDRobotsConflict() *PostProjectsProjectIDRobotsConflict

NewPostProjectsProjectIDRobotsConflict creates a PostProjectsProjectIDRobotsConflict with default headers values

func (*PostProjectsProjectIDRobotsConflict) Error

type PostProjectsProjectIDRobotsCreated

type PostProjectsProjectIDRobotsCreated struct {
	Payload *models.RobotAccountPostRep
}

PostProjectsProjectIDRobotsCreated handles this case with default header values.

Project member created successfully.

func NewPostProjectsProjectIDRobotsCreated

func NewPostProjectsProjectIDRobotsCreated() *PostProjectsProjectIDRobotsCreated

NewPostProjectsProjectIDRobotsCreated creates a PostProjectsProjectIDRobotsCreated with default headers values

func (*PostProjectsProjectIDRobotsCreated) Error

type PostProjectsProjectIDRobotsForbidden

type PostProjectsProjectIDRobotsForbidden struct {
}

PostProjectsProjectIDRobotsForbidden handles this case with default header values.

User in session does not have permission to the project.

func NewPostProjectsProjectIDRobotsForbidden

func NewPostProjectsProjectIDRobotsForbidden() *PostProjectsProjectIDRobotsForbidden

NewPostProjectsProjectIDRobotsForbidden creates a PostProjectsProjectIDRobotsForbidden with default headers values

func (*PostProjectsProjectIDRobotsForbidden) Error

type PostProjectsProjectIDRobotsInternalServerError

type PostProjectsProjectIDRobotsInternalServerError struct {
}

PostProjectsProjectIDRobotsInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewPostProjectsProjectIDRobotsInternalServerError

func NewPostProjectsProjectIDRobotsInternalServerError() *PostProjectsProjectIDRobotsInternalServerError

NewPostProjectsProjectIDRobotsInternalServerError creates a PostProjectsProjectIDRobotsInternalServerError with default headers values

func (*PostProjectsProjectIDRobotsInternalServerError) Error

type PostProjectsProjectIDRobotsParams

type PostProjectsProjectIDRobotsParams struct {

	/*ProjectID
	  Relevant project ID.

	*/
	ProjectID int64
	/*Robot
	  Request body of creating a robot account.

	*/
	Robot *models.RobotAccountCreate

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

PostProjectsProjectIDRobotsParams contains all the parameters to send to the API endpoint for the post projects project ID robots operation typically these are written to a http.Request

func NewPostProjectsProjectIDRobotsParams

func NewPostProjectsProjectIDRobotsParams() *PostProjectsProjectIDRobotsParams

NewPostProjectsProjectIDRobotsParams creates a new PostProjectsProjectIDRobotsParams object with the default values initialized.

func NewPostProjectsProjectIDRobotsParamsWithContext

func NewPostProjectsProjectIDRobotsParamsWithContext(ctx context.Context) *PostProjectsProjectIDRobotsParams

NewPostProjectsProjectIDRobotsParamsWithContext creates a new PostProjectsProjectIDRobotsParams object with the default values initialized, and the ability to set a context for a request

func NewPostProjectsProjectIDRobotsParamsWithHTTPClient

func NewPostProjectsProjectIDRobotsParamsWithHTTPClient(client *http.Client) *PostProjectsProjectIDRobotsParams

NewPostProjectsProjectIDRobotsParamsWithHTTPClient creates a new PostProjectsProjectIDRobotsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostProjectsProjectIDRobotsParamsWithTimeout

func NewPostProjectsProjectIDRobotsParamsWithTimeout(timeout time.Duration) *PostProjectsProjectIDRobotsParams

NewPostProjectsProjectIDRobotsParamsWithTimeout creates a new PostProjectsProjectIDRobotsParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostProjectsProjectIDRobotsParams) SetContext

SetContext adds the context to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) SetProjectID

func (o *PostProjectsProjectIDRobotsParams) SetProjectID(projectID int64)

SetProjectID adds the projectId to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) SetRobot

SetRobot adds the robot to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) SetTimeout

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

SetTimeout adds the timeout to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) WithContext

WithContext adds the context to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) WithProjectID

WithProjectID adds the projectID to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) WithRobot

WithRobot adds the robot to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) WithTimeout

WithTimeout adds the timeout to the post projects project ID robots params

func (*PostProjectsProjectIDRobotsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostProjectsProjectIDRobotsReader

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

PostProjectsProjectIDRobotsReader is a Reader for the PostProjectsProjectIDRobots structure.

func (*PostProjectsProjectIDRobotsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostProjectsProjectIDRobotsUnauthorized

type PostProjectsProjectIDRobotsUnauthorized struct {
}

PostProjectsProjectIDRobotsUnauthorized handles this case with default header values.

User need to log in first.

func NewPostProjectsProjectIDRobotsUnauthorized

func NewPostProjectsProjectIDRobotsUnauthorized() *PostProjectsProjectIDRobotsUnauthorized

NewPostProjectsProjectIDRobotsUnauthorized creates a PostProjectsProjectIDRobotsUnauthorized with default headers values

func (*PostProjectsProjectIDRobotsUnauthorized) Error

type PostSystemOidcPingBadRequest

type PostSystemOidcPingBadRequest struct {
}

PostSystemOidcPingBadRequest handles this case with default header values.

The ping failed

func NewPostSystemOidcPingBadRequest

func NewPostSystemOidcPingBadRequest() *PostSystemOidcPingBadRequest

NewPostSystemOidcPingBadRequest creates a PostSystemOidcPingBadRequest with default headers values

func (*PostSystemOidcPingBadRequest) Error

type PostSystemOidcPingBody

type PostSystemOidcPingBody struct {

	// The URL of OIDC endpoint to be tested.
	URL string `json:"url,omitempty"`

	// Whether the certificate should be verified
	VerifyCert bool `json:"verify_cert,omitempty"`
}

PostSystemOidcPingBody post system oidc ping body swagger:model PostSystemOidcPingBody

func (*PostSystemOidcPingBody) MarshalBinary

func (o *PostSystemOidcPingBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostSystemOidcPingBody) UnmarshalBinary

func (o *PostSystemOidcPingBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostSystemOidcPingBody) Validate

func (o *PostSystemOidcPingBody) Validate(formats strfmt.Registry) error

Validate validates this post system oidc ping body

type PostSystemOidcPingForbidden

type PostSystemOidcPingForbidden struct {
}

PostSystemOidcPingForbidden handles this case with default header values.

User does not have permission to call this API

func NewPostSystemOidcPingForbidden

func NewPostSystemOidcPingForbidden() *PostSystemOidcPingForbidden

NewPostSystemOidcPingForbidden creates a PostSystemOidcPingForbidden with default headers values

func (*PostSystemOidcPingForbidden) Error

type PostSystemOidcPingOK

type PostSystemOidcPingOK struct {
}

PostSystemOidcPingOK handles this case with default header values.

Ping succeeded. The OIDC endpoint is valid.

func NewPostSystemOidcPingOK

func NewPostSystemOidcPingOK() *PostSystemOidcPingOK

NewPostSystemOidcPingOK creates a PostSystemOidcPingOK with default headers values

func (*PostSystemOidcPingOK) Error

func (o *PostSystemOidcPingOK) Error() string

type PostSystemOidcPingParams

type PostSystemOidcPingParams struct {

	/*Endpoint
	  Request body for OIDC endpoint to be tested.

	*/
	Endpoint PostSystemOidcPingBody

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

PostSystemOidcPingParams contains all the parameters to send to the API endpoint for the post system oidc ping operation typically these are written to a http.Request

func NewPostSystemOidcPingParams

func NewPostSystemOidcPingParams() *PostSystemOidcPingParams

NewPostSystemOidcPingParams creates a new PostSystemOidcPingParams object with the default values initialized.

func NewPostSystemOidcPingParamsWithContext

func NewPostSystemOidcPingParamsWithContext(ctx context.Context) *PostSystemOidcPingParams

NewPostSystemOidcPingParamsWithContext creates a new PostSystemOidcPingParams object with the default values initialized, and the ability to set a context for a request

func NewPostSystemOidcPingParamsWithHTTPClient

func NewPostSystemOidcPingParamsWithHTTPClient(client *http.Client) *PostSystemOidcPingParams

NewPostSystemOidcPingParamsWithHTTPClient creates a new PostSystemOidcPingParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPostSystemOidcPingParamsWithTimeout

func NewPostSystemOidcPingParamsWithTimeout(timeout time.Duration) *PostSystemOidcPingParams

NewPostSystemOidcPingParamsWithTimeout creates a new PostSystemOidcPingParams object with the default values initialized, and the ability to set a timeout on a request

func (*PostSystemOidcPingParams) SetContext

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

SetContext adds the context to the post system oidc ping params

func (*PostSystemOidcPingParams) SetEndpoint

func (o *PostSystemOidcPingParams) SetEndpoint(endpoint PostSystemOidcPingBody)

SetEndpoint adds the endpoint to the post system oidc ping params

func (*PostSystemOidcPingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post system oidc ping params

func (*PostSystemOidcPingParams) SetTimeout

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

SetTimeout adds the timeout to the post system oidc ping params

func (*PostSystemOidcPingParams) WithContext

WithContext adds the context to the post system oidc ping params

func (*PostSystemOidcPingParams) WithEndpoint

WithEndpoint adds the endpoint to the post system oidc ping params

func (*PostSystemOidcPingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post system oidc ping params

func (*PostSystemOidcPingParams) WithTimeout

WithTimeout adds the timeout to the post system oidc ping params

func (*PostSystemOidcPingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostSystemOidcPingReader

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

PostSystemOidcPingReader is a Reader for the PostSystemOidcPing structure.

func (*PostSystemOidcPingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostSystemOidcPingUnauthorized

type PostSystemOidcPingUnauthorized struct {
}

PostSystemOidcPingUnauthorized handles this case with default header values.

User need to log in first.

func NewPostSystemOidcPingUnauthorized

func NewPostSystemOidcPingUnauthorized() *PostSystemOidcPingUnauthorized

NewPostSystemOidcPingUnauthorized creates a PostSystemOidcPingUnauthorized with default headers values

func (*PostSystemOidcPingUnauthorized) Error

type PutProjectsProjectIDRobotsRobotIDInternalServerError

type PutProjectsProjectIDRobotsRobotIDInternalServerError struct {
}

PutProjectsProjectIDRobotsRobotIDInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewPutProjectsProjectIDRobotsRobotIDInternalServerError

func NewPutProjectsProjectIDRobotsRobotIDInternalServerError() *PutProjectsProjectIDRobotsRobotIDInternalServerError

NewPutProjectsProjectIDRobotsRobotIDInternalServerError creates a PutProjectsProjectIDRobotsRobotIDInternalServerError with default headers values

func (*PutProjectsProjectIDRobotsRobotIDInternalServerError) Error

type PutProjectsProjectIDRobotsRobotIDOK

type PutProjectsProjectIDRobotsRobotIDOK struct {
}

PutProjectsProjectIDRobotsRobotIDOK handles this case with default header values.

Robot account has been modified success.

func NewPutProjectsProjectIDRobotsRobotIDOK

func NewPutProjectsProjectIDRobotsRobotIDOK() *PutProjectsProjectIDRobotsRobotIDOK

NewPutProjectsProjectIDRobotsRobotIDOK creates a PutProjectsProjectIDRobotsRobotIDOK with default headers values

func (*PutProjectsProjectIDRobotsRobotIDOK) Error

type PutProjectsProjectIDRobotsRobotIDParams

type PutProjectsProjectIDRobotsRobotIDParams struct {

	/*ProjectID
	  Relevant project ID.

	*/
	ProjectID int64
	/*Robot
	  Request body of enable/disable a robot account.

	*/
	Robot *models.RobotAccountUpdate
	/*RobotID
	  The ID of robot account.

	*/
	RobotID int64

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

PutProjectsProjectIDRobotsRobotIDParams contains all the parameters to send to the API endpoint for the put projects project ID robots robot ID operation typically these are written to a http.Request

func NewPutProjectsProjectIDRobotsRobotIDParams

func NewPutProjectsProjectIDRobotsRobotIDParams() *PutProjectsProjectIDRobotsRobotIDParams

NewPutProjectsProjectIDRobotsRobotIDParams creates a new PutProjectsProjectIDRobotsRobotIDParams object with the default values initialized.

func NewPutProjectsProjectIDRobotsRobotIDParamsWithContext

func NewPutProjectsProjectIDRobotsRobotIDParamsWithContext(ctx context.Context) *PutProjectsProjectIDRobotsRobotIDParams

NewPutProjectsProjectIDRobotsRobotIDParamsWithContext creates a new PutProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a context for a request

func NewPutProjectsProjectIDRobotsRobotIDParamsWithHTTPClient

func NewPutProjectsProjectIDRobotsRobotIDParamsWithHTTPClient(client *http.Client) *PutProjectsProjectIDRobotsRobotIDParams

NewPutProjectsProjectIDRobotsRobotIDParamsWithHTTPClient creates a new PutProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPutProjectsProjectIDRobotsRobotIDParamsWithTimeout

func NewPutProjectsProjectIDRobotsRobotIDParamsWithTimeout(timeout time.Duration) *PutProjectsProjectIDRobotsRobotIDParams

NewPutProjectsProjectIDRobotsRobotIDParamsWithTimeout creates a new PutProjectsProjectIDRobotsRobotIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*PutProjectsProjectIDRobotsRobotIDParams) SetContext

SetContext adds the context to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) SetProjectID

func (o *PutProjectsProjectIDRobotsRobotIDParams) SetProjectID(projectID int64)

SetProjectID adds the projectId to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) SetRobot

SetRobot adds the robot to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) SetRobotID

func (o *PutProjectsProjectIDRobotsRobotIDParams) SetRobotID(robotID int64)

SetRobotID adds the robotId to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) SetTimeout

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

SetTimeout adds the timeout to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WithContext

WithContext adds the context to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WithProjectID

WithProjectID adds the projectID to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WithRobot

WithRobot adds the robot to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WithRobotID

WithRobotID adds the robotID to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WithTimeout

WithTimeout adds the timeout to the put projects project ID robots robot ID params

func (*PutProjectsProjectIDRobotsRobotIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutProjectsProjectIDRobotsRobotIDReader

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

PutProjectsProjectIDRobotsRobotIDReader is a Reader for the PutProjectsProjectIDRobotsRobotID structure.

func (*PutProjectsProjectIDRobotsRobotIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutSystemCVEWhitelistForbidden

type PutSystemCVEWhitelistForbidden struct {
}

PutSystemCVEWhitelistForbidden handles this case with default header values.

User does not have permission to call this API.

func NewPutSystemCVEWhitelistForbidden

func NewPutSystemCVEWhitelistForbidden() *PutSystemCVEWhitelistForbidden

NewPutSystemCVEWhitelistForbidden creates a PutSystemCVEWhitelistForbidden with default headers values

func (*PutSystemCVEWhitelistForbidden) Error

type PutSystemCVEWhitelistInternalServerError

type PutSystemCVEWhitelistInternalServerError struct {
}

PutSystemCVEWhitelistInternalServerError handles this case with default header values.

Unexpected internal errors.

func NewPutSystemCVEWhitelistInternalServerError

func NewPutSystemCVEWhitelistInternalServerError() *PutSystemCVEWhitelistInternalServerError

NewPutSystemCVEWhitelistInternalServerError creates a PutSystemCVEWhitelistInternalServerError with default headers values

func (*PutSystemCVEWhitelistInternalServerError) Error

type PutSystemCVEWhitelistOK

type PutSystemCVEWhitelistOK struct {
}

PutSystemCVEWhitelistOK handles this case with default header values.

Successfully updated the CVE whitelist.

func NewPutSystemCVEWhitelistOK

func NewPutSystemCVEWhitelistOK() *PutSystemCVEWhitelistOK

NewPutSystemCVEWhitelistOK creates a PutSystemCVEWhitelistOK with default headers values

func (*PutSystemCVEWhitelistOK) Error

func (o *PutSystemCVEWhitelistOK) Error() string

type PutSystemCVEWhitelistParams

type PutSystemCVEWhitelistParams struct {

	/*Whitelist
	  The whitelist with new content

	*/
	Whitelist *models.CVEWhitelist

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

PutSystemCVEWhitelistParams contains all the parameters to send to the API endpoint for the put system c v e whitelist operation typically these are written to a http.Request

func NewPutSystemCVEWhitelistParams

func NewPutSystemCVEWhitelistParams() *PutSystemCVEWhitelistParams

NewPutSystemCVEWhitelistParams creates a new PutSystemCVEWhitelistParams object with the default values initialized.

func NewPutSystemCVEWhitelistParamsWithContext

func NewPutSystemCVEWhitelistParamsWithContext(ctx context.Context) *PutSystemCVEWhitelistParams

NewPutSystemCVEWhitelistParamsWithContext creates a new PutSystemCVEWhitelistParams object with the default values initialized, and the ability to set a context for a request

func NewPutSystemCVEWhitelistParamsWithHTTPClient

func NewPutSystemCVEWhitelistParamsWithHTTPClient(client *http.Client) *PutSystemCVEWhitelistParams

NewPutSystemCVEWhitelistParamsWithHTTPClient creates a new PutSystemCVEWhitelistParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewPutSystemCVEWhitelistParamsWithTimeout

func NewPutSystemCVEWhitelistParamsWithTimeout(timeout time.Duration) *PutSystemCVEWhitelistParams

NewPutSystemCVEWhitelistParamsWithTimeout creates a new PutSystemCVEWhitelistParams object with the default values initialized, and the ability to set a timeout on a request

func (*PutSystemCVEWhitelistParams) SetContext

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

SetContext adds the context to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) SetTimeout

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

SetTimeout adds the timeout to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) SetWhitelist

func (o *PutSystemCVEWhitelistParams) SetWhitelist(whitelist *models.CVEWhitelist)

SetWhitelist adds the whitelist to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) WithContext

WithContext adds the context to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) WithTimeout

WithTimeout adds the timeout to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) WithWhitelist

WithWhitelist adds the whitelist to the put system c v e whitelist params

func (*PutSystemCVEWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutSystemCVEWhitelistReader

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

PutSystemCVEWhitelistReader is a Reader for the PutSystemCVEWhitelist structure.

func (*PutSystemCVEWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutSystemCVEWhitelistUnauthorized

type PutSystemCVEWhitelistUnauthorized struct {
}

PutSystemCVEWhitelistUnauthorized handles this case with default header values.

User is not authenticated.

func NewPutSystemCVEWhitelistUnauthorized

func NewPutSystemCVEWhitelistUnauthorized() *PutSystemCVEWhitelistUnauthorized

NewPutSystemCVEWhitelistUnauthorized creates a PutSystemCVEWhitelistUnauthorized with default headers values

func (*PutSystemCVEWhitelistUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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