chart_releases

package
v0.0.75 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2022 License: BSD-3-Clause 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 chart releases API

func (*Client) DeleteAPIV2ChartReleasesSelector

func (a *Client) DeleteAPIV2ChartReleasesSelector(params *DeleteAPIV2ChartReleasesSelectorParams, opts ...ClientOption) (*DeleteAPIV2ChartReleasesSelectorOK, error)

DeleteAPIV2ChartReleasesSelector deletes a chart release entry

Delete an existing ChartRelease entry via one of its "selectors": name, numeric ID, environment/chart, or cluster/namespace/chart.

func (*Client) GetAPIV2ChartReleases

func (a *Client) GetAPIV2ChartReleases(params *GetAPIV2ChartReleasesParams, opts ...ClientOption) (*GetAPIV2ChartReleasesOK, error)

GetAPIV2ChartReleases lists chart release entries

List existing ChartRelease entries, ordered by most recently updated.

func (*Client) GetAPIV2ChartReleasesSelector

func (a *Client) GetAPIV2ChartReleasesSelector(params *GetAPIV2ChartReleasesSelectorParams, opts ...ClientOption) (*GetAPIV2ChartReleasesSelectorOK, error)

GetAPIV2ChartReleasesSelector gets a chart release entry

Get an existing ChartRelease entry via one of its "selectors": name, numeric ID, environment/chart, or cluster/namespace/chart.

func (*Client) GetAPIV2SelectorsChartReleasesSelector

func (a *Client) GetAPIV2SelectorsChartReleasesSelector(params *GetAPIV2SelectorsChartReleasesSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsChartReleasesSelectorOK, error)

GetAPIV2SelectorsChartReleasesSelector lists chart release selectors

Validate a given ChartRelease selector and provide any other selectors that would match the same ChartRelease.

func (*Client) PatchAPIV2ChartReleasesSelector

func (a *Client) PatchAPIV2ChartReleasesSelector(params *PatchAPIV2ChartReleasesSelectorParams, opts ...ClientOption) (*PatchAPIV2ChartReleasesSelectorOK, error)

PatchAPIV2ChartReleasesSelector edits a chart release entry

Edit an existing ChartRelease entry via one of its "selectors": name, numeric ID, environment/chart, or cluster/namespace/chart. Note that only mutable fields are available here, immutable fields can only be set using /create.

func (*Client) PostAPIV2ChartReleases

PostAPIV2ChartReleases creates a new chart release entry

Create a new ChartRelease entry. Note that some fields are immutable after creation; /edit lists mutable fields.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteAPIV2ChartReleasesSelector(params *DeleteAPIV2ChartReleasesSelectorParams, opts ...ClientOption) (*DeleteAPIV2ChartReleasesSelectorOK, error)

	GetAPIV2ChartReleases(params *GetAPIV2ChartReleasesParams, opts ...ClientOption) (*GetAPIV2ChartReleasesOK, error)

	GetAPIV2ChartReleasesSelector(params *GetAPIV2ChartReleasesSelectorParams, opts ...ClientOption) (*GetAPIV2ChartReleasesSelectorOK, error)

	GetAPIV2SelectorsChartReleasesSelector(params *GetAPIV2SelectorsChartReleasesSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsChartReleasesSelectorOK, error)

	PatchAPIV2ChartReleasesSelector(params *PatchAPIV2ChartReleasesSelectorParams, opts ...ClientOption) (*PatchAPIV2ChartReleasesSelectorOK, error)

	PostAPIV2ChartReleases(params *PostAPIV2ChartReleasesParams, opts ...ClientOption) (*PostAPIV2ChartReleasesOK, *PostAPIV2ChartReleasesCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new chart releases API client.

type DeleteAPIV2ChartReleasesSelectorBadRequest

type DeleteAPIV2ChartReleasesSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
DeleteAPIV2ChartReleasesSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteAPIV2ChartReleasesSelectorBadRequest

func NewDeleteAPIV2ChartReleasesSelectorBadRequest() *DeleteAPIV2ChartReleasesSelectorBadRequest

NewDeleteAPIV2ChartReleasesSelectorBadRequest creates a DeleteAPIV2ChartReleasesSelectorBadRequest with default headers values

func (*DeleteAPIV2ChartReleasesSelectorBadRequest) Error

func (*DeleteAPIV2ChartReleasesSelectorBadRequest) GetPayload

type DeleteAPIV2ChartReleasesSelectorConflict

type DeleteAPIV2ChartReleasesSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
DeleteAPIV2ChartReleasesSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewDeleteAPIV2ChartReleasesSelectorConflict

func NewDeleteAPIV2ChartReleasesSelectorConflict() *DeleteAPIV2ChartReleasesSelectorConflict

NewDeleteAPIV2ChartReleasesSelectorConflict creates a DeleteAPIV2ChartReleasesSelectorConflict with default headers values

func (*DeleteAPIV2ChartReleasesSelectorConflict) Error

func (*DeleteAPIV2ChartReleasesSelectorConflict) GetPayload

type DeleteAPIV2ChartReleasesSelectorForbidden

type DeleteAPIV2ChartReleasesSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
DeleteAPIV2ChartReleasesSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewDeleteAPIV2ChartReleasesSelectorForbidden

func NewDeleteAPIV2ChartReleasesSelectorForbidden() *DeleteAPIV2ChartReleasesSelectorForbidden

NewDeleteAPIV2ChartReleasesSelectorForbidden creates a DeleteAPIV2ChartReleasesSelectorForbidden with default headers values

func (*DeleteAPIV2ChartReleasesSelectorForbidden) Error

func (*DeleteAPIV2ChartReleasesSelectorForbidden) GetPayload

type DeleteAPIV2ChartReleasesSelectorInternalServerError

type DeleteAPIV2ChartReleasesSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
DeleteAPIV2ChartReleasesSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewDeleteAPIV2ChartReleasesSelectorInternalServerError

func NewDeleteAPIV2ChartReleasesSelectorInternalServerError() *DeleteAPIV2ChartReleasesSelectorInternalServerError

NewDeleteAPIV2ChartReleasesSelectorInternalServerError creates a DeleteAPIV2ChartReleasesSelectorInternalServerError with default headers values

func (*DeleteAPIV2ChartReleasesSelectorInternalServerError) Error

func (*DeleteAPIV2ChartReleasesSelectorInternalServerError) GetPayload

type DeleteAPIV2ChartReleasesSelectorNotFound

type DeleteAPIV2ChartReleasesSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
DeleteAPIV2ChartReleasesSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteAPIV2ChartReleasesSelectorNotFound

func NewDeleteAPIV2ChartReleasesSelectorNotFound() *DeleteAPIV2ChartReleasesSelectorNotFound

NewDeleteAPIV2ChartReleasesSelectorNotFound creates a DeleteAPIV2ChartReleasesSelectorNotFound with default headers values

func (*DeleteAPIV2ChartReleasesSelectorNotFound) Error

func (*DeleteAPIV2ChartReleasesSelectorNotFound) GetPayload

type DeleteAPIV2ChartReleasesSelectorOK

type DeleteAPIV2ChartReleasesSelectorOK struct {
	Payload *models.V2controllersChartRelease
}
DeleteAPIV2ChartReleasesSelectorOK describes a response with status code 200, with default header values.

OK

func NewDeleteAPIV2ChartReleasesSelectorOK

func NewDeleteAPIV2ChartReleasesSelectorOK() *DeleteAPIV2ChartReleasesSelectorOK

NewDeleteAPIV2ChartReleasesSelectorOK creates a DeleteAPIV2ChartReleasesSelectorOK with default headers values

func (*DeleteAPIV2ChartReleasesSelectorOK) Error

func (*DeleteAPIV2ChartReleasesSelectorOK) GetPayload

type DeleteAPIV2ChartReleasesSelectorParams

type DeleteAPIV2ChartReleasesSelectorParams struct {

	/* Selector.

	   The ChartRelease to delete's selector
	*/
	Selector string

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

DeleteAPIV2ChartReleasesSelectorParams contains all the parameters to send to the API endpoint

for the delete API v2 chart releases selector operation.

Typically these are written to a http.Request.

func NewDeleteAPIV2ChartReleasesSelectorParams

func NewDeleteAPIV2ChartReleasesSelectorParams() *DeleteAPIV2ChartReleasesSelectorParams

NewDeleteAPIV2ChartReleasesSelectorParams creates a new DeleteAPIV2ChartReleasesSelectorParams 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 NewDeleteAPIV2ChartReleasesSelectorParamsWithContext

func NewDeleteAPIV2ChartReleasesSelectorParamsWithContext(ctx context.Context) *DeleteAPIV2ChartReleasesSelectorParams

NewDeleteAPIV2ChartReleasesSelectorParamsWithContext creates a new DeleteAPIV2ChartReleasesSelectorParams object with the ability to set a context for a request.

func NewDeleteAPIV2ChartReleasesSelectorParamsWithHTTPClient

func NewDeleteAPIV2ChartReleasesSelectorParamsWithHTTPClient(client *http.Client) *DeleteAPIV2ChartReleasesSelectorParams

NewDeleteAPIV2ChartReleasesSelectorParamsWithHTTPClient creates a new DeleteAPIV2ChartReleasesSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteAPIV2ChartReleasesSelectorParamsWithTimeout

func NewDeleteAPIV2ChartReleasesSelectorParamsWithTimeout(timeout time.Duration) *DeleteAPIV2ChartReleasesSelectorParams

NewDeleteAPIV2ChartReleasesSelectorParamsWithTimeout creates a new DeleteAPIV2ChartReleasesSelectorParams object with the ability to set a timeout on a request.

func (*DeleteAPIV2ChartReleasesSelectorParams) SetContext

SetContext adds the context to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) SetDefaults

func (o *DeleteAPIV2ChartReleasesSelectorParams) SetDefaults()

SetDefaults hydrates default values in the delete API v2 chart releases selector params (not the query body).

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

func (*DeleteAPIV2ChartReleasesSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) SetSelector

func (o *DeleteAPIV2ChartReleasesSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) SetTimeout

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

SetTimeout adds the timeout to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) WithContext

WithContext adds the context to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) WithDefaults

WithDefaults hydrates default values in the delete API v2 chart releases selector params (not the query body).

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

func (*DeleteAPIV2ChartReleasesSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) WithSelector

WithSelector adds the selector to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) WithTimeout

WithTimeout adds the timeout to the delete API v2 chart releases selector params

func (*DeleteAPIV2ChartReleasesSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired

type DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewDeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired

func NewDeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired() *DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired

NewDeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired creates a DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired with default headers values

func (*DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired) Error

func (*DeleteAPIV2ChartReleasesSelectorProxyAuthenticationRequired) GetPayload

type DeleteAPIV2ChartReleasesSelectorReader

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

DeleteAPIV2ChartReleasesSelectorReader is a Reader for the DeleteAPIV2ChartReleasesSelector structure.

func (*DeleteAPIV2ChartReleasesSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2ChartReleasesBadRequest

type GetAPIV2ChartReleasesBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2ChartReleasesBadRequest

func NewGetAPIV2ChartReleasesBadRequest() *GetAPIV2ChartReleasesBadRequest

NewGetAPIV2ChartReleasesBadRequest creates a GetAPIV2ChartReleasesBadRequest with default headers values

func (*GetAPIV2ChartReleasesBadRequest) Error

func (*GetAPIV2ChartReleasesBadRequest) GetPayload

type GetAPIV2ChartReleasesConflict

type GetAPIV2ChartReleasesConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2ChartReleasesConflict

func NewGetAPIV2ChartReleasesConflict() *GetAPIV2ChartReleasesConflict

NewGetAPIV2ChartReleasesConflict creates a GetAPIV2ChartReleasesConflict with default headers values

func (*GetAPIV2ChartReleasesConflict) Error

func (*GetAPIV2ChartReleasesConflict) GetPayload

type GetAPIV2ChartReleasesForbidden

type GetAPIV2ChartReleasesForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2ChartReleasesForbidden

func NewGetAPIV2ChartReleasesForbidden() *GetAPIV2ChartReleasesForbidden

NewGetAPIV2ChartReleasesForbidden creates a GetAPIV2ChartReleasesForbidden with default headers values

func (*GetAPIV2ChartReleasesForbidden) Error

func (*GetAPIV2ChartReleasesForbidden) GetPayload

type GetAPIV2ChartReleasesInternalServerError

type GetAPIV2ChartReleasesInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2ChartReleasesInternalServerError

func NewGetAPIV2ChartReleasesInternalServerError() *GetAPIV2ChartReleasesInternalServerError

NewGetAPIV2ChartReleasesInternalServerError creates a GetAPIV2ChartReleasesInternalServerError with default headers values

func (*GetAPIV2ChartReleasesInternalServerError) Error

func (*GetAPIV2ChartReleasesInternalServerError) GetPayload

type GetAPIV2ChartReleasesNotFound

type GetAPIV2ChartReleasesNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2ChartReleasesNotFound

func NewGetAPIV2ChartReleasesNotFound() *GetAPIV2ChartReleasesNotFound

NewGetAPIV2ChartReleasesNotFound creates a GetAPIV2ChartReleasesNotFound with default headers values

func (*GetAPIV2ChartReleasesNotFound) Error

func (*GetAPIV2ChartReleasesNotFound) GetPayload

type GetAPIV2ChartReleasesOK

type GetAPIV2ChartReleasesOK struct {
	Payload []*models.V2controllersChartRelease
}
GetAPIV2ChartReleasesOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2ChartReleasesOK

func NewGetAPIV2ChartReleasesOK() *GetAPIV2ChartReleasesOK

NewGetAPIV2ChartReleasesOK creates a GetAPIV2ChartReleasesOK with default headers values

func (*GetAPIV2ChartReleasesOK) Error

func (o *GetAPIV2ChartReleasesOK) Error() string

func (*GetAPIV2ChartReleasesOK) GetPayload

type GetAPIV2ChartReleasesParams

type GetAPIV2ChartReleasesParams struct {

	/* AppVersionBranch.

	   When creating, will default to the app's mainline branch if no other app version info is present
	*/
	AppVersionBranch *string

	// AppVersionCommit.
	AppVersionCommit *string

	// AppVersionExact.
	AppVersionExact *string

	// AppVersionReference.
	AppVersionReference *string

	/* AppVersionResolver.

	   // When creating, will default to automatically reference any provided app version fields
	*/
	AppVersionResolver *string

	/* Chart.

	   Required when creating
	*/
	Chart *string

	// ChartVersionExact.
	ChartVersionExact *string

	// ChartVersionReference.
	ChartVersionReference *string

	/* ChartVersionResolver.

	   When creating, will default to automatically reference any provided chart version
	*/
	ChartVersionResolver *string

	/* Cluster.

	   When creating, will default the environment's default cluster, if provided. Either this or environment must be provided.
	*/
	Cluster *string

	// CreatedAt.
	CreatedAt *string

	/* DestinationType.

	   Calculated field
	*/
	DestinationType *string

	/* Environment.

	   Either this or cluster must be provided.
	*/
	Environment *string

	// FirecloudDevelopRef.
	FirecloudDevelopRef *string

	// HelmfileRef.
	//
	// Default: "HEAD"
	HelmfileRef *string

	// ID.
	ID *int64

	/* Limit.

	   An optional limit to the number of entries returned
	*/
	Limit *int64

	/* Name.

	   When creating, will be calculated if left empty
	*/
	Name *string

	/* Namespace.

	   When creating, will default to the environment's default namespace, if provided
	*/
	Namespace *string

	/* Port.

	   When creating, will use the chart's default if left empty
	*/
	Port *int64

	/* Protocol.

	   When creating, will use the chart's default if left empty
	*/
	Protocol *string

	/* Subdomain.

	   When creating, will use the chart's default if left empty
	*/
	Subdomain *string

	// UpdatedAt.
	UpdatedAt *string

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

GetAPIV2ChartReleasesParams contains all the parameters to send to the API endpoint

for the get API v2 chart releases operation.

Typically these are written to a http.Request.

func NewGetAPIV2ChartReleasesParams

func NewGetAPIV2ChartReleasesParams() *GetAPIV2ChartReleasesParams

NewGetAPIV2ChartReleasesParams creates a new GetAPIV2ChartReleasesParams 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 NewGetAPIV2ChartReleasesParamsWithContext

func NewGetAPIV2ChartReleasesParamsWithContext(ctx context.Context) *GetAPIV2ChartReleasesParams

NewGetAPIV2ChartReleasesParamsWithContext creates a new GetAPIV2ChartReleasesParams object with the ability to set a context for a request.

func NewGetAPIV2ChartReleasesParamsWithHTTPClient

func NewGetAPIV2ChartReleasesParamsWithHTTPClient(client *http.Client) *GetAPIV2ChartReleasesParams

NewGetAPIV2ChartReleasesParamsWithHTTPClient creates a new GetAPIV2ChartReleasesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2ChartReleasesParamsWithTimeout

func NewGetAPIV2ChartReleasesParamsWithTimeout(timeout time.Duration) *GetAPIV2ChartReleasesParams

NewGetAPIV2ChartReleasesParamsWithTimeout creates a new GetAPIV2ChartReleasesParams object with the ability to set a timeout on a request.

func (*GetAPIV2ChartReleasesParams) SetAppVersionBranch added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetAppVersionBranch(appVersionBranch *string)

SetAppVersionBranch adds the appVersionBranch to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetAppVersionCommit added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetAppVersionCommit(appVersionCommit *string)

SetAppVersionCommit adds the appVersionCommit to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetAppVersionExact added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetAppVersionExact(appVersionExact *string)

SetAppVersionExact adds the appVersionExact to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetAppVersionReference added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetAppVersionReference(appVersionReference *string)

SetAppVersionReference adds the appVersionReference to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetAppVersionResolver added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetAppVersionResolver(appVersionResolver *string)

SetAppVersionResolver adds the appVersionResolver to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetChart

func (o *GetAPIV2ChartReleasesParams) SetChart(chart *string)

SetChart adds the chart to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetChartVersionExact added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetChartVersionExact(chartVersionExact *string)

SetChartVersionExact adds the chartVersionExact to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetChartVersionReference added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetChartVersionReference(chartVersionReference *string)

SetChartVersionReference adds the chartVersionReference to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetChartVersionResolver added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) SetChartVersionResolver(chartVersionResolver *string)

SetChartVersionResolver adds the chartVersionResolver to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetCluster

func (o *GetAPIV2ChartReleasesParams) SetCluster(cluster *string)

SetCluster adds the cluster to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetContext

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

SetContext adds the context to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetCreatedAt

func (o *GetAPIV2ChartReleasesParams) SetCreatedAt(createdAt *string)

SetCreatedAt adds the createdAt to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetDefaults

func (o *GetAPIV2ChartReleasesParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 chart releases params (not the query body).

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

func (*GetAPIV2ChartReleasesParams) SetDestinationType

func (o *GetAPIV2ChartReleasesParams) SetDestinationType(destinationType *string)

SetDestinationType adds the destinationType to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetEnvironment

func (o *GetAPIV2ChartReleasesParams) SetEnvironment(environment *string)

SetEnvironment adds the environment to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetFirecloudDevelopRef added in v0.0.64

func (o *GetAPIV2ChartReleasesParams) SetFirecloudDevelopRef(firecloudDevelopRef *string)

SetFirecloudDevelopRef adds the firecloudDevelopRef to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetHelmfileRef

func (o *GetAPIV2ChartReleasesParams) SetHelmfileRef(helmfileRef *string)

SetHelmfileRef adds the helmfileRef to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetID

func (o *GetAPIV2ChartReleasesParams) SetID(id *int64)

SetID adds the id to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetLimit

func (o *GetAPIV2ChartReleasesParams) SetLimit(limit *int64)

SetLimit adds the limit to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetName

func (o *GetAPIV2ChartReleasesParams) SetName(name *string)

SetName adds the name to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetNamespace

func (o *GetAPIV2ChartReleasesParams) SetNamespace(namespace *string)

SetNamespace adds the namespace to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetPort added in v0.0.55

func (o *GetAPIV2ChartReleasesParams) SetPort(port *int64)

SetPort adds the port to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetProtocol added in v0.0.55

func (o *GetAPIV2ChartReleasesParams) SetProtocol(protocol *string)

SetProtocol adds the protocol to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetSubdomain added in v0.0.55

func (o *GetAPIV2ChartReleasesParams) SetSubdomain(subdomain *string)

SetSubdomain adds the subdomain to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetTimeout

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

SetTimeout adds the timeout to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) SetUpdatedAt

func (o *GetAPIV2ChartReleasesParams) SetUpdatedAt(updatedAt *string)

SetUpdatedAt adds the updatedAt to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithAppVersionBranch added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithAppVersionBranch(appVersionBranch *string) *GetAPIV2ChartReleasesParams

WithAppVersionBranch adds the appVersionBranch to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithAppVersionCommit added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithAppVersionCommit(appVersionCommit *string) *GetAPIV2ChartReleasesParams

WithAppVersionCommit adds the appVersionCommit to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithAppVersionExact added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithAppVersionExact(appVersionExact *string) *GetAPIV2ChartReleasesParams

WithAppVersionExact adds the appVersionExact to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithAppVersionReference added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithAppVersionReference(appVersionReference *string) *GetAPIV2ChartReleasesParams

WithAppVersionReference adds the appVersionReference to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithAppVersionResolver added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithAppVersionResolver(appVersionResolver *string) *GetAPIV2ChartReleasesParams

WithAppVersionResolver adds the appVersionResolver to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithChart

WithChart adds the chart to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithChartVersionExact added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithChartVersionExact(chartVersionExact *string) *GetAPIV2ChartReleasesParams

WithChartVersionExact adds the chartVersionExact to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithChartVersionReference added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithChartVersionReference(chartVersionReference *string) *GetAPIV2ChartReleasesParams

WithChartVersionReference adds the chartVersionReference to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithChartVersionResolver added in v0.0.54

func (o *GetAPIV2ChartReleasesParams) WithChartVersionResolver(chartVersionResolver *string) *GetAPIV2ChartReleasesParams

WithChartVersionResolver adds the chartVersionResolver to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithCluster

WithCluster adds the cluster to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithContext

WithContext adds the context to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithCreatedAt

func (o *GetAPIV2ChartReleasesParams) WithCreatedAt(createdAt *string) *GetAPIV2ChartReleasesParams

WithCreatedAt adds the createdAt to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithDefaults

WithDefaults hydrates default values in the get API v2 chart releases params (not the query body).

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

func (*GetAPIV2ChartReleasesParams) WithDestinationType

func (o *GetAPIV2ChartReleasesParams) WithDestinationType(destinationType *string) *GetAPIV2ChartReleasesParams

WithDestinationType adds the destinationType to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithEnvironment

func (o *GetAPIV2ChartReleasesParams) WithEnvironment(environment *string) *GetAPIV2ChartReleasesParams

WithEnvironment adds the environment to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithFirecloudDevelopRef added in v0.0.64

func (o *GetAPIV2ChartReleasesParams) WithFirecloudDevelopRef(firecloudDevelopRef *string) *GetAPIV2ChartReleasesParams

WithFirecloudDevelopRef adds the firecloudDevelopRef to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithHelmfileRef

func (o *GetAPIV2ChartReleasesParams) WithHelmfileRef(helmfileRef *string) *GetAPIV2ChartReleasesParams

WithHelmfileRef adds the helmfileRef to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithID

WithID adds the id to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithLimit

WithLimit adds the limit to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithName

WithName adds the name to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithNamespace

func (o *GetAPIV2ChartReleasesParams) WithNamespace(namespace *string) *GetAPIV2ChartReleasesParams

WithNamespace adds the namespace to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithPort added in v0.0.55

WithPort adds the port to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithProtocol added in v0.0.55

WithProtocol adds the protocol to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithSubdomain added in v0.0.55

func (o *GetAPIV2ChartReleasesParams) WithSubdomain(subdomain *string) *GetAPIV2ChartReleasesParams

WithSubdomain adds the subdomain to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithTimeout

WithTimeout adds the timeout to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WithUpdatedAt

func (o *GetAPIV2ChartReleasesParams) WithUpdatedAt(updatedAt *string) *GetAPIV2ChartReleasesParams

WithUpdatedAt adds the updatedAt to the get API v2 chart releases params

func (*GetAPIV2ChartReleasesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2ChartReleasesProxyAuthenticationRequired

type GetAPIV2ChartReleasesProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2ChartReleasesProxyAuthenticationRequired

func NewGetAPIV2ChartReleasesProxyAuthenticationRequired() *GetAPIV2ChartReleasesProxyAuthenticationRequired

NewGetAPIV2ChartReleasesProxyAuthenticationRequired creates a GetAPIV2ChartReleasesProxyAuthenticationRequired with default headers values

func (*GetAPIV2ChartReleasesProxyAuthenticationRequired) Error

func (*GetAPIV2ChartReleasesProxyAuthenticationRequired) GetPayload

type GetAPIV2ChartReleasesReader

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

GetAPIV2ChartReleasesReader is a Reader for the GetAPIV2ChartReleases structure.

func (*GetAPIV2ChartReleasesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2ChartReleasesSelectorBadRequest

type GetAPIV2ChartReleasesSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2ChartReleasesSelectorBadRequest

func NewGetAPIV2ChartReleasesSelectorBadRequest() *GetAPIV2ChartReleasesSelectorBadRequest

NewGetAPIV2ChartReleasesSelectorBadRequest creates a GetAPIV2ChartReleasesSelectorBadRequest with default headers values

func (*GetAPIV2ChartReleasesSelectorBadRequest) Error

func (*GetAPIV2ChartReleasesSelectorBadRequest) GetPayload

type GetAPIV2ChartReleasesSelectorConflict

type GetAPIV2ChartReleasesSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2ChartReleasesSelectorConflict

func NewGetAPIV2ChartReleasesSelectorConflict() *GetAPIV2ChartReleasesSelectorConflict

NewGetAPIV2ChartReleasesSelectorConflict creates a GetAPIV2ChartReleasesSelectorConflict with default headers values

func (*GetAPIV2ChartReleasesSelectorConflict) Error

func (*GetAPIV2ChartReleasesSelectorConflict) GetPayload

type GetAPIV2ChartReleasesSelectorForbidden

type GetAPIV2ChartReleasesSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2ChartReleasesSelectorForbidden

func NewGetAPIV2ChartReleasesSelectorForbidden() *GetAPIV2ChartReleasesSelectorForbidden

NewGetAPIV2ChartReleasesSelectorForbidden creates a GetAPIV2ChartReleasesSelectorForbidden with default headers values

func (*GetAPIV2ChartReleasesSelectorForbidden) Error

func (*GetAPIV2ChartReleasesSelectorForbidden) GetPayload

type GetAPIV2ChartReleasesSelectorInternalServerError

type GetAPIV2ChartReleasesSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2ChartReleasesSelectorInternalServerError

func NewGetAPIV2ChartReleasesSelectorInternalServerError() *GetAPIV2ChartReleasesSelectorInternalServerError

NewGetAPIV2ChartReleasesSelectorInternalServerError creates a GetAPIV2ChartReleasesSelectorInternalServerError with default headers values

func (*GetAPIV2ChartReleasesSelectorInternalServerError) Error

func (*GetAPIV2ChartReleasesSelectorInternalServerError) GetPayload

type GetAPIV2ChartReleasesSelectorNotFound

type GetAPIV2ChartReleasesSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2ChartReleasesSelectorNotFound

func NewGetAPIV2ChartReleasesSelectorNotFound() *GetAPIV2ChartReleasesSelectorNotFound

NewGetAPIV2ChartReleasesSelectorNotFound creates a GetAPIV2ChartReleasesSelectorNotFound with default headers values

func (*GetAPIV2ChartReleasesSelectorNotFound) Error

func (*GetAPIV2ChartReleasesSelectorNotFound) GetPayload

type GetAPIV2ChartReleasesSelectorOK

type GetAPIV2ChartReleasesSelectorOK struct {
	Payload *models.V2controllersChartRelease
}
GetAPIV2ChartReleasesSelectorOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2ChartReleasesSelectorOK

func NewGetAPIV2ChartReleasesSelectorOK() *GetAPIV2ChartReleasesSelectorOK

NewGetAPIV2ChartReleasesSelectorOK creates a GetAPIV2ChartReleasesSelectorOK with default headers values

func (*GetAPIV2ChartReleasesSelectorOK) Error

func (*GetAPIV2ChartReleasesSelectorOK) GetPayload

type GetAPIV2ChartReleasesSelectorParams

type GetAPIV2ChartReleasesSelectorParams struct {

	/* Selector.

	   The ChartRelease to get's selector
	*/
	Selector string

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

GetAPIV2ChartReleasesSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 chart releases selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2ChartReleasesSelectorParams

func NewGetAPIV2ChartReleasesSelectorParams() *GetAPIV2ChartReleasesSelectorParams

NewGetAPIV2ChartReleasesSelectorParams creates a new GetAPIV2ChartReleasesSelectorParams 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 NewGetAPIV2ChartReleasesSelectorParamsWithContext

func NewGetAPIV2ChartReleasesSelectorParamsWithContext(ctx context.Context) *GetAPIV2ChartReleasesSelectorParams

NewGetAPIV2ChartReleasesSelectorParamsWithContext creates a new GetAPIV2ChartReleasesSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2ChartReleasesSelectorParamsWithHTTPClient

func NewGetAPIV2ChartReleasesSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2ChartReleasesSelectorParams

NewGetAPIV2ChartReleasesSelectorParamsWithHTTPClient creates a new GetAPIV2ChartReleasesSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2ChartReleasesSelectorParamsWithTimeout

func NewGetAPIV2ChartReleasesSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2ChartReleasesSelectorParams

NewGetAPIV2ChartReleasesSelectorParamsWithTimeout creates a new GetAPIV2ChartReleasesSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2ChartReleasesSelectorParams) SetContext

SetContext adds the context to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) SetDefaults

func (o *GetAPIV2ChartReleasesSelectorParams) SetDefaults()

SetDefaults hydrates default values in the get API v2 chart releases selector params (not the query body).

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

func (*GetAPIV2ChartReleasesSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) SetSelector

func (o *GetAPIV2ChartReleasesSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) SetTimeout

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

SetTimeout adds the timeout to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) WithContext

WithContext adds the context to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) WithDefaults

WithDefaults hydrates default values in the get API v2 chart releases selector params (not the query body).

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

func (*GetAPIV2ChartReleasesSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) WithSelector

WithSelector adds the selector to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) WithTimeout

WithTimeout adds the timeout to the get API v2 chart releases selector params

func (*GetAPIV2ChartReleasesSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired

type GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2ChartReleasesSelectorProxyAuthenticationRequired

func NewGetAPIV2ChartReleasesSelectorProxyAuthenticationRequired() *GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired

NewGetAPIV2ChartReleasesSelectorProxyAuthenticationRequired creates a GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired) Error

func (*GetAPIV2ChartReleasesSelectorProxyAuthenticationRequired) GetPayload

type GetAPIV2ChartReleasesSelectorReader

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

GetAPIV2ChartReleasesSelectorReader is a Reader for the GetAPIV2ChartReleasesSelector structure.

func (*GetAPIV2ChartReleasesSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2SelectorsChartReleasesSelectorBadRequest

type GetAPIV2SelectorsChartReleasesSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsChartReleasesSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetAPIV2SelectorsChartReleasesSelectorBadRequest

func NewGetAPIV2SelectorsChartReleasesSelectorBadRequest() *GetAPIV2SelectorsChartReleasesSelectorBadRequest

NewGetAPIV2SelectorsChartReleasesSelectorBadRequest creates a GetAPIV2SelectorsChartReleasesSelectorBadRequest with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorBadRequest) Error

func (*GetAPIV2SelectorsChartReleasesSelectorBadRequest) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorConflict

type GetAPIV2SelectorsChartReleasesSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsChartReleasesSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewGetAPIV2SelectorsChartReleasesSelectorConflict

func NewGetAPIV2SelectorsChartReleasesSelectorConflict() *GetAPIV2SelectorsChartReleasesSelectorConflict

NewGetAPIV2SelectorsChartReleasesSelectorConflict creates a GetAPIV2SelectorsChartReleasesSelectorConflict with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorConflict) Error

func (*GetAPIV2SelectorsChartReleasesSelectorConflict) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorForbidden

type GetAPIV2SelectorsChartReleasesSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsChartReleasesSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetAPIV2SelectorsChartReleasesSelectorForbidden

func NewGetAPIV2SelectorsChartReleasesSelectorForbidden() *GetAPIV2SelectorsChartReleasesSelectorForbidden

NewGetAPIV2SelectorsChartReleasesSelectorForbidden creates a GetAPIV2SelectorsChartReleasesSelectorForbidden with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorForbidden) Error

func (*GetAPIV2SelectorsChartReleasesSelectorForbidden) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorInternalServerError

type GetAPIV2SelectorsChartReleasesSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsChartReleasesSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetAPIV2SelectorsChartReleasesSelectorInternalServerError

func NewGetAPIV2SelectorsChartReleasesSelectorInternalServerError() *GetAPIV2SelectorsChartReleasesSelectorInternalServerError

NewGetAPIV2SelectorsChartReleasesSelectorInternalServerError creates a GetAPIV2SelectorsChartReleasesSelectorInternalServerError with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorInternalServerError) Error

func (*GetAPIV2SelectorsChartReleasesSelectorInternalServerError) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorNotFound

type GetAPIV2SelectorsChartReleasesSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsChartReleasesSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewGetAPIV2SelectorsChartReleasesSelectorNotFound

func NewGetAPIV2SelectorsChartReleasesSelectorNotFound() *GetAPIV2SelectorsChartReleasesSelectorNotFound

NewGetAPIV2SelectorsChartReleasesSelectorNotFound creates a GetAPIV2SelectorsChartReleasesSelectorNotFound with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorNotFound) Error

func (*GetAPIV2SelectorsChartReleasesSelectorNotFound) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorOK

type GetAPIV2SelectorsChartReleasesSelectorOK struct {
	Payload []string
}
GetAPIV2SelectorsChartReleasesSelectorOK describes a response with status code 200, with default header values.

OK

func NewGetAPIV2SelectorsChartReleasesSelectorOK

func NewGetAPIV2SelectorsChartReleasesSelectorOK() *GetAPIV2SelectorsChartReleasesSelectorOK

NewGetAPIV2SelectorsChartReleasesSelectorOK creates a GetAPIV2SelectorsChartReleasesSelectorOK with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorOK) Error

func (*GetAPIV2SelectorsChartReleasesSelectorOK) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorParams

type GetAPIV2SelectorsChartReleasesSelectorParams struct {

	/* Selector.

	   The selector of the ChartRelease to list other selectors for
	*/
	Selector string

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

GetAPIV2SelectorsChartReleasesSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 selectors chart releases selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2SelectorsChartReleasesSelectorParams

func NewGetAPIV2SelectorsChartReleasesSelectorParams() *GetAPIV2SelectorsChartReleasesSelectorParams

NewGetAPIV2SelectorsChartReleasesSelectorParams creates a new GetAPIV2SelectorsChartReleasesSelectorParams 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 NewGetAPIV2SelectorsChartReleasesSelectorParamsWithContext

func NewGetAPIV2SelectorsChartReleasesSelectorParamsWithContext(ctx context.Context) *GetAPIV2SelectorsChartReleasesSelectorParams

NewGetAPIV2SelectorsChartReleasesSelectorParamsWithContext creates a new GetAPIV2SelectorsChartReleasesSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2SelectorsChartReleasesSelectorParamsWithHTTPClient

func NewGetAPIV2SelectorsChartReleasesSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2SelectorsChartReleasesSelectorParams

NewGetAPIV2SelectorsChartReleasesSelectorParamsWithHTTPClient creates a new GetAPIV2SelectorsChartReleasesSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2SelectorsChartReleasesSelectorParamsWithTimeout

func NewGetAPIV2SelectorsChartReleasesSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2SelectorsChartReleasesSelectorParams

NewGetAPIV2SelectorsChartReleasesSelectorParamsWithTimeout creates a new GetAPIV2SelectorsChartReleasesSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2SelectorsChartReleasesSelectorParams) SetContext

SetContext adds the context to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) SetDefaults

SetDefaults hydrates default values in the get API v2 selectors chart releases selector params (not the query body).

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

func (*GetAPIV2SelectorsChartReleasesSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) SetSelector

func (o *GetAPIV2SelectorsChartReleasesSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) SetTimeout

SetTimeout adds the timeout to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) WithContext

WithContext adds the context to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) WithDefaults

WithDefaults hydrates default values in the get API v2 selectors chart releases selector params (not the query body).

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

func (*GetAPIV2SelectorsChartReleasesSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) WithSelector

WithSelector adds the selector to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) WithTimeout

WithTimeout adds the timeout to the get API v2 selectors chart releases selector params

func (*GetAPIV2SelectorsChartReleasesSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired

type GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewGetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired

func NewGetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired() *GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired

NewGetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired creates a GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired) Error

func (*GetAPIV2SelectorsChartReleasesSelectorProxyAuthenticationRequired) GetPayload

type GetAPIV2SelectorsChartReleasesSelectorReader

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

GetAPIV2SelectorsChartReleasesSelectorReader is a Reader for the GetAPIV2SelectorsChartReleasesSelector structure.

func (*GetAPIV2SelectorsChartReleasesSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchAPIV2ChartReleasesSelectorBadRequest

type PatchAPIV2ChartReleasesSelectorBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2ChartReleasesSelectorBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPatchAPIV2ChartReleasesSelectorBadRequest

func NewPatchAPIV2ChartReleasesSelectorBadRequest() *PatchAPIV2ChartReleasesSelectorBadRequest

NewPatchAPIV2ChartReleasesSelectorBadRequest creates a PatchAPIV2ChartReleasesSelectorBadRequest with default headers values

func (*PatchAPIV2ChartReleasesSelectorBadRequest) Error

func (*PatchAPIV2ChartReleasesSelectorBadRequest) GetPayload

type PatchAPIV2ChartReleasesSelectorConflict

type PatchAPIV2ChartReleasesSelectorConflict struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2ChartReleasesSelectorConflict describes a response with status code 409, with default header values.

Conflict

func NewPatchAPIV2ChartReleasesSelectorConflict

func NewPatchAPIV2ChartReleasesSelectorConflict() *PatchAPIV2ChartReleasesSelectorConflict

NewPatchAPIV2ChartReleasesSelectorConflict creates a PatchAPIV2ChartReleasesSelectorConflict with default headers values

func (*PatchAPIV2ChartReleasesSelectorConflict) Error

func (*PatchAPIV2ChartReleasesSelectorConflict) GetPayload

type PatchAPIV2ChartReleasesSelectorForbidden

type PatchAPIV2ChartReleasesSelectorForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2ChartReleasesSelectorForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPatchAPIV2ChartReleasesSelectorForbidden

func NewPatchAPIV2ChartReleasesSelectorForbidden() *PatchAPIV2ChartReleasesSelectorForbidden

NewPatchAPIV2ChartReleasesSelectorForbidden creates a PatchAPIV2ChartReleasesSelectorForbidden with default headers values

func (*PatchAPIV2ChartReleasesSelectorForbidden) Error

func (*PatchAPIV2ChartReleasesSelectorForbidden) GetPayload

type PatchAPIV2ChartReleasesSelectorInternalServerError

type PatchAPIV2ChartReleasesSelectorInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2ChartReleasesSelectorInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPatchAPIV2ChartReleasesSelectorInternalServerError

func NewPatchAPIV2ChartReleasesSelectorInternalServerError() *PatchAPIV2ChartReleasesSelectorInternalServerError

NewPatchAPIV2ChartReleasesSelectorInternalServerError creates a PatchAPIV2ChartReleasesSelectorInternalServerError with default headers values

func (*PatchAPIV2ChartReleasesSelectorInternalServerError) Error

func (*PatchAPIV2ChartReleasesSelectorInternalServerError) GetPayload

type PatchAPIV2ChartReleasesSelectorNotFound

type PatchAPIV2ChartReleasesSelectorNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2ChartReleasesSelectorNotFound describes a response with status code 404, with default header values.

Not Found

func NewPatchAPIV2ChartReleasesSelectorNotFound

func NewPatchAPIV2ChartReleasesSelectorNotFound() *PatchAPIV2ChartReleasesSelectorNotFound

NewPatchAPIV2ChartReleasesSelectorNotFound creates a PatchAPIV2ChartReleasesSelectorNotFound with default headers values

func (*PatchAPIV2ChartReleasesSelectorNotFound) Error

func (*PatchAPIV2ChartReleasesSelectorNotFound) GetPayload

type PatchAPIV2ChartReleasesSelectorOK

type PatchAPIV2ChartReleasesSelectorOK struct {
	Payload *models.V2controllersChartRelease
}
PatchAPIV2ChartReleasesSelectorOK describes a response with status code 200, with default header values.

OK

func NewPatchAPIV2ChartReleasesSelectorOK

func NewPatchAPIV2ChartReleasesSelectorOK() *PatchAPIV2ChartReleasesSelectorOK

NewPatchAPIV2ChartReleasesSelectorOK creates a PatchAPIV2ChartReleasesSelectorOK with default headers values

func (*PatchAPIV2ChartReleasesSelectorOK) Error

func (*PatchAPIV2ChartReleasesSelectorOK) GetPayload

type PatchAPIV2ChartReleasesSelectorParams

type PatchAPIV2ChartReleasesSelectorParams struct {

	/* ChartRelease.

	   The edits to make to the ChartRelease
	*/
	ChartRelease *models.V2controllersEditableChartRelease

	/* Selector.

	   The ChartRelease to edit's selector
	*/
	Selector string

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

PatchAPIV2ChartReleasesSelectorParams contains all the parameters to send to the API endpoint

for the patch API v2 chart releases selector operation.

Typically these are written to a http.Request.

func NewPatchAPIV2ChartReleasesSelectorParams

func NewPatchAPIV2ChartReleasesSelectorParams() *PatchAPIV2ChartReleasesSelectorParams

NewPatchAPIV2ChartReleasesSelectorParams creates a new PatchAPIV2ChartReleasesSelectorParams 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 NewPatchAPIV2ChartReleasesSelectorParamsWithContext

func NewPatchAPIV2ChartReleasesSelectorParamsWithContext(ctx context.Context) *PatchAPIV2ChartReleasesSelectorParams

NewPatchAPIV2ChartReleasesSelectorParamsWithContext creates a new PatchAPIV2ChartReleasesSelectorParams object with the ability to set a context for a request.

func NewPatchAPIV2ChartReleasesSelectorParamsWithHTTPClient

func NewPatchAPIV2ChartReleasesSelectorParamsWithHTTPClient(client *http.Client) *PatchAPIV2ChartReleasesSelectorParams

NewPatchAPIV2ChartReleasesSelectorParamsWithHTTPClient creates a new PatchAPIV2ChartReleasesSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewPatchAPIV2ChartReleasesSelectorParamsWithTimeout

func NewPatchAPIV2ChartReleasesSelectorParamsWithTimeout(timeout time.Duration) *PatchAPIV2ChartReleasesSelectorParams

NewPatchAPIV2ChartReleasesSelectorParamsWithTimeout creates a new PatchAPIV2ChartReleasesSelectorParams object with the ability to set a timeout on a request.

func (*PatchAPIV2ChartReleasesSelectorParams) SetChartRelease

SetChartRelease adds the chartRelease to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) SetContext

SetContext adds the context to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) SetDefaults

func (o *PatchAPIV2ChartReleasesSelectorParams) SetDefaults()

SetDefaults hydrates default values in the patch API v2 chart releases selector params (not the query body).

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

func (*PatchAPIV2ChartReleasesSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) SetSelector

func (o *PatchAPIV2ChartReleasesSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) SetTimeout

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

SetTimeout adds the timeout to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) WithChartRelease

WithChartRelease adds the chartRelease to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) WithContext

WithContext adds the context to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) WithDefaults

WithDefaults hydrates default values in the patch API v2 chart releases selector params (not the query body).

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

func (*PatchAPIV2ChartReleasesSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) WithSelector

WithSelector adds the selector to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) WithTimeout

WithTimeout adds the timeout to the patch API v2 chart releases selector params

func (*PatchAPIV2ChartReleasesSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired

type PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired

func NewPatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired() *PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired

NewPatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired creates a PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired with default headers values

func (*PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired) Error

func (*PatchAPIV2ChartReleasesSelectorProxyAuthenticationRequired) GetPayload

type PatchAPIV2ChartReleasesSelectorReader

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

PatchAPIV2ChartReleasesSelectorReader is a Reader for the PatchAPIV2ChartReleasesSelector structure.

func (*PatchAPIV2ChartReleasesSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIV2ChartReleasesBadRequest

type PostAPIV2ChartReleasesBadRequest struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ChartReleasesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostAPIV2ChartReleasesBadRequest

func NewPostAPIV2ChartReleasesBadRequest() *PostAPIV2ChartReleasesBadRequest

NewPostAPIV2ChartReleasesBadRequest creates a PostAPIV2ChartReleasesBadRequest with default headers values

func (*PostAPIV2ChartReleasesBadRequest) Error

func (*PostAPIV2ChartReleasesBadRequest) GetPayload

type PostAPIV2ChartReleasesConflict

type PostAPIV2ChartReleasesConflict struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ChartReleasesConflict describes a response with status code 409, with default header values.

Conflict

func NewPostAPIV2ChartReleasesConflict

func NewPostAPIV2ChartReleasesConflict() *PostAPIV2ChartReleasesConflict

NewPostAPIV2ChartReleasesConflict creates a PostAPIV2ChartReleasesConflict with default headers values

func (*PostAPIV2ChartReleasesConflict) Error

func (*PostAPIV2ChartReleasesConflict) GetPayload

type PostAPIV2ChartReleasesCreated added in v0.0.29

type PostAPIV2ChartReleasesCreated struct {
	Payload *models.V2controllersChartRelease
}
PostAPIV2ChartReleasesCreated describes a response with status code 201, with default header values.

Created

func NewPostAPIV2ChartReleasesCreated added in v0.0.29

func NewPostAPIV2ChartReleasesCreated() *PostAPIV2ChartReleasesCreated

NewPostAPIV2ChartReleasesCreated creates a PostAPIV2ChartReleasesCreated with default headers values

func (*PostAPIV2ChartReleasesCreated) Error added in v0.0.29

func (*PostAPIV2ChartReleasesCreated) GetPayload added in v0.0.29

type PostAPIV2ChartReleasesForbidden

type PostAPIV2ChartReleasesForbidden struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ChartReleasesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewPostAPIV2ChartReleasesForbidden

func NewPostAPIV2ChartReleasesForbidden() *PostAPIV2ChartReleasesForbidden

NewPostAPIV2ChartReleasesForbidden creates a PostAPIV2ChartReleasesForbidden with default headers values

func (*PostAPIV2ChartReleasesForbidden) Error

func (*PostAPIV2ChartReleasesForbidden) GetPayload

type PostAPIV2ChartReleasesInternalServerError

type PostAPIV2ChartReleasesInternalServerError struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ChartReleasesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostAPIV2ChartReleasesInternalServerError

func NewPostAPIV2ChartReleasesInternalServerError() *PostAPIV2ChartReleasesInternalServerError

NewPostAPIV2ChartReleasesInternalServerError creates a PostAPIV2ChartReleasesInternalServerError with default headers values

func (*PostAPIV2ChartReleasesInternalServerError) Error

func (*PostAPIV2ChartReleasesInternalServerError) GetPayload

type PostAPIV2ChartReleasesNotFound

type PostAPIV2ChartReleasesNotFound struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ChartReleasesNotFound describes a response with status code 404, with default header values.

Not Found

func NewPostAPIV2ChartReleasesNotFound

func NewPostAPIV2ChartReleasesNotFound() *PostAPIV2ChartReleasesNotFound

NewPostAPIV2ChartReleasesNotFound creates a PostAPIV2ChartReleasesNotFound with default headers values

func (*PostAPIV2ChartReleasesNotFound) Error

func (*PostAPIV2ChartReleasesNotFound) GetPayload

type PostAPIV2ChartReleasesOK

type PostAPIV2ChartReleasesOK struct {
	Payload *models.V2controllersChartRelease
}
PostAPIV2ChartReleasesOK describes a response with status code 200, with default header values.

OK

func NewPostAPIV2ChartReleasesOK

func NewPostAPIV2ChartReleasesOK() *PostAPIV2ChartReleasesOK

NewPostAPIV2ChartReleasesOK creates a PostAPIV2ChartReleasesOK with default headers values

func (*PostAPIV2ChartReleasesOK) Error

func (o *PostAPIV2ChartReleasesOK) Error() string

func (*PostAPIV2ChartReleasesOK) GetPayload

type PostAPIV2ChartReleasesParams

type PostAPIV2ChartReleasesParams struct {

	/* ChartRelease.

	   The ChartRelease to create
	*/
	ChartRelease *models.V2controllersCreatableChartRelease

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

PostAPIV2ChartReleasesParams contains all the parameters to send to the API endpoint

for the post API v2 chart releases operation.

Typically these are written to a http.Request.

func NewPostAPIV2ChartReleasesParams

func NewPostAPIV2ChartReleasesParams() *PostAPIV2ChartReleasesParams

NewPostAPIV2ChartReleasesParams creates a new PostAPIV2ChartReleasesParams 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 NewPostAPIV2ChartReleasesParamsWithContext

func NewPostAPIV2ChartReleasesParamsWithContext(ctx context.Context) *PostAPIV2ChartReleasesParams

NewPostAPIV2ChartReleasesParamsWithContext creates a new PostAPIV2ChartReleasesParams object with the ability to set a context for a request.

func NewPostAPIV2ChartReleasesParamsWithHTTPClient

func NewPostAPIV2ChartReleasesParamsWithHTTPClient(client *http.Client) *PostAPIV2ChartReleasesParams

NewPostAPIV2ChartReleasesParamsWithHTTPClient creates a new PostAPIV2ChartReleasesParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIV2ChartReleasesParamsWithTimeout

func NewPostAPIV2ChartReleasesParamsWithTimeout(timeout time.Duration) *PostAPIV2ChartReleasesParams

NewPostAPIV2ChartReleasesParamsWithTimeout creates a new PostAPIV2ChartReleasesParams object with the ability to set a timeout on a request.

func (*PostAPIV2ChartReleasesParams) SetChartRelease

SetChartRelease adds the chartRelease to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) SetContext

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

SetContext adds the context to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) SetDefaults

func (o *PostAPIV2ChartReleasesParams) SetDefaults()

SetDefaults hydrates default values in the post API v2 chart releases params (not the query body).

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

func (*PostAPIV2ChartReleasesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) SetTimeout

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

SetTimeout adds the timeout to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) WithChartRelease

WithChartRelease adds the chartRelease to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) WithContext

WithContext adds the context to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) WithDefaults

WithDefaults hydrates default values in the post API v2 chart releases params (not the query body).

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

func (*PostAPIV2ChartReleasesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) WithTimeout

WithTimeout adds the timeout to the post API v2 chart releases params

func (*PostAPIV2ChartReleasesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIV2ChartReleasesProxyAuthenticationRequired

type PostAPIV2ChartReleasesProxyAuthenticationRequired struct {
	Payload *models.ErrorsErrorResponse
}
PostAPIV2ChartReleasesProxyAuthenticationRequired describes a response with status code 407, with default header values.

Proxy Authentication Required

func NewPostAPIV2ChartReleasesProxyAuthenticationRequired

func NewPostAPIV2ChartReleasesProxyAuthenticationRequired() *PostAPIV2ChartReleasesProxyAuthenticationRequired

NewPostAPIV2ChartReleasesProxyAuthenticationRequired creates a PostAPIV2ChartReleasesProxyAuthenticationRequired with default headers values

func (*PostAPIV2ChartReleasesProxyAuthenticationRequired) Error

func (*PostAPIV2ChartReleasesProxyAuthenticationRequired) GetPayload

type PostAPIV2ChartReleasesReader

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

PostAPIV2ChartReleasesReader is a Reader for the PostAPIV2ChartReleases structure.

func (*PostAPIV2ChartReleasesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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