package
0.0.0-20220310025002-8251c7da21b0
Repository: https://github.com/go-swagger/dockerctl.git
Documentation: pkg.go.dev

# Functions

New creates a new config API client.
NewConfigCreateConflict creates a ConfigCreateConflict with default headers values.
NewConfigCreateCreated creates a ConfigCreateCreated with default headers values.
NewConfigCreateInternalServerError creates a ConfigCreateInternalServerError with default headers values.
NewConfigCreateParams creates a new ConfigCreateParams object, with the default timeout for this client.
NewConfigCreateParamsWithContext creates a new ConfigCreateParams object with the ability to set a context for a request.
NewConfigCreateParamsWithHTTPClient creates a new ConfigCreateParams object with the ability to set a custom HTTPClient for a request.
NewConfigCreateParamsWithTimeout creates a new ConfigCreateParams object with the ability to set a timeout on a request.
NewConfigCreateServiceUnavailable creates a ConfigCreateServiceUnavailable with default headers values.
NewConfigDeleteInternalServerError creates a ConfigDeleteInternalServerError with default headers values.
NewConfigDeleteNoContent creates a ConfigDeleteNoContent with default headers values.
NewConfigDeleteNotFound creates a ConfigDeleteNotFound with default headers values.
NewConfigDeleteParams creates a new ConfigDeleteParams object, with the default timeout for this client.
NewConfigDeleteParamsWithContext creates a new ConfigDeleteParams object with the ability to set a context for a request.
NewConfigDeleteParamsWithHTTPClient creates a new ConfigDeleteParams object with the ability to set a custom HTTPClient for a request.
NewConfigDeleteParamsWithTimeout creates a new ConfigDeleteParams object with the ability to set a timeout on a request.
NewConfigDeleteServiceUnavailable creates a ConfigDeleteServiceUnavailable with default headers values.
NewConfigInspectInternalServerError creates a ConfigInspectInternalServerError with default headers values.
NewConfigInspectNotFound creates a ConfigInspectNotFound with default headers values.
NewConfigInspectOK creates a ConfigInspectOK with default headers values.
NewConfigInspectParams creates a new ConfigInspectParams object, with the default timeout for this client.
NewConfigInspectParamsWithContext creates a new ConfigInspectParams object with the ability to set a context for a request.
NewConfigInspectParamsWithHTTPClient creates a new ConfigInspectParams object with the ability to set a custom HTTPClient for a request.
NewConfigInspectParamsWithTimeout creates a new ConfigInspectParams object with the ability to set a timeout on a request.
NewConfigInspectServiceUnavailable creates a ConfigInspectServiceUnavailable with default headers values.
NewConfigListInternalServerError creates a ConfigListInternalServerError with default headers values.
NewConfigListOK creates a ConfigListOK with default headers values.
NewConfigListParams creates a new ConfigListParams object, with the default timeout for this client.
NewConfigListParamsWithContext creates a new ConfigListParams object with the ability to set a context for a request.
NewConfigListParamsWithHTTPClient creates a new ConfigListParams object with the ability to set a custom HTTPClient for a request.
NewConfigListParamsWithTimeout creates a new ConfigListParams object with the ability to set a timeout on a request.
NewConfigListServiceUnavailable creates a ConfigListServiceUnavailable with default headers values.
NewConfigUpdateBadRequest creates a ConfigUpdateBadRequest with default headers values.
NewConfigUpdateInternalServerError creates a ConfigUpdateInternalServerError with default headers values.
NewConfigUpdateNotFound creates a ConfigUpdateNotFound with default headers values.
NewConfigUpdateOK creates a ConfigUpdateOK with default headers values.
NewConfigUpdateParams creates a new ConfigUpdateParams object, with the default timeout for this client.
NewConfigUpdateParamsWithContext creates a new ConfigUpdateParams object with the ability to set a context for a request.
NewConfigUpdateParamsWithHTTPClient creates a new ConfigUpdateParams object with the ability to set a custom HTTPClient for a request.
NewConfigUpdateParamsWithTimeout creates a new ConfigUpdateParams object with the ability to set a timeout on a request.
NewConfigUpdateServiceUnavailable creates a ConfigUpdateServiceUnavailable with default headers values.

# Structs

Client for config API */.
ConfigCreateBody config create body swagger:model ConfigCreateBody */.
ConfigCreateConflict describes a response with status code 409, with default header values.
ConfigCreateCreated describes a response with status code 201, with default header values.
ConfigCreateInternalServerError describes a response with status code 500, with default header values.
ConfigCreateParams contains all the parameters to send to the API endpoint for the config create operation.
ConfigCreateReader is a Reader for the ConfigCreate structure.
ConfigCreateServiceUnavailable describes a response with status code 503, with default header values.
ConfigDeleteInternalServerError describes a response with status code 500, with default header values.
ConfigDeleteNoContent describes a response with status code 204, with default header values.
ConfigDeleteNotFound describes a response with status code 404, with default header values.
ConfigDeleteParams contains all the parameters to send to the API endpoint for the config delete operation.
ConfigDeleteReader is a Reader for the ConfigDelete structure.
ConfigDeleteServiceUnavailable describes a response with status code 503, with default header values.
ConfigInspectInternalServerError describes a response with status code 500, with default header values.
ConfigInspectNotFound describes a response with status code 404, with default header values.
ConfigInspectOK describes a response with status code 200, with default header values.
ConfigInspectParams contains all the parameters to send to the API endpoint for the config inspect operation.
ConfigInspectReader is a Reader for the ConfigInspect structure.
ConfigInspectServiceUnavailable describes a response with status code 503, with default header values.
ConfigListInternalServerError describes a response with status code 500, with default header values.
ConfigListOK describes a response with status code 200, with default header values.
ConfigListParams contains all the parameters to send to the API endpoint for the config list operation.
ConfigListReader is a Reader for the ConfigList structure.
ConfigListServiceUnavailable describes a response with status code 503, with default header values.
ConfigUpdateBadRequest describes a response with status code 400, with default header values.
ConfigUpdateInternalServerError describes a response with status code 500, with default header values.
ConfigUpdateNotFound describes a response with status code 404, with default header values.
ConfigUpdateOK describes a response with status code 200, with default header values.
ConfigUpdateParams contains all the parameters to send to the API endpoint for the config update operation.
ConfigUpdateReader is a Reader for the ConfigUpdate structure.
ConfigUpdateServiceUnavailable describes a response with status code 503, with default header values.

# Interfaces

ClientService is the interface for Client methods.
ConfigCreateParamsBodyAllOf1 config create params body all of1 // Example: {"Data":"VEhJUyBJUyBOT1QgQSBSRUFMIENFUlRJRklDQVRFCg==","Labels":{"foo":"bar"},"Name":"server.conf"} swagger:model ConfigCreateParamsBodyAllOf1 */.

# Type aliases

ClientOption is the option for Client methods.