Documentation ¶
Index ¶
- type Client
- func (a *Client) GetAPIV2ChartDeployRecords(params *GetAPIV2ChartDeployRecordsParams, opts ...ClientOption) (*GetAPIV2ChartDeployRecordsOK, error)
- func (a *Client) GetAPIV2ChartDeployRecordsSelector(params *GetAPIV2ChartDeployRecordsSelectorParams, opts ...ClientOption) (*GetAPIV2ChartDeployRecordsSelectorOK, error)
- func (a *Client) GetAPIV2SelectorsChartDeployRecordsSelector(params *GetAPIV2SelectorsChartDeployRecordsSelectorParams, ...) (*GetAPIV2SelectorsChartDeployRecordsSelectorOK, error)
- func (a *Client) PostAPIV2ChartDeployRecords(params *PostAPIV2ChartDeployRecordsParams, opts ...ClientOption) (*PostAPIV2ChartDeployRecordsOK, *PostAPIV2ChartDeployRecordsCreated, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type GetAPIV2ChartDeployRecordsBadRequest
- type GetAPIV2ChartDeployRecordsConflict
- type GetAPIV2ChartDeployRecordsForbidden
- type GetAPIV2ChartDeployRecordsInternalServerError
- type GetAPIV2ChartDeployRecordsNotFound
- type GetAPIV2ChartDeployRecordsOK
- type GetAPIV2ChartDeployRecordsParams
- func NewGetAPIV2ChartDeployRecordsParams() *GetAPIV2ChartDeployRecordsParams
- func NewGetAPIV2ChartDeployRecordsParamsWithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsParams
- func NewGetAPIV2ChartDeployRecordsParamsWithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsParams
- func NewGetAPIV2ChartDeployRecordsParamsWithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) SetChartRelease(chartRelease *string)
- func (o *GetAPIV2ChartDeployRecordsParams) SetContext(ctx context.Context)
- func (o *GetAPIV2ChartDeployRecordsParams) SetCreatedAt(createdAt *string)
- func (o *GetAPIV2ChartDeployRecordsParams) SetDefaults()
- func (o *GetAPIV2ChartDeployRecordsParams) SetExactAppVersion(exactAppVersion *string)
- func (o *GetAPIV2ChartDeployRecordsParams) SetExactChartVersion(exactChartVersion *string)
- func (o *GetAPIV2ChartDeployRecordsParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIV2ChartDeployRecordsParams) SetHelmfileRef(helmfileRef *string)
- func (o *GetAPIV2ChartDeployRecordsParams) SetID(id *int64)
- func (o *GetAPIV2ChartDeployRecordsParams) SetLimit(limit *int64)
- func (o *GetAPIV2ChartDeployRecordsParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIV2ChartDeployRecordsParams) SetUpdatedAt(updatedAt *string)
- func (o *GetAPIV2ChartDeployRecordsParams) WithChartRelease(chartRelease *string) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithCreatedAt(createdAt *string) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithDefaults() *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithExactAppVersion(exactAppVersion *string) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithExactChartVersion(exactChartVersion *string) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithHelmfileRef(helmfileRef *string) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithID(id *int64) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithLimit(limit *int64) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WithUpdatedAt(updatedAt *string) *GetAPIV2ChartDeployRecordsParams
- func (o *GetAPIV2ChartDeployRecordsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIV2ChartDeployRecordsProxyAuthenticationRequired
- type GetAPIV2ChartDeployRecordsReader
- type GetAPIV2ChartDeployRecordsSelectorBadRequest
- type GetAPIV2ChartDeployRecordsSelectorConflict
- type GetAPIV2ChartDeployRecordsSelectorForbidden
- type GetAPIV2ChartDeployRecordsSelectorInternalServerError
- type GetAPIV2ChartDeployRecordsSelectorNotFound
- type GetAPIV2ChartDeployRecordsSelectorOK
- type GetAPIV2ChartDeployRecordsSelectorParams
- func NewGetAPIV2ChartDeployRecordsSelectorParams() *GetAPIV2ChartDeployRecordsSelectorParams
- func NewGetAPIV2ChartDeployRecordsSelectorParamsWithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsSelectorParams
- func NewGetAPIV2ChartDeployRecordsSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsSelectorParams
- func NewGetAPIV2ChartDeployRecordsSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsSelectorParams
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetContext(ctx context.Context)
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetDefaults()
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetSelector(selector string)
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsSelectorParams
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithDefaults() *GetAPIV2ChartDeployRecordsSelectorParams
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsSelectorParams
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithSelector(selector string) *GetAPIV2ChartDeployRecordsSelectorParams
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsSelectorParams
- func (o *GetAPIV2ChartDeployRecordsSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired
- type GetAPIV2ChartDeployRecordsSelectorReader
- type GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest
- type GetAPIV2SelectorsChartDeployRecordsSelectorConflict
- type GetAPIV2SelectorsChartDeployRecordsSelectorForbidden
- type GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError
- type GetAPIV2SelectorsChartDeployRecordsSelectorNotFound
- type GetAPIV2SelectorsChartDeployRecordsSelectorOK
- type GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func NewGetAPIV2SelectorsChartDeployRecordsSelectorParams() *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithContext(ctx context.Context) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithHTTPClient(client *http.Client) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func NewGetAPIV2SelectorsChartDeployRecordsSelectorParamsWithTimeout(timeout time.Duration) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetContext(ctx context.Context)
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetDefaults()
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetHTTPClient(client *http.Client)
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetSelector(selector string)
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetTimeout(timeout time.Duration)
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithContext(ctx context.Context) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithDefaults() *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithHTTPClient(client *http.Client) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithSelector(selector string) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithTimeout(timeout time.Duration) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
- func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired
- type GetAPIV2SelectorsChartDeployRecordsSelectorReader
- type PostAPIV2ChartDeployRecordsBadRequest
- type PostAPIV2ChartDeployRecordsConflict
- type PostAPIV2ChartDeployRecordsCreated
- type PostAPIV2ChartDeployRecordsForbidden
- type PostAPIV2ChartDeployRecordsInternalServerError
- type PostAPIV2ChartDeployRecordsNotFound
- type PostAPIV2ChartDeployRecordsOK
- type PostAPIV2ChartDeployRecordsParams
- func NewPostAPIV2ChartDeployRecordsParams() *PostAPIV2ChartDeployRecordsParams
- func NewPostAPIV2ChartDeployRecordsParamsWithContext(ctx context.Context) *PostAPIV2ChartDeployRecordsParams
- func NewPostAPIV2ChartDeployRecordsParamsWithHTTPClient(client *http.Client) *PostAPIV2ChartDeployRecordsParams
- func NewPostAPIV2ChartDeployRecordsParamsWithTimeout(timeout time.Duration) *PostAPIV2ChartDeployRecordsParams
- func (o *PostAPIV2ChartDeployRecordsParams) SetChartDeployRecord(chartDeployRecord *models.V2controllersCreatableChartDeployRecord)
- func (o *PostAPIV2ChartDeployRecordsParams) SetContext(ctx context.Context)
- func (o *PostAPIV2ChartDeployRecordsParams) SetDefaults()
- func (o *PostAPIV2ChartDeployRecordsParams) SetHTTPClient(client *http.Client)
- func (o *PostAPIV2ChartDeployRecordsParams) SetTimeout(timeout time.Duration)
- func (o *PostAPIV2ChartDeployRecordsParams) WithChartDeployRecord(chartDeployRecord *models.V2controllersCreatableChartDeployRecord) *PostAPIV2ChartDeployRecordsParams
- func (o *PostAPIV2ChartDeployRecordsParams) WithContext(ctx context.Context) *PostAPIV2ChartDeployRecordsParams
- func (o *PostAPIV2ChartDeployRecordsParams) WithDefaults() *PostAPIV2ChartDeployRecordsParams
- func (o *PostAPIV2ChartDeployRecordsParams) WithHTTPClient(client *http.Client) *PostAPIV2ChartDeployRecordsParams
- func (o *PostAPIV2ChartDeployRecordsParams) WithTimeout(timeout time.Duration) *PostAPIV2ChartDeployRecordsParams
- func (o *PostAPIV2ChartDeployRecordsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostAPIV2ChartDeployRecordsProxyAuthenticationRequired
- type PostAPIV2ChartDeployRecordsReader
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 ¶
func (a *Client) PostAPIV2ChartDeployRecords(params *PostAPIV2ChartDeployRecordsParams, opts ...ClientOption) (*PostAPIV2ChartDeployRecordsOK, *PostAPIV2ChartDeployRecordsCreated, error)
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 (o *GetAPIV2ChartDeployRecordsBadRequest) Error() string
func (*GetAPIV2ChartDeployRecordsBadRequest) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsBadRequest) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsConflict) Error() string
func (*GetAPIV2ChartDeployRecordsConflict) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsConflict) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsForbidden) Error() string
func (*GetAPIV2ChartDeployRecordsForbidden) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsForbidden) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsInternalServerError) Error() string
func (*GetAPIV2ChartDeployRecordsInternalServerError) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsInternalServerError) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsNotFound) Error() string
func (*GetAPIV2ChartDeployRecordsNotFound) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsNotFound) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsOK) Error() string
func (*GetAPIV2ChartDeployRecordsOK) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsOK) GetPayload() []*models.V2controllersChartDeployRecord
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 ¶
func (o *GetAPIV2ChartDeployRecordsParams) SetContext(ctx context.Context)
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 ¶
func (o *GetAPIV2ChartDeployRecordsParams) SetID(id *int64)
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 ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsParams
WithContext adds the context to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithCreatedAt ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithCreatedAt(createdAt *string) *GetAPIV2ChartDeployRecordsParams
WithCreatedAt adds the createdAt to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithDefaults ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithDefaults() *GetAPIV2ChartDeployRecordsParams
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 ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsParams
WithHTTPClient adds the HTTPClient to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithHelmfileRef ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithHelmfileRef(helmfileRef *string) *GetAPIV2ChartDeployRecordsParams
WithHelmfileRef adds the helmfileRef to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithID ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithID(id *int64) *GetAPIV2ChartDeployRecordsParams
WithID adds the id to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithLimit ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithLimit(limit *int64) *GetAPIV2ChartDeployRecordsParams
WithLimit adds the limit to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithTimeout ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsParams
WithTimeout adds the timeout to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WithUpdatedAt ¶
func (o *GetAPIV2ChartDeployRecordsParams) WithUpdatedAt(updatedAt *string) *GetAPIV2ChartDeployRecordsParams
WithUpdatedAt adds the updatedAt to the get API v2 chart deploy records params
func (*GetAPIV2ChartDeployRecordsParams) WriteToRequest ¶
func (o *GetAPIV2ChartDeployRecordsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetAPIV2ChartDeployRecordsProxyAuthenticationRequired) Error() string
func (*GetAPIV2ChartDeployRecordsProxyAuthenticationRequired) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsProxyAuthenticationRequired) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsSelectorBadRequest) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorBadRequest) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorBadRequest) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsSelectorConflict) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorConflict) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorConflict) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsSelectorForbidden) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorForbidden) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorForbidden) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsSelectorInternalServerError) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorInternalServerError) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorInternalServerError) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsSelectorNotFound) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorNotFound) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorNotFound) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2ChartDeployRecordsSelectorOK) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorOK) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorOK) GetPayload() *models.V2controllersChartDeployRecord
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 ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetContext(ctx context.Context)
SetContext adds the context to the get API v2 chart deploy records selector params
func (*GetAPIV2ChartDeployRecordsSelectorParams) SetDefaults ¶
func (o *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 ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API v2 chart deploy records selector params
func (*GetAPIV2ChartDeployRecordsSelectorParams) WithContext ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithContext(ctx context.Context) *GetAPIV2ChartDeployRecordsSelectorParams
WithContext adds the context to the get API v2 chart deploy records selector params
func (*GetAPIV2ChartDeployRecordsSelectorParams) WithDefaults ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithDefaults() *GetAPIV2ChartDeployRecordsSelectorParams
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 ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithHTTPClient(client *http.Client) *GetAPIV2ChartDeployRecordsSelectorParams
WithHTTPClient adds the HTTPClient to the get API v2 chart deploy records selector params
func (*GetAPIV2ChartDeployRecordsSelectorParams) WithSelector ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithSelector(selector string) *GetAPIV2ChartDeployRecordsSelectorParams
WithSelector adds the selector to the get API v2 chart deploy records selector params
func (*GetAPIV2ChartDeployRecordsSelectorParams) WithTimeout ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) WithTimeout(timeout time.Duration) *GetAPIV2ChartDeployRecordsSelectorParams
WithTimeout adds the timeout to the get API v2 chart deploy records selector params
func (*GetAPIV2ChartDeployRecordsSelectorParams) WriteToRequest ¶
func (o *GetAPIV2ChartDeployRecordsSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired) Error() string
func (*GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired) GetPayload ¶
func (o *GetAPIV2ChartDeployRecordsSelectorProxyAuthenticationRequired) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorBadRequest) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorConflict) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorConflict) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorConflict) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorForbidden) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorForbidden) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorForbidden) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorInternalServerError) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorNotFound) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorNotFound) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorNotFound) GetPayload() *models.ErrorsErrorResponse
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorOK) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorOK) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorOK) GetPayload() []string
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 ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetContext(ctx context.Context)
SetContext adds the context to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetDefaults ¶
func (o *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 ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetSelector ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetSelector(selector string)
SetSelector adds the selector to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetTimeout ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithContext ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithContext(ctx context.Context) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
WithContext adds the context to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithDefaults ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithDefaults() *GetAPIV2SelectorsChartDeployRecordsSelectorParams
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 ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithHTTPClient(client *http.Client) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
WithHTTPClient adds the HTTPClient to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithSelector ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithSelector(selector string) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
WithSelector adds the selector to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithTimeout ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WithTimeout(timeout time.Duration) *GetAPIV2SelectorsChartDeployRecordsSelectorParams
WithTimeout adds the timeout to the get API v2 selectors chart deploy records selector params
func (*GetAPIV2SelectorsChartDeployRecordsSelectorParams) WriteToRequest ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired) Error() string
func (*GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired) GetPayload ¶
func (o *GetAPIV2SelectorsChartDeployRecordsSelectorProxyAuthenticationRequired) GetPayload() *models.ErrorsErrorResponse
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 (o *PostAPIV2ChartDeployRecordsBadRequest) Error() string
func (*PostAPIV2ChartDeployRecordsBadRequest) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsBadRequest) GetPayload() *models.ErrorsErrorResponse
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 (o *PostAPIV2ChartDeployRecordsConflict) Error() string
func (*PostAPIV2ChartDeployRecordsConflict) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsConflict) GetPayload() *models.ErrorsErrorResponse
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 (o *PostAPIV2ChartDeployRecordsCreated) Error() string
func (*PostAPIV2ChartDeployRecordsCreated) GetPayload ¶ added in v0.0.29
func (o *PostAPIV2ChartDeployRecordsCreated) GetPayload() *models.V2controllersChartDeployRecord
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 (o *PostAPIV2ChartDeployRecordsForbidden) Error() string
func (*PostAPIV2ChartDeployRecordsForbidden) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsForbidden) GetPayload() *models.ErrorsErrorResponse
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 (o *PostAPIV2ChartDeployRecordsInternalServerError) Error() string
func (*PostAPIV2ChartDeployRecordsInternalServerError) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsInternalServerError) GetPayload() *models.ErrorsErrorResponse
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 (o *PostAPIV2ChartDeployRecordsNotFound) Error() string
func (*PostAPIV2ChartDeployRecordsNotFound) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsNotFound) GetPayload() *models.ErrorsErrorResponse
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 (o *PostAPIV2ChartDeployRecordsOK) Error() string
func (*PostAPIV2ChartDeployRecordsOK) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsOK) GetPayload() *models.V2controllersChartDeployRecord
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 ¶
func (o *PostAPIV2ChartDeployRecordsParams) SetContext(ctx context.Context)
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 ¶
func (o *PostAPIV2ChartDeployRecordsParams) WithChartDeployRecord(chartDeployRecord *models.V2controllersCreatableChartDeployRecord) *PostAPIV2ChartDeployRecordsParams
WithChartDeployRecord adds the chartDeployRecord to the post API v2 chart deploy records params
func (*PostAPIV2ChartDeployRecordsParams) WithContext ¶
func (o *PostAPIV2ChartDeployRecordsParams) WithContext(ctx context.Context) *PostAPIV2ChartDeployRecordsParams
WithContext adds the context to the post API v2 chart deploy records params
func (*PostAPIV2ChartDeployRecordsParams) WithDefaults ¶
func (o *PostAPIV2ChartDeployRecordsParams) WithDefaults() *PostAPIV2ChartDeployRecordsParams
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 ¶
func (o *PostAPIV2ChartDeployRecordsParams) WithHTTPClient(client *http.Client) *PostAPIV2ChartDeployRecordsParams
WithHTTPClient adds the HTTPClient to the post API v2 chart deploy records params
func (*PostAPIV2ChartDeployRecordsParams) WithTimeout ¶
func (o *PostAPIV2ChartDeployRecordsParams) WithTimeout(timeout time.Duration) *PostAPIV2ChartDeployRecordsParams
WithTimeout adds the timeout to the post API v2 chart deploy records params
func (*PostAPIV2ChartDeployRecordsParams) WriteToRequest ¶
func (o *PostAPIV2ChartDeployRecordsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *PostAPIV2ChartDeployRecordsProxyAuthenticationRequired) Error() string
func (*PostAPIV2ChartDeployRecordsProxyAuthenticationRequired) GetPayload ¶
func (o *PostAPIV2ChartDeployRecordsProxyAuthenticationRequired) GetPayload() *models.ErrorsErrorResponse
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.
Source Files ¶
- chart_deploy_records_client.go
- get_api_v2_chart_deploy_records_parameters.go
- get_api_v2_chart_deploy_records_responses.go
- get_api_v2_chart_deploy_records_selector_parameters.go
- get_api_v2_chart_deploy_records_selector_responses.go
- get_api_v2_selectors_chart_deploy_records_selector_parameters.go
- get_api_v2_selectors_chart_deploy_records_selector_responses.go
- post_api_v2_chart_deploy_records_parameters.go
- post_api_v2_chart_deploy_records_responses.go