package
0.0.0-20220310025002-8251c7da21b0
Repository: https://github.com/go-swagger/dockerctl.git
Documentation: pkg.go.dev
# Functions
New creates a new secret API client.
NewSecretCreateConflict creates a SecretCreateConflict with default headers values.
NewSecretCreateCreated creates a SecretCreateCreated with default headers values.
NewSecretCreateInternalServerError creates a SecretCreateInternalServerError with default headers values.
NewSecretCreateParams creates a new SecretCreateParams object, with the default timeout for this client.
NewSecretCreateParamsWithContext creates a new SecretCreateParams object with the ability to set a context for a request.
NewSecretCreateParamsWithHTTPClient creates a new SecretCreateParams object with the ability to set a custom HTTPClient for a request.
NewSecretCreateParamsWithTimeout creates a new SecretCreateParams object with the ability to set a timeout on a request.
NewSecretCreateServiceUnavailable creates a SecretCreateServiceUnavailable with default headers values.
NewSecretDeleteInternalServerError creates a SecretDeleteInternalServerError with default headers values.
NewSecretDeleteNoContent creates a SecretDeleteNoContent with default headers values.
NewSecretDeleteNotFound creates a SecretDeleteNotFound with default headers values.
NewSecretDeleteParams creates a new SecretDeleteParams object, with the default timeout for this client.
NewSecretDeleteParamsWithContext creates a new SecretDeleteParams object with the ability to set a context for a request.
NewSecretDeleteParamsWithHTTPClient creates a new SecretDeleteParams object with the ability to set a custom HTTPClient for a request.
NewSecretDeleteParamsWithTimeout creates a new SecretDeleteParams object with the ability to set a timeout on a request.
NewSecretDeleteServiceUnavailable creates a SecretDeleteServiceUnavailable with default headers values.
NewSecretInspectInternalServerError creates a SecretInspectInternalServerError with default headers values.
NewSecretInspectNotFound creates a SecretInspectNotFound with default headers values.
NewSecretInspectOK creates a SecretInspectOK with default headers values.
NewSecretInspectParams creates a new SecretInspectParams object, with the default timeout for this client.
NewSecretInspectParamsWithContext creates a new SecretInspectParams object with the ability to set a context for a request.
NewSecretInspectParamsWithHTTPClient creates a new SecretInspectParams object with the ability to set a custom HTTPClient for a request.
NewSecretInspectParamsWithTimeout creates a new SecretInspectParams object with the ability to set a timeout on a request.
NewSecretInspectServiceUnavailable creates a SecretInspectServiceUnavailable with default headers values.
NewSecretListInternalServerError creates a SecretListInternalServerError with default headers values.
NewSecretListOK creates a SecretListOK with default headers values.
NewSecretListParams creates a new SecretListParams object, with the default timeout for this client.
NewSecretListParamsWithContext creates a new SecretListParams object with the ability to set a context for a request.
NewSecretListParamsWithHTTPClient creates a new SecretListParams object with the ability to set a custom HTTPClient for a request.
NewSecretListParamsWithTimeout creates a new SecretListParams object with the ability to set a timeout on a request.
NewSecretListServiceUnavailable creates a SecretListServiceUnavailable with default headers values.
NewSecretUpdateBadRequest creates a SecretUpdateBadRequest with default headers values.
NewSecretUpdateInternalServerError creates a SecretUpdateInternalServerError with default headers values.
NewSecretUpdateNotFound creates a SecretUpdateNotFound with default headers values.
NewSecretUpdateOK creates a SecretUpdateOK with default headers values.
NewSecretUpdateParams creates a new SecretUpdateParams object, with the default timeout for this client.
NewSecretUpdateParamsWithContext creates a new SecretUpdateParams object with the ability to set a context for a request.
NewSecretUpdateParamsWithHTTPClient creates a new SecretUpdateParams object with the ability to set a custom HTTPClient for a request.
NewSecretUpdateParamsWithTimeout creates a new SecretUpdateParams object with the ability to set a timeout on a request.
NewSecretUpdateServiceUnavailable creates a SecretUpdateServiceUnavailable with default headers values.
# Structs
Client for secret API
*/.
SecretCreateBody secret create body
swagger:model SecretCreateBody
*/.
SecretCreateConflict describes a response with status code 409, with default header values.
SecretCreateCreated describes a response with status code 201, with default header values.
SecretCreateInternalServerError describes a response with status code 500, with default header values.
SecretCreateParams contains all the parameters to send to the API endpoint
for the secret create operation.
SecretCreateReader is a Reader for the SecretCreate structure.
SecretCreateServiceUnavailable describes a response with status code 503, with default header values.
SecretDeleteInternalServerError describes a response with status code 500, with default header values.
SecretDeleteNoContent describes a response with status code 204, with default header values.
SecretDeleteNotFound describes a response with status code 404, with default header values.
SecretDeleteParams contains all the parameters to send to the API endpoint
for the secret delete operation.
SecretDeleteReader is a Reader for the SecretDelete structure.
SecretDeleteServiceUnavailable describes a response with status code 503, with default header values.
SecretInspectInternalServerError describes a response with status code 500, with default header values.
SecretInspectNotFound describes a response with status code 404, with default header values.
SecretInspectOK describes a response with status code 200, with default header values.
SecretInspectParams contains all the parameters to send to the API endpoint
for the secret inspect operation.
SecretInspectReader is a Reader for the SecretInspect structure.
SecretInspectServiceUnavailable describes a response with status code 503, with default header values.
SecretListInternalServerError describes a response with status code 500, with default header values.
SecretListOK describes a response with status code 200, with default header values.
SecretListParams contains all the parameters to send to the API endpoint
for the secret list operation.
SecretListReader is a Reader for the SecretList structure.
SecretListServiceUnavailable describes a response with status code 503, with default header values.
SecretUpdateBadRequest describes a response with status code 400, with default header values.
SecretUpdateInternalServerError describes a response with status code 500, with default header values.
SecretUpdateNotFound describes a response with status code 404, with default header values.
SecretUpdateOK describes a response with status code 200, with default header values.
SecretUpdateParams contains all the parameters to send to the API endpoint
for the secret update operation.
SecretUpdateReader is a Reader for the SecretUpdate structure.
SecretUpdateServiceUnavailable describes a response with status code 503, with default header values.
# Interfaces
ClientService is the interface for Client methods.
SecretCreateParamsBodyAllOf1 secret create params body all of1
// Example: {"Data":"VEhJUyBJUyBOT1QgQSBSRUFMIENFUlRJRklDQVRFCg==","Driver":{"Name":"secret-bucket","Options":{"OptionA":"value for driver option A","OptionB":"value for driver option B"}},"Labels":{"foo":"bar"},"Name":"app-key.crt"}
swagger:model SecretCreateParamsBodyAllOf1
*/.
# Type aliases
ClientOption is the option for Client methods.