Versions in this module Expand all Collapse all v0 v0.75.0 Nov 22, 2024 Changes in this version + type Client struct + func (a *Client) DeleteSecretV1(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, *DeleteSecretV1Unauthorized, ...) + func (a *Client) DeleteSecretV1Short(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, error) + func (a *Client) DeleteVariableV1(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, *DeleteVariableV1Unauthorized, ...) + func (a *Client) DeleteVariableV1Short(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, error) + func (a *Client) GetListOfSecretsV1(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, *GetListOfSecretsV1BadRequest, ...) + func (a *Client) GetListOfSecretsV1Short(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, error) + func (a *Client) GetListOfVariablesV1(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, *GetListOfVariablesV1BadRequest, ...) + func (a *Client) GetListOfVariablesV1Short(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, error) + func (a *Client) SaveSecretV1(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, *SaveSecretV1BadRequest, *SaveSecretV1Unauthorized, ...) + func (a *Client) SaveSecretV1Short(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, error) + func (a *Client) SaveVariableV1(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, *SaveVariableV1BadRequest, *SaveVariableV1Unauthorized, ...) + func (a *Client) SaveVariableV1Short(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateSecretV1(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, *UpdateSecretV1BadRequest, *UpdateSecretV1Unauthorized, ...) + func (a *Client) UpdateSecretV1Short(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, error) + func (a *Client) UpdateVariableV1(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, *UpdateVariableV1BadRequest, ...) + func (a *Client) UpdateVariableV1Short(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, error) + type ClientService interface + DeleteSecretV1 func(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, *DeleteSecretV1Unauthorized, ...) + DeleteSecretV1Short func(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, error) + DeleteVariableV1 func(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, *DeleteVariableV1Unauthorized, ...) + DeleteVariableV1Short func(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, error) + GetListOfSecretsV1 func(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, *GetListOfSecretsV1BadRequest, ...) + GetListOfSecretsV1Short func(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, error) + GetListOfVariablesV1 func(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, *GetListOfVariablesV1BadRequest, ...) + GetListOfVariablesV1Short func(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, error) + SaveSecretV1 func(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, *SaveSecretV1BadRequest, *SaveSecretV1Unauthorized, ...) + SaveSecretV1Short func(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, error) + SaveVariableV1 func(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, *SaveVariableV1BadRequest, *SaveVariableV1Unauthorized, ...) + SaveVariableV1Short func(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateSecretV1 func(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, *UpdateSecretV1BadRequest, *UpdateSecretV1Unauthorized, ...) + UpdateSecretV1Short func(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, error) + UpdateVariableV1 func(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, *UpdateVariableV1BadRequest, ...) + UpdateVariableV1Short func(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeleteSecretV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteSecretV1Forbidden() *DeleteSecretV1Forbidden + func (o *DeleteSecretV1Forbidden) Error() string + func (o *DeleteSecretV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteSecretV1Forbidden) ToJSONString() string + type DeleteSecretV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteSecretV1InternalServerError() *DeleteSecretV1InternalServerError + func (o *DeleteSecretV1InternalServerError) Error() string + func (o *DeleteSecretV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteSecretV1InternalServerError) ToJSONString() string + type DeleteSecretV1NoContent struct + func NewDeleteSecretV1NoContent() *DeleteSecretV1NoContent + func (o *DeleteSecretV1NoContent) Error() string + type DeleteSecretV1NotFound struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteSecretV1NotFound() *DeleteSecretV1NotFound + func (o *DeleteSecretV1NotFound) Error() string + func (o *DeleteSecretV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteSecretV1NotFound) ToJSONString() string + type DeleteSecretV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + ConfigID string + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewDeleteSecretV1Params() *DeleteSecretV1Params + func NewDeleteSecretV1ParamsWithContext(ctx context.Context) *DeleteSecretV1Params + func NewDeleteSecretV1ParamsWithHTTPClient(client *http.Client) *DeleteSecretV1Params + func NewDeleteSecretV1ParamsWithTimeout(timeout time.Duration) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) SetApp(app string) + func (o *DeleteSecretV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *DeleteSecretV1Params) SetConfigID(configID string) + func (o *DeleteSecretV1Params) SetContext(ctx context.Context) + func (o *DeleteSecretV1Params) SetFlightId(flightId string) + func (o *DeleteSecretV1Params) SetHTTPClient(client *http.Client) + func (o *DeleteSecretV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *DeleteSecretV1Params) SetNamespace(namespace string) + func (o *DeleteSecretV1Params) SetTimeout(timeout time.Duration) + func (o *DeleteSecretV1Params) WithApp(app string) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) WithConfigID(configID string) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) WithContext(ctx context.Context) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) WithHTTPClient(client *http.Client) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) WithNamespace(namespace string) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) WithTimeout(timeout time.Duration) *DeleteSecretV1Params + func (o *DeleteSecretV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSecretV1Reader struct + func (o *DeleteSecretV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSecretV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteSecretV1Unauthorized() *DeleteSecretV1Unauthorized + func (o *DeleteSecretV1Unauthorized) Error() string + func (o *DeleteSecretV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteSecretV1Unauthorized) ToJSONString() string + type DeleteVariableV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteVariableV1Forbidden() *DeleteVariableV1Forbidden + func (o *DeleteVariableV1Forbidden) Error() string + func (o *DeleteVariableV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteVariableV1Forbidden) ToJSONString() string + type DeleteVariableV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteVariableV1InternalServerError() *DeleteVariableV1InternalServerError + func (o *DeleteVariableV1InternalServerError) Error() string + func (o *DeleteVariableV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteVariableV1InternalServerError) ToJSONString() string + type DeleteVariableV1NoContent struct + func NewDeleteVariableV1NoContent() *DeleteVariableV1NoContent + func (o *DeleteVariableV1NoContent) Error() string + type DeleteVariableV1NotFound struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteVariableV1NotFound() *DeleteVariableV1NotFound + func (o *DeleteVariableV1NotFound) Error() string + func (o *DeleteVariableV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteVariableV1NotFound) ToJSONString() string + type DeleteVariableV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + ConfigID string + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewDeleteVariableV1Params() *DeleteVariableV1Params + func NewDeleteVariableV1ParamsWithContext(ctx context.Context) *DeleteVariableV1Params + func NewDeleteVariableV1ParamsWithHTTPClient(client *http.Client) *DeleteVariableV1Params + func NewDeleteVariableV1ParamsWithTimeout(timeout time.Duration) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) SetApp(app string) + func (o *DeleteVariableV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *DeleteVariableV1Params) SetConfigID(configID string) + func (o *DeleteVariableV1Params) SetContext(ctx context.Context) + func (o *DeleteVariableV1Params) SetFlightId(flightId string) + func (o *DeleteVariableV1Params) SetHTTPClient(client *http.Client) + func (o *DeleteVariableV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *DeleteVariableV1Params) SetNamespace(namespace string) + func (o *DeleteVariableV1Params) SetTimeout(timeout time.Duration) + func (o *DeleteVariableV1Params) WithApp(app string) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) WithConfigID(configID string) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) WithContext(ctx context.Context) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) WithHTTPClient(client *http.Client) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) WithNamespace(namespace string) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) WithTimeout(timeout time.Duration) *DeleteVariableV1Params + func (o *DeleteVariableV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteVariableV1Reader struct + func (o *DeleteVariableV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteVariableV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewDeleteVariableV1Unauthorized() *DeleteVariableV1Unauthorized + func (o *DeleteVariableV1Unauthorized) Error() string + func (o *DeleteVariableV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *DeleteVariableV1Unauthorized) ToJSONString() string + type GetListOfSecretsV1BadRequest struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfSecretsV1BadRequest() *GetListOfSecretsV1BadRequest + func (o *GetListOfSecretsV1BadRequest) Error() string + func (o *GetListOfSecretsV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfSecretsV1BadRequest) ToJSONString() string + type GetListOfSecretsV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfSecretsV1Forbidden() *GetListOfSecretsV1Forbidden + func (o *GetListOfSecretsV1Forbidden) Error() string + func (o *GetListOfSecretsV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfSecretsV1Forbidden) ToJSONString() string + type GetListOfSecretsV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfSecretsV1InternalServerError() *GetListOfSecretsV1InternalServerError + func (o *GetListOfSecretsV1InternalServerError) Error() string + func (o *GetListOfSecretsV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfSecretsV1InternalServerError) ToJSONString() string + type GetListOfSecretsV1NotFound struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfSecretsV1NotFound() *GetListOfSecretsV1NotFound + func (o *GetListOfSecretsV1NotFound) Error() string + func (o *GetListOfSecretsV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfSecretsV1NotFound) ToJSONString() string + type GetListOfSecretsV1OK struct + Payload *csmclientmodels.GeneratedGetListOfConfigurationsV1Response + func NewGetListOfSecretsV1OK() *GetListOfSecretsV1OK + func (o *GetListOfSecretsV1OK) Error() string + func (o *GetListOfSecretsV1OK) GetPayload() *csmclientmodels.GeneratedGetListOfConfigurationsV1Response + func (o *GetListOfSecretsV1OK) ToJSONString() string + type GetListOfSecretsV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + Limit *int64 + Namespace string + Offset *int64 + RetryPolicy *utils.Retry + XFlightId *string + func NewGetListOfSecretsV1Params() *GetListOfSecretsV1Params + func NewGetListOfSecretsV1ParamsWithContext(ctx context.Context) *GetListOfSecretsV1Params + func NewGetListOfSecretsV1ParamsWithHTTPClient(client *http.Client) *GetListOfSecretsV1Params + func NewGetListOfSecretsV1ParamsWithTimeout(timeout time.Duration) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) SetApp(app string) + func (o *GetListOfSecretsV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetListOfSecretsV1Params) SetContext(ctx context.Context) + func (o *GetListOfSecretsV1Params) SetFlightId(flightId string) + func (o *GetListOfSecretsV1Params) SetHTTPClient(client *http.Client) + func (o *GetListOfSecretsV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetListOfSecretsV1Params) SetLimit(limit *int64) + func (o *GetListOfSecretsV1Params) SetNamespace(namespace string) + func (o *GetListOfSecretsV1Params) SetOffset(offset *int64) + func (o *GetListOfSecretsV1Params) SetTimeout(timeout time.Duration) + func (o *GetListOfSecretsV1Params) WithApp(app string) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WithContext(ctx context.Context) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WithHTTPClient(client *http.Client) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WithLimit(limit *int64) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WithNamespace(namespace string) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WithOffset(offset *int64) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WithTimeout(timeout time.Duration) *GetListOfSecretsV1Params + func (o *GetListOfSecretsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetListOfSecretsV1Reader struct + func (o *GetListOfSecretsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetListOfSecretsV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfSecretsV1Unauthorized() *GetListOfSecretsV1Unauthorized + func (o *GetListOfSecretsV1Unauthorized) Error() string + func (o *GetListOfSecretsV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfSecretsV1Unauthorized) ToJSONString() string + type GetListOfVariablesV1BadRequest struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfVariablesV1BadRequest() *GetListOfVariablesV1BadRequest + func (o *GetListOfVariablesV1BadRequest) Error() string + func (o *GetListOfVariablesV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfVariablesV1BadRequest) ToJSONString() string + type GetListOfVariablesV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfVariablesV1Forbidden() *GetListOfVariablesV1Forbidden + func (o *GetListOfVariablesV1Forbidden) Error() string + func (o *GetListOfVariablesV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfVariablesV1Forbidden) ToJSONString() string + type GetListOfVariablesV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfVariablesV1InternalServerError() *GetListOfVariablesV1InternalServerError + func (o *GetListOfVariablesV1InternalServerError) Error() string + func (o *GetListOfVariablesV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfVariablesV1InternalServerError) ToJSONString() string + type GetListOfVariablesV1NotFound struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfVariablesV1NotFound() *GetListOfVariablesV1NotFound + func (o *GetListOfVariablesV1NotFound) Error() string + func (o *GetListOfVariablesV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfVariablesV1NotFound) ToJSONString() string + type GetListOfVariablesV1OK struct + Payload *csmclientmodels.GeneratedGetListOfConfigurationsV1Response + func NewGetListOfVariablesV1OK() *GetListOfVariablesV1OK + func (o *GetListOfVariablesV1OK) Error() string + func (o *GetListOfVariablesV1OK) GetPayload() *csmclientmodels.GeneratedGetListOfConfigurationsV1Response + func (o *GetListOfVariablesV1OK) ToJSONString() string + type GetListOfVariablesV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + Limit *int64 + Namespace string + Offset *int64 + RetryPolicy *utils.Retry + XFlightId *string + func NewGetListOfVariablesV1Params() *GetListOfVariablesV1Params + func NewGetListOfVariablesV1ParamsWithContext(ctx context.Context) *GetListOfVariablesV1Params + func NewGetListOfVariablesV1ParamsWithHTTPClient(client *http.Client) *GetListOfVariablesV1Params + func NewGetListOfVariablesV1ParamsWithTimeout(timeout time.Duration) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) SetApp(app string) + func (o *GetListOfVariablesV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetListOfVariablesV1Params) SetContext(ctx context.Context) + func (o *GetListOfVariablesV1Params) SetFlightId(flightId string) + func (o *GetListOfVariablesV1Params) SetHTTPClient(client *http.Client) + func (o *GetListOfVariablesV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetListOfVariablesV1Params) SetLimit(limit *int64) + func (o *GetListOfVariablesV1Params) SetNamespace(namespace string) + func (o *GetListOfVariablesV1Params) SetOffset(offset *int64) + func (o *GetListOfVariablesV1Params) SetTimeout(timeout time.Duration) + func (o *GetListOfVariablesV1Params) WithApp(app string) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WithContext(ctx context.Context) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WithHTTPClient(client *http.Client) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WithLimit(limit *int64) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WithNamespace(namespace string) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WithOffset(offset *int64) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WithTimeout(timeout time.Duration) *GetListOfVariablesV1Params + func (o *GetListOfVariablesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetListOfVariablesV1Reader struct + func (o *GetListOfVariablesV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetListOfVariablesV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewGetListOfVariablesV1Unauthorized() *GetListOfVariablesV1Unauthorized + func (o *GetListOfVariablesV1Unauthorized) Error() string + func (o *GetListOfVariablesV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *GetListOfVariablesV1Unauthorized) ToJSONString() string + type SaveSecretV1BadRequest struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveSecretV1BadRequest() *SaveSecretV1BadRequest + func (o *SaveSecretV1BadRequest) Error() string + func (o *SaveSecretV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveSecretV1BadRequest) ToJSONString() string + type SaveSecretV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveSecretV1Forbidden() *SaveSecretV1Forbidden + func (o *SaveSecretV1Forbidden) Error() string + func (o *SaveSecretV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveSecretV1Forbidden) ToJSONString() string + type SaveSecretV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveSecretV1InternalServerError() *SaveSecretV1InternalServerError + func (o *SaveSecretV1InternalServerError) Error() string + func (o *SaveSecretV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveSecretV1InternalServerError) ToJSONString() string + type SaveSecretV1OK struct + Payload *csmclientmodels.GeneratedSaveConfigurationV1Response + func NewSaveSecretV1OK() *SaveSecretV1OK + func (o *SaveSecretV1OK) Error() string + func (o *SaveSecretV1OK) GetPayload() *csmclientmodels.GeneratedSaveConfigurationV1Response + func (o *SaveSecretV1OK) ToJSONString() string + type SaveSecretV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *csmclientmodels.GeneratedSaveConfigurationV1Request + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewSaveSecretV1Params() *SaveSecretV1Params + func NewSaveSecretV1ParamsWithContext(ctx context.Context) *SaveSecretV1Params + func NewSaveSecretV1ParamsWithHTTPClient(client *http.Client) *SaveSecretV1Params + func NewSaveSecretV1ParamsWithTimeout(timeout time.Duration) *SaveSecretV1Params + func (o *SaveSecretV1Params) SetApp(app string) + func (o *SaveSecretV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *SaveSecretV1Params) SetBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request) + func (o *SaveSecretV1Params) SetContext(ctx context.Context) + func (o *SaveSecretV1Params) SetFlightId(flightId string) + func (o *SaveSecretV1Params) SetHTTPClient(client *http.Client) + func (o *SaveSecretV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *SaveSecretV1Params) SetNamespace(namespace string) + func (o *SaveSecretV1Params) SetTimeout(timeout time.Duration) + func (o *SaveSecretV1Params) WithApp(app string) *SaveSecretV1Params + func (o *SaveSecretV1Params) WithBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request) *SaveSecretV1Params + func (o *SaveSecretV1Params) WithContext(ctx context.Context) *SaveSecretV1Params + func (o *SaveSecretV1Params) WithHTTPClient(client *http.Client) *SaveSecretV1Params + func (o *SaveSecretV1Params) WithNamespace(namespace string) *SaveSecretV1Params + func (o *SaveSecretV1Params) WithTimeout(timeout time.Duration) *SaveSecretV1Params + func (o *SaveSecretV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SaveSecretV1Reader struct + func (o *SaveSecretV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SaveSecretV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveSecretV1Unauthorized() *SaveSecretV1Unauthorized + func (o *SaveSecretV1Unauthorized) Error() string + func (o *SaveSecretV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveSecretV1Unauthorized) ToJSONString() string + type SaveVariableV1BadRequest struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveVariableV1BadRequest() *SaveVariableV1BadRequest + func (o *SaveVariableV1BadRequest) Error() string + func (o *SaveVariableV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveVariableV1BadRequest) ToJSONString() string + type SaveVariableV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveVariableV1Forbidden() *SaveVariableV1Forbidden + func (o *SaveVariableV1Forbidden) Error() string + func (o *SaveVariableV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveVariableV1Forbidden) ToJSONString() string + type SaveVariableV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveVariableV1InternalServerError() *SaveVariableV1InternalServerError + func (o *SaveVariableV1InternalServerError) Error() string + func (o *SaveVariableV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveVariableV1InternalServerError) ToJSONString() string + type SaveVariableV1OK struct + Payload *csmclientmodels.GeneratedSaveConfigurationV1Response + func NewSaveVariableV1OK() *SaveVariableV1OK + func (o *SaveVariableV1OK) Error() string + func (o *SaveVariableV1OK) GetPayload() *csmclientmodels.GeneratedSaveConfigurationV1Response + func (o *SaveVariableV1OK) ToJSONString() string + type SaveVariableV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *csmclientmodels.GeneratedSaveConfigurationV1Request + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewSaveVariableV1Params() *SaveVariableV1Params + func NewSaveVariableV1ParamsWithContext(ctx context.Context) *SaveVariableV1Params + func NewSaveVariableV1ParamsWithHTTPClient(client *http.Client) *SaveVariableV1Params + func NewSaveVariableV1ParamsWithTimeout(timeout time.Duration) *SaveVariableV1Params + func (o *SaveVariableV1Params) SetApp(app string) + func (o *SaveVariableV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *SaveVariableV1Params) SetBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request) + func (o *SaveVariableV1Params) SetContext(ctx context.Context) + func (o *SaveVariableV1Params) SetFlightId(flightId string) + func (o *SaveVariableV1Params) SetHTTPClient(client *http.Client) + func (o *SaveVariableV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *SaveVariableV1Params) SetNamespace(namespace string) + func (o *SaveVariableV1Params) SetTimeout(timeout time.Duration) + func (o *SaveVariableV1Params) WithApp(app string) *SaveVariableV1Params + func (o *SaveVariableV1Params) WithBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request) *SaveVariableV1Params + func (o *SaveVariableV1Params) WithContext(ctx context.Context) *SaveVariableV1Params + func (o *SaveVariableV1Params) WithHTTPClient(client *http.Client) *SaveVariableV1Params + func (o *SaveVariableV1Params) WithNamespace(namespace string) *SaveVariableV1Params + func (o *SaveVariableV1Params) WithTimeout(timeout time.Duration) *SaveVariableV1Params + func (o *SaveVariableV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SaveVariableV1Reader struct + func (o *SaveVariableV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SaveVariableV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewSaveVariableV1Unauthorized() *SaveVariableV1Unauthorized + func (o *SaveVariableV1Unauthorized) Error() string + func (o *SaveVariableV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *SaveVariableV1Unauthorized) ToJSONString() string + type UpdateSecretV1BadRequest struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateSecretV1BadRequest() *UpdateSecretV1BadRequest + func (o *UpdateSecretV1BadRequest) Error() string + func (o *UpdateSecretV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateSecretV1BadRequest) ToJSONString() string + type UpdateSecretV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateSecretV1Forbidden() *UpdateSecretV1Forbidden + func (o *UpdateSecretV1Forbidden) Error() string + func (o *UpdateSecretV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateSecretV1Forbidden) ToJSONString() string + type UpdateSecretV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateSecretV1InternalServerError() *UpdateSecretV1InternalServerError + func (o *UpdateSecretV1InternalServerError) Error() string + func (o *UpdateSecretV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateSecretV1InternalServerError) ToJSONString() string + type UpdateSecretV1OK struct + Payload *csmclientmodels.GeneratedUpdateConfigurationV1Response + func NewUpdateSecretV1OK() *UpdateSecretV1OK + func (o *UpdateSecretV1OK) Error() string + func (o *UpdateSecretV1OK) GetPayload() *csmclientmodels.GeneratedUpdateConfigurationV1Response + func (o *UpdateSecretV1OK) ToJSONString() string + type UpdateSecretV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *csmclientmodels.GeneratedUpdateConfigurationV1Request + ConfigID string + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewUpdateSecretV1Params() *UpdateSecretV1Params + func NewUpdateSecretV1ParamsWithContext(ctx context.Context) *UpdateSecretV1Params + func NewUpdateSecretV1ParamsWithHTTPClient(client *http.Client) *UpdateSecretV1Params + func NewUpdateSecretV1ParamsWithTimeout(timeout time.Duration) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) SetApp(app string) + func (o *UpdateSecretV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *UpdateSecretV1Params) SetBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request) + func (o *UpdateSecretV1Params) SetConfigID(configID string) + func (o *UpdateSecretV1Params) SetContext(ctx context.Context) + func (o *UpdateSecretV1Params) SetFlightId(flightId string) + func (o *UpdateSecretV1Params) SetHTTPClient(client *http.Client) + func (o *UpdateSecretV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *UpdateSecretV1Params) SetNamespace(namespace string) + func (o *UpdateSecretV1Params) SetTimeout(timeout time.Duration) + func (o *UpdateSecretV1Params) WithApp(app string) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WithBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WithConfigID(configID string) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WithContext(ctx context.Context) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WithHTTPClient(client *http.Client) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WithNamespace(namespace string) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WithTimeout(timeout time.Duration) *UpdateSecretV1Params + func (o *UpdateSecretV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateSecretV1Reader struct + func (o *UpdateSecretV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateSecretV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateSecretV1Unauthorized() *UpdateSecretV1Unauthorized + func (o *UpdateSecretV1Unauthorized) Error() string + func (o *UpdateSecretV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateSecretV1Unauthorized) ToJSONString() string + type UpdateVariableV1BadRequest struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateVariableV1BadRequest() *UpdateVariableV1BadRequest + func (o *UpdateVariableV1BadRequest) Error() string + func (o *UpdateVariableV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateVariableV1BadRequest) ToJSONString() string + type UpdateVariableV1Forbidden struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateVariableV1Forbidden() *UpdateVariableV1Forbidden + func (o *UpdateVariableV1Forbidden) Error() string + func (o *UpdateVariableV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateVariableV1Forbidden) ToJSONString() string + type UpdateVariableV1InternalServerError struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateVariableV1InternalServerError() *UpdateVariableV1InternalServerError + func (o *UpdateVariableV1InternalServerError) Error() string + func (o *UpdateVariableV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateVariableV1InternalServerError) ToJSONString() string + type UpdateVariableV1OK struct + Payload *csmclientmodels.GeneratedUpdateConfigurationV1Response + func NewUpdateVariableV1OK() *UpdateVariableV1OK + func (o *UpdateVariableV1OK) Error() string + func (o *UpdateVariableV1OK) GetPayload() *csmclientmodels.GeneratedUpdateConfigurationV1Response + func (o *UpdateVariableV1OK) ToJSONString() string + type UpdateVariableV1Params struct + App string + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *csmclientmodels.GeneratedUpdateConfigurationV1Request + ConfigID string + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + XFlightId *string + func NewUpdateVariableV1Params() *UpdateVariableV1Params + func NewUpdateVariableV1ParamsWithContext(ctx context.Context) *UpdateVariableV1Params + func NewUpdateVariableV1ParamsWithHTTPClient(client *http.Client) *UpdateVariableV1Params + func NewUpdateVariableV1ParamsWithTimeout(timeout time.Duration) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) SetApp(app string) + func (o *UpdateVariableV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *UpdateVariableV1Params) SetBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request) + func (o *UpdateVariableV1Params) SetConfigID(configID string) + func (o *UpdateVariableV1Params) SetContext(ctx context.Context) + func (o *UpdateVariableV1Params) SetFlightId(flightId string) + func (o *UpdateVariableV1Params) SetHTTPClient(client *http.Client) + func (o *UpdateVariableV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *UpdateVariableV1Params) SetNamespace(namespace string) + func (o *UpdateVariableV1Params) SetTimeout(timeout time.Duration) + func (o *UpdateVariableV1Params) WithApp(app string) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WithBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WithConfigID(configID string) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WithContext(ctx context.Context) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WithHTTPClient(client *http.Client) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WithNamespace(namespace string) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WithTimeout(timeout time.Duration) *UpdateVariableV1Params + func (o *UpdateVariableV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateVariableV1Reader struct + func (o *UpdateVariableV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateVariableV1Unauthorized struct + Payload *csmclientmodels.ResponseErrorResponse + func NewUpdateVariableV1Unauthorized() *UpdateVariableV1Unauthorized + func (o *UpdateVariableV1Unauthorized) Error() string + func (o *UpdateVariableV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse + func (o *UpdateVariableV1Unauthorized) ToJSONString() string