chart_deploy_records

package
v0.1.50 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 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 deploy records API

func (*Client) GetAPIV2ChartDeployRecords

func (a *Client) GetAPIV2ChartDeployRecords(params *GetAPIV2ChartDeployRecordsParams, opts ...ClientOption) (*GetAPIV2ChartDeployRecordsOK, error)

GetAPIV2ChartDeployRecords lists chart deploy record entries

List existing ChartDeployRecord entries, ordered by most recently updated.

func (*Client) GetAPIV2ChartDeployRecordsSelector

func (a *Client) GetAPIV2ChartDeployRecordsSelector(params *GetAPIV2ChartDeployRecordsSelectorParams, opts ...ClientOption) (*GetAPIV2ChartDeployRecordsSelectorOK, error)

GetAPIV2ChartDeployRecordsSelector gets a chart deploy record entry

Get an existing ChartDeployRecord entry via one its "selector"--its numeric ID.

func (*Client) GetAPIV2SelectorsChartDeployRecordsSelector

func (a *Client) GetAPIV2SelectorsChartDeployRecordsSelector(params *GetAPIV2SelectorsChartDeployRecordsSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsChartDeployRecordsSelectorOK, error)

GetAPIV2SelectorsChartDeployRecordsSelector lists chart deploy record selectors

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

func (*Client) PostAPIV2ChartDeployRecords

PostAPIV2ChartDeployRecords creates a new chart deploy record entry

Create a new ChartDeployRecord entry. Note that fields are immutable after creation.

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 {
	GetAPIV2ChartDeployRecords(params *GetAPIV2ChartDeployRecordsParams, opts ...ClientOption) (*GetAPIV2ChartDeployRecordsOK, error)

	GetAPIV2ChartDeployRecordsSelector(params *GetAPIV2ChartDeployRecordsSelectorParams, opts ...ClientOption) (*GetAPIV2ChartDeployRecordsSelectorOK, error)

	GetAPIV2SelectorsChartDeployRecordsSelector(params *GetAPIV2SelectorsChartDeployRecordsSelectorParams, opts ...ClientOption) (*GetAPIV2SelectorsChartDeployRecordsSelectorOK, error)

	PostAPIV2ChartDeployRecords(params *PostAPIV2ChartDeployRecordsParams, opts ...ClientOption) (*PostAPIV2ChartDeployRecordsOK, *PostAPIV2ChartDeployRecordsCreated, 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 deploy records API client.

type GetAPIV2ChartDeployRecordsBadRequest

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

Bad Request

func NewGetAPIV2ChartDeployRecordsBadRequest

func NewGetAPIV2ChartDeployRecordsBadRequest() *GetAPIV2ChartDeployRecordsBadRequest

NewGetAPIV2ChartDeployRecordsBadRequest creates a GetAPIV2ChartDeployRecordsBadRequest with default headers values

func (*GetAPIV2ChartDeployRecordsBadRequest) Error

func (*GetAPIV2ChartDeployRecordsBadRequest) GetPayload

type GetAPIV2ChartDeployRecordsConflict

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

Conflict

func NewGetAPIV2ChartDeployRecordsConflict

func NewGetAPIV2ChartDeployRecordsConflict() *GetAPIV2ChartDeployRecordsConflict

NewGetAPIV2ChartDeployRecordsConflict creates a GetAPIV2ChartDeployRecordsConflict with default headers values

func (*GetAPIV2ChartDeployRecordsConflict) Error

func (*GetAPIV2ChartDeployRecordsConflict) GetPayload

type GetAPIV2ChartDeployRecordsForbidden

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

Forbidden

func NewGetAPIV2ChartDeployRecordsForbidden

func NewGetAPIV2ChartDeployRecordsForbidden() *GetAPIV2ChartDeployRecordsForbidden

NewGetAPIV2ChartDeployRecordsForbidden creates a GetAPIV2ChartDeployRecordsForbidden with default headers values

func (*GetAPIV2ChartDeployRecordsForbidden) Error

func (*GetAPIV2ChartDeployRecordsForbidden) GetPayload

type GetAPIV2ChartDeployRecordsInternalServerError

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

Internal Server Error

func NewGetAPIV2ChartDeployRecordsInternalServerError

func NewGetAPIV2ChartDeployRecordsInternalServerError() *GetAPIV2ChartDeployRecordsInternalServerError

NewGetAPIV2ChartDeployRecordsInternalServerError creates a GetAPIV2ChartDeployRecordsInternalServerError with default headers values

func (*GetAPIV2ChartDeployRecordsInternalServerError) Error

func (*GetAPIV2ChartDeployRecordsInternalServerError) GetPayload

type GetAPIV2ChartDeployRecordsNotFound

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

Not Found

func NewGetAPIV2ChartDeployRecordsNotFound

func NewGetAPIV2ChartDeployRecordsNotFound() *GetAPIV2ChartDeployRecordsNotFound

NewGetAPIV2ChartDeployRecordsNotFound creates a GetAPIV2ChartDeployRecordsNotFound with default headers values

func (*GetAPIV2ChartDeployRecordsNotFound) Error

func (*GetAPIV2ChartDeployRecordsNotFound) GetPayload

type GetAPIV2ChartDeployRecordsOK

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

OK

func NewGetAPIV2ChartDeployRecordsOK

func NewGetAPIV2ChartDeployRecordsOK() *GetAPIV2ChartDeployRecordsOK

NewGetAPIV2ChartDeployRecordsOK creates a GetAPIV2ChartDeployRecordsOK with default headers values

func (*GetAPIV2ChartDeployRecordsOK) Error

func (*GetAPIV2ChartDeployRecordsOK) GetPayload

type GetAPIV2ChartDeployRecordsParams

type GetAPIV2ChartDeployRecordsParams struct {

	/* ChartRelease.

	   Required when creating
	*/
	ChartRelease *string

	// CreatedAt.
	CreatedAt *string

	/* ExactAppVersion.

	   When creating, will default to the value currently held by the chart release
	*/
	ExactAppVersion *string

	/* ExactChartVersion.

	   When creating, will default to the value currently held by the chart release
	*/
	ExactChartVersion *string

	/* HelmfileRef.

	   When creating, will default to the value currently held by the chart release
	*/
	HelmfileRef *string

	// ID.
	ID *int64

	/* Limit.

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

	// UpdatedAt.
	UpdatedAt *string

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

GetAPIV2ChartDeployRecordsParams contains all the parameters to send to the API endpoint

for the get API v2 chart deploy records operation.

Typically these are written to a http.Request.

func NewGetAPIV2ChartDeployRecordsParams

func NewGetAPIV2ChartDeployRecordsParams() *GetAPIV2ChartDeployRecordsParams

NewGetAPIV2ChartDeployRecordsParams creates a new GetAPIV2ChartDeployRecordsParams 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 NewGetAPIV2ChartDeployRecordsParamsWithContext

func NewGetAPIV2ChartDeployRecordsParamsWithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsParams

NewGetAPIV2ChartDeployRecordsParamsWithContext creates a new GetAPIV2ChartDeployRecordsParams object with the ability to set a context for a request.

func NewGetAPIV2ChartDeployRecordsParamsWithHTTPClient

func NewGetAPIV2ChartDeployRecordsParamsWithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsParams

NewGetAPIV2ChartDeployRecordsParamsWithHTTPClient creates a new GetAPIV2ChartDeployRecordsParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2ChartDeployRecordsParamsWithTimeout

func NewGetAPIV2ChartDeployRecordsParamsWithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsParams

NewGetAPIV2ChartDeployRecordsParamsWithTimeout creates a new GetAPIV2ChartDeployRecordsParams object with the ability to set a timeout on a request.

func (*GetAPIV2ChartDeployRecordsParams) SetChartRelease

func (o *GetAPIV2ChartDeployRecordsParams) SetChartRelease(chartRelease *string)

SetChartRelease adds the chartRelease to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetContext

SetContext adds the context to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetCreatedAt

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

SetCreatedAt adds the createdAt to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetDefaults

func (o *GetAPIV2ChartDeployRecordsParams) SetDefaults()

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

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

func (*GetAPIV2ChartDeployRecordsParams) SetExactAppVersion

func (o *GetAPIV2ChartDeployRecordsParams) SetExactAppVersion(exactAppVersion *string)

SetExactAppVersion adds the exactAppVersion to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetExactChartVersion

func (o *GetAPIV2ChartDeployRecordsParams) SetExactChartVersion(exactChartVersion *string)

SetExactChartVersion adds the exactChartVersion to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetHelmfileRef

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

SetHelmfileRef adds the helmfileRef to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetID

SetID adds the id to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetLimit

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

SetLimit adds the limit to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetTimeout

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

SetTimeout adds the timeout to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) SetUpdatedAt

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

SetUpdatedAt adds the updatedAt to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithChartRelease

func (o *GetAPIV2ChartDeployRecordsParams) WithChartRelease(chartRelease *string) *GetAPIV2ChartDeployRecordsParams

WithChartRelease adds the chartRelease to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithContext

WithContext adds the context to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithCreatedAt

WithCreatedAt adds the createdAt to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithDefaults

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

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

func (*GetAPIV2ChartDeployRecordsParams) WithExactAppVersion

func (o *GetAPIV2ChartDeployRecordsParams) WithExactAppVersion(exactAppVersion *string) *GetAPIV2ChartDeployRecordsParams

WithExactAppVersion adds the exactAppVersion to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithExactChartVersion

func (o *GetAPIV2ChartDeployRecordsParams) WithExactChartVersion(exactChartVersion *string) *GetAPIV2ChartDeployRecordsParams

WithExactChartVersion adds the exactChartVersion to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithHelmfileRef

WithHelmfileRef adds the helmfileRef to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithID

WithID adds the id to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithLimit

WithLimit adds the limit to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithTimeout

WithTimeout adds the timeout to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WithUpdatedAt

WithUpdatedAt adds the updatedAt to the get API v2 chart deploy records params

func (*GetAPIV2ChartDeployRecordsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2ChartDeployRecordsProxyAuthenticationRequired

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

Proxy Authentication Required

func NewGetAPIV2ChartDeployRecordsProxyAuthenticationRequired

func NewGetAPIV2ChartDeployRecordsProxyAuthenticationRequired() *GetAPIV2ChartDeployRecordsProxyAuthenticationRequired

NewGetAPIV2ChartDeployRecordsProxyAuthenticationRequired creates a GetAPIV2ChartDeployRecordsProxyAuthenticationRequired with default headers values

func (*GetAPIV2ChartDeployRecordsProxyAuthenticationRequired) Error

func (*GetAPIV2ChartDeployRecordsProxyAuthenticationRequired) GetPayload

type GetAPIV2ChartDeployRecordsReader

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

GetAPIV2ChartDeployRecordsReader is a Reader for the GetAPIV2ChartDeployRecords structure.

func (*GetAPIV2ChartDeployRecordsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2ChartDeployRecordsSelectorBadRequest

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

Bad Request

func NewGetAPIV2ChartDeployRecordsSelectorBadRequest

func NewGetAPIV2ChartDeployRecordsSelectorBadRequest() *GetAPIV2ChartDeployRecordsSelectorBadRequest

NewGetAPIV2ChartDeployRecordsSelectorBadRequest creates a GetAPIV2ChartDeployRecordsSelectorBadRequest with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorBadRequest) Error

func (*GetAPIV2ChartDeployRecordsSelectorBadRequest) GetPayload

type GetAPIV2ChartDeployRecordsSelectorConflict

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

Conflict

func NewGetAPIV2ChartDeployRecordsSelectorConflict

func NewGetAPIV2ChartDeployRecordsSelectorConflict() *GetAPIV2ChartDeployRecordsSelectorConflict

NewGetAPIV2ChartDeployRecordsSelectorConflict creates a GetAPIV2ChartDeployRecordsSelectorConflict with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorConflict) Error

func (*GetAPIV2ChartDeployRecordsSelectorConflict) GetPayload

type GetAPIV2ChartDeployRecordsSelectorForbidden

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

Forbidden

func NewGetAPIV2ChartDeployRecordsSelectorForbidden

func NewGetAPIV2ChartDeployRecordsSelectorForbidden() *GetAPIV2ChartDeployRecordsSelectorForbidden

NewGetAPIV2ChartDeployRecordsSelectorForbidden creates a GetAPIV2ChartDeployRecordsSelectorForbidden with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorForbidden) Error

func (*GetAPIV2ChartDeployRecordsSelectorForbidden) GetPayload

type GetAPIV2ChartDeployRecordsSelectorInternalServerError

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

Internal Server Error

func NewGetAPIV2ChartDeployRecordsSelectorInternalServerError

func NewGetAPIV2ChartDeployRecordsSelectorInternalServerError() *GetAPIV2ChartDeployRecordsSelectorInternalServerError

NewGetAPIV2ChartDeployRecordsSelectorInternalServerError creates a GetAPIV2ChartDeployRecordsSelectorInternalServerError with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorInternalServerError) Error

func (*GetAPIV2ChartDeployRecordsSelectorInternalServerError) GetPayload

type GetAPIV2ChartDeployRecordsSelectorNotFound

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

Not Found

func NewGetAPIV2ChartDeployRecordsSelectorNotFound

func NewGetAPIV2ChartDeployRecordsSelectorNotFound() *GetAPIV2ChartDeployRecordsSelectorNotFound

NewGetAPIV2ChartDeployRecordsSelectorNotFound creates a GetAPIV2ChartDeployRecordsSelectorNotFound with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorNotFound) Error

func (*GetAPIV2ChartDeployRecordsSelectorNotFound) GetPayload

type GetAPIV2ChartDeployRecordsSelectorOK

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

OK

func NewGetAPIV2ChartDeployRecordsSelectorOK

func NewGetAPIV2ChartDeployRecordsSelectorOK() *GetAPIV2ChartDeployRecordsSelectorOK

NewGetAPIV2ChartDeployRecordsSelectorOK creates a GetAPIV2ChartDeployRecordsSelectorOK with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorOK) Error

func (*GetAPIV2ChartDeployRecordsSelectorOK) GetPayload

type GetAPIV2ChartDeployRecordsSelectorParams

type GetAPIV2ChartDeployRecordsSelectorParams struct {

	/* Selector.

	   The ChartDeployRecord to get's selector: name or numeric ID
	*/
	Selector string

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

GetAPIV2ChartDeployRecordsSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 chart deploy records selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2ChartDeployRecordsSelectorParams

func NewGetAPIV2ChartDeployRecordsSelectorParams() *GetAPIV2ChartDeployRecordsSelectorParams

NewGetAPIV2ChartDeployRecordsSelectorParams creates a new GetAPIV2ChartDeployRecordsSelectorParams 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 NewGetAPIV2ChartDeployRecordsSelectorParamsWithContext

func NewGetAPIV2ChartDeployRecordsSelectorParamsWithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsSelectorParams

NewGetAPIV2ChartDeployRecordsSelectorParamsWithContext creates a new GetAPIV2ChartDeployRecordsSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2ChartDeployRecordsSelectorParamsWithHTTPClient

func NewGetAPIV2ChartDeployRecordsSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsSelectorParams

NewGetAPIV2ChartDeployRecordsSelectorParamsWithHTTPClient creates a new GetAPIV2ChartDeployRecordsSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2ChartDeployRecordsSelectorParamsWithTimeout

func NewGetAPIV2ChartDeployRecordsSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsSelectorParams

NewGetAPIV2ChartDeployRecordsSelectorParamsWithTimeout creates a new GetAPIV2ChartDeployRecordsSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2ChartDeployRecordsSelectorParams) SetContext

SetContext adds the context to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) SetDefaults

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

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

func (*GetAPIV2ChartDeployRecordsSelectorParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) SetSelector

func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetSelector(selector string)

SetSelector adds the selector to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) SetTimeout

SetTimeout adds the timeout to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) WithContext

WithContext adds the context to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) WithDefaults

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

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

func (*GetAPIV2ChartDeployRecordsSelectorParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) WithSelector

WithSelector adds the selector to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) WithTimeout

WithTimeout adds the timeout to the get API v2 chart deploy records selector params

func (*GetAPIV2ChartDeployRecordsSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired

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

Proxy Authentication Required

func NewGetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired

func NewGetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired() *GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired

NewGetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired creates a GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired) Error

func (*GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired) GetPayload

type GetAPIV2ChartDeployRecordsSelectorReader

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

GetAPIV2ChartDeployRecordsSelectorReader is a Reader for the GetAPIV2ChartDeployRecordsSelector structure.

func (*GetAPIV2ChartDeployRecordsSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest

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

Bad Request

func NewGetAPIV2SelectorsChartDeployRecordsSelectorBadRequest

func NewGetAPIV2SelectorsChartDeployRecordsSelectorBadRequest() *GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest

NewGetAPIV2SelectorsChartDeployRecordsSelectorBadRequest creates a GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorConflict

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

Conflict

func NewGetAPIV2SelectorsChartDeployRecordsSelectorConflict

func NewGetAPIV2SelectorsChartDeployRecordsSelectorConflict() *GetAPIV2SelectorsChartDeployRecordsSelectorConflict

NewGetAPIV2SelectorsChartDeployRecordsSelectorConflict creates a GetAPIV2SelectorsChartDeployRecordsSelectorConflict with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorConflict) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorConflict) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorForbidden

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

Forbidden

func NewGetAPIV2SelectorsChartDeployRecordsSelectorForbidden

func NewGetAPIV2SelectorsChartDeployRecordsSelectorForbidden() *GetAPIV2SelectorsChartDeployRecordsSelectorForbidden

NewGetAPIV2SelectorsChartDeployRecordsSelectorForbidden creates a GetAPIV2SelectorsChartDeployRecordsSelectorForbidden with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorForbidden) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorForbidden) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError

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

Internal Server Error

func NewGetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError

func NewGetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError() *GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError

NewGetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError creates a GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorNotFound

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

Not Found

func NewGetAPIV2SelectorsChartDeployRecordsSelectorNotFound

func NewGetAPIV2SelectorsChartDeployRecordsSelectorNotFound() *GetAPIV2SelectorsChartDeployRecordsSelectorNotFound

NewGetAPIV2SelectorsChartDeployRecordsSelectorNotFound creates a GetAPIV2SelectorsChartDeployRecordsSelectorNotFound with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorNotFound) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorNotFound) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorOK

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

OK

func NewGetAPIV2SelectorsChartDeployRecordsSelectorOK

func NewGetAPIV2SelectorsChartDeployRecordsSelectorOK() *GetAPIV2SelectorsChartDeployRecordsSelectorOK

NewGetAPIV2SelectorsChartDeployRecordsSelectorOK creates a GetAPIV2SelectorsChartDeployRecordsSelectorOK with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorOK) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorOK) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorParams

type GetAPIV2SelectorsChartDeployRecordsSelectorParams struct {

	/* Selector.

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

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

GetAPIV2SelectorsChartDeployRecordsSelectorParams contains all the parameters to send to the API endpoint

for the get API v2 selectors chart deploy records selector operation.

Typically these are written to a http.Request.

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParams

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParams() *GetAPIV2SelectorsChartDeployRecordsSelectorParams

NewGetAPIV2SelectorsChartDeployRecordsSelectorParams creates a new GetAPIV2SelectorsChartDeployRecordsSelectorParams 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 NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithContext

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithContext(ctx context.Context) *GetAPIV2SelectorsChartDeployRecordsSelectorParams

NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithContext creates a new GetAPIV2SelectorsChartDeployRecordsSelectorParams object with the ability to set a context for a request.

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithHTTPClient

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2SelectorsChartDeployRecordsSelectorParams

NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithHTTPClient creates a new GetAPIV2SelectorsChartDeployRecordsSelectorParams object with the ability to set a custom HTTPClient for a request.

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithTimeout

func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2SelectorsChartDeployRecordsSelectorParams

NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithTimeout creates a new GetAPIV2SelectorsChartDeployRecordsSelectorParams object with the ability to set a timeout on a request.

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetContext

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetDefaults

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

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetHTTPClient

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetSelector

SetSelector adds the selector to the get API v2 selectors chart deploy records selector params

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetTimeout

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithContext

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithDefaults

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

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithHTTPClient

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithSelector

WithSelector adds the selector to the get API v2 selectors chart deploy records selector params

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithTimeout

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

func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired

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

Proxy Authentication Required

func NewGetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired

func NewGetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired() *GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired

NewGetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired creates a GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired with default headers values

func (*GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired) Error

func (*GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired) GetPayload

type GetAPIV2SelectorsChartDeployRecordsSelectorReader

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

GetAPIV2SelectorsChartDeployRecordsSelectorReader is a Reader for the GetAPIV2SelectorsChartDeployRecordsSelector structure.

func (*GetAPIV2SelectorsChartDeployRecordsSelectorReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAPIV2ChartDeployRecordsBadRequest

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

Bad Request

func NewPostAPIV2ChartDeployRecordsBadRequest

func NewPostAPIV2ChartDeployRecordsBadRequest() *PostAPIV2ChartDeployRecordsBadRequest

NewPostAPIV2ChartDeployRecordsBadRequest creates a PostAPIV2ChartDeployRecordsBadRequest with default headers values

func (*PostAPIV2ChartDeployRecordsBadRequest) Error

func (*PostAPIV2ChartDeployRecordsBadRequest) GetPayload

type PostAPIV2ChartDeployRecordsConflict

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

Conflict

func NewPostAPIV2ChartDeployRecordsConflict

func NewPostAPIV2ChartDeployRecordsConflict() *PostAPIV2ChartDeployRecordsConflict

NewPostAPIV2ChartDeployRecordsConflict creates a PostAPIV2ChartDeployRecordsConflict with default headers values

func (*PostAPIV2ChartDeployRecordsConflict) Error

func (*PostAPIV2ChartDeployRecordsConflict) GetPayload

type PostAPIV2ChartDeployRecordsCreated added in v0.0.29

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

Created

func NewPostAPIV2ChartDeployRecordsCreated added in v0.0.29

func NewPostAPIV2ChartDeployRecordsCreated() *PostAPIV2ChartDeployRecordsCreated

NewPostAPIV2ChartDeployRecordsCreated creates a PostAPIV2ChartDeployRecordsCreated with default headers values

func (*PostAPIV2ChartDeployRecordsCreated) Error added in v0.0.29

func (*PostAPIV2ChartDeployRecordsCreated) GetPayload added in v0.0.29

type PostAPIV2ChartDeployRecordsForbidden

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

Forbidden

func NewPostAPIV2ChartDeployRecordsForbidden

func NewPostAPIV2ChartDeployRecordsForbidden() *PostAPIV2ChartDeployRecordsForbidden

NewPostAPIV2ChartDeployRecordsForbidden creates a PostAPIV2ChartDeployRecordsForbidden with default headers values

func (*PostAPIV2ChartDeployRecordsForbidden) Error

func (*PostAPIV2ChartDeployRecordsForbidden) GetPayload

type PostAPIV2ChartDeployRecordsInternalServerError

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

Internal Server Error

func NewPostAPIV2ChartDeployRecordsInternalServerError

func NewPostAPIV2ChartDeployRecordsInternalServerError() *PostAPIV2ChartDeployRecordsInternalServerError

NewPostAPIV2ChartDeployRecordsInternalServerError creates a PostAPIV2ChartDeployRecordsInternalServerError with default headers values

func (*PostAPIV2ChartDeployRecordsInternalServerError) Error

func (*PostAPIV2ChartDeployRecordsInternalServerError) GetPayload

type PostAPIV2ChartDeployRecordsNotFound

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

Not Found

func NewPostAPIV2ChartDeployRecordsNotFound

func NewPostAPIV2ChartDeployRecordsNotFound() *PostAPIV2ChartDeployRecordsNotFound

NewPostAPIV2ChartDeployRecordsNotFound creates a PostAPIV2ChartDeployRecordsNotFound with default headers values

func (*PostAPIV2ChartDeployRecordsNotFound) Error

func (*PostAPIV2ChartDeployRecordsNotFound) GetPayload

type PostAPIV2ChartDeployRecordsOK

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

OK

func NewPostAPIV2ChartDeployRecordsOK

func NewPostAPIV2ChartDeployRecordsOK() *PostAPIV2ChartDeployRecordsOK

NewPostAPIV2ChartDeployRecordsOK creates a PostAPIV2ChartDeployRecordsOK with default headers values

func (*PostAPIV2ChartDeployRecordsOK) Error

func (*PostAPIV2ChartDeployRecordsOK) GetPayload

type PostAPIV2ChartDeployRecordsParams

type PostAPIV2ChartDeployRecordsParams struct {

	/* ChartDeployRecord.

	   The ChartDeployRecord to create
	*/
	ChartDeployRecord *models.V2controllersCreatableChartDeployRecord

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

PostAPIV2ChartDeployRecordsParams contains all the parameters to send to the API endpoint

for the post API v2 chart deploy records operation.

Typically these are written to a http.Request.

func NewPostAPIV2ChartDeployRecordsParams

func NewPostAPIV2ChartDeployRecordsParams() *PostAPIV2ChartDeployRecordsParams

NewPostAPIV2ChartDeployRecordsParams creates a new PostAPIV2ChartDeployRecordsParams 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 NewPostAPIV2ChartDeployRecordsParamsWithContext

func NewPostAPIV2ChartDeployRecordsParamsWithContext(ctx context.Context) *PostAPIV2ChartDeployRecordsParams

NewPostAPIV2ChartDeployRecordsParamsWithContext creates a new PostAPIV2ChartDeployRecordsParams object with the ability to set a context for a request.

func NewPostAPIV2ChartDeployRecordsParamsWithHTTPClient

func NewPostAPIV2ChartDeployRecordsParamsWithHTTPClient(client *http.Client) *PostAPIV2ChartDeployRecordsParams

NewPostAPIV2ChartDeployRecordsParamsWithHTTPClient creates a new PostAPIV2ChartDeployRecordsParams object with the ability to set a custom HTTPClient for a request.

func NewPostAPIV2ChartDeployRecordsParamsWithTimeout

func NewPostAPIV2ChartDeployRecordsParamsWithTimeout(timeout time.Duration) *PostAPIV2ChartDeployRecordsParams

NewPostAPIV2ChartDeployRecordsParamsWithTimeout creates a new PostAPIV2ChartDeployRecordsParams object with the ability to set a timeout on a request.

func (*PostAPIV2ChartDeployRecordsParams) SetChartDeployRecord

func (o *PostAPIV2ChartDeployRecordsParams) SetChartDeployRecord(chartDeployRecord *models.V2controllersCreatableChartDeployRecord)

SetChartDeployRecord adds the chartDeployRecord to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) SetContext

SetContext adds the context to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) SetDefaults

func (o *PostAPIV2ChartDeployRecordsParams) SetDefaults()

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

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

func (*PostAPIV2ChartDeployRecordsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) SetTimeout

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

SetTimeout adds the timeout to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) WithChartDeployRecord

WithChartDeployRecord adds the chartDeployRecord to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) WithContext

WithContext adds the context to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) WithDefaults

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

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

func (*PostAPIV2ChartDeployRecordsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) WithTimeout

WithTimeout adds the timeout to the post API v2 chart deploy records params

func (*PostAPIV2ChartDeployRecordsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAPIV2ChartDeployRecordsProxyAuthenticationRequired

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

Proxy Authentication Required

func NewPostAPIV2ChartDeployRecordsProxyAuthenticationRequired

func NewPostAPIV2ChartDeployRecordsProxyAuthenticationRequired() *PostAPIV2ChartDeployRecordsProxyAuthenticationRequired

NewPostAPIV2ChartDeployRecordsProxyAuthenticationRequired creates a PostAPIV2ChartDeployRecordsProxyAuthenticationRequired with default headers values

func (*PostAPIV2ChartDeployRecordsProxyAuthenticationRequired) Error

func (*PostAPIV2ChartDeployRecordsProxyAuthenticationRequired) GetPayload

type PostAPIV2ChartDeployRecordsReader

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

PostAPIV2ChartDeployRecordsReader is a Reader for the PostAPIV2ChartDeployRecords structure.

func (*PostAPIV2ChartDeployRecordsReader) ReadResponse

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