Documentation ¶
Index ¶
- type AddSecretBadRequest
- type AddSecretConflict
- type AddSecretCreated
- type AddSecretDefault
- type AddSecretForbidden
- type AddSecretParams
- func (o *AddSecretParams) SetContext(ctx context.Context)
- func (o *AddSecretParams) SetHTTPClient(client *http.Client)
- func (o *AddSecretParams) SetSecret(secret *v1.Secret)
- func (o *AddSecretParams) SetTimeout(timeout time.Duration)
- func (o *AddSecretParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *AddSecretParams) WithContext(ctx context.Context) *AddSecretParams
- func (o *AddSecretParams) WithHTTPClient(client *http.Client) *AddSecretParams
- func (o *AddSecretParams) WithSecret(secret *v1.Secret) *AddSecretParams
- func (o *AddSecretParams) WithTimeout(timeout time.Duration) *AddSecretParams
- func (o *AddSecretParams) WithXDispatchOrg(xDispatchOrg string) *AddSecretParams
- func (o *AddSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddSecretReader
- type AddSecretUnauthorized
- type Client
- func (a *Client) AddSecret(params *AddSecretParams, authInfo runtime.ClientAuthInfoWriter) (*AddSecretCreated, error)
- func (a *Client) DeleteSecret(params *DeleteSecretParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretNoContent, error)
- func (a *Client) GetSecret(params *GetSecretParams, authInfo runtime.ClientAuthInfoWriter) (*GetSecretOK, error)
- func (a *Client) GetSecrets(params *GetSecretsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSecretsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateSecret(params *UpdateSecretParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretCreated, error)
- type DeleteSecretBadRequest
- type DeleteSecretDefault
- type DeleteSecretForbidden
- type DeleteSecretNoContent
- type DeleteSecretNotFound
- type DeleteSecretParams
- func (o *DeleteSecretParams) SetContext(ctx context.Context)
- func (o *DeleteSecretParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSecretParams) SetSecretName(secretName string)
- func (o *DeleteSecretParams) SetTags(tags []string)
- func (o *DeleteSecretParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSecretParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *DeleteSecretParams) WithContext(ctx context.Context) *DeleteSecretParams
- func (o *DeleteSecretParams) WithHTTPClient(client *http.Client) *DeleteSecretParams
- func (o *DeleteSecretParams) WithSecretName(secretName string) *DeleteSecretParams
- func (o *DeleteSecretParams) WithTags(tags []string) *DeleteSecretParams
- func (o *DeleteSecretParams) WithTimeout(timeout time.Duration) *DeleteSecretParams
- func (o *DeleteSecretParams) WithXDispatchOrg(xDispatchOrg string) *DeleteSecretParams
- func (o *DeleteSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSecretReader
- type DeleteSecretUnauthorized
- type GetSecretBadRequest
- type GetSecretDefault
- type GetSecretForbidden
- type GetSecretNotFound
- type GetSecretOK
- type GetSecretParams
- func (o *GetSecretParams) SetContext(ctx context.Context)
- func (o *GetSecretParams) SetHTTPClient(client *http.Client)
- func (o *GetSecretParams) SetSecretName(secretName string)
- func (o *GetSecretParams) SetTags(tags []string)
- func (o *GetSecretParams) SetTimeout(timeout time.Duration)
- func (o *GetSecretParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *GetSecretParams) WithContext(ctx context.Context) *GetSecretParams
- func (o *GetSecretParams) WithHTTPClient(client *http.Client) *GetSecretParams
- func (o *GetSecretParams) WithSecretName(secretName string) *GetSecretParams
- func (o *GetSecretParams) WithTags(tags []string) *GetSecretParams
- func (o *GetSecretParams) WithTimeout(timeout time.Duration) *GetSecretParams
- func (o *GetSecretParams) WithXDispatchOrg(xDispatchOrg string) *GetSecretParams
- func (o *GetSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecretReader
- type GetSecretUnauthorized
- type GetSecretsBadRequest
- type GetSecretsDefault
- type GetSecretsForbidden
- type GetSecretsOK
- type GetSecretsParams
- func (o *GetSecretsParams) SetContext(ctx context.Context)
- func (o *GetSecretsParams) SetHTTPClient(client *http.Client)
- func (o *GetSecretsParams) SetTags(tags []string)
- func (o *GetSecretsParams) SetTimeout(timeout time.Duration)
- func (o *GetSecretsParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *GetSecretsParams) WithContext(ctx context.Context) *GetSecretsParams
- func (o *GetSecretsParams) WithHTTPClient(client *http.Client) *GetSecretsParams
- func (o *GetSecretsParams) WithTags(tags []string) *GetSecretsParams
- func (o *GetSecretsParams) WithTimeout(timeout time.Duration) *GetSecretsParams
- func (o *GetSecretsParams) WithXDispatchOrg(xDispatchOrg string) *GetSecretsParams
- func (o *GetSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSecretsReader
- type GetSecretsUnauthorized
- type UpdateSecretBadRequest
- type UpdateSecretCreated
- type UpdateSecretDefault
- type UpdateSecretForbidden
- type UpdateSecretNotFound
- type UpdateSecretParams
- func (o *UpdateSecretParams) SetContext(ctx context.Context)
- func (o *UpdateSecretParams) SetHTTPClient(client *http.Client)
- func (o *UpdateSecretParams) SetSecret(secret *v1.Secret)
- func (o *UpdateSecretParams) SetSecretName(secretName string)
- func (o *UpdateSecretParams) SetTags(tags []string)
- func (o *UpdateSecretParams) SetTimeout(timeout time.Duration)
- func (o *UpdateSecretParams) SetXDispatchOrg(xDispatchOrg string)
- func (o *UpdateSecretParams) WithContext(ctx context.Context) *UpdateSecretParams
- func (o *UpdateSecretParams) WithHTTPClient(client *http.Client) *UpdateSecretParams
- func (o *UpdateSecretParams) WithSecret(secret *v1.Secret) *UpdateSecretParams
- func (o *UpdateSecretParams) WithSecretName(secretName string) *UpdateSecretParams
- func (o *UpdateSecretParams) WithTags(tags []string) *UpdateSecretParams
- func (o *UpdateSecretParams) WithTimeout(timeout time.Duration) *UpdateSecretParams
- func (o *UpdateSecretParams) WithXDispatchOrg(xDispatchOrg string) *UpdateSecretParams
- func (o *UpdateSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateSecretReader
- type UpdateSecretUnauthorized
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddSecretBadRequest ¶ added in v0.1.13
AddSecretBadRequest handles this case with default header values.
Bad Request
func NewAddSecretBadRequest ¶ added in v0.1.13
func NewAddSecretBadRequest() *AddSecretBadRequest
NewAddSecretBadRequest creates a AddSecretBadRequest with default headers values
func (*AddSecretBadRequest) Error ¶ added in v0.1.13
func (o *AddSecretBadRequest) Error() string
type AddSecretConflict ¶ added in v0.1.13
AddSecretConflict handles this case with default header values.
Already Exists
func NewAddSecretConflict ¶ added in v0.1.13
func NewAddSecretConflict() *AddSecretConflict
NewAddSecretConflict creates a AddSecretConflict with default headers values
func (*AddSecretConflict) Error ¶ added in v0.1.13
func (o *AddSecretConflict) Error() string
type AddSecretCreated ¶
AddSecretCreated handles this case with default header values.
The created secret.
func NewAddSecretCreated ¶
func NewAddSecretCreated() *AddSecretCreated
NewAddSecretCreated creates a AddSecretCreated with default headers values
func (*AddSecretCreated) Error ¶
func (o *AddSecretCreated) Error() string
type AddSecretDefault ¶
AddSecretDefault handles this case with default header values.
Standard error
func NewAddSecretDefault ¶
func NewAddSecretDefault(code int) *AddSecretDefault
NewAddSecretDefault creates a AddSecretDefault with default headers values
func (*AddSecretDefault) Code ¶
func (o *AddSecretDefault) Code() int
Code gets the status code for the add secret default response
func (*AddSecretDefault) Error ¶
func (o *AddSecretDefault) Error() string
type AddSecretForbidden ¶ added in v0.1.18
AddSecretForbidden handles this case with default header values.
access to this resource is forbidden
func NewAddSecretForbidden ¶ added in v0.1.18
func NewAddSecretForbidden() *AddSecretForbidden
NewAddSecretForbidden creates a AddSecretForbidden with default headers values
func (*AddSecretForbidden) Error ¶ added in v0.1.18
func (o *AddSecretForbidden) Error() string
type AddSecretParams ¶
type AddSecretParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Secret*/ Secret *v1.Secret Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddSecretParams contains all the parameters to send to the API endpoint for the add secret operation typically these are written to a http.Request
func NewAddSecretParams ¶
func NewAddSecretParams() *AddSecretParams
NewAddSecretParams creates a new AddSecretParams object with the default values initialized.
func NewAddSecretParamsWithContext ¶
func NewAddSecretParamsWithContext(ctx context.Context) *AddSecretParams
NewAddSecretParamsWithContext creates a new AddSecretParams object with the default values initialized, and the ability to set a context for a request
func NewAddSecretParamsWithHTTPClient ¶
func NewAddSecretParamsWithHTTPClient(client *http.Client) *AddSecretParams
NewAddSecretParamsWithHTTPClient creates a new AddSecretParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddSecretParamsWithTimeout ¶
func NewAddSecretParamsWithTimeout(timeout time.Duration) *AddSecretParams
NewAddSecretParamsWithTimeout creates a new AddSecretParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddSecretParams) SetContext ¶
func (o *AddSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the add secret params
func (*AddSecretParams) SetHTTPClient ¶
func (o *AddSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add secret params
func (*AddSecretParams) SetSecret ¶
func (o *AddSecretParams) SetSecret(secret *v1.Secret)
SetSecret adds the secret to the add secret params
func (*AddSecretParams) SetTimeout ¶
func (o *AddSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add secret params
func (*AddSecretParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *AddSecretParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the add secret params
func (*AddSecretParams) WithContext ¶
func (o *AddSecretParams) WithContext(ctx context.Context) *AddSecretParams
WithContext adds the context to the add secret params
func (*AddSecretParams) WithHTTPClient ¶
func (o *AddSecretParams) WithHTTPClient(client *http.Client) *AddSecretParams
WithHTTPClient adds the HTTPClient to the add secret params
func (*AddSecretParams) WithSecret ¶
func (o *AddSecretParams) WithSecret(secret *v1.Secret) *AddSecretParams
WithSecret adds the secret to the add secret params
func (*AddSecretParams) WithTimeout ¶
func (o *AddSecretParams) WithTimeout(timeout time.Duration) *AddSecretParams
WithTimeout adds the timeout to the add secret params
func (*AddSecretParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *AddSecretParams) WithXDispatchOrg(xDispatchOrg string) *AddSecretParams
WithXDispatchOrg adds the xDispatchOrg to the add secret params
func (*AddSecretParams) WriteToRequest ¶
func (o *AddSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddSecretReader ¶
type AddSecretReader struct {
// contains filtered or unexported fields
}
AddSecretReader is a Reader for the AddSecret structure.
func (*AddSecretReader) ReadResponse ¶
func (o *AddSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AddSecretUnauthorized ¶ added in v0.1.18
type AddSecretUnauthorized struct {
}AddSecretUnauthorized handles this case with default header values.
Unauthorized Request
func NewAddSecretUnauthorized ¶ added in v0.1.18
func NewAddSecretUnauthorized() *AddSecretUnauthorized
NewAddSecretUnauthorized creates a AddSecretUnauthorized with default headers values
func (*AddSecretUnauthorized) Error ¶ added in v0.1.18
func (o *AddSecretUnauthorized) Error() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for secret API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new secret API client.
func (*Client) AddSecret ¶
func (a *Client) AddSecret(params *AddSecretParams, authInfo runtime.ClientAuthInfoWriter) (*AddSecretCreated, error)
AddSecret add secret API
func (*Client) DeleteSecret ¶
func (a *Client) DeleteSecret(params *DeleteSecretParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSecretNoContent, error)
DeleteSecret delete secret API
func (*Client) GetSecret ¶
func (a *Client) GetSecret(params *GetSecretParams, authInfo runtime.ClientAuthInfoWriter) (*GetSecretOK, error)
GetSecret get secret API
func (*Client) GetSecrets ¶
func (a *Client) GetSecrets(params *GetSecretsParams, authInfo runtime.ClientAuthInfoWriter) (*GetSecretsOK, error)
GetSecrets get secrets API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateSecret ¶
func (a *Client) UpdateSecret(params *UpdateSecretParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSecretCreated, error)
UpdateSecret update secret API
type DeleteSecretBadRequest ¶ added in v0.1.13
DeleteSecretBadRequest handles this case with default header values.
Bad Request
func NewDeleteSecretBadRequest ¶ added in v0.1.13
func NewDeleteSecretBadRequest() *DeleteSecretBadRequest
NewDeleteSecretBadRequest creates a DeleteSecretBadRequest with default headers values
func (*DeleteSecretBadRequest) Error ¶ added in v0.1.13
func (o *DeleteSecretBadRequest) Error() string
type DeleteSecretDefault ¶
DeleteSecretDefault handles this case with default header values.
generic error
func NewDeleteSecretDefault ¶
func NewDeleteSecretDefault(code int) *DeleteSecretDefault
NewDeleteSecretDefault creates a DeleteSecretDefault with default headers values
func (*DeleteSecretDefault) Code ¶
func (o *DeleteSecretDefault) Code() int
Code gets the status code for the delete secret default response
func (*DeleteSecretDefault) Error ¶
func (o *DeleteSecretDefault) Error() string
type DeleteSecretForbidden ¶ added in v0.1.18
DeleteSecretForbidden handles this case with default header values.
access to this resource is forbidden
func NewDeleteSecretForbidden ¶ added in v0.1.18
func NewDeleteSecretForbidden() *DeleteSecretForbidden
NewDeleteSecretForbidden creates a DeleteSecretForbidden with default headers values
func (*DeleteSecretForbidden) Error ¶ added in v0.1.18
func (o *DeleteSecretForbidden) Error() string
type DeleteSecretNoContent ¶
type DeleteSecretNoContent struct { }
DeleteSecretNoContent handles this case with default header values.
Successful deletion
func NewDeleteSecretNoContent ¶
func NewDeleteSecretNoContent() *DeleteSecretNoContent
NewDeleteSecretNoContent creates a DeleteSecretNoContent with default headers values
func (*DeleteSecretNoContent) Error ¶
func (o *DeleteSecretNoContent) Error() string
type DeleteSecretNotFound ¶
DeleteSecretNotFound handles this case with default header values.
Resource Not Found if no secret exists with the given name
func NewDeleteSecretNotFound ¶
func NewDeleteSecretNotFound() *DeleteSecretNotFound
NewDeleteSecretNotFound creates a DeleteSecretNotFound with default headers values
func (*DeleteSecretNotFound) Error ¶
func (o *DeleteSecretNotFound) Error() string
type DeleteSecretParams ¶
type DeleteSecretParams struct { /*XDispatchOrg*/ XDispatchOrg string /*SecretName*/ SecretName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSecretParams contains all the parameters to send to the API endpoint for the delete secret operation typically these are written to a http.Request
func NewDeleteSecretParams ¶
func NewDeleteSecretParams() *DeleteSecretParams
NewDeleteSecretParams creates a new DeleteSecretParams object with the default values initialized.
func NewDeleteSecretParamsWithContext ¶
func NewDeleteSecretParamsWithContext(ctx context.Context) *DeleteSecretParams
NewDeleteSecretParamsWithContext creates a new DeleteSecretParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteSecretParamsWithHTTPClient ¶
func NewDeleteSecretParamsWithHTTPClient(client *http.Client) *DeleteSecretParams
NewDeleteSecretParamsWithHTTPClient creates a new DeleteSecretParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteSecretParamsWithTimeout ¶
func NewDeleteSecretParamsWithTimeout(timeout time.Duration) *DeleteSecretParams
NewDeleteSecretParamsWithTimeout creates a new DeleteSecretParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteSecretParams) SetContext ¶
func (o *DeleteSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the delete secret params
func (*DeleteSecretParams) SetHTTPClient ¶
func (o *DeleteSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete secret params
func (*DeleteSecretParams) SetSecretName ¶
func (o *DeleteSecretParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the delete secret params
func (*DeleteSecretParams) SetTags ¶ added in v0.1.13
func (o *DeleteSecretParams) SetTags(tags []string)
SetTags adds the tags to the delete secret params
func (*DeleteSecretParams) SetTimeout ¶
func (o *DeleteSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete secret params
func (*DeleteSecretParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *DeleteSecretParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the delete secret params
func (*DeleteSecretParams) WithContext ¶
func (o *DeleteSecretParams) WithContext(ctx context.Context) *DeleteSecretParams
WithContext adds the context to the delete secret params
func (*DeleteSecretParams) WithHTTPClient ¶
func (o *DeleteSecretParams) WithHTTPClient(client *http.Client) *DeleteSecretParams
WithHTTPClient adds the HTTPClient to the delete secret params
func (*DeleteSecretParams) WithSecretName ¶
func (o *DeleteSecretParams) WithSecretName(secretName string) *DeleteSecretParams
WithSecretName adds the secretName to the delete secret params
func (*DeleteSecretParams) WithTags ¶ added in v0.1.13
func (o *DeleteSecretParams) WithTags(tags []string) *DeleteSecretParams
WithTags adds the tags to the delete secret params
func (*DeleteSecretParams) WithTimeout ¶
func (o *DeleteSecretParams) WithTimeout(timeout time.Duration) *DeleteSecretParams
WithTimeout adds the timeout to the delete secret params
func (*DeleteSecretParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *DeleteSecretParams) WithXDispatchOrg(xDispatchOrg string) *DeleteSecretParams
WithXDispatchOrg adds the xDispatchOrg to the delete secret params
func (*DeleteSecretParams) WriteToRequest ¶
func (o *DeleteSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSecretReader ¶
type DeleteSecretReader struct {
// contains filtered or unexported fields
}
DeleteSecretReader is a Reader for the DeleteSecret structure.
func (*DeleteSecretReader) ReadResponse ¶
func (o *DeleteSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSecretUnauthorized ¶ added in v0.1.18
type DeleteSecretUnauthorized struct {
}DeleteSecretUnauthorized handles this case with default header values.
Unauthorized Request
func NewDeleteSecretUnauthorized ¶ added in v0.1.18
func NewDeleteSecretUnauthorized() *DeleteSecretUnauthorized
NewDeleteSecretUnauthorized creates a DeleteSecretUnauthorized with default headers values
func (*DeleteSecretUnauthorized) Error ¶ added in v0.1.18
func (o *DeleteSecretUnauthorized) Error() string
type GetSecretBadRequest ¶ added in v0.1.13
GetSecretBadRequest handles this case with default header values.
Bad Request
func NewGetSecretBadRequest ¶ added in v0.1.13
func NewGetSecretBadRequest() *GetSecretBadRequest
NewGetSecretBadRequest creates a GetSecretBadRequest with default headers values
func (*GetSecretBadRequest) Error ¶ added in v0.1.13
func (o *GetSecretBadRequest) Error() string
type GetSecretDefault ¶
GetSecretDefault handles this case with default header values.
Standard error
func NewGetSecretDefault ¶
func NewGetSecretDefault(code int) *GetSecretDefault
NewGetSecretDefault creates a GetSecretDefault with default headers values
func (*GetSecretDefault) Code ¶
func (o *GetSecretDefault) Code() int
Code gets the status code for the get secret default response
func (*GetSecretDefault) Error ¶
func (o *GetSecretDefault) Error() string
type GetSecretForbidden ¶ added in v0.1.18
GetSecretForbidden handles this case with default header values.
access to this resource is forbidden
func NewGetSecretForbidden ¶ added in v0.1.18
func NewGetSecretForbidden() *GetSecretForbidden
NewGetSecretForbidden creates a GetSecretForbidden with default headers values
func (*GetSecretForbidden) Error ¶ added in v0.1.18
func (o *GetSecretForbidden) Error() string
type GetSecretNotFound ¶
GetSecretNotFound handles this case with default header values.
Resource Not Found if no secret exists with the given name
func NewGetSecretNotFound ¶
func NewGetSecretNotFound() *GetSecretNotFound
NewGetSecretNotFound creates a GetSecretNotFound with default headers values
func (*GetSecretNotFound) Error ¶
func (o *GetSecretNotFound) Error() string
type GetSecretOK ¶
GetSecretOK handles this case with default header values.
The secret identified by the secretName
func NewGetSecretOK ¶
func NewGetSecretOK() *GetSecretOK
NewGetSecretOK creates a GetSecretOK with default headers values
func (*GetSecretOK) Error ¶
func (o *GetSecretOK) Error() string
type GetSecretParams ¶
type GetSecretParams struct { /*XDispatchOrg*/ XDispatchOrg string /*SecretName name of the secret to operate on */ SecretName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSecretParams contains all the parameters to send to the API endpoint for the get secret operation typically these are written to a http.Request
func NewGetSecretParams ¶
func NewGetSecretParams() *GetSecretParams
NewGetSecretParams creates a new GetSecretParams object with the default values initialized.
func NewGetSecretParamsWithContext ¶
func NewGetSecretParamsWithContext(ctx context.Context) *GetSecretParams
NewGetSecretParamsWithContext creates a new GetSecretParams object with the default values initialized, and the ability to set a context for a request
func NewGetSecretParamsWithHTTPClient ¶
func NewGetSecretParamsWithHTTPClient(client *http.Client) *GetSecretParams
NewGetSecretParamsWithHTTPClient creates a new GetSecretParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSecretParamsWithTimeout ¶
func NewGetSecretParamsWithTimeout(timeout time.Duration) *GetSecretParams
NewGetSecretParamsWithTimeout creates a new GetSecretParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSecretParams) SetContext ¶
func (o *GetSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the get secret params
func (*GetSecretParams) SetHTTPClient ¶
func (o *GetSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get secret params
func (*GetSecretParams) SetSecretName ¶
func (o *GetSecretParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the get secret params
func (*GetSecretParams) SetTags ¶ added in v0.1.13
func (o *GetSecretParams) SetTags(tags []string)
SetTags adds the tags to the get secret params
func (*GetSecretParams) SetTimeout ¶
func (o *GetSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get secret params
func (*GetSecretParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *GetSecretParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the get secret params
func (*GetSecretParams) WithContext ¶
func (o *GetSecretParams) WithContext(ctx context.Context) *GetSecretParams
WithContext adds the context to the get secret params
func (*GetSecretParams) WithHTTPClient ¶
func (o *GetSecretParams) WithHTTPClient(client *http.Client) *GetSecretParams
WithHTTPClient adds the HTTPClient to the get secret params
func (*GetSecretParams) WithSecretName ¶
func (o *GetSecretParams) WithSecretName(secretName string) *GetSecretParams
WithSecretName adds the secretName to the get secret params
func (*GetSecretParams) WithTags ¶ added in v0.1.13
func (o *GetSecretParams) WithTags(tags []string) *GetSecretParams
WithTags adds the tags to the get secret params
func (*GetSecretParams) WithTimeout ¶
func (o *GetSecretParams) WithTimeout(timeout time.Duration) *GetSecretParams
WithTimeout adds the timeout to the get secret params
func (*GetSecretParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *GetSecretParams) WithXDispatchOrg(xDispatchOrg string) *GetSecretParams
WithXDispatchOrg adds the xDispatchOrg to the get secret params
func (*GetSecretParams) WriteToRequest ¶
func (o *GetSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSecretReader ¶
type GetSecretReader struct {
// contains filtered or unexported fields
}
GetSecretReader is a Reader for the GetSecret structure.
func (*GetSecretReader) ReadResponse ¶
func (o *GetSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSecretUnauthorized ¶ added in v0.1.18
type GetSecretUnauthorized struct {
}GetSecretUnauthorized handles this case with default header values.
Unauthorized Request
func NewGetSecretUnauthorized ¶ added in v0.1.18
func NewGetSecretUnauthorized() *GetSecretUnauthorized
NewGetSecretUnauthorized creates a GetSecretUnauthorized with default headers values
func (*GetSecretUnauthorized) Error ¶ added in v0.1.18
func (o *GetSecretUnauthorized) Error() string
type GetSecretsBadRequest ¶ added in v0.1.13
GetSecretsBadRequest handles this case with default header values.
Bad Request
func NewGetSecretsBadRequest ¶ added in v0.1.13
func NewGetSecretsBadRequest() *GetSecretsBadRequest
NewGetSecretsBadRequest creates a GetSecretsBadRequest with default headers values
func (*GetSecretsBadRequest) Error ¶ added in v0.1.13
func (o *GetSecretsBadRequest) Error() string
type GetSecretsDefault ¶
GetSecretsDefault handles this case with default header values.
Standard error
func NewGetSecretsDefault ¶
func NewGetSecretsDefault(code int) *GetSecretsDefault
NewGetSecretsDefault creates a GetSecretsDefault with default headers values
func (*GetSecretsDefault) Code ¶
func (o *GetSecretsDefault) Code() int
Code gets the status code for the get secrets default response
func (*GetSecretsDefault) Error ¶
func (o *GetSecretsDefault) Error() string
type GetSecretsForbidden ¶ added in v0.1.18
GetSecretsForbidden handles this case with default header values.
access to this resource is forbidden
func NewGetSecretsForbidden ¶ added in v0.1.18
func NewGetSecretsForbidden() *GetSecretsForbidden
NewGetSecretsForbidden creates a GetSecretsForbidden with default headers values
func (*GetSecretsForbidden) Error ¶ added in v0.1.18
func (o *GetSecretsForbidden) Error() string
type GetSecretsOK ¶
GetSecretsOK handles this case with default header values.
An array of registered secrets
func NewGetSecretsOK ¶
func NewGetSecretsOK() *GetSecretsOK
NewGetSecretsOK creates a GetSecretsOK with default headers values
func (*GetSecretsOK) Error ¶
func (o *GetSecretsOK) Error() string
type GetSecretsParams ¶
type GetSecretsParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSecretsParams contains all the parameters to send to the API endpoint for the get secrets operation typically these are written to a http.Request
func NewGetSecretsParams ¶
func NewGetSecretsParams() *GetSecretsParams
NewGetSecretsParams creates a new GetSecretsParams object with the default values initialized.
func NewGetSecretsParamsWithContext ¶
func NewGetSecretsParamsWithContext(ctx context.Context) *GetSecretsParams
NewGetSecretsParamsWithContext creates a new GetSecretsParams object with the default values initialized, and the ability to set a context for a request
func NewGetSecretsParamsWithHTTPClient ¶
func NewGetSecretsParamsWithHTTPClient(client *http.Client) *GetSecretsParams
NewGetSecretsParamsWithHTTPClient creates a new GetSecretsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSecretsParamsWithTimeout ¶
func NewGetSecretsParamsWithTimeout(timeout time.Duration) *GetSecretsParams
NewGetSecretsParamsWithTimeout creates a new GetSecretsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSecretsParams) SetContext ¶
func (o *GetSecretsParams) SetContext(ctx context.Context)
SetContext adds the context to the get secrets params
func (*GetSecretsParams) SetHTTPClient ¶
func (o *GetSecretsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get secrets params
func (*GetSecretsParams) SetTags ¶ added in v0.1.13
func (o *GetSecretsParams) SetTags(tags []string)
SetTags adds the tags to the get secrets params
func (*GetSecretsParams) SetTimeout ¶
func (o *GetSecretsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get secrets params
func (*GetSecretsParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *GetSecretsParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the get secrets params
func (*GetSecretsParams) WithContext ¶
func (o *GetSecretsParams) WithContext(ctx context.Context) *GetSecretsParams
WithContext adds the context to the get secrets params
func (*GetSecretsParams) WithHTTPClient ¶
func (o *GetSecretsParams) WithHTTPClient(client *http.Client) *GetSecretsParams
WithHTTPClient adds the HTTPClient to the get secrets params
func (*GetSecretsParams) WithTags ¶ added in v0.1.13
func (o *GetSecretsParams) WithTags(tags []string) *GetSecretsParams
WithTags adds the tags to the get secrets params
func (*GetSecretsParams) WithTimeout ¶
func (o *GetSecretsParams) WithTimeout(timeout time.Duration) *GetSecretsParams
WithTimeout adds the timeout to the get secrets params
func (*GetSecretsParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *GetSecretsParams) WithXDispatchOrg(xDispatchOrg string) *GetSecretsParams
WithXDispatchOrg adds the xDispatchOrg to the get secrets params
func (*GetSecretsParams) WriteToRequest ¶
func (o *GetSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSecretsReader ¶
type GetSecretsReader struct {
// contains filtered or unexported fields
}
GetSecretsReader is a Reader for the GetSecrets structure.
func (*GetSecretsReader) ReadResponse ¶
func (o *GetSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSecretsUnauthorized ¶ added in v0.1.18
type GetSecretsUnauthorized struct {
}GetSecretsUnauthorized handles this case with default header values.
Unauthorized Request
func NewGetSecretsUnauthorized ¶ added in v0.1.18
func NewGetSecretsUnauthorized() *GetSecretsUnauthorized
NewGetSecretsUnauthorized creates a GetSecretsUnauthorized with default headers values
func (*GetSecretsUnauthorized) Error ¶ added in v0.1.18
func (o *GetSecretsUnauthorized) Error() string
type UpdateSecretBadRequest ¶ added in v0.1.13
UpdateSecretBadRequest handles this case with default header values.
Bad Request
func NewUpdateSecretBadRequest ¶ added in v0.1.13
func NewUpdateSecretBadRequest() *UpdateSecretBadRequest
NewUpdateSecretBadRequest creates a UpdateSecretBadRequest with default headers values
func (*UpdateSecretBadRequest) Error ¶ added in v0.1.13
func (o *UpdateSecretBadRequest) Error() string
type UpdateSecretCreated ¶
UpdateSecretCreated handles this case with default header values.
The updated secret
func NewUpdateSecretCreated ¶
func NewUpdateSecretCreated() *UpdateSecretCreated
NewUpdateSecretCreated creates a UpdateSecretCreated with default headers values
func (*UpdateSecretCreated) Error ¶
func (o *UpdateSecretCreated) Error() string
type UpdateSecretDefault ¶
UpdateSecretDefault handles this case with default header values.
generic error
func NewUpdateSecretDefault ¶
func NewUpdateSecretDefault(code int) *UpdateSecretDefault
NewUpdateSecretDefault creates a UpdateSecretDefault with default headers values
func (*UpdateSecretDefault) Code ¶
func (o *UpdateSecretDefault) Code() int
Code gets the status code for the update secret default response
func (*UpdateSecretDefault) Error ¶
func (o *UpdateSecretDefault) Error() string
type UpdateSecretForbidden ¶ added in v0.1.18
UpdateSecretForbidden handles this case with default header values.
access to this resource is forbidden
func NewUpdateSecretForbidden ¶ added in v0.1.18
func NewUpdateSecretForbidden() *UpdateSecretForbidden
NewUpdateSecretForbidden creates a UpdateSecretForbidden with default headers values
func (*UpdateSecretForbidden) Error ¶ added in v0.1.18
func (o *UpdateSecretForbidden) Error() string
type UpdateSecretNotFound ¶
UpdateSecretNotFound handles this case with default header values.
Resource Not Found if no secret exists with the given name
func NewUpdateSecretNotFound ¶
func NewUpdateSecretNotFound() *UpdateSecretNotFound
NewUpdateSecretNotFound creates a UpdateSecretNotFound with default headers values
func (*UpdateSecretNotFound) Error ¶
func (o *UpdateSecretNotFound) Error() string
type UpdateSecretParams ¶
type UpdateSecretParams struct { /*XDispatchOrg*/ XDispatchOrg string /*Secret*/ Secret *v1.Secret /*SecretName*/ SecretName string /*Tags Filter based on tags */ Tags []string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateSecretParams contains all the parameters to send to the API endpoint for the update secret operation typically these are written to a http.Request
func NewUpdateSecretParams ¶
func NewUpdateSecretParams() *UpdateSecretParams
NewUpdateSecretParams creates a new UpdateSecretParams object with the default values initialized.
func NewUpdateSecretParamsWithContext ¶
func NewUpdateSecretParamsWithContext(ctx context.Context) *UpdateSecretParams
NewUpdateSecretParamsWithContext creates a new UpdateSecretParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateSecretParamsWithHTTPClient ¶
func NewUpdateSecretParamsWithHTTPClient(client *http.Client) *UpdateSecretParams
NewUpdateSecretParamsWithHTTPClient creates a new UpdateSecretParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateSecretParamsWithTimeout ¶
func NewUpdateSecretParamsWithTimeout(timeout time.Duration) *UpdateSecretParams
NewUpdateSecretParamsWithTimeout creates a new UpdateSecretParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateSecretParams) SetContext ¶
func (o *UpdateSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the update secret params
func (*UpdateSecretParams) SetHTTPClient ¶
func (o *UpdateSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update secret params
func (*UpdateSecretParams) SetSecret ¶
func (o *UpdateSecretParams) SetSecret(secret *v1.Secret)
SetSecret adds the secret to the update secret params
func (*UpdateSecretParams) SetSecretName ¶
func (o *UpdateSecretParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the update secret params
func (*UpdateSecretParams) SetTags ¶ added in v0.1.13
func (o *UpdateSecretParams) SetTags(tags []string)
SetTags adds the tags to the update secret params
func (*UpdateSecretParams) SetTimeout ¶
func (o *UpdateSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update secret params
func (*UpdateSecretParams) SetXDispatchOrg ¶ added in v0.1.16
func (o *UpdateSecretParams) SetXDispatchOrg(xDispatchOrg string)
SetXDispatchOrg adds the xDispatchOrg to the update secret params
func (*UpdateSecretParams) WithContext ¶
func (o *UpdateSecretParams) WithContext(ctx context.Context) *UpdateSecretParams
WithContext adds the context to the update secret params
func (*UpdateSecretParams) WithHTTPClient ¶
func (o *UpdateSecretParams) WithHTTPClient(client *http.Client) *UpdateSecretParams
WithHTTPClient adds the HTTPClient to the update secret params
func (*UpdateSecretParams) WithSecret ¶
func (o *UpdateSecretParams) WithSecret(secret *v1.Secret) *UpdateSecretParams
WithSecret adds the secret to the update secret params
func (*UpdateSecretParams) WithSecretName ¶
func (o *UpdateSecretParams) WithSecretName(secretName string) *UpdateSecretParams
WithSecretName adds the secretName to the update secret params
func (*UpdateSecretParams) WithTags ¶ added in v0.1.13
func (o *UpdateSecretParams) WithTags(tags []string) *UpdateSecretParams
WithTags adds the tags to the update secret params
func (*UpdateSecretParams) WithTimeout ¶
func (o *UpdateSecretParams) WithTimeout(timeout time.Duration) *UpdateSecretParams
WithTimeout adds the timeout to the update secret params
func (*UpdateSecretParams) WithXDispatchOrg ¶ added in v0.1.16
func (o *UpdateSecretParams) WithXDispatchOrg(xDispatchOrg string) *UpdateSecretParams
WithXDispatchOrg adds the xDispatchOrg to the update secret params
func (*UpdateSecretParams) WriteToRequest ¶
func (o *UpdateSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateSecretReader ¶
type UpdateSecretReader struct {
// contains filtered or unexported fields
}
UpdateSecretReader is a Reader for the UpdateSecret structure.
func (*UpdateSecretReader) ReadResponse ¶
func (o *UpdateSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateSecretUnauthorized ¶ added in v0.1.18
type UpdateSecretUnauthorized struct {
}UpdateSecretUnauthorized handles this case with default header values.
Unauthorized Request
func NewUpdateSecretUnauthorized ¶ added in v0.1.18
func NewUpdateSecretUnauthorized() *UpdateSecretUnauthorized
NewUpdateSecretUnauthorized creates a UpdateSecretUnauthorized with default headers values
func (*UpdateSecretUnauthorized) Error ¶ added in v0.1.18
func (o *UpdateSecretUnauthorized) Error() string