products

package
v0.26.2 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   DeleteChartrepoRepoChartsNameVersionLabelsID removes label from chart

	   Remove label from the specified chart version.*/
	DeleteChartrepoRepoChartsNameVersionLabelsID(ctx context.Context, params *DeleteChartrepoRepoChartsNameVersionLabelsIDParams) (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK, error)
	/*
	   GetChartrepoRepoChartsNameVersionLabels returns the attached labels of chart

	   Return the attached labels of the specified chart version.*/
	GetChartrepoRepoChartsNameVersionLabels(ctx context.Context, params *GetChartrepoRepoChartsNameVersionLabelsParams) (*GetChartrepoRepoChartsNameVersionLabelsOK, error)
	/*
	   PostChartrepoRepoChartsNameVersionLabels marks label to chart

	   Mark label to the specified chart version.*/
	PostChartrepoRepoChartsNameVersionLabels(ctx context.Context, params *PostChartrepoRepoChartsNameVersionLabelsParams) (*PostChartrepoRepoChartsNameVersionLabelsOK, error)
	/*
	   PostEmailPing tests connection and authentication with email server

	   Test connection and authentication with email server.
	*/
	PostEmailPing(ctx context.Context, params *PostEmailPingParams) (*PostEmailPingOK, error)
}

API is the interface of the products client

type Client

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

Client for products API

func New

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

New creates a new products API client.

func (*Client) DeleteChartrepoRepoChartsNameVersionLabelsID

DeleteChartrepoRepoChartsNameVersionLabelsID removes label from chart

Remove label from the specified chart version.

func (*Client) GetChartrepoRepoChartsNameVersionLabels

func (a *Client) GetChartrepoRepoChartsNameVersionLabels(ctx context.Context, params *GetChartrepoRepoChartsNameVersionLabelsParams) (*GetChartrepoRepoChartsNameVersionLabelsOK, error)

GetChartrepoRepoChartsNameVersionLabels returns the attached labels of chart

Return the attached labels of the specified chart version.

func (*Client) PostChartrepoRepoChartsNameVersionLabels

func (a *Client) PostChartrepoRepoChartsNameVersionLabels(ctx context.Context, params *PostChartrepoRepoChartsNameVersionLabelsParams) (*PostChartrepoRepoChartsNameVersionLabelsOK, error)

PostChartrepoRepoChartsNameVersionLabels marks label to chart

Mark label to the specified chart version.

func (*Client) PostEmailPing

func (a *Client) PostEmailPing(ctx context.Context, params *PostEmailPingParams) (*PostEmailPingOK, error)

PostEmailPing tests connection and authentication with email server

Test connection and authentication with email server.

type DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest

type DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest describes a response with status code 400, with default header values.

Bad request

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest() *DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest

NewDeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest creates a DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) Error

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) IsClientError added in v0.26.2

IsClientError returns true when this delete chartrepo repo charts name version labels Id bad request response has a 4xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) IsCode added in v0.26.2

IsCode returns true when this delete chartrepo repo charts name version labels Id bad request response a status code equal to that given

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) IsRedirect added in v0.26.2

IsRedirect returns true when this delete chartrepo repo charts name version labels Id bad request response has a 3xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) IsServerError added in v0.26.2

IsServerError returns true when this delete chartrepo repo charts name version labels Id bad request response has a 5xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) IsSuccess added in v0.26.2

IsSuccess returns true when this delete chartrepo repo charts name version labels Id bad request response has a 2xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDBadRequest) String added in v0.26.2

type DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden

type DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden struct {
}

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

Operation is forbidden or quota exceeded

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDForbidden

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDForbidden() *DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden

NewDeleteChartrepoRepoChartsNameVersionLabelsIDForbidden creates a DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) Error

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) IsClientError added in v0.26.2

IsClientError returns true when this delete chartrepo repo charts name version labels Id forbidden response has a 4xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) IsCode added in v0.26.2

IsCode returns true when this delete chartrepo repo charts name version labels Id forbidden response a status code equal to that given

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) IsRedirect added in v0.26.2

IsRedirect returns true when this delete chartrepo repo charts name version labels Id forbidden response has a 3xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) IsServerError added in v0.26.2

IsServerError returns true when this delete chartrepo repo charts name version labels Id forbidden response has a 5xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) IsSuccess added in v0.26.2

IsSuccess returns true when this delete chartrepo repo charts name version labels Id forbidden response has a 2xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDForbidden) String added in v0.26.2

type DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError

type DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError describes a response with status code 500, with default header values.

Internal server error occurred

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError() *DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError

NewDeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError creates a DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) Error

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) IsClientError added in v0.26.2

IsClientError returns true when this delete chartrepo repo charts name version labels Id internal server error response has a 4xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) IsCode added in v0.26.2

IsCode returns true when this delete chartrepo repo charts name version labels Id internal server error response a status code equal to that given

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) IsRedirect added in v0.26.2

IsRedirect returns true when this delete chartrepo repo charts name version labels Id internal server error response has a 3xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) IsServerError added in v0.26.2

IsServerError returns true when this delete chartrepo repo charts name version labels Id internal server error response has a 5xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) IsSuccess added in v0.26.2

IsSuccess returns true when this delete chartrepo repo charts name version labels Id internal server error response has a 2xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDInternalServerError) String added in v0.26.2

type DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound

type DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound struct {
}

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

Not found

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDNotFound

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDNotFound() *DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound

NewDeleteChartrepoRepoChartsNameVersionLabelsIDNotFound creates a DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) Error

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) IsClientError added in v0.26.2

IsClientError returns true when this delete chartrepo repo charts name version labels Id not found response has a 4xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) IsCode added in v0.26.2

IsCode returns true when this delete chartrepo repo charts name version labels Id not found response a status code equal to that given

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) IsRedirect added in v0.26.2

IsRedirect returns true when this delete chartrepo repo charts name version labels Id not found response has a 3xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) IsServerError added in v0.26.2

IsServerError returns true when this delete chartrepo repo charts name version labels Id not found response has a 5xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) IsSuccess added in v0.26.2

IsSuccess returns true when this delete chartrepo repo charts name version labels Id not found response has a 2xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDNotFound) String added in v0.26.2

type DeleteChartrepoRepoChartsNameVersionLabelsIDOK

type DeleteChartrepoRepoChartsNameVersionLabelsIDOK struct {
}

DeleteChartrepoRepoChartsNameVersionLabelsIDOK describes a response with status code 200, 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

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) IsClientError added in v0.26.2

IsClientError returns true when this delete chartrepo repo charts name version labels Id o k response has a 4xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) IsCode added in v0.26.2

IsCode returns true when this delete chartrepo repo charts name version labels Id o k response a status code equal to that given

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) IsRedirect added in v0.26.2

IsRedirect returns true when this delete chartrepo repo charts name version labels Id o k response has a 3xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) IsServerError added in v0.26.2

IsServerError returns true when this delete chartrepo repo charts name version labels Id o k response has a 5xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) IsSuccess added in v0.26.2

IsSuccess returns true when this delete chartrepo repo charts name version labels Id o k response has a 2xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDOK) String added in v0.26.2

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

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

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

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithContext

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithContext(ctx context.Context) *DeleteChartrepoRepoChartsNameVersionLabelsIDParams

NewDeleteChartrepoRepoChartsNameVersionLabelsIDParamsWithContext creates a new DeleteChartrepoRepoChartsNameVersionLabelsIDParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the delete chartrepo repo charts name version labels ID params (not the query body).

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

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

WithDefaults hydrates default values in the delete chartrepo repo charts name version labels ID params (not the query body).

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

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 describes a response with status code 401, with default header values.

Unauthorized

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized

func NewDeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized() *DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized

NewDeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized creates a DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized with default headers values

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) Error

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) IsClientError added in v0.26.2

IsClientError returns true when this delete chartrepo repo charts name version labels Id unauthorized response has a 4xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) IsCode added in v0.26.2

IsCode returns true when this delete chartrepo repo charts name version labels Id unauthorized response a status code equal to that given

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) IsRedirect added in v0.26.2

IsRedirect returns true when this delete chartrepo repo charts name version labels Id unauthorized response has a 3xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) IsServerError added in v0.26.2

IsServerError returns true when this delete chartrepo repo charts name version labels Id unauthorized response has a 5xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) IsSuccess added in v0.26.2

IsSuccess returns true when this delete chartrepo repo charts name version labels Id unauthorized response has a 2xx status code

func (*DeleteChartrepoRepoChartsNameVersionLabelsIDUnauthorized) String added in v0.26.2

type GetChartrepoRepoChartsNameVersionLabelsForbidden

type GetChartrepoRepoChartsNameVersionLabelsForbidden struct {
}

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

Operation is forbidden or quota exceeded

func NewGetChartrepoRepoChartsNameVersionLabelsForbidden

func NewGetChartrepoRepoChartsNameVersionLabelsForbidden() *GetChartrepoRepoChartsNameVersionLabelsForbidden

NewGetChartrepoRepoChartsNameVersionLabelsForbidden creates a GetChartrepoRepoChartsNameVersionLabelsForbidden with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) Error

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) IsClientError added in v0.26.2

IsClientError returns true when this get chartrepo repo charts name version labels forbidden response has a 4xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) IsCode added in v0.26.2

IsCode returns true when this get chartrepo repo charts name version labels forbidden response a status code equal to that given

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) IsRedirect added in v0.26.2

IsRedirect returns true when this get chartrepo repo charts name version labels forbidden response has a 3xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) IsServerError added in v0.26.2

IsServerError returns true when this get chartrepo repo charts name version labels forbidden response has a 5xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) IsSuccess added in v0.26.2

IsSuccess returns true when this get chartrepo repo charts name version labels forbidden response has a 2xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsForbidden) String added in v0.26.2

type GetChartrepoRepoChartsNameVersionLabelsInternalServerError

type GetChartrepoRepoChartsNameVersionLabelsInternalServerError struct {
}

GetChartrepoRepoChartsNameVersionLabelsInternalServerError describes a response with status code 500, with default header values.

Internal server error occurred

func NewGetChartrepoRepoChartsNameVersionLabelsInternalServerError

func NewGetChartrepoRepoChartsNameVersionLabelsInternalServerError() *GetChartrepoRepoChartsNameVersionLabelsInternalServerError

NewGetChartrepoRepoChartsNameVersionLabelsInternalServerError creates a GetChartrepoRepoChartsNameVersionLabelsInternalServerError with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) Error

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) IsClientError added in v0.26.2

IsClientError returns true when this get chartrepo repo charts name version labels internal server error response has a 4xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) IsCode added in v0.26.2

IsCode returns true when this get chartrepo repo charts name version labels internal server error response a status code equal to that given

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) IsRedirect added in v0.26.2

IsRedirect returns true when this get chartrepo repo charts name version labels internal server error response has a 3xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) IsServerError added in v0.26.2

IsServerError returns true when this get chartrepo repo charts name version labels internal server error response has a 5xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) IsSuccess added in v0.26.2

IsSuccess returns true when this get chartrepo repo charts name version labels internal server error response has a 2xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsInternalServerError) String added in v0.26.2

type GetChartrepoRepoChartsNameVersionLabelsNotFound

type GetChartrepoRepoChartsNameVersionLabelsNotFound struct {
}

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

Not found

func NewGetChartrepoRepoChartsNameVersionLabelsNotFound

func NewGetChartrepoRepoChartsNameVersionLabelsNotFound() *GetChartrepoRepoChartsNameVersionLabelsNotFound

NewGetChartrepoRepoChartsNameVersionLabelsNotFound creates a GetChartrepoRepoChartsNameVersionLabelsNotFound with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) Error

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) IsClientError added in v0.26.2

IsClientError returns true when this get chartrepo repo charts name version labels not found response has a 4xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) IsCode added in v0.26.2

IsCode returns true when this get chartrepo repo charts name version labels not found response a status code equal to that given

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) IsRedirect added in v0.26.2

IsRedirect returns true when this get chartrepo repo charts name version labels not found response has a 3xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) IsServerError added in v0.26.2

IsServerError returns true when this get chartrepo repo charts name version labels not found response has a 5xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) IsSuccess added in v0.26.2

IsSuccess returns true when this get chartrepo repo charts name version labels not found response has a 2xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsNotFound) String added in v0.26.2

type GetChartrepoRepoChartsNameVersionLabelsOK

type GetChartrepoRepoChartsNameVersionLabelsOK struct {
}

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

A list of label

func NewGetChartrepoRepoChartsNameVersionLabelsOK

func NewGetChartrepoRepoChartsNameVersionLabelsOK() *GetChartrepoRepoChartsNameVersionLabelsOK

NewGetChartrepoRepoChartsNameVersionLabelsOK creates a GetChartrepoRepoChartsNameVersionLabelsOK with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsOK) Error

func (*GetChartrepoRepoChartsNameVersionLabelsOK) IsClientError added in v0.26.2

IsClientError returns true when this get chartrepo repo charts name version labels o k response has a 4xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsOK) IsCode added in v0.26.2

IsCode returns true when this get chartrepo repo charts name version labels o k response a status code equal to that given

func (*GetChartrepoRepoChartsNameVersionLabelsOK) IsRedirect added in v0.26.2

IsRedirect returns true when this get chartrepo repo charts name version labels o k response has a 3xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsOK) IsServerError added in v0.26.2

IsServerError returns true when this get chartrepo repo charts name version labels o k response has a 5xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsOK) IsSuccess added in v0.26.2

IsSuccess returns true when this get chartrepo repo charts name version labels o k response has a 2xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsOK) String added in v0.26.2

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

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

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

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithContext

func NewGetChartrepoRepoChartsNameVersionLabelsParamsWithContext(ctx context.Context) *GetChartrepoRepoChartsNameVersionLabelsParams

NewGetChartrepoRepoChartsNameVersionLabelsParamsWithContext creates a new GetChartrepoRepoChartsNameVersionLabelsParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the get chartrepo repo charts name version labels params (not the query body).

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

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

WithDefaults hydrates default values in the get chartrepo repo charts name version labels params (not the query body).

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

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 describes a response with status code 401, with default header values.

Unauthorized

func NewGetChartrepoRepoChartsNameVersionLabelsUnauthorized

func NewGetChartrepoRepoChartsNameVersionLabelsUnauthorized() *GetChartrepoRepoChartsNameVersionLabelsUnauthorized

NewGetChartrepoRepoChartsNameVersionLabelsUnauthorized creates a GetChartrepoRepoChartsNameVersionLabelsUnauthorized with default headers values

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) Error

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) IsClientError added in v0.26.2

IsClientError returns true when this get chartrepo repo charts name version labels unauthorized response has a 4xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) IsCode added in v0.26.2

IsCode returns true when this get chartrepo repo charts name version labels unauthorized response a status code equal to that given

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) IsRedirect added in v0.26.2

IsRedirect returns true when this get chartrepo repo charts name version labels unauthorized response has a 3xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) IsServerError added in v0.26.2

IsServerError returns true when this get chartrepo repo charts name version labels unauthorized response has a 5xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) IsSuccess added in v0.26.2

IsSuccess returns true when this get chartrepo repo charts name version labels unauthorized response has a 2xx status code

func (*GetChartrepoRepoChartsNameVersionLabelsUnauthorized) String added in v0.26.2

type PostChartrepoRepoChartsNameVersionLabelsBadRequest

type PostChartrepoRepoChartsNameVersionLabelsBadRequest struct {
}

PostChartrepoRepoChartsNameVersionLabelsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewPostChartrepoRepoChartsNameVersionLabelsBadRequest

func NewPostChartrepoRepoChartsNameVersionLabelsBadRequest() *PostChartrepoRepoChartsNameVersionLabelsBadRequest

NewPostChartrepoRepoChartsNameVersionLabelsBadRequest creates a PostChartrepoRepoChartsNameVersionLabelsBadRequest with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) Error

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels bad request response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels bad request response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels bad request response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels bad request response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels bad request response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsBadRequest) String added in v0.26.2

type PostChartrepoRepoChartsNameVersionLabelsConflict

type PostChartrepoRepoChartsNameVersionLabelsConflict struct {
}

PostChartrepoRepoChartsNameVersionLabelsConflict describes a response with status code 409, with default header values.

Conflicts

func NewPostChartrepoRepoChartsNameVersionLabelsConflict

func NewPostChartrepoRepoChartsNameVersionLabelsConflict() *PostChartrepoRepoChartsNameVersionLabelsConflict

NewPostChartrepoRepoChartsNameVersionLabelsConflict creates a PostChartrepoRepoChartsNameVersionLabelsConflict with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) Error

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels conflict response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels conflict response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels conflict response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels conflict response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels conflict response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsConflict) String added in v0.26.2

type PostChartrepoRepoChartsNameVersionLabelsForbidden

type PostChartrepoRepoChartsNameVersionLabelsForbidden struct {
}

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

Operation is forbidden or quota exceeded

func NewPostChartrepoRepoChartsNameVersionLabelsForbidden

func NewPostChartrepoRepoChartsNameVersionLabelsForbidden() *PostChartrepoRepoChartsNameVersionLabelsForbidden

NewPostChartrepoRepoChartsNameVersionLabelsForbidden creates a PostChartrepoRepoChartsNameVersionLabelsForbidden with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) Error

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels forbidden response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels forbidden response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels forbidden response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels forbidden response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels forbidden response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsForbidden) String added in v0.26.2

type PostChartrepoRepoChartsNameVersionLabelsInternalServerError

type PostChartrepoRepoChartsNameVersionLabelsInternalServerError struct {
}

PostChartrepoRepoChartsNameVersionLabelsInternalServerError describes a response with status code 500, with default header values.

Internal server error occurred

func NewPostChartrepoRepoChartsNameVersionLabelsInternalServerError

func NewPostChartrepoRepoChartsNameVersionLabelsInternalServerError() *PostChartrepoRepoChartsNameVersionLabelsInternalServerError

NewPostChartrepoRepoChartsNameVersionLabelsInternalServerError creates a PostChartrepoRepoChartsNameVersionLabelsInternalServerError with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) Error

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels internal server error response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels internal server error response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels internal server error response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels internal server error response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels internal server error response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsInternalServerError) String added in v0.26.2

type PostChartrepoRepoChartsNameVersionLabelsNotFound

type PostChartrepoRepoChartsNameVersionLabelsNotFound struct {
}

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

Not found

func NewPostChartrepoRepoChartsNameVersionLabelsNotFound

func NewPostChartrepoRepoChartsNameVersionLabelsNotFound() *PostChartrepoRepoChartsNameVersionLabelsNotFound

NewPostChartrepoRepoChartsNameVersionLabelsNotFound creates a PostChartrepoRepoChartsNameVersionLabelsNotFound with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) Error

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels not found response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels not found response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels not found response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels not found response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels not found response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsNotFound) String added in v0.26.2

type PostChartrepoRepoChartsNameVersionLabelsOK

type PostChartrepoRepoChartsNameVersionLabelsOK struct {
}

PostChartrepoRepoChartsNameVersionLabelsOK describes a response with status code 200, 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

func (*PostChartrepoRepoChartsNameVersionLabelsOK) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels o k response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsOK) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels o k response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsOK) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels o k response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsOK) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels o k response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsOK) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels o k response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsOK) String added in v0.26.2

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

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

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

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithContext

func NewPostChartrepoRepoChartsNameVersionLabelsParamsWithContext(ctx context.Context) *PostChartrepoRepoChartsNameVersionLabelsParams

NewPostChartrepoRepoChartsNameVersionLabelsParamsWithContext creates a new PostChartrepoRepoChartsNameVersionLabelsParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the post chartrepo repo charts name version labels params (not the query body).

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

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

WithDefaults hydrates default values in the post chartrepo repo charts name version labels params (not the query body).

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

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 describes a response with status code 401, with default header values.

Unauthorized

func NewPostChartrepoRepoChartsNameVersionLabelsUnauthorized

func NewPostChartrepoRepoChartsNameVersionLabelsUnauthorized() *PostChartrepoRepoChartsNameVersionLabelsUnauthorized

NewPostChartrepoRepoChartsNameVersionLabelsUnauthorized creates a PostChartrepoRepoChartsNameVersionLabelsUnauthorized with default headers values

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) Error

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) IsClientError added in v0.26.2

IsClientError returns true when this post chartrepo repo charts name version labels unauthorized response has a 4xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) IsCode added in v0.26.2

IsCode returns true when this post chartrepo repo charts name version labels unauthorized response a status code equal to that given

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) IsRedirect added in v0.26.2

IsRedirect returns true when this post chartrepo repo charts name version labels unauthorized response has a 3xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) IsServerError added in v0.26.2

IsServerError returns true when this post chartrepo repo charts name version labels unauthorized response has a 5xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) IsSuccess added in v0.26.2

IsSuccess returns true when this post chartrepo repo charts name version labels unauthorized response has a 2xx status code

func (*PostChartrepoRepoChartsNameVersionLabelsUnauthorized) String added in v0.26.2

type PostEmailPingBadRequest

type PostEmailPingBadRequest struct {
}

PostEmailPingBadRequest describes a response with status code 400, with default header values.

Inviald email server settings.

func NewPostEmailPingBadRequest

func NewPostEmailPingBadRequest() *PostEmailPingBadRequest

NewPostEmailPingBadRequest creates a PostEmailPingBadRequest with default headers values

func (*PostEmailPingBadRequest) Error

func (o *PostEmailPingBadRequest) Error() string

func (*PostEmailPingBadRequest) IsClientError added in v0.26.2

func (o *PostEmailPingBadRequest) IsClientError() bool

IsClientError returns true when this post email ping bad request response has a 4xx status code

func (*PostEmailPingBadRequest) IsCode added in v0.26.2

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

IsCode returns true when this post email ping bad request response a status code equal to that given

func (*PostEmailPingBadRequest) IsRedirect added in v0.26.2

func (o *PostEmailPingBadRequest) IsRedirect() bool

IsRedirect returns true when this post email ping bad request response has a 3xx status code

func (*PostEmailPingBadRequest) IsServerError added in v0.26.2

func (o *PostEmailPingBadRequest) IsServerError() bool

IsServerError returns true when this post email ping bad request response has a 5xx status code

func (*PostEmailPingBadRequest) IsSuccess added in v0.26.2

func (o *PostEmailPingBadRequest) IsSuccess() bool

IsSuccess returns true when this post email ping bad request response has a 2xx status code

func (*PostEmailPingBadRequest) String added in v0.26.2

func (o *PostEmailPingBadRequest) String() string

type PostEmailPingForbidden

type PostEmailPingForbidden struct {
}

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

Only admin has this authority.

func NewPostEmailPingForbidden

func NewPostEmailPingForbidden() *PostEmailPingForbidden

NewPostEmailPingForbidden creates a PostEmailPingForbidden with default headers values

func (*PostEmailPingForbidden) Error

func (o *PostEmailPingForbidden) Error() string

func (*PostEmailPingForbidden) IsClientError added in v0.26.2

func (o *PostEmailPingForbidden) IsClientError() bool

IsClientError returns true when this post email ping forbidden response has a 4xx status code

func (*PostEmailPingForbidden) IsCode added in v0.26.2

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

IsCode returns true when this post email ping forbidden response a status code equal to that given

func (*PostEmailPingForbidden) IsRedirect added in v0.26.2

func (o *PostEmailPingForbidden) IsRedirect() bool

IsRedirect returns true when this post email ping forbidden response has a 3xx status code

func (*PostEmailPingForbidden) IsServerError added in v0.26.2

func (o *PostEmailPingForbidden) IsServerError() bool

IsServerError returns true when this post email ping forbidden response has a 5xx status code

func (*PostEmailPingForbidden) IsSuccess added in v0.26.2

func (o *PostEmailPingForbidden) IsSuccess() bool

IsSuccess returns true when this post email ping forbidden response has a 2xx status code

func (*PostEmailPingForbidden) String added in v0.26.2

func (o *PostEmailPingForbidden) String() string

type PostEmailPingInternalServerError

type PostEmailPingInternalServerError struct {
}

PostEmailPingInternalServerError describes a response with status code 500, with default header values.

Unexpected internal errors.

func NewPostEmailPingInternalServerError

func NewPostEmailPingInternalServerError() *PostEmailPingInternalServerError

NewPostEmailPingInternalServerError creates a PostEmailPingInternalServerError with default headers values

func (*PostEmailPingInternalServerError) Error

func (*PostEmailPingInternalServerError) IsClientError added in v0.26.2

func (o *PostEmailPingInternalServerError) IsClientError() bool

IsClientError returns true when this post email ping internal server error response has a 4xx status code

func (*PostEmailPingInternalServerError) IsCode added in v0.26.2

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

IsCode returns true when this post email ping internal server error response a status code equal to that given

func (*PostEmailPingInternalServerError) IsRedirect added in v0.26.2

func (o *PostEmailPingInternalServerError) IsRedirect() bool

IsRedirect returns true when this post email ping internal server error response has a 3xx status code

func (*PostEmailPingInternalServerError) IsServerError added in v0.26.2

func (o *PostEmailPingInternalServerError) IsServerError() bool

IsServerError returns true when this post email ping internal server error response has a 5xx status code

func (*PostEmailPingInternalServerError) IsSuccess added in v0.26.2

func (o *PostEmailPingInternalServerError) IsSuccess() bool

IsSuccess returns true when this post email ping internal server error response has a 2xx status code

func (*PostEmailPingInternalServerError) String added in v0.26.2

type PostEmailPingOK

type PostEmailPingOK struct {
}

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

Ping email server successfully.

func NewPostEmailPingOK

func NewPostEmailPingOK() *PostEmailPingOK

NewPostEmailPingOK creates a PostEmailPingOK with default headers values

func (*PostEmailPingOK) Error

func (o *PostEmailPingOK) Error() string

func (*PostEmailPingOK) IsClientError added in v0.26.2

func (o *PostEmailPingOK) IsClientError() bool

IsClientError returns true when this post email ping o k response has a 4xx status code

func (*PostEmailPingOK) IsCode added in v0.26.2

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

IsCode returns true when this post email ping o k response a status code equal to that given

func (*PostEmailPingOK) IsRedirect added in v0.26.2

func (o *PostEmailPingOK) IsRedirect() bool

IsRedirect returns true when this post email ping o k response has a 3xx status code

func (*PostEmailPingOK) IsServerError added in v0.26.2

func (o *PostEmailPingOK) IsServerError() bool

IsServerError returns true when this post email ping o k response has a 5xx status code

func (*PostEmailPingOK) IsSuccess added in v0.26.2

func (o *PostEmailPingOK) IsSuccess() bool

IsSuccess returns true when this post email ping o k response has a 2xx status code

func (*PostEmailPingOK) String added in v0.26.2

func (o *PostEmailPingOK) String() string

type PostEmailPingParams

type PostEmailPingParams struct {

	/* Settings.

	   Email server settings, if some of the settings are not assigned, they will be read from system configuration.
	*/
	Settings *models.EmailServerSetting

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

PostEmailPingParams contains all the parameters to send to the API endpoint

for the post email ping operation.

Typically these are written to a http.Request.

func NewPostEmailPingParams

func NewPostEmailPingParams() *PostEmailPingParams

NewPostEmailPingParams creates a new PostEmailPingParams object, with the default timeout for this client.

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

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

func NewPostEmailPingParamsWithContext

func NewPostEmailPingParamsWithContext(ctx context.Context) *PostEmailPingParams

NewPostEmailPingParamsWithContext creates a new PostEmailPingParams object with the ability to set a context for a request.

func NewPostEmailPingParamsWithHTTPClient

func NewPostEmailPingParamsWithHTTPClient(client *http.Client) *PostEmailPingParams

NewPostEmailPingParamsWithHTTPClient creates a new PostEmailPingParams object with the ability to set a custom HTTPClient for a request.

func NewPostEmailPingParamsWithTimeout

func NewPostEmailPingParamsWithTimeout(timeout time.Duration) *PostEmailPingParams

NewPostEmailPingParamsWithTimeout creates a new PostEmailPingParams object with the ability to set a timeout on a request.

func (*PostEmailPingParams) SetContext

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

SetContext adds the context to the post email ping params

func (*PostEmailPingParams) SetDefaults

func (o *PostEmailPingParams) SetDefaults()

SetDefaults hydrates default values in the post email ping params (not the query body).

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

func (*PostEmailPingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post email ping params

func (*PostEmailPingParams) SetSettings

func (o *PostEmailPingParams) SetSettings(settings *models.EmailServerSetting)

SetSettings adds the settings to the post email ping params

func (*PostEmailPingParams) SetTimeout

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

SetTimeout adds the timeout to the post email ping params

func (*PostEmailPingParams) WithContext

WithContext adds the context to the post email ping params

func (*PostEmailPingParams) WithDefaults

func (o *PostEmailPingParams) WithDefaults() *PostEmailPingParams

WithDefaults hydrates default values in the post email ping params (not the query body).

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

func (*PostEmailPingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post email ping params

func (*PostEmailPingParams) WithSettings

WithSettings adds the settings to the post email ping params

func (*PostEmailPingParams) WithTimeout

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

WithTimeout adds the timeout to the post email ping params

func (*PostEmailPingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostEmailPingReader

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

PostEmailPingReader is a Reader for the PostEmailPing structure.

func (*PostEmailPingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostEmailPingUnauthorized

type PostEmailPingUnauthorized struct {
}

PostEmailPingUnauthorized describes a response with status code 401, with default header values.

User need to login first.

func NewPostEmailPingUnauthorized

func NewPostEmailPingUnauthorized() *PostEmailPingUnauthorized

NewPostEmailPingUnauthorized creates a PostEmailPingUnauthorized with default headers values

func (*PostEmailPingUnauthorized) Error

func (o *PostEmailPingUnauthorized) Error() string

func (*PostEmailPingUnauthorized) IsClientError added in v0.26.2

func (o *PostEmailPingUnauthorized) IsClientError() bool

IsClientError returns true when this post email ping unauthorized response has a 4xx status code

func (*PostEmailPingUnauthorized) IsCode added in v0.26.2

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

IsCode returns true when this post email ping unauthorized response a status code equal to that given

func (*PostEmailPingUnauthorized) IsRedirect added in v0.26.2

func (o *PostEmailPingUnauthorized) IsRedirect() bool

IsRedirect returns true when this post email ping unauthorized response has a 3xx status code

func (*PostEmailPingUnauthorized) IsServerError added in v0.26.2

func (o *PostEmailPingUnauthorized) IsServerError() bool

IsServerError returns true when this post email ping unauthorized response has a 5xx status code

func (*PostEmailPingUnauthorized) IsSuccess added in v0.26.2

func (o *PostEmailPingUnauthorized) IsSuccess() bool

IsSuccess returns true when this post email ping unauthorized response has a 2xx status code

func (*PostEmailPingUnauthorized) String added in v0.26.2

func (o *PostEmailPingUnauthorized) String() string

type PostEmailPingUnsupportedMediaType

type PostEmailPingUnsupportedMediaType struct {
}

PostEmailPingUnsupportedMediaType describes a response with status code 415, with default header values.

The Media Type of the request is not supported, it has to be "application/json"

func NewPostEmailPingUnsupportedMediaType

func NewPostEmailPingUnsupportedMediaType() *PostEmailPingUnsupportedMediaType

NewPostEmailPingUnsupportedMediaType creates a PostEmailPingUnsupportedMediaType with default headers values

func (*PostEmailPingUnsupportedMediaType) Error

func (*PostEmailPingUnsupportedMediaType) IsClientError added in v0.26.2

func (o *PostEmailPingUnsupportedMediaType) IsClientError() bool

IsClientError returns true when this post email ping unsupported media type response has a 4xx status code

func (*PostEmailPingUnsupportedMediaType) IsCode added in v0.26.2

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

IsCode returns true when this post email ping unsupported media type response a status code equal to that given

func (*PostEmailPingUnsupportedMediaType) IsRedirect added in v0.26.2

func (o *PostEmailPingUnsupportedMediaType) IsRedirect() bool

IsRedirect returns true when this post email ping unsupported media type response has a 3xx status code

func (*PostEmailPingUnsupportedMediaType) IsServerError added in v0.26.2

func (o *PostEmailPingUnsupportedMediaType) IsServerError() bool

IsServerError returns true when this post email ping unsupported media type response has a 5xx status code

func (*PostEmailPingUnsupportedMediaType) IsSuccess added in v0.26.2

func (o *PostEmailPingUnsupportedMediaType) IsSuccess() bool

IsSuccess returns true when this post email ping unsupported media type response has a 2xx status code

func (*PostEmailPingUnsupportedMediaType) String added in v0.26.2

Jump to

Keyboard shortcuts

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