Versions in this module Expand all Collapse all v4 v4.0.3 Jun 26, 2024 Changes in this version + type Client struct + func (a *Client) SecretCreate(params *SecretCreateParams, opts ...ClientOption) (*SecretCreateCreated, error) + func (a *Client) SecretDelete(params *SecretDeleteParams, opts ...ClientOption) (*SecretDeleteNoContent, error) + func (a *Client) SecretInspect(params *SecretInspectParams, opts ...ClientOption) (*SecretInspectOK, error) + func (a *Client) SecretList(params *SecretListParams, opts ...ClientOption) (*SecretListOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientOption func(*runtime.ClientOperation) + type ClientService interface + SecretCreate func(params *SecretCreateParams, opts ...ClientOption) (*SecretCreateCreated, error) + SecretDelete func(params *SecretDeleteParams, opts ...ClientOption) (*SecretDeleteNoContent, error) + SecretInspect func(params *SecretInspectParams, opts ...ClientOption) (*SecretInspectOK, error) + SecretList func(params *SecretListParams, opts ...ClientOption) (*SecretListOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type SecretCreateConflict struct + Payload *SecretCreateConflictBody + func NewSecretCreateConflict() *SecretCreateConflict + func (o *SecretCreateConflict) Error() string + func (o *SecretCreateConflict) GetPayload() *SecretCreateConflictBody + func (o *SecretCreateConflict) IsClientError() bool + func (o *SecretCreateConflict) IsCode(code int) bool + func (o *SecretCreateConflict) IsRedirect() bool + func (o *SecretCreateConflict) IsServerError() bool + func (o *SecretCreateConflict) IsSuccess() bool + func (o *SecretCreateConflict) String() string + type SecretCreateConflictBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretCreateConflictBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretCreateConflictBody) MarshalBinary() ([]byte, error) + func (o *SecretCreateConflictBody) UnmarshalBinary(b []byte) error + func (o *SecretCreateConflictBody) Validate(formats strfmt.Registry) error + type SecretCreateCreated struct + Payload *SecretCreateCreatedBody + func NewSecretCreateCreated() *SecretCreateCreated + func (o *SecretCreateCreated) Error() string + func (o *SecretCreateCreated) GetPayload() *SecretCreateCreatedBody + func (o *SecretCreateCreated) IsClientError() bool + func (o *SecretCreateCreated) IsCode(code int) bool + func (o *SecretCreateCreated) IsRedirect() bool + func (o *SecretCreateCreated) IsServerError() bool + func (o *SecretCreateCreated) IsSuccess() bool + func (o *SecretCreateCreated) String() string + type SecretCreateCreatedBody struct + ID string + func (o *SecretCreateCreatedBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretCreateCreatedBody) MarshalBinary() ([]byte, error) + func (o *SecretCreateCreatedBody) UnmarshalBinary(b []byte) error + func (o *SecretCreateCreatedBody) Validate(formats strfmt.Registry) error + type SecretCreateInternalServerError struct + Payload *SecretCreateInternalServerErrorBody + func NewSecretCreateInternalServerError() *SecretCreateInternalServerError + func (o *SecretCreateInternalServerError) Error() string + func (o *SecretCreateInternalServerError) GetPayload() *SecretCreateInternalServerErrorBody + func (o *SecretCreateInternalServerError) IsClientError() bool + func (o *SecretCreateInternalServerError) IsCode(code int) bool + func (o *SecretCreateInternalServerError) IsRedirect() bool + func (o *SecretCreateInternalServerError) IsServerError() bool + func (o *SecretCreateInternalServerError) IsSuccess() bool + func (o *SecretCreateInternalServerError) String() string + type SecretCreateInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretCreateInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretCreateInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SecretCreateInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SecretCreateInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SecretCreateParams struct + Context context.Context + Create *models.SecretCreateRequest + HTTPClient *http.Client + func NewSecretCreateParams() *SecretCreateParams + func NewSecretCreateParamsWithContext(ctx context.Context) *SecretCreateParams + func NewSecretCreateParamsWithHTTPClient(client *http.Client) *SecretCreateParams + func NewSecretCreateParamsWithTimeout(timeout time.Duration) *SecretCreateParams + func (o *SecretCreateParams) SetContext(ctx context.Context) + func (o *SecretCreateParams) SetCreate(create *models.SecretCreateRequest) + func (o *SecretCreateParams) SetDefaults() + func (o *SecretCreateParams) SetHTTPClient(client *http.Client) + func (o *SecretCreateParams) SetTimeout(timeout time.Duration) + func (o *SecretCreateParams) WithContext(ctx context.Context) *SecretCreateParams + func (o *SecretCreateParams) WithCreate(create *models.SecretCreateRequest) *SecretCreateParams + func (o *SecretCreateParams) WithDefaults() *SecretCreateParams + func (o *SecretCreateParams) WithHTTPClient(client *http.Client) *SecretCreateParams + func (o *SecretCreateParams) WithTimeout(timeout time.Duration) *SecretCreateParams + func (o *SecretCreateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SecretCreateReader struct + func (o *SecretCreateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SecretDeleteInternalServerError struct + Payload *SecretDeleteInternalServerErrorBody + func NewSecretDeleteInternalServerError() *SecretDeleteInternalServerError + func (o *SecretDeleteInternalServerError) Error() string + func (o *SecretDeleteInternalServerError) GetPayload() *SecretDeleteInternalServerErrorBody + func (o *SecretDeleteInternalServerError) IsClientError() bool + func (o *SecretDeleteInternalServerError) IsCode(code int) bool + func (o *SecretDeleteInternalServerError) IsRedirect() bool + func (o *SecretDeleteInternalServerError) IsServerError() bool + func (o *SecretDeleteInternalServerError) IsSuccess() bool + func (o *SecretDeleteInternalServerError) String() string + type SecretDeleteInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretDeleteInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretDeleteInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SecretDeleteInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SecretDeleteInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SecretDeleteNoContent struct + func NewSecretDeleteNoContent() *SecretDeleteNoContent + func (o *SecretDeleteNoContent) Error() string + func (o *SecretDeleteNoContent) IsClientError() bool + func (o *SecretDeleteNoContent) IsCode(code int) bool + func (o *SecretDeleteNoContent) IsRedirect() bool + func (o *SecretDeleteNoContent) IsServerError() bool + func (o *SecretDeleteNoContent) IsSuccess() bool + func (o *SecretDeleteNoContent) String() string + type SecretDeleteNotFound struct + Payload *SecretDeleteNotFoundBody + func NewSecretDeleteNotFound() *SecretDeleteNotFound + func (o *SecretDeleteNotFound) Error() string + func (o *SecretDeleteNotFound) GetPayload() *SecretDeleteNotFoundBody + func (o *SecretDeleteNotFound) IsClientError() bool + func (o *SecretDeleteNotFound) IsCode(code int) bool + func (o *SecretDeleteNotFound) IsRedirect() bool + func (o *SecretDeleteNotFound) IsServerError() bool + func (o *SecretDeleteNotFound) IsSuccess() bool + func (o *SecretDeleteNotFound) String() string + type SecretDeleteNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretDeleteNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretDeleteNotFoundBody) MarshalBinary() ([]byte, error) + func (o *SecretDeleteNotFoundBody) UnmarshalBinary(b []byte) error + func (o *SecretDeleteNotFoundBody) Validate(formats strfmt.Registry) error + type SecretDeleteParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewSecretDeleteParams() *SecretDeleteParams + func NewSecretDeleteParamsWithContext(ctx context.Context) *SecretDeleteParams + func NewSecretDeleteParamsWithHTTPClient(client *http.Client) *SecretDeleteParams + func NewSecretDeleteParamsWithTimeout(timeout time.Duration) *SecretDeleteParams + func (o *SecretDeleteParams) SetContext(ctx context.Context) + func (o *SecretDeleteParams) SetDefaults() + func (o *SecretDeleteParams) SetHTTPClient(client *http.Client) + func (o *SecretDeleteParams) SetName(name string) + func (o *SecretDeleteParams) SetTimeout(timeout time.Duration) + func (o *SecretDeleteParams) WithContext(ctx context.Context) *SecretDeleteParams + func (o *SecretDeleteParams) WithDefaults() *SecretDeleteParams + func (o *SecretDeleteParams) WithHTTPClient(client *http.Client) *SecretDeleteParams + func (o *SecretDeleteParams) WithName(name string) *SecretDeleteParams + func (o *SecretDeleteParams) WithTimeout(timeout time.Duration) *SecretDeleteParams + func (o *SecretDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SecretDeleteReader struct + func (o *SecretDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SecretInspectInternalServerError struct + Payload *SecretInspectInternalServerErrorBody + func NewSecretInspectInternalServerError() *SecretInspectInternalServerError + func (o *SecretInspectInternalServerError) Error() string + func (o *SecretInspectInternalServerError) GetPayload() *SecretInspectInternalServerErrorBody + func (o *SecretInspectInternalServerError) IsClientError() bool + func (o *SecretInspectInternalServerError) IsCode(code int) bool + func (o *SecretInspectInternalServerError) IsRedirect() bool + func (o *SecretInspectInternalServerError) IsServerError() bool + func (o *SecretInspectInternalServerError) IsSuccess() bool + func (o *SecretInspectInternalServerError) String() string + type SecretInspectInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretInspectInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretInspectInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SecretInspectInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SecretInspectInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SecretInspectNotFound struct + Payload *SecretInspectNotFoundBody + func NewSecretInspectNotFound() *SecretInspectNotFound + func (o *SecretInspectNotFound) Error() string + func (o *SecretInspectNotFound) GetPayload() *SecretInspectNotFoundBody + func (o *SecretInspectNotFound) IsClientError() bool + func (o *SecretInspectNotFound) IsCode(code int) bool + func (o *SecretInspectNotFound) IsRedirect() bool + func (o *SecretInspectNotFound) IsServerError() bool + func (o *SecretInspectNotFound) IsSuccess() bool + func (o *SecretInspectNotFound) String() string + type SecretInspectNotFoundBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretInspectNotFoundBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretInspectNotFoundBody) MarshalBinary() ([]byte, error) + func (o *SecretInspectNotFoundBody) UnmarshalBinary(b []byte) error + func (o *SecretInspectNotFoundBody) Validate(formats strfmt.Registry) error + type SecretInspectOK struct + Payload *models.SecretInfoReportCompat + func NewSecretInspectOK() *SecretInspectOK + func (o *SecretInspectOK) Error() string + func (o *SecretInspectOK) GetPayload() *models.SecretInfoReportCompat + func (o *SecretInspectOK) IsClientError() bool + func (o *SecretInspectOK) IsCode(code int) bool + func (o *SecretInspectOK) IsRedirect() bool + func (o *SecretInspectOK) IsServerError() bool + func (o *SecretInspectOK) IsSuccess() bool + func (o *SecretInspectOK) String() string + type SecretInspectParams struct + Context context.Context + HTTPClient *http.Client + Name string + func NewSecretInspectParams() *SecretInspectParams + func NewSecretInspectParamsWithContext(ctx context.Context) *SecretInspectParams + func NewSecretInspectParamsWithHTTPClient(client *http.Client) *SecretInspectParams + func NewSecretInspectParamsWithTimeout(timeout time.Duration) *SecretInspectParams + func (o *SecretInspectParams) SetContext(ctx context.Context) + func (o *SecretInspectParams) SetDefaults() + func (o *SecretInspectParams) SetHTTPClient(client *http.Client) + func (o *SecretInspectParams) SetName(name string) + func (o *SecretInspectParams) SetTimeout(timeout time.Duration) + func (o *SecretInspectParams) WithContext(ctx context.Context) *SecretInspectParams + func (o *SecretInspectParams) WithDefaults() *SecretInspectParams + func (o *SecretInspectParams) WithHTTPClient(client *http.Client) *SecretInspectParams + func (o *SecretInspectParams) WithName(name string) *SecretInspectParams + func (o *SecretInspectParams) WithTimeout(timeout time.Duration) *SecretInspectParams + func (o *SecretInspectParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SecretInspectReader struct + func (o *SecretInspectReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SecretListInternalServerError struct + Payload *SecretListInternalServerErrorBody + func NewSecretListInternalServerError() *SecretListInternalServerError + func (o *SecretListInternalServerError) Error() string + func (o *SecretListInternalServerError) GetPayload() *SecretListInternalServerErrorBody + func (o *SecretListInternalServerError) IsClientError() bool + func (o *SecretListInternalServerError) IsCode(code int) bool + func (o *SecretListInternalServerError) IsRedirect() bool + func (o *SecretListInternalServerError) IsServerError() bool + func (o *SecretListInternalServerError) IsSuccess() bool + func (o *SecretListInternalServerError) String() string + type SecretListInternalServerErrorBody struct + Because string + Message string + ResponseCode int64 + func (o *SecretListInternalServerErrorBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (o *SecretListInternalServerErrorBody) MarshalBinary() ([]byte, error) + func (o *SecretListInternalServerErrorBody) UnmarshalBinary(b []byte) error + func (o *SecretListInternalServerErrorBody) Validate(formats strfmt.Registry) error + type SecretListOK struct + Payload []*models.SecretInfoReportCompat + func NewSecretListOK() *SecretListOK + func (o *SecretListOK) Error() string + func (o *SecretListOK) GetPayload() []*models.SecretInfoReportCompat + func (o *SecretListOK) IsClientError() bool + func (o *SecretListOK) IsCode(code int) bool + func (o *SecretListOK) IsRedirect() bool + func (o *SecretListOK) IsServerError() bool + func (o *SecretListOK) IsSuccess() bool + func (o *SecretListOK) String() string + type SecretListParams struct + Context context.Context + HTTPClient *http.Client + func NewSecretListParams() *SecretListParams + func NewSecretListParamsWithContext(ctx context.Context) *SecretListParams + func NewSecretListParamsWithHTTPClient(client *http.Client) *SecretListParams + func NewSecretListParamsWithTimeout(timeout time.Duration) *SecretListParams + func (o *SecretListParams) SetContext(ctx context.Context) + func (o *SecretListParams) SetDefaults() + func (o *SecretListParams) SetHTTPClient(client *http.Client) + func (o *SecretListParams) SetTimeout(timeout time.Duration) + func (o *SecretListParams) WithContext(ctx context.Context) *SecretListParams + func (o *SecretListParams) WithDefaults() *SecretListParams + func (o *SecretListParams) WithHTTPClient(client *http.Client) *SecretListParams + func (o *SecretListParams) WithTimeout(timeout time.Duration) *SecretListParams + func (o *SecretListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SecretListReader struct + func (o *SecretListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)