Documentation ¶
Index ¶
- type Client
- func (a *Client) DeleteSecretV1(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, *DeleteSecretV1Unauthorized, ...)deprecated
- func (a *Client) DeleteSecretV1Short(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, error)
- func (a *Client) DeleteVariableV1(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, *DeleteVariableV1Unauthorized, ...)deprecated
- func (a *Client) DeleteVariableV1Short(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, error)
- func (a *Client) GetListOfSecretsV1(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, *GetListOfSecretsV1BadRequest, ...)deprecated
- func (a *Client) GetListOfSecretsV1Short(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, error)
- func (a *Client) GetListOfVariablesV1(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, *GetListOfVariablesV1BadRequest, ...)deprecated
- func (a *Client) GetListOfVariablesV1Short(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, error)
- func (a *Client) SaveSecretV1(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, *SaveSecretV1BadRequest, *SaveSecretV1Unauthorized, ...)deprecated
- func (a *Client) SaveSecretV1Short(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, error)
- func (a *Client) SaveVariableV1(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, *SaveVariableV1BadRequest, *SaveVariableV1Unauthorized, ...)deprecated
- 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, ...)deprecated
- func (a *Client) UpdateSecretV1Short(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, error)
- func (a *Client) UpdateVariableV1(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, *UpdateVariableV1BadRequest, ...)deprecated
- func (a *Client) UpdateVariableV1Short(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, error)
- type ClientService
- type DeleteSecretV1Forbidden
- type DeleteSecretV1InternalServerError
- type DeleteSecretV1NoContent
- type DeleteSecretV1NotFound
- type DeleteSecretV1Params
- 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
- type DeleteSecretV1Unauthorized
- type DeleteVariableV1Forbidden
- type DeleteVariableV1InternalServerError
- type DeleteVariableV1NoContent
- type DeleteVariableV1NotFound
- type DeleteVariableV1Params
- 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
- type DeleteVariableV1Unauthorized
- type GetListOfSecretsV1BadRequest
- type GetListOfSecretsV1Forbidden
- type GetListOfSecretsV1InternalServerError
- type GetListOfSecretsV1NotFound
- type GetListOfSecretsV1OK
- type GetListOfSecretsV1Params
- 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
- type GetListOfSecretsV1Unauthorized
- type GetListOfVariablesV1BadRequest
- type GetListOfVariablesV1Forbidden
- type GetListOfVariablesV1InternalServerError
- type GetListOfVariablesV1NotFound
- type GetListOfVariablesV1OK
- type GetListOfVariablesV1Params
- 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
- type GetListOfVariablesV1Unauthorized
- type SaveSecretV1BadRequest
- type SaveSecretV1Forbidden
- type SaveSecretV1InternalServerError
- type SaveSecretV1OK
- type 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
- type SaveSecretV1Unauthorized
- type SaveVariableV1BadRequest
- type SaveVariableV1Forbidden
- type SaveVariableV1InternalServerError
- type SaveVariableV1OK
- type SaveVariableV1Params
- 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
- type SaveVariableV1Unauthorized
- type UpdateSecretV1BadRequest
- type UpdateSecretV1Forbidden
- type UpdateSecretV1InternalServerError
- type UpdateSecretV1OK
- type UpdateSecretV1Params
- 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
- type UpdateSecretV1Unauthorized
- type UpdateVariableV1BadRequest
- type UpdateVariableV1Forbidden
- type UpdateVariableV1InternalServerError
- type UpdateVariableV1OK
- type UpdateVariableV1Params
- 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
- type UpdateVariableV1Unauthorized
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 configuration API
func (*Client) DeleteSecretV1
deprecated
func (a *Client) DeleteSecretV1(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, *DeleteSecretV1Unauthorized, *DeleteSecretV1Forbidden, *DeleteSecretV1NotFound, *DeleteSecretV1InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteSecretV1Short instead.
DeleteSecretV1 delete an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [DELETE]`
Delete an environment secret.
func (*Client) DeleteSecretV1Short ¶
func (a *Client) DeleteSecretV1Short(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, error)
DeleteSecretV1Short delete an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [DELETE]`
Delete an environment secret.
func (*Client) DeleteVariableV1
deprecated
func (a *Client) DeleteVariableV1(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, *DeleteVariableV1Unauthorized, *DeleteVariableV1Forbidden, *DeleteVariableV1NotFound, *DeleteVariableV1InternalServerError, error)
Deprecated: 2022-08-10 - Use DeleteVariableV1Short instead.
DeleteVariableV1 delete an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [DELETE]`
Delete an environment variable.
func (*Client) DeleteVariableV1Short ¶
func (a *Client) DeleteVariableV1Short(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, error)
DeleteVariableV1Short delete an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [DELETE]`
Delete an environment variable.
func (*Client) GetListOfSecretsV1
deprecated
func (a *Client) GetListOfSecretsV1(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, *GetListOfSecretsV1BadRequest, *GetListOfSecretsV1Unauthorized, *GetListOfSecretsV1Forbidden, *GetListOfSecretsV1NotFound, *GetListOfSecretsV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetListOfSecretsV1Short instead.
GetListOfSecretsV1 get list of environment secrets Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [READ]`
Get list of environment secrets per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed
func (*Client) GetListOfSecretsV1Short ¶
func (a *Client) GetListOfSecretsV1Short(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, error)
GetListOfSecretsV1Short get list of environment secrets Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [READ]`
Get list of environment secrets per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed
func (*Client) GetListOfVariablesV1
deprecated
func (a *Client) GetListOfVariablesV1(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, *GetListOfVariablesV1BadRequest, *GetListOfVariablesV1Unauthorized, *GetListOfVariablesV1Forbidden, *GetListOfVariablesV1NotFound, *GetListOfVariablesV1InternalServerError, error)
Deprecated: 2022-08-10 - Use GetListOfVariablesV1Short instead.
GetListOfVariablesV1 get list of environment variables Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [READ]`
Get list of environment variables per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed
func (*Client) GetListOfVariablesV1Short ¶
func (a *Client) GetListOfVariablesV1Short(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, error)
GetListOfVariablesV1Short get list of environment variables Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [READ]`
Get list of environment variables per app Available Deployment Status: `deployed` = app config is already deployed `undeployed` = app config is not deployed yet and need restart and deploy of the app to be deployed
func (*Client) SaveSecretV1
deprecated
func (a *Client) SaveSecretV1(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, *SaveSecretV1BadRequest, *SaveSecretV1Unauthorized, *SaveSecretV1Forbidden, *SaveSecretV1InternalServerError, error)
Deprecated: 2022-08-10 - Use SaveSecretV1Short instead.
SaveSecretV1 save an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [CREATE]`
Save an environment secret. Request body: - configName : environment secret name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) SaveSecretV1Short ¶
func (a *Client) SaveSecretV1Short(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, error)
SaveSecretV1Short save an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [CREATE]`
Save an environment secret. Request body: - configName : environment secret name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) SaveVariableV1
deprecated
func (a *Client) SaveVariableV1(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, *SaveVariableV1BadRequest, *SaveVariableV1Unauthorized, *SaveVariableV1Forbidden, *SaveVariableV1InternalServerError, error)
Deprecated: 2022-08-10 - Use SaveVariableV1Short instead.
SaveVariableV1 save an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [CREATE]`
Save an environment variable. Request body: - configName : environment variable name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) SaveVariableV1Short ¶
func (a *Client) SaveVariableV1Short(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, error)
SaveVariableV1Short save an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [CREATE]`
Save an environment variable. Request body: - configName : environment variable name - Required. - source : source of the configuration value (plaintext or ssm) - Required. - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateSecretV1
deprecated
func (a *Client) UpdateSecretV1(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, *UpdateSecretV1BadRequest, *UpdateSecretV1Unauthorized, *UpdateSecretV1Forbidden, *UpdateSecretV1InternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateSecretV1Short instead.
UpdateSecretV1 update an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [UPDATE]`
Update an environment secret. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) UpdateSecretV1Short ¶
func (a *Client) UpdateSecretV1Short(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, error)
UpdateSecretV1Short update an environment secret Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:SECRET [UPDATE]`
Update an environment secret. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) UpdateVariableV1
deprecated
func (a *Client) UpdateVariableV1(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, *UpdateVariableV1BadRequest, *UpdateVariableV1Unauthorized, *UpdateVariableV1Forbidden, *UpdateVariableV1InternalServerError, error)
Deprecated: 2022-08-10 - Use UpdateVariableV1Short instead.
UpdateVariableV1 update an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [UPDATE]`
Update an environment variable. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
func (*Client) UpdateVariableV1Short ¶
func (a *Client) UpdateVariableV1Short(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, error)
UpdateVariableV1Short update an environment variable Required permission : `ADMIN:NAMESPACE:{namespace}:EXTEND:VARIABLE [UPDATE]`
Update an environment variable. Request body: - value : configuration value - Required. - description : description of the configuration - Optional. - applyMask : mask the value in the Helm manifest for sensitive information (true or false) - Optional.
type ClientService ¶
type ClientService interface { GetListOfSecretsV1(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, *GetListOfSecretsV1BadRequest, *GetListOfSecretsV1Unauthorized, *GetListOfSecretsV1Forbidden, *GetListOfSecretsV1NotFound, *GetListOfSecretsV1InternalServerError, error) GetListOfSecretsV1Short(params *GetListOfSecretsV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfSecretsV1OK, error) SaveSecretV1(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, *SaveSecretV1BadRequest, *SaveSecretV1Unauthorized, *SaveSecretV1Forbidden, *SaveSecretV1InternalServerError, error) SaveSecretV1Short(params *SaveSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveSecretV1OK, error) UpdateSecretV1(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, *UpdateSecretV1BadRequest, *UpdateSecretV1Unauthorized, *UpdateSecretV1Forbidden, *UpdateSecretV1InternalServerError, error) UpdateSecretV1Short(params *UpdateSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretV1OK, error) DeleteSecretV1(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, *DeleteSecretV1Unauthorized, *DeleteSecretV1Forbidden, *DeleteSecretV1NotFound, *DeleteSecretV1InternalServerError, error) DeleteSecretV1Short(params *DeleteSecretV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretV1NoContent, error) GetListOfVariablesV1(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, *GetListOfVariablesV1BadRequest, *GetListOfVariablesV1Unauthorized, *GetListOfVariablesV1Forbidden, *GetListOfVariablesV1NotFound, *GetListOfVariablesV1InternalServerError, error) GetListOfVariablesV1Short(params *GetListOfVariablesV1Params, authInfo runtime.ClientAuthInfoWriter) (*GetListOfVariablesV1OK, error) SaveVariableV1(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, *SaveVariableV1BadRequest, *SaveVariableV1Unauthorized, *SaveVariableV1Forbidden, *SaveVariableV1InternalServerError, error) SaveVariableV1Short(params *SaveVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*SaveVariableV1OK, error) UpdateVariableV1(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, *UpdateVariableV1BadRequest, *UpdateVariableV1Unauthorized, *UpdateVariableV1Forbidden, *UpdateVariableV1InternalServerError, error) UpdateVariableV1Short(params *UpdateVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*UpdateVariableV1OK, error) DeleteVariableV1(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, *DeleteVariableV1Unauthorized, *DeleteVariableV1Forbidden, *DeleteVariableV1NotFound, *DeleteVariableV1InternalServerError, error) DeleteVariableV1Short(params *DeleteVariableV1Params, authInfo runtime.ClientAuthInfoWriter) (*DeleteVariableV1NoContent, 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 configuration API client.
type DeleteSecretV1Forbidden ¶
type DeleteSecretV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteSecretV1Forbidden handles this case with default header values.
Forbidden
func NewDeleteSecretV1Forbidden ¶
func NewDeleteSecretV1Forbidden() *DeleteSecretV1Forbidden
NewDeleteSecretV1Forbidden creates a DeleteSecretV1Forbidden with default headers values
func (*DeleteSecretV1Forbidden) Error ¶
func (o *DeleteSecretV1Forbidden) Error() string
func (*DeleteSecretV1Forbidden) GetPayload ¶
func (o *DeleteSecretV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteSecretV1Forbidden) ToJSONString ¶
func (o *DeleteSecretV1Forbidden) ToJSONString() string
type DeleteSecretV1InternalServerError ¶
type DeleteSecretV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteSecretV1InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteSecretV1InternalServerError ¶
func NewDeleteSecretV1InternalServerError() *DeleteSecretV1InternalServerError
NewDeleteSecretV1InternalServerError creates a DeleteSecretV1InternalServerError with default headers values
func (*DeleteSecretV1InternalServerError) Error ¶
func (o *DeleteSecretV1InternalServerError) Error() string
func (*DeleteSecretV1InternalServerError) GetPayload ¶
func (o *DeleteSecretV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteSecretV1InternalServerError) ToJSONString ¶
func (o *DeleteSecretV1InternalServerError) ToJSONString() string
type DeleteSecretV1NoContent ¶
type DeleteSecretV1NoContent struct { }
DeleteSecretV1NoContent handles this case with default header values.
func NewDeleteSecretV1NoContent ¶
func NewDeleteSecretV1NoContent() *DeleteSecretV1NoContent
NewDeleteSecretV1NoContent creates a DeleteSecretV1NoContent with default headers values
func (*DeleteSecretV1NoContent) Error ¶
func (o *DeleteSecretV1NoContent) Error() string
type DeleteSecretV1NotFound ¶
type DeleteSecretV1NotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteSecretV1NotFound handles this case with default header values.
Not Found
func NewDeleteSecretV1NotFound ¶
func NewDeleteSecretV1NotFound() *DeleteSecretV1NotFound
NewDeleteSecretV1NotFound creates a DeleteSecretV1NotFound with default headers values
func (*DeleteSecretV1NotFound) Error ¶
func (o *DeleteSecretV1NotFound) Error() string
func (*DeleteSecretV1NotFound) GetPayload ¶
func (o *DeleteSecretV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteSecretV1NotFound) ToJSONString ¶
func (o *DeleteSecretV1NotFound) ToJSONString() string
type DeleteSecretV1Params ¶
type DeleteSecretV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*App App Name */ App string /*ConfigID Config ID */ ConfigID string /*Namespace Game Name */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeleteSecretV1Params contains all the parameters to send to the API endpoint for the delete secret v1 operation typically these are written to a http.Request
func NewDeleteSecretV1Params ¶
func NewDeleteSecretV1Params() *DeleteSecretV1Params
NewDeleteSecretV1Params creates a new DeleteSecretV1Params object with the default values initialized.
func NewDeleteSecretV1ParamsWithContext ¶
func NewDeleteSecretV1ParamsWithContext(ctx context.Context) *DeleteSecretV1Params
NewDeleteSecretV1ParamsWithContext creates a new DeleteSecretV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteSecretV1ParamsWithHTTPClient ¶
func NewDeleteSecretV1ParamsWithHTTPClient(client *http.Client) *DeleteSecretV1Params
NewDeleteSecretV1ParamsWithHTTPClient creates a new DeleteSecretV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteSecretV1ParamsWithTimeout ¶
func NewDeleteSecretV1ParamsWithTimeout(timeout time.Duration) *DeleteSecretV1Params
NewDeleteSecretV1ParamsWithTimeout creates a new DeleteSecretV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteSecretV1Params) SetApp ¶
func (o *DeleteSecretV1Params) SetApp(app string)
SetApp adds the app to the delete secret v1 params
func (*DeleteSecretV1Params) SetAuthInfoWriter ¶
func (o *DeleteSecretV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete secret v1 params
func (*DeleteSecretV1Params) SetConfigID ¶
func (o *DeleteSecretV1Params) SetConfigID(configID string)
SetConfigID adds the configId to the delete secret v1 params
func (*DeleteSecretV1Params) SetContext ¶
func (o *DeleteSecretV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete secret v1 params
func (*DeleteSecretV1Params) SetFlightId ¶
func (o *DeleteSecretV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteSecretV1Params) SetHTTPClient ¶
func (o *DeleteSecretV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete secret v1 params
func (*DeleteSecretV1Params) SetHTTPClientTransport ¶
func (o *DeleteSecretV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete secret v1 params
func (*DeleteSecretV1Params) SetNamespace ¶
func (o *DeleteSecretV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete secret v1 params
func (*DeleteSecretV1Params) SetTimeout ¶
func (o *DeleteSecretV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete secret v1 params
func (*DeleteSecretV1Params) WithApp ¶
func (o *DeleteSecretV1Params) WithApp(app string) *DeleteSecretV1Params
WithApp adds the app to the delete secret v1 params
func (*DeleteSecretV1Params) WithConfigID ¶
func (o *DeleteSecretV1Params) WithConfigID(configID string) *DeleteSecretV1Params
WithConfigID adds the configID to the delete secret v1 params
func (*DeleteSecretV1Params) WithContext ¶
func (o *DeleteSecretV1Params) WithContext(ctx context.Context) *DeleteSecretV1Params
WithContext adds the context to the delete secret v1 params
func (*DeleteSecretV1Params) WithHTTPClient ¶
func (o *DeleteSecretV1Params) WithHTTPClient(client *http.Client) *DeleteSecretV1Params
WithHTTPClient adds the HTTPClient to the delete secret v1 params
func (*DeleteSecretV1Params) WithNamespace ¶
func (o *DeleteSecretV1Params) WithNamespace(namespace string) *DeleteSecretV1Params
WithNamespace adds the namespace to the delete secret v1 params
func (*DeleteSecretV1Params) WithTimeout ¶
func (o *DeleteSecretV1Params) WithTimeout(timeout time.Duration) *DeleteSecretV1Params
WithTimeout adds the timeout to the delete secret v1 params
func (*DeleteSecretV1Params) WriteToRequest ¶
func (o *DeleteSecretV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSecretV1Reader ¶
type DeleteSecretV1Reader struct {
// contains filtered or unexported fields
}
DeleteSecretV1Reader is a Reader for the DeleteSecretV1 structure.
func (*DeleteSecretV1Reader) ReadResponse ¶
func (o *DeleteSecretV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSecretV1Unauthorized ¶
type DeleteSecretV1Unauthorized struct {
}DeleteSecretV1Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteSecretV1Unauthorized ¶
func NewDeleteSecretV1Unauthorized() *DeleteSecretV1Unauthorized
NewDeleteSecretV1Unauthorized creates a DeleteSecretV1Unauthorized with default headers values
func (*DeleteSecretV1Unauthorized) Error ¶
func (o *DeleteSecretV1Unauthorized) Error() string
func (*DeleteSecretV1Unauthorized) GetPayload ¶
func (o *DeleteSecretV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteSecretV1Unauthorized) ToJSONString ¶
func (o *DeleteSecretV1Unauthorized) ToJSONString() string
type DeleteVariableV1Forbidden ¶
type DeleteVariableV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteVariableV1Forbidden handles this case with default header values.
Forbidden
func NewDeleteVariableV1Forbidden ¶
func NewDeleteVariableV1Forbidden() *DeleteVariableV1Forbidden
NewDeleteVariableV1Forbidden creates a DeleteVariableV1Forbidden with default headers values
func (*DeleteVariableV1Forbidden) Error ¶
func (o *DeleteVariableV1Forbidden) Error() string
func (*DeleteVariableV1Forbidden) GetPayload ¶
func (o *DeleteVariableV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteVariableV1Forbidden) ToJSONString ¶
func (o *DeleteVariableV1Forbidden) ToJSONString() string
type DeleteVariableV1InternalServerError ¶
type DeleteVariableV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteVariableV1InternalServerError handles this case with default header values.
Internal Server Error
func NewDeleteVariableV1InternalServerError ¶
func NewDeleteVariableV1InternalServerError() *DeleteVariableV1InternalServerError
NewDeleteVariableV1InternalServerError creates a DeleteVariableV1InternalServerError with default headers values
func (*DeleteVariableV1InternalServerError) Error ¶
func (o *DeleteVariableV1InternalServerError) Error() string
func (*DeleteVariableV1InternalServerError) GetPayload ¶
func (o *DeleteVariableV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteVariableV1InternalServerError) ToJSONString ¶
func (o *DeleteVariableV1InternalServerError) ToJSONString() string
type DeleteVariableV1NoContent ¶
type DeleteVariableV1NoContent struct { }
DeleteVariableV1NoContent handles this case with default header values.
func NewDeleteVariableV1NoContent ¶
func NewDeleteVariableV1NoContent() *DeleteVariableV1NoContent
NewDeleteVariableV1NoContent creates a DeleteVariableV1NoContent with default headers values
func (*DeleteVariableV1NoContent) Error ¶
func (o *DeleteVariableV1NoContent) Error() string
type DeleteVariableV1NotFound ¶
type DeleteVariableV1NotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
DeleteVariableV1NotFound handles this case with default header values.
Not Found
func NewDeleteVariableV1NotFound ¶
func NewDeleteVariableV1NotFound() *DeleteVariableV1NotFound
NewDeleteVariableV1NotFound creates a DeleteVariableV1NotFound with default headers values
func (*DeleteVariableV1NotFound) Error ¶
func (o *DeleteVariableV1NotFound) Error() string
func (*DeleteVariableV1NotFound) GetPayload ¶
func (o *DeleteVariableV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteVariableV1NotFound) ToJSONString ¶
func (o *DeleteVariableV1NotFound) ToJSONString() string
type DeleteVariableV1Params ¶
type DeleteVariableV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*App App Name */ App string /*ConfigID Config ID */ ConfigID string /*Namespace Game Name */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
DeleteVariableV1Params contains all the parameters to send to the API endpoint for the delete variable v1 operation typically these are written to a http.Request
func NewDeleteVariableV1Params ¶
func NewDeleteVariableV1Params() *DeleteVariableV1Params
NewDeleteVariableV1Params creates a new DeleteVariableV1Params object with the default values initialized.
func NewDeleteVariableV1ParamsWithContext ¶
func NewDeleteVariableV1ParamsWithContext(ctx context.Context) *DeleteVariableV1Params
NewDeleteVariableV1ParamsWithContext creates a new DeleteVariableV1Params object with the default values initialized, and the ability to set a context for a request
func NewDeleteVariableV1ParamsWithHTTPClient ¶
func NewDeleteVariableV1ParamsWithHTTPClient(client *http.Client) *DeleteVariableV1Params
NewDeleteVariableV1ParamsWithHTTPClient creates a new DeleteVariableV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteVariableV1ParamsWithTimeout ¶
func NewDeleteVariableV1ParamsWithTimeout(timeout time.Duration) *DeleteVariableV1Params
NewDeleteVariableV1ParamsWithTimeout creates a new DeleteVariableV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteVariableV1Params) SetApp ¶
func (o *DeleteVariableV1Params) SetApp(app string)
SetApp adds the app to the delete variable v1 params
func (*DeleteVariableV1Params) SetAuthInfoWriter ¶
func (o *DeleteVariableV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the delete variable v1 params
func (*DeleteVariableV1Params) SetConfigID ¶
func (o *DeleteVariableV1Params) SetConfigID(configID string)
SetConfigID adds the configId to the delete variable v1 params
func (*DeleteVariableV1Params) SetContext ¶
func (o *DeleteVariableV1Params) SetContext(ctx context.Context)
SetContext adds the context to the delete variable v1 params
func (*DeleteVariableV1Params) SetFlightId ¶
func (o *DeleteVariableV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*DeleteVariableV1Params) SetHTTPClient ¶
func (o *DeleteVariableV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete variable v1 params
func (*DeleteVariableV1Params) SetHTTPClientTransport ¶
func (o *DeleteVariableV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the delete variable v1 params
func (*DeleteVariableV1Params) SetNamespace ¶
func (o *DeleteVariableV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the delete variable v1 params
func (*DeleteVariableV1Params) SetTimeout ¶
func (o *DeleteVariableV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete variable v1 params
func (*DeleteVariableV1Params) WithApp ¶
func (o *DeleteVariableV1Params) WithApp(app string) *DeleteVariableV1Params
WithApp adds the app to the delete variable v1 params
func (*DeleteVariableV1Params) WithConfigID ¶
func (o *DeleteVariableV1Params) WithConfigID(configID string) *DeleteVariableV1Params
WithConfigID adds the configID to the delete variable v1 params
func (*DeleteVariableV1Params) WithContext ¶
func (o *DeleteVariableV1Params) WithContext(ctx context.Context) *DeleteVariableV1Params
WithContext adds the context to the delete variable v1 params
func (*DeleteVariableV1Params) WithHTTPClient ¶
func (o *DeleteVariableV1Params) WithHTTPClient(client *http.Client) *DeleteVariableV1Params
WithHTTPClient adds the HTTPClient to the delete variable v1 params
func (*DeleteVariableV1Params) WithNamespace ¶
func (o *DeleteVariableV1Params) WithNamespace(namespace string) *DeleteVariableV1Params
WithNamespace adds the namespace to the delete variable v1 params
func (*DeleteVariableV1Params) WithTimeout ¶
func (o *DeleteVariableV1Params) WithTimeout(timeout time.Duration) *DeleteVariableV1Params
WithTimeout adds the timeout to the delete variable v1 params
func (*DeleteVariableV1Params) WriteToRequest ¶
func (o *DeleteVariableV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteVariableV1Reader ¶
type DeleteVariableV1Reader struct {
// contains filtered or unexported fields
}
DeleteVariableV1Reader is a Reader for the DeleteVariableV1 structure.
func (*DeleteVariableV1Reader) ReadResponse ¶
func (o *DeleteVariableV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteVariableV1Unauthorized ¶
type DeleteVariableV1Unauthorized struct {
}DeleteVariableV1Unauthorized handles this case with default header values.
Unauthorized
func NewDeleteVariableV1Unauthorized ¶
func NewDeleteVariableV1Unauthorized() *DeleteVariableV1Unauthorized
NewDeleteVariableV1Unauthorized creates a DeleteVariableV1Unauthorized with default headers values
func (*DeleteVariableV1Unauthorized) Error ¶
func (o *DeleteVariableV1Unauthorized) Error() string
func (*DeleteVariableV1Unauthorized) GetPayload ¶
func (o *DeleteVariableV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*DeleteVariableV1Unauthorized) ToJSONString ¶
func (o *DeleteVariableV1Unauthorized) ToJSONString() string
type GetListOfSecretsV1BadRequest ¶
type GetListOfSecretsV1BadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfSecretsV1BadRequest handles this case with default header values.
Bad Request
func NewGetListOfSecretsV1BadRequest ¶
func NewGetListOfSecretsV1BadRequest() *GetListOfSecretsV1BadRequest
NewGetListOfSecretsV1BadRequest creates a GetListOfSecretsV1BadRequest with default headers values
func (*GetListOfSecretsV1BadRequest) Error ¶
func (o *GetListOfSecretsV1BadRequest) Error() string
func (*GetListOfSecretsV1BadRequest) GetPayload ¶
func (o *GetListOfSecretsV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfSecretsV1BadRequest) ToJSONString ¶
func (o *GetListOfSecretsV1BadRequest) ToJSONString() string
type GetListOfSecretsV1Forbidden ¶
type GetListOfSecretsV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfSecretsV1Forbidden handles this case with default header values.
Forbidden
func NewGetListOfSecretsV1Forbidden ¶
func NewGetListOfSecretsV1Forbidden() *GetListOfSecretsV1Forbidden
NewGetListOfSecretsV1Forbidden creates a GetListOfSecretsV1Forbidden with default headers values
func (*GetListOfSecretsV1Forbidden) Error ¶
func (o *GetListOfSecretsV1Forbidden) Error() string
func (*GetListOfSecretsV1Forbidden) GetPayload ¶
func (o *GetListOfSecretsV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfSecretsV1Forbidden) ToJSONString ¶
func (o *GetListOfSecretsV1Forbidden) ToJSONString() string
type GetListOfSecretsV1InternalServerError ¶
type GetListOfSecretsV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfSecretsV1InternalServerError handles this case with default header values.
Internal Server Error
func NewGetListOfSecretsV1InternalServerError ¶
func NewGetListOfSecretsV1InternalServerError() *GetListOfSecretsV1InternalServerError
NewGetListOfSecretsV1InternalServerError creates a GetListOfSecretsV1InternalServerError with default headers values
func (*GetListOfSecretsV1InternalServerError) Error ¶
func (o *GetListOfSecretsV1InternalServerError) Error() string
func (*GetListOfSecretsV1InternalServerError) GetPayload ¶
func (o *GetListOfSecretsV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfSecretsV1InternalServerError) ToJSONString ¶
func (o *GetListOfSecretsV1InternalServerError) ToJSONString() string
type GetListOfSecretsV1NotFound ¶
type GetListOfSecretsV1NotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfSecretsV1NotFound handles this case with default header values.
Not Found
func NewGetListOfSecretsV1NotFound ¶
func NewGetListOfSecretsV1NotFound() *GetListOfSecretsV1NotFound
NewGetListOfSecretsV1NotFound creates a GetListOfSecretsV1NotFound with default headers values
func (*GetListOfSecretsV1NotFound) Error ¶
func (o *GetListOfSecretsV1NotFound) Error() string
func (*GetListOfSecretsV1NotFound) GetPayload ¶
func (o *GetListOfSecretsV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfSecretsV1NotFound) ToJSONString ¶
func (o *GetListOfSecretsV1NotFound) ToJSONString() string
type GetListOfSecretsV1OK ¶
type GetListOfSecretsV1OK struct {
Payload *csmclientmodels.GeneratedGetListOfConfigurationsV1Response
}
GetListOfSecretsV1OK handles this case with default header values.
func NewGetListOfSecretsV1OK ¶
func NewGetListOfSecretsV1OK() *GetListOfSecretsV1OK
NewGetListOfSecretsV1OK creates a GetListOfSecretsV1OK with default headers values
func (*GetListOfSecretsV1OK) Error ¶
func (o *GetListOfSecretsV1OK) Error() string
func (*GetListOfSecretsV1OK) GetPayload ¶
func (o *GetListOfSecretsV1OK) GetPayload() *csmclientmodels.GeneratedGetListOfConfigurationsV1Response
func (*GetListOfSecretsV1OK) ToJSONString ¶
func (o *GetListOfSecretsV1OK) ToJSONString() string
type GetListOfSecretsV1Params ¶
type GetListOfSecretsV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*App App Name */ App string /*Namespace Game Name */ Namespace string /*Limit Limit */ Limit *int64 /*Offset Offset */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetListOfSecretsV1Params contains all the parameters to send to the API endpoint for the get list of secrets v1 operation typically these are written to a http.Request
func NewGetListOfSecretsV1Params ¶
func NewGetListOfSecretsV1Params() *GetListOfSecretsV1Params
NewGetListOfSecretsV1Params creates a new GetListOfSecretsV1Params object with the default values initialized.
func NewGetListOfSecretsV1ParamsWithContext ¶
func NewGetListOfSecretsV1ParamsWithContext(ctx context.Context) *GetListOfSecretsV1Params
NewGetListOfSecretsV1ParamsWithContext creates a new GetListOfSecretsV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetListOfSecretsV1ParamsWithHTTPClient ¶
func NewGetListOfSecretsV1ParamsWithHTTPClient(client *http.Client) *GetListOfSecretsV1Params
NewGetListOfSecretsV1ParamsWithHTTPClient creates a new GetListOfSecretsV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetListOfSecretsV1ParamsWithTimeout ¶
func NewGetListOfSecretsV1ParamsWithTimeout(timeout time.Duration) *GetListOfSecretsV1Params
NewGetListOfSecretsV1ParamsWithTimeout creates a new GetListOfSecretsV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetListOfSecretsV1Params) SetApp ¶
func (o *GetListOfSecretsV1Params) SetApp(app string)
SetApp adds the app to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetAuthInfoWriter ¶
func (o *GetListOfSecretsV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetContext ¶
func (o *GetListOfSecretsV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetFlightId ¶
func (o *GetListOfSecretsV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetListOfSecretsV1Params) SetHTTPClient ¶
func (o *GetListOfSecretsV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetHTTPClientTransport ¶
func (o *GetListOfSecretsV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetLimit ¶
func (o *GetListOfSecretsV1Params) SetLimit(limit *int64)
SetLimit adds the limit to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetNamespace ¶
func (o *GetListOfSecretsV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetOffset ¶
func (o *GetListOfSecretsV1Params) SetOffset(offset *int64)
SetOffset adds the offset to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) SetTimeout ¶
func (o *GetListOfSecretsV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithApp ¶
func (o *GetListOfSecretsV1Params) WithApp(app string) *GetListOfSecretsV1Params
WithApp adds the app to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithContext ¶
func (o *GetListOfSecretsV1Params) WithContext(ctx context.Context) *GetListOfSecretsV1Params
WithContext adds the context to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithHTTPClient ¶
func (o *GetListOfSecretsV1Params) WithHTTPClient(client *http.Client) *GetListOfSecretsV1Params
WithHTTPClient adds the HTTPClient to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithLimit ¶
func (o *GetListOfSecretsV1Params) WithLimit(limit *int64) *GetListOfSecretsV1Params
WithLimit adds the limit to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithNamespace ¶
func (o *GetListOfSecretsV1Params) WithNamespace(namespace string) *GetListOfSecretsV1Params
WithNamespace adds the namespace to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithOffset ¶
func (o *GetListOfSecretsV1Params) WithOffset(offset *int64) *GetListOfSecretsV1Params
WithOffset adds the offset to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WithTimeout ¶
func (o *GetListOfSecretsV1Params) WithTimeout(timeout time.Duration) *GetListOfSecretsV1Params
WithTimeout adds the timeout to the get list of secrets v1 params
func (*GetListOfSecretsV1Params) WriteToRequest ¶
func (o *GetListOfSecretsV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetListOfSecretsV1Reader ¶
type GetListOfSecretsV1Reader struct {
// contains filtered or unexported fields
}
GetListOfSecretsV1Reader is a Reader for the GetListOfSecretsV1 structure.
func (*GetListOfSecretsV1Reader) ReadResponse ¶
func (o *GetListOfSecretsV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetListOfSecretsV1Unauthorized ¶
type GetListOfSecretsV1Unauthorized struct {
}GetListOfSecretsV1Unauthorized handles this case with default header values.
Unauthorized
func NewGetListOfSecretsV1Unauthorized ¶
func NewGetListOfSecretsV1Unauthorized() *GetListOfSecretsV1Unauthorized
NewGetListOfSecretsV1Unauthorized creates a GetListOfSecretsV1Unauthorized with default headers values
func (*GetListOfSecretsV1Unauthorized) Error ¶
func (o *GetListOfSecretsV1Unauthorized) Error() string
func (*GetListOfSecretsV1Unauthorized) GetPayload ¶
func (o *GetListOfSecretsV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfSecretsV1Unauthorized) ToJSONString ¶
func (o *GetListOfSecretsV1Unauthorized) ToJSONString() string
type GetListOfVariablesV1BadRequest ¶
type GetListOfVariablesV1BadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfVariablesV1BadRequest handles this case with default header values.
Bad Request
func NewGetListOfVariablesV1BadRequest ¶
func NewGetListOfVariablesV1BadRequest() *GetListOfVariablesV1BadRequest
NewGetListOfVariablesV1BadRequest creates a GetListOfVariablesV1BadRequest with default headers values
func (*GetListOfVariablesV1BadRequest) Error ¶
func (o *GetListOfVariablesV1BadRequest) Error() string
func (*GetListOfVariablesV1BadRequest) GetPayload ¶
func (o *GetListOfVariablesV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfVariablesV1BadRequest) ToJSONString ¶
func (o *GetListOfVariablesV1BadRequest) ToJSONString() string
type GetListOfVariablesV1Forbidden ¶
type GetListOfVariablesV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfVariablesV1Forbidden handles this case with default header values.
Forbidden
func NewGetListOfVariablesV1Forbidden ¶
func NewGetListOfVariablesV1Forbidden() *GetListOfVariablesV1Forbidden
NewGetListOfVariablesV1Forbidden creates a GetListOfVariablesV1Forbidden with default headers values
func (*GetListOfVariablesV1Forbidden) Error ¶
func (o *GetListOfVariablesV1Forbidden) Error() string
func (*GetListOfVariablesV1Forbidden) GetPayload ¶
func (o *GetListOfVariablesV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfVariablesV1Forbidden) ToJSONString ¶
func (o *GetListOfVariablesV1Forbidden) ToJSONString() string
type GetListOfVariablesV1InternalServerError ¶
type GetListOfVariablesV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfVariablesV1InternalServerError handles this case with default header values.
Internal Server Error
func NewGetListOfVariablesV1InternalServerError ¶
func NewGetListOfVariablesV1InternalServerError() *GetListOfVariablesV1InternalServerError
NewGetListOfVariablesV1InternalServerError creates a GetListOfVariablesV1InternalServerError with default headers values
func (*GetListOfVariablesV1InternalServerError) Error ¶
func (o *GetListOfVariablesV1InternalServerError) Error() string
func (*GetListOfVariablesV1InternalServerError) GetPayload ¶
func (o *GetListOfVariablesV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfVariablesV1InternalServerError) ToJSONString ¶
func (o *GetListOfVariablesV1InternalServerError) ToJSONString() string
type GetListOfVariablesV1NotFound ¶
type GetListOfVariablesV1NotFound struct {
Payload *csmclientmodels.ResponseErrorResponse
}
GetListOfVariablesV1NotFound handles this case with default header values.
Not Found
func NewGetListOfVariablesV1NotFound ¶
func NewGetListOfVariablesV1NotFound() *GetListOfVariablesV1NotFound
NewGetListOfVariablesV1NotFound creates a GetListOfVariablesV1NotFound with default headers values
func (*GetListOfVariablesV1NotFound) Error ¶
func (o *GetListOfVariablesV1NotFound) Error() string
func (*GetListOfVariablesV1NotFound) GetPayload ¶
func (o *GetListOfVariablesV1NotFound) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfVariablesV1NotFound) ToJSONString ¶
func (o *GetListOfVariablesV1NotFound) ToJSONString() string
type GetListOfVariablesV1OK ¶
type GetListOfVariablesV1OK struct {
Payload *csmclientmodels.GeneratedGetListOfConfigurationsV1Response
}
GetListOfVariablesV1OK handles this case with default header values.
func NewGetListOfVariablesV1OK ¶
func NewGetListOfVariablesV1OK() *GetListOfVariablesV1OK
NewGetListOfVariablesV1OK creates a GetListOfVariablesV1OK with default headers values
func (*GetListOfVariablesV1OK) Error ¶
func (o *GetListOfVariablesV1OK) Error() string
func (*GetListOfVariablesV1OK) GetPayload ¶
func (o *GetListOfVariablesV1OK) GetPayload() *csmclientmodels.GeneratedGetListOfConfigurationsV1Response
func (*GetListOfVariablesV1OK) ToJSONString ¶
func (o *GetListOfVariablesV1OK) ToJSONString() string
type GetListOfVariablesV1Params ¶
type GetListOfVariablesV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*App App Name */ App string /*Namespace Game Name */ Namespace string /*Limit Limit */ Limit *int64 /*Offset Offset */ Offset *int64 AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
GetListOfVariablesV1Params contains all the parameters to send to the API endpoint for the get list of variables v1 operation typically these are written to a http.Request
func NewGetListOfVariablesV1Params ¶
func NewGetListOfVariablesV1Params() *GetListOfVariablesV1Params
NewGetListOfVariablesV1Params creates a new GetListOfVariablesV1Params object with the default values initialized.
func NewGetListOfVariablesV1ParamsWithContext ¶
func NewGetListOfVariablesV1ParamsWithContext(ctx context.Context) *GetListOfVariablesV1Params
NewGetListOfVariablesV1ParamsWithContext creates a new GetListOfVariablesV1Params object with the default values initialized, and the ability to set a context for a request
func NewGetListOfVariablesV1ParamsWithHTTPClient ¶
func NewGetListOfVariablesV1ParamsWithHTTPClient(client *http.Client) *GetListOfVariablesV1Params
NewGetListOfVariablesV1ParamsWithHTTPClient creates a new GetListOfVariablesV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetListOfVariablesV1ParamsWithTimeout ¶
func NewGetListOfVariablesV1ParamsWithTimeout(timeout time.Duration) *GetListOfVariablesV1Params
NewGetListOfVariablesV1ParamsWithTimeout creates a new GetListOfVariablesV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*GetListOfVariablesV1Params) SetApp ¶
func (o *GetListOfVariablesV1Params) SetApp(app string)
SetApp adds the app to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetAuthInfoWriter ¶
func (o *GetListOfVariablesV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetContext ¶
func (o *GetListOfVariablesV1Params) SetContext(ctx context.Context)
SetContext adds the context to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetFlightId ¶
func (o *GetListOfVariablesV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*GetListOfVariablesV1Params) SetHTTPClient ¶
func (o *GetListOfVariablesV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetHTTPClientTransport ¶
func (o *GetListOfVariablesV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetLimit ¶
func (o *GetListOfVariablesV1Params) SetLimit(limit *int64)
SetLimit adds the limit to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetNamespace ¶
func (o *GetListOfVariablesV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetOffset ¶
func (o *GetListOfVariablesV1Params) SetOffset(offset *int64)
SetOffset adds the offset to the get list of variables v1 params
func (*GetListOfVariablesV1Params) SetTimeout ¶
func (o *GetListOfVariablesV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithApp ¶
func (o *GetListOfVariablesV1Params) WithApp(app string) *GetListOfVariablesV1Params
WithApp adds the app to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithContext ¶
func (o *GetListOfVariablesV1Params) WithContext(ctx context.Context) *GetListOfVariablesV1Params
WithContext adds the context to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithHTTPClient ¶
func (o *GetListOfVariablesV1Params) WithHTTPClient(client *http.Client) *GetListOfVariablesV1Params
WithHTTPClient adds the HTTPClient to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithLimit ¶
func (o *GetListOfVariablesV1Params) WithLimit(limit *int64) *GetListOfVariablesV1Params
WithLimit adds the limit to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithNamespace ¶
func (o *GetListOfVariablesV1Params) WithNamespace(namespace string) *GetListOfVariablesV1Params
WithNamespace adds the namespace to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithOffset ¶
func (o *GetListOfVariablesV1Params) WithOffset(offset *int64) *GetListOfVariablesV1Params
WithOffset adds the offset to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WithTimeout ¶
func (o *GetListOfVariablesV1Params) WithTimeout(timeout time.Duration) *GetListOfVariablesV1Params
WithTimeout adds the timeout to the get list of variables v1 params
func (*GetListOfVariablesV1Params) WriteToRequest ¶
func (o *GetListOfVariablesV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetListOfVariablesV1Reader ¶
type GetListOfVariablesV1Reader struct {
// contains filtered or unexported fields
}
GetListOfVariablesV1Reader is a Reader for the GetListOfVariablesV1 structure.
func (*GetListOfVariablesV1Reader) ReadResponse ¶
func (o *GetListOfVariablesV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetListOfVariablesV1Unauthorized ¶
type GetListOfVariablesV1Unauthorized struct {
}GetListOfVariablesV1Unauthorized handles this case with default header values.
Unauthorized
func NewGetListOfVariablesV1Unauthorized ¶
func NewGetListOfVariablesV1Unauthorized() *GetListOfVariablesV1Unauthorized
NewGetListOfVariablesV1Unauthorized creates a GetListOfVariablesV1Unauthorized with default headers values
func (*GetListOfVariablesV1Unauthorized) Error ¶
func (o *GetListOfVariablesV1Unauthorized) Error() string
func (*GetListOfVariablesV1Unauthorized) GetPayload ¶
func (o *GetListOfVariablesV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*GetListOfVariablesV1Unauthorized) ToJSONString ¶
func (o *GetListOfVariablesV1Unauthorized) ToJSONString() string
type SaveSecretV1BadRequest ¶
type SaveSecretV1BadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
SaveSecretV1BadRequest handles this case with default header values.
Bad Request
func NewSaveSecretV1BadRequest ¶
func NewSaveSecretV1BadRequest() *SaveSecretV1BadRequest
NewSaveSecretV1BadRequest creates a SaveSecretV1BadRequest with default headers values
func (*SaveSecretV1BadRequest) Error ¶
func (o *SaveSecretV1BadRequest) Error() string
func (*SaveSecretV1BadRequest) GetPayload ¶
func (o *SaveSecretV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveSecretV1BadRequest) ToJSONString ¶
func (o *SaveSecretV1BadRequest) ToJSONString() string
type SaveSecretV1Forbidden ¶
type SaveSecretV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
SaveSecretV1Forbidden handles this case with default header values.
Forbidden
func NewSaveSecretV1Forbidden ¶
func NewSaveSecretV1Forbidden() *SaveSecretV1Forbidden
NewSaveSecretV1Forbidden creates a SaveSecretV1Forbidden with default headers values
func (*SaveSecretV1Forbidden) Error ¶
func (o *SaveSecretV1Forbidden) Error() string
func (*SaveSecretV1Forbidden) GetPayload ¶
func (o *SaveSecretV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveSecretV1Forbidden) ToJSONString ¶
func (o *SaveSecretV1Forbidden) ToJSONString() string
type SaveSecretV1InternalServerError ¶
type SaveSecretV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
SaveSecretV1InternalServerError handles this case with default header values.
Internal Server Error
func NewSaveSecretV1InternalServerError ¶
func NewSaveSecretV1InternalServerError() *SaveSecretV1InternalServerError
NewSaveSecretV1InternalServerError creates a SaveSecretV1InternalServerError with default headers values
func (*SaveSecretV1InternalServerError) Error ¶
func (o *SaveSecretV1InternalServerError) Error() string
func (*SaveSecretV1InternalServerError) GetPayload ¶
func (o *SaveSecretV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveSecretV1InternalServerError) ToJSONString ¶
func (o *SaveSecretV1InternalServerError) ToJSONString() string
type SaveSecretV1OK ¶
type SaveSecretV1OK struct {
Payload *csmclientmodels.GeneratedSaveConfigurationV1Response
}
SaveSecretV1OK handles this case with default header values.
OK
func NewSaveSecretV1OK ¶
func NewSaveSecretV1OK() *SaveSecretV1OK
NewSaveSecretV1OK creates a SaveSecretV1OK with default headers values
func (*SaveSecretV1OK) Error ¶
func (o *SaveSecretV1OK) Error() string
func (*SaveSecretV1OK) GetPayload ¶
func (o *SaveSecretV1OK) GetPayload() *csmclientmodels.GeneratedSaveConfigurationV1Response
func (*SaveSecretV1OK) ToJSONString ¶
func (o *SaveSecretV1OK) ToJSONString() string
type SaveSecretV1Params ¶
type SaveSecretV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *csmclientmodels.GeneratedSaveConfigurationV1Request /*App App Name */ App string /*Namespace Game Name */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SaveSecretV1Params contains all the parameters to send to the API endpoint for the save secret v1 operation typically these are written to a http.Request
func NewSaveSecretV1Params ¶
func NewSaveSecretV1Params() *SaveSecretV1Params
NewSaveSecretV1Params creates a new SaveSecretV1Params object with the default values initialized.
func NewSaveSecretV1ParamsWithContext ¶
func NewSaveSecretV1ParamsWithContext(ctx context.Context) *SaveSecretV1Params
NewSaveSecretV1ParamsWithContext creates a new SaveSecretV1Params object with the default values initialized, and the ability to set a context for a request
func NewSaveSecretV1ParamsWithHTTPClient ¶
func NewSaveSecretV1ParamsWithHTTPClient(client *http.Client) *SaveSecretV1Params
NewSaveSecretV1ParamsWithHTTPClient creates a new SaveSecretV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSaveSecretV1ParamsWithTimeout ¶
func NewSaveSecretV1ParamsWithTimeout(timeout time.Duration) *SaveSecretV1Params
NewSaveSecretV1ParamsWithTimeout creates a new SaveSecretV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*SaveSecretV1Params) SetApp ¶
func (o *SaveSecretV1Params) SetApp(app string)
SetApp adds the app to the save secret v1 params
func (*SaveSecretV1Params) SetAuthInfoWriter ¶
func (o *SaveSecretV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the save secret v1 params
func (*SaveSecretV1Params) SetBody ¶
func (o *SaveSecretV1Params) SetBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request)
SetBody adds the body to the save secret v1 params
func (*SaveSecretV1Params) SetContext ¶
func (o *SaveSecretV1Params) SetContext(ctx context.Context)
SetContext adds the context to the save secret v1 params
func (*SaveSecretV1Params) SetFlightId ¶
func (o *SaveSecretV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SaveSecretV1Params) SetHTTPClient ¶
func (o *SaveSecretV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the save secret v1 params
func (*SaveSecretV1Params) SetHTTPClientTransport ¶
func (o *SaveSecretV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the save secret v1 params
func (*SaveSecretV1Params) SetNamespace ¶
func (o *SaveSecretV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the save secret v1 params
func (*SaveSecretV1Params) SetTimeout ¶
func (o *SaveSecretV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the save secret v1 params
func (*SaveSecretV1Params) WithApp ¶
func (o *SaveSecretV1Params) WithApp(app string) *SaveSecretV1Params
WithApp adds the app to the save secret v1 params
func (*SaveSecretV1Params) WithBody ¶
func (o *SaveSecretV1Params) WithBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request) *SaveSecretV1Params
WithBody adds the body to the save secret v1 params
func (*SaveSecretV1Params) WithContext ¶
func (o *SaveSecretV1Params) WithContext(ctx context.Context) *SaveSecretV1Params
WithContext adds the context to the save secret v1 params
func (*SaveSecretV1Params) WithHTTPClient ¶
func (o *SaveSecretV1Params) WithHTTPClient(client *http.Client) *SaveSecretV1Params
WithHTTPClient adds the HTTPClient to the save secret v1 params
func (*SaveSecretV1Params) WithNamespace ¶
func (o *SaveSecretV1Params) WithNamespace(namespace string) *SaveSecretV1Params
WithNamespace adds the namespace to the save secret v1 params
func (*SaveSecretV1Params) WithTimeout ¶
func (o *SaveSecretV1Params) WithTimeout(timeout time.Duration) *SaveSecretV1Params
WithTimeout adds the timeout to the save secret v1 params
func (*SaveSecretV1Params) WriteToRequest ¶
func (o *SaveSecretV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SaveSecretV1Reader ¶
type SaveSecretV1Reader struct {
// contains filtered or unexported fields
}
SaveSecretV1Reader is a Reader for the SaveSecretV1 structure.
func (*SaveSecretV1Reader) ReadResponse ¶
func (o *SaveSecretV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SaveSecretV1Unauthorized ¶
type SaveSecretV1Unauthorized struct {
}SaveSecretV1Unauthorized handles this case with default header values.
Unauthorized
func NewSaveSecretV1Unauthorized ¶
func NewSaveSecretV1Unauthorized() *SaveSecretV1Unauthorized
NewSaveSecretV1Unauthorized creates a SaveSecretV1Unauthorized with default headers values
func (*SaveSecretV1Unauthorized) Error ¶
func (o *SaveSecretV1Unauthorized) Error() string
func (*SaveSecretV1Unauthorized) GetPayload ¶
func (o *SaveSecretV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveSecretV1Unauthorized) ToJSONString ¶
func (o *SaveSecretV1Unauthorized) ToJSONString() string
type SaveVariableV1BadRequest ¶
type SaveVariableV1BadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
SaveVariableV1BadRequest handles this case with default header values.
Bad Request
func NewSaveVariableV1BadRequest ¶
func NewSaveVariableV1BadRequest() *SaveVariableV1BadRequest
NewSaveVariableV1BadRequest creates a SaveVariableV1BadRequest with default headers values
func (*SaveVariableV1BadRequest) Error ¶
func (o *SaveVariableV1BadRequest) Error() string
func (*SaveVariableV1BadRequest) GetPayload ¶
func (o *SaveVariableV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveVariableV1BadRequest) ToJSONString ¶
func (o *SaveVariableV1BadRequest) ToJSONString() string
type SaveVariableV1Forbidden ¶
type SaveVariableV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
SaveVariableV1Forbidden handles this case with default header values.
Forbidden
func NewSaveVariableV1Forbidden ¶
func NewSaveVariableV1Forbidden() *SaveVariableV1Forbidden
NewSaveVariableV1Forbidden creates a SaveVariableV1Forbidden with default headers values
func (*SaveVariableV1Forbidden) Error ¶
func (o *SaveVariableV1Forbidden) Error() string
func (*SaveVariableV1Forbidden) GetPayload ¶
func (o *SaveVariableV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveVariableV1Forbidden) ToJSONString ¶
func (o *SaveVariableV1Forbidden) ToJSONString() string
type SaveVariableV1InternalServerError ¶
type SaveVariableV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
SaveVariableV1InternalServerError handles this case with default header values.
Internal Server Error
func NewSaveVariableV1InternalServerError ¶
func NewSaveVariableV1InternalServerError() *SaveVariableV1InternalServerError
NewSaveVariableV1InternalServerError creates a SaveVariableV1InternalServerError with default headers values
func (*SaveVariableV1InternalServerError) Error ¶
func (o *SaveVariableV1InternalServerError) Error() string
func (*SaveVariableV1InternalServerError) GetPayload ¶
func (o *SaveVariableV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveVariableV1InternalServerError) ToJSONString ¶
func (o *SaveVariableV1InternalServerError) ToJSONString() string
type SaveVariableV1OK ¶
type SaveVariableV1OK struct {
Payload *csmclientmodels.GeneratedSaveConfigurationV1Response
}
SaveVariableV1OK handles this case with default header values.
OK
func NewSaveVariableV1OK ¶
func NewSaveVariableV1OK() *SaveVariableV1OK
NewSaveVariableV1OK creates a SaveVariableV1OK with default headers values
func (*SaveVariableV1OK) Error ¶
func (o *SaveVariableV1OK) Error() string
func (*SaveVariableV1OK) GetPayload ¶
func (o *SaveVariableV1OK) GetPayload() *csmclientmodels.GeneratedSaveConfigurationV1Response
func (*SaveVariableV1OK) ToJSONString ¶
func (o *SaveVariableV1OK) ToJSONString() string
type SaveVariableV1Params ¶
type SaveVariableV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *csmclientmodels.GeneratedSaveConfigurationV1Request /*App App Name */ App string /*Namespace Game Name */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
SaveVariableV1Params contains all the parameters to send to the API endpoint for the save variable v1 operation typically these are written to a http.Request
func NewSaveVariableV1Params ¶
func NewSaveVariableV1Params() *SaveVariableV1Params
NewSaveVariableV1Params creates a new SaveVariableV1Params object with the default values initialized.
func NewSaveVariableV1ParamsWithContext ¶
func NewSaveVariableV1ParamsWithContext(ctx context.Context) *SaveVariableV1Params
NewSaveVariableV1ParamsWithContext creates a new SaveVariableV1Params object with the default values initialized, and the ability to set a context for a request
func NewSaveVariableV1ParamsWithHTTPClient ¶
func NewSaveVariableV1ParamsWithHTTPClient(client *http.Client) *SaveVariableV1Params
NewSaveVariableV1ParamsWithHTTPClient creates a new SaveVariableV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSaveVariableV1ParamsWithTimeout ¶
func NewSaveVariableV1ParamsWithTimeout(timeout time.Duration) *SaveVariableV1Params
NewSaveVariableV1ParamsWithTimeout creates a new SaveVariableV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*SaveVariableV1Params) SetApp ¶
func (o *SaveVariableV1Params) SetApp(app string)
SetApp adds the app to the save variable v1 params
func (*SaveVariableV1Params) SetAuthInfoWriter ¶
func (o *SaveVariableV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the save variable v1 params
func (*SaveVariableV1Params) SetBody ¶
func (o *SaveVariableV1Params) SetBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request)
SetBody adds the body to the save variable v1 params
func (*SaveVariableV1Params) SetContext ¶
func (o *SaveVariableV1Params) SetContext(ctx context.Context)
SetContext adds the context to the save variable v1 params
func (*SaveVariableV1Params) SetFlightId ¶
func (o *SaveVariableV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*SaveVariableV1Params) SetHTTPClient ¶
func (o *SaveVariableV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the save variable v1 params
func (*SaveVariableV1Params) SetHTTPClientTransport ¶
func (o *SaveVariableV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the save variable v1 params
func (*SaveVariableV1Params) SetNamespace ¶
func (o *SaveVariableV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the save variable v1 params
func (*SaveVariableV1Params) SetTimeout ¶
func (o *SaveVariableV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the save variable v1 params
func (*SaveVariableV1Params) WithApp ¶
func (o *SaveVariableV1Params) WithApp(app string) *SaveVariableV1Params
WithApp adds the app to the save variable v1 params
func (*SaveVariableV1Params) WithBody ¶
func (o *SaveVariableV1Params) WithBody(body *csmclientmodels.GeneratedSaveConfigurationV1Request) *SaveVariableV1Params
WithBody adds the body to the save variable v1 params
func (*SaveVariableV1Params) WithContext ¶
func (o *SaveVariableV1Params) WithContext(ctx context.Context) *SaveVariableV1Params
WithContext adds the context to the save variable v1 params
func (*SaveVariableV1Params) WithHTTPClient ¶
func (o *SaveVariableV1Params) WithHTTPClient(client *http.Client) *SaveVariableV1Params
WithHTTPClient adds the HTTPClient to the save variable v1 params
func (*SaveVariableV1Params) WithNamespace ¶
func (o *SaveVariableV1Params) WithNamespace(namespace string) *SaveVariableV1Params
WithNamespace adds the namespace to the save variable v1 params
func (*SaveVariableV1Params) WithTimeout ¶
func (o *SaveVariableV1Params) WithTimeout(timeout time.Duration) *SaveVariableV1Params
WithTimeout adds the timeout to the save variable v1 params
func (*SaveVariableV1Params) WriteToRequest ¶
func (o *SaveVariableV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SaveVariableV1Reader ¶
type SaveVariableV1Reader struct {
// contains filtered or unexported fields
}
SaveVariableV1Reader is a Reader for the SaveVariableV1 structure.
func (*SaveVariableV1Reader) ReadResponse ¶
func (o *SaveVariableV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SaveVariableV1Unauthorized ¶
type SaveVariableV1Unauthorized struct {
}SaveVariableV1Unauthorized handles this case with default header values.
Unauthorized
func NewSaveVariableV1Unauthorized ¶
func NewSaveVariableV1Unauthorized() *SaveVariableV1Unauthorized
NewSaveVariableV1Unauthorized creates a SaveVariableV1Unauthorized with default headers values
func (*SaveVariableV1Unauthorized) Error ¶
func (o *SaveVariableV1Unauthorized) Error() string
func (*SaveVariableV1Unauthorized) GetPayload ¶
func (o *SaveVariableV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*SaveVariableV1Unauthorized) ToJSONString ¶
func (o *SaveVariableV1Unauthorized) ToJSONString() string
type UpdateSecretV1BadRequest ¶
type UpdateSecretV1BadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UpdateSecretV1BadRequest handles this case with default header values.
Bad Request
func NewUpdateSecretV1BadRequest ¶
func NewUpdateSecretV1BadRequest() *UpdateSecretV1BadRequest
NewUpdateSecretV1BadRequest creates a UpdateSecretV1BadRequest with default headers values
func (*UpdateSecretV1BadRequest) Error ¶
func (o *UpdateSecretV1BadRequest) Error() string
func (*UpdateSecretV1BadRequest) GetPayload ¶
func (o *UpdateSecretV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateSecretV1BadRequest) ToJSONString ¶
func (o *UpdateSecretV1BadRequest) ToJSONString() string
type UpdateSecretV1Forbidden ¶
type UpdateSecretV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UpdateSecretV1Forbidden handles this case with default header values.
Forbidden
func NewUpdateSecretV1Forbidden ¶
func NewUpdateSecretV1Forbidden() *UpdateSecretV1Forbidden
NewUpdateSecretV1Forbidden creates a UpdateSecretV1Forbidden with default headers values
func (*UpdateSecretV1Forbidden) Error ¶
func (o *UpdateSecretV1Forbidden) Error() string
func (*UpdateSecretV1Forbidden) GetPayload ¶
func (o *UpdateSecretV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateSecretV1Forbidden) ToJSONString ¶
func (o *UpdateSecretV1Forbidden) ToJSONString() string
type UpdateSecretV1InternalServerError ¶
type UpdateSecretV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UpdateSecretV1InternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateSecretV1InternalServerError ¶
func NewUpdateSecretV1InternalServerError() *UpdateSecretV1InternalServerError
NewUpdateSecretV1InternalServerError creates a UpdateSecretV1InternalServerError with default headers values
func (*UpdateSecretV1InternalServerError) Error ¶
func (o *UpdateSecretV1InternalServerError) Error() string
func (*UpdateSecretV1InternalServerError) GetPayload ¶
func (o *UpdateSecretV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateSecretV1InternalServerError) ToJSONString ¶
func (o *UpdateSecretV1InternalServerError) ToJSONString() string
type UpdateSecretV1OK ¶
type UpdateSecretV1OK struct {
Payload *csmclientmodels.GeneratedUpdateConfigurationV1Response
}
UpdateSecretV1OK handles this case with default header values.
OK
func NewUpdateSecretV1OK ¶
func NewUpdateSecretV1OK() *UpdateSecretV1OK
NewUpdateSecretV1OK creates a UpdateSecretV1OK with default headers values
func (*UpdateSecretV1OK) Error ¶
func (o *UpdateSecretV1OK) Error() string
func (*UpdateSecretV1OK) GetPayload ¶
func (o *UpdateSecretV1OK) GetPayload() *csmclientmodels.GeneratedUpdateConfigurationV1Response
func (*UpdateSecretV1OK) ToJSONString ¶
func (o *UpdateSecretV1OK) ToJSONString() string
type UpdateSecretV1Params ¶
type UpdateSecretV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *csmclientmodels.GeneratedUpdateConfigurationV1Request /*App App Name */ App string /*ConfigID Config ID */ ConfigID string /*Namespace Game Name */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UpdateSecretV1Params contains all the parameters to send to the API endpoint for the update secret v1 operation typically these are written to a http.Request
func NewUpdateSecretV1Params ¶
func NewUpdateSecretV1Params() *UpdateSecretV1Params
NewUpdateSecretV1Params creates a new UpdateSecretV1Params object with the default values initialized.
func NewUpdateSecretV1ParamsWithContext ¶
func NewUpdateSecretV1ParamsWithContext(ctx context.Context) *UpdateSecretV1Params
NewUpdateSecretV1ParamsWithContext creates a new UpdateSecretV1Params object with the default values initialized, and the ability to set a context for a request
func NewUpdateSecretV1ParamsWithHTTPClient ¶
func NewUpdateSecretV1ParamsWithHTTPClient(client *http.Client) *UpdateSecretV1Params
NewUpdateSecretV1ParamsWithHTTPClient creates a new UpdateSecretV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateSecretV1ParamsWithTimeout ¶
func NewUpdateSecretV1ParamsWithTimeout(timeout time.Duration) *UpdateSecretV1Params
NewUpdateSecretV1ParamsWithTimeout creates a new UpdateSecretV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateSecretV1Params) SetApp ¶
func (o *UpdateSecretV1Params) SetApp(app string)
SetApp adds the app to the update secret v1 params
func (*UpdateSecretV1Params) SetAuthInfoWriter ¶
func (o *UpdateSecretV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update secret v1 params
func (*UpdateSecretV1Params) SetBody ¶
func (o *UpdateSecretV1Params) SetBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request)
SetBody adds the body to the update secret v1 params
func (*UpdateSecretV1Params) SetConfigID ¶
func (o *UpdateSecretV1Params) SetConfigID(configID string)
SetConfigID adds the configId to the update secret v1 params
func (*UpdateSecretV1Params) SetContext ¶
func (o *UpdateSecretV1Params) SetContext(ctx context.Context)
SetContext adds the context to the update secret v1 params
func (*UpdateSecretV1Params) SetFlightId ¶
func (o *UpdateSecretV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdateSecretV1Params) SetHTTPClient ¶
func (o *UpdateSecretV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update secret v1 params
func (*UpdateSecretV1Params) SetHTTPClientTransport ¶
func (o *UpdateSecretV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update secret v1 params
func (*UpdateSecretV1Params) SetNamespace ¶
func (o *UpdateSecretV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the update secret v1 params
func (*UpdateSecretV1Params) SetTimeout ¶
func (o *UpdateSecretV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update secret v1 params
func (*UpdateSecretV1Params) WithApp ¶
func (o *UpdateSecretV1Params) WithApp(app string) *UpdateSecretV1Params
WithApp adds the app to the update secret v1 params
func (*UpdateSecretV1Params) WithBody ¶
func (o *UpdateSecretV1Params) WithBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request) *UpdateSecretV1Params
WithBody adds the body to the update secret v1 params
func (*UpdateSecretV1Params) WithConfigID ¶
func (o *UpdateSecretV1Params) WithConfigID(configID string) *UpdateSecretV1Params
WithConfigID adds the configID to the update secret v1 params
func (*UpdateSecretV1Params) WithContext ¶
func (o *UpdateSecretV1Params) WithContext(ctx context.Context) *UpdateSecretV1Params
WithContext adds the context to the update secret v1 params
func (*UpdateSecretV1Params) WithHTTPClient ¶
func (o *UpdateSecretV1Params) WithHTTPClient(client *http.Client) *UpdateSecretV1Params
WithHTTPClient adds the HTTPClient to the update secret v1 params
func (*UpdateSecretV1Params) WithNamespace ¶
func (o *UpdateSecretV1Params) WithNamespace(namespace string) *UpdateSecretV1Params
WithNamespace adds the namespace to the update secret v1 params
func (*UpdateSecretV1Params) WithTimeout ¶
func (o *UpdateSecretV1Params) WithTimeout(timeout time.Duration) *UpdateSecretV1Params
WithTimeout adds the timeout to the update secret v1 params
func (*UpdateSecretV1Params) WriteToRequest ¶
func (o *UpdateSecretV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSecretV1Reader ¶
type UpdateSecretV1Reader struct {
// contains filtered or unexported fields
}
UpdateSecretV1Reader is a Reader for the UpdateSecretV1 structure.
func (*UpdateSecretV1Reader) ReadResponse ¶
func (o *UpdateSecretV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSecretV1Unauthorized ¶
type UpdateSecretV1Unauthorized struct {
}UpdateSecretV1Unauthorized handles this case with default header values.
Unauthorized
func NewUpdateSecretV1Unauthorized ¶
func NewUpdateSecretV1Unauthorized() *UpdateSecretV1Unauthorized
NewUpdateSecretV1Unauthorized creates a UpdateSecretV1Unauthorized with default headers values
func (*UpdateSecretV1Unauthorized) Error ¶
func (o *UpdateSecretV1Unauthorized) Error() string
func (*UpdateSecretV1Unauthorized) GetPayload ¶
func (o *UpdateSecretV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateSecretV1Unauthorized) ToJSONString ¶
func (o *UpdateSecretV1Unauthorized) ToJSONString() string
type UpdateVariableV1BadRequest ¶
type UpdateVariableV1BadRequest struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UpdateVariableV1BadRequest handles this case with default header values.
Bad Request
func NewUpdateVariableV1BadRequest ¶
func NewUpdateVariableV1BadRequest() *UpdateVariableV1BadRequest
NewUpdateVariableV1BadRequest creates a UpdateVariableV1BadRequest with default headers values
func (*UpdateVariableV1BadRequest) Error ¶
func (o *UpdateVariableV1BadRequest) Error() string
func (*UpdateVariableV1BadRequest) GetPayload ¶
func (o *UpdateVariableV1BadRequest) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateVariableV1BadRequest) ToJSONString ¶
func (o *UpdateVariableV1BadRequest) ToJSONString() string
type UpdateVariableV1Forbidden ¶
type UpdateVariableV1Forbidden struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UpdateVariableV1Forbidden handles this case with default header values.
Forbidden
func NewUpdateVariableV1Forbidden ¶
func NewUpdateVariableV1Forbidden() *UpdateVariableV1Forbidden
NewUpdateVariableV1Forbidden creates a UpdateVariableV1Forbidden with default headers values
func (*UpdateVariableV1Forbidden) Error ¶
func (o *UpdateVariableV1Forbidden) Error() string
func (*UpdateVariableV1Forbidden) GetPayload ¶
func (o *UpdateVariableV1Forbidden) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateVariableV1Forbidden) ToJSONString ¶
func (o *UpdateVariableV1Forbidden) ToJSONString() string
type UpdateVariableV1InternalServerError ¶
type UpdateVariableV1InternalServerError struct {
Payload *csmclientmodels.ResponseErrorResponse
}
UpdateVariableV1InternalServerError handles this case with default header values.
Internal Server Error
func NewUpdateVariableV1InternalServerError ¶
func NewUpdateVariableV1InternalServerError() *UpdateVariableV1InternalServerError
NewUpdateVariableV1InternalServerError creates a UpdateVariableV1InternalServerError with default headers values
func (*UpdateVariableV1InternalServerError) Error ¶
func (o *UpdateVariableV1InternalServerError) Error() string
func (*UpdateVariableV1InternalServerError) GetPayload ¶
func (o *UpdateVariableV1InternalServerError) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateVariableV1InternalServerError) ToJSONString ¶
func (o *UpdateVariableV1InternalServerError) ToJSONString() string
type UpdateVariableV1OK ¶
type UpdateVariableV1OK struct {
Payload *csmclientmodels.GeneratedUpdateConfigurationV1Response
}
UpdateVariableV1OK handles this case with default header values.
OK
func NewUpdateVariableV1OK ¶
func NewUpdateVariableV1OK() *UpdateVariableV1OK
NewUpdateVariableV1OK creates a UpdateVariableV1OK with default headers values
func (*UpdateVariableV1OK) Error ¶
func (o *UpdateVariableV1OK) Error() string
func (*UpdateVariableV1OK) GetPayload ¶
func (o *UpdateVariableV1OK) GetPayload() *csmclientmodels.GeneratedUpdateConfigurationV1Response
func (*UpdateVariableV1OK) ToJSONString ¶
func (o *UpdateVariableV1OK) ToJSONString() string
type UpdateVariableV1Params ¶
type UpdateVariableV1Params struct { /*RetryPolicy*/ RetryPolicy *utils.Retry /*Body*/ Body *csmclientmodels.GeneratedUpdateConfigurationV1Request /*App App Name */ App string /*ConfigID Config ID */ ConfigID string /*Namespace Game Name */ Namespace string AuthInfoWriter runtime.ClientAuthInfoWriter Context context.Context HTTPClient *http.Client // XFlightId is an optional parameter from this SDK XFlightId *string // contains filtered or unexported fields }
UpdateVariableV1Params contains all the parameters to send to the API endpoint for the update variable v1 operation typically these are written to a http.Request
func NewUpdateVariableV1Params ¶
func NewUpdateVariableV1Params() *UpdateVariableV1Params
NewUpdateVariableV1Params creates a new UpdateVariableV1Params object with the default values initialized.
func NewUpdateVariableV1ParamsWithContext ¶
func NewUpdateVariableV1ParamsWithContext(ctx context.Context) *UpdateVariableV1Params
NewUpdateVariableV1ParamsWithContext creates a new UpdateVariableV1Params object with the default values initialized, and the ability to set a context for a request
func NewUpdateVariableV1ParamsWithHTTPClient ¶
func NewUpdateVariableV1ParamsWithHTTPClient(client *http.Client) *UpdateVariableV1Params
NewUpdateVariableV1ParamsWithHTTPClient creates a new UpdateVariableV1Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateVariableV1ParamsWithTimeout ¶
func NewUpdateVariableV1ParamsWithTimeout(timeout time.Duration) *UpdateVariableV1Params
NewUpdateVariableV1ParamsWithTimeout creates a new UpdateVariableV1Params object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateVariableV1Params) SetApp ¶
func (o *UpdateVariableV1Params) SetApp(app string)
SetApp adds the app to the update variable v1 params
func (*UpdateVariableV1Params) SetAuthInfoWriter ¶
func (o *UpdateVariableV1Params) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the update variable v1 params
func (*UpdateVariableV1Params) SetBody ¶
func (o *UpdateVariableV1Params) SetBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request)
SetBody adds the body to the update variable v1 params
func (*UpdateVariableV1Params) SetConfigID ¶
func (o *UpdateVariableV1Params) SetConfigID(configID string)
SetConfigID adds the configId to the update variable v1 params
func (*UpdateVariableV1Params) SetContext ¶
func (o *UpdateVariableV1Params) SetContext(ctx context.Context)
SetContext adds the context to the update variable v1 params
func (*UpdateVariableV1Params) SetFlightId ¶
func (o *UpdateVariableV1Params) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*UpdateVariableV1Params) SetHTTPClient ¶
func (o *UpdateVariableV1Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update variable v1 params
func (*UpdateVariableV1Params) SetHTTPClientTransport ¶
func (o *UpdateVariableV1Params) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the update variable v1 params
func (*UpdateVariableV1Params) SetNamespace ¶
func (o *UpdateVariableV1Params) SetNamespace(namespace string)
SetNamespace adds the namespace to the update variable v1 params
func (*UpdateVariableV1Params) SetTimeout ¶
func (o *UpdateVariableV1Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update variable v1 params
func (*UpdateVariableV1Params) WithApp ¶
func (o *UpdateVariableV1Params) WithApp(app string) *UpdateVariableV1Params
WithApp adds the app to the update variable v1 params
func (*UpdateVariableV1Params) WithBody ¶
func (o *UpdateVariableV1Params) WithBody(body *csmclientmodels.GeneratedUpdateConfigurationV1Request) *UpdateVariableV1Params
WithBody adds the body to the update variable v1 params
func (*UpdateVariableV1Params) WithConfigID ¶
func (o *UpdateVariableV1Params) WithConfigID(configID string) *UpdateVariableV1Params
WithConfigID adds the configID to the update variable v1 params
func (*UpdateVariableV1Params) WithContext ¶
func (o *UpdateVariableV1Params) WithContext(ctx context.Context) *UpdateVariableV1Params
WithContext adds the context to the update variable v1 params
func (*UpdateVariableV1Params) WithHTTPClient ¶
func (o *UpdateVariableV1Params) WithHTTPClient(client *http.Client) *UpdateVariableV1Params
WithHTTPClient adds the HTTPClient to the update variable v1 params
func (*UpdateVariableV1Params) WithNamespace ¶
func (o *UpdateVariableV1Params) WithNamespace(namespace string) *UpdateVariableV1Params
WithNamespace adds the namespace to the update variable v1 params
func (*UpdateVariableV1Params) WithTimeout ¶
func (o *UpdateVariableV1Params) WithTimeout(timeout time.Duration) *UpdateVariableV1Params
WithTimeout adds the timeout to the update variable v1 params
func (*UpdateVariableV1Params) WriteToRequest ¶
func (o *UpdateVariableV1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateVariableV1Reader ¶
type UpdateVariableV1Reader struct {
// contains filtered or unexported fields
}
UpdateVariableV1Reader is a Reader for the UpdateVariableV1 structure.
func (*UpdateVariableV1Reader) ReadResponse ¶
func (o *UpdateVariableV1Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateVariableV1Unauthorized ¶
type UpdateVariableV1Unauthorized struct {
}UpdateVariableV1Unauthorized handles this case with default header values.
Unauthorized
func NewUpdateVariableV1Unauthorized ¶
func NewUpdateVariableV1Unauthorized() *UpdateVariableV1Unauthorized
NewUpdateVariableV1Unauthorized creates a UpdateVariableV1Unauthorized with default headers values
func (*UpdateVariableV1Unauthorized) Error ¶
func (o *UpdateVariableV1Unauthorized) Error() string
func (*UpdateVariableV1Unauthorized) GetPayload ¶
func (o *UpdateVariableV1Unauthorized) GetPayload() *csmclientmodels.ResponseErrorResponse
func (*UpdateVariableV1Unauthorized) ToJSONString ¶
func (o *UpdateVariableV1Unauthorized) ToJSONString() string
Source Files ¶
- configuration_client.go
- delete_secret_v1_parameters.go
- delete_secret_v1_responses.go
- delete_variable_v1_parameters.go
- delete_variable_v1_responses.go
- get_list_of_secrets_v1_parameters.go
- get_list_of_secrets_v1_responses.go
- get_list_of_variables_v1_parameters.go
- get_list_of_variables_v1_responses.go
- save_secret_v1_parameters.go
- save_secret_v1_responses.go
- save_variable_v1_parameters.go
- save_variable_v1_responses.go
- update_secret_v1_parameters.go
- update_secret_v1_responses.go
- update_variable_v1_parameters.go
- update_variable_v1_responses.go