package
0.0.0-20220310025002-8251c7da21b0
Repository: https://github.com/go-swagger/dockerctl.git
Documentation: pkg.go.dev
# Functions
New creates a new volume API client.
NewVolumeCreateCreated creates a VolumeCreateCreated with default headers values.
NewVolumeCreateInternalServerError creates a VolumeCreateInternalServerError with default headers values.
NewVolumeCreateParams creates a new VolumeCreateParams object, with the default timeout for this client.
NewVolumeCreateParamsWithContext creates a new VolumeCreateParams object with the ability to set a context for a request.
NewVolumeCreateParamsWithHTTPClient creates a new VolumeCreateParams object with the ability to set a custom HTTPClient for a request.
NewVolumeCreateParamsWithTimeout creates a new VolumeCreateParams object with the ability to set a timeout on a request.
NewVolumeDeleteConflict creates a VolumeDeleteConflict with default headers values.
NewVolumeDeleteInternalServerError creates a VolumeDeleteInternalServerError with default headers values.
NewVolumeDeleteNoContent creates a VolumeDeleteNoContent with default headers values.
NewVolumeDeleteNotFound creates a VolumeDeleteNotFound with default headers values.
NewVolumeDeleteParams creates a new VolumeDeleteParams object, with the default timeout for this client.
NewVolumeDeleteParamsWithContext creates a new VolumeDeleteParams object with the ability to set a context for a request.
NewVolumeDeleteParamsWithHTTPClient creates a new VolumeDeleteParams object with the ability to set a custom HTTPClient for a request.
NewVolumeDeleteParamsWithTimeout creates a new VolumeDeleteParams object with the ability to set a timeout on a request.
NewVolumeInspectInternalServerError creates a VolumeInspectInternalServerError with default headers values.
NewVolumeInspectNotFound creates a VolumeInspectNotFound with default headers values.
NewVolumeInspectOK creates a VolumeInspectOK with default headers values.
NewVolumeInspectParams creates a new VolumeInspectParams object, with the default timeout for this client.
NewVolumeInspectParamsWithContext creates a new VolumeInspectParams object with the ability to set a context for a request.
NewVolumeInspectParamsWithHTTPClient creates a new VolumeInspectParams object with the ability to set a custom HTTPClient for a request.
NewVolumeInspectParamsWithTimeout creates a new VolumeInspectParams object with the ability to set a timeout on a request.
NewVolumeListInternalServerError creates a VolumeListInternalServerError with default headers values.
NewVolumeListOK creates a VolumeListOK with default headers values.
NewVolumeListParams creates a new VolumeListParams object, with the default timeout for this client.
NewVolumeListParamsWithContext creates a new VolumeListParams object with the ability to set a context for a request.
NewVolumeListParamsWithHTTPClient creates a new VolumeListParams object with the ability to set a custom HTTPClient for a request.
NewVolumeListParamsWithTimeout creates a new VolumeListParams object with the ability to set a timeout on a request.
NewVolumePruneInternalServerError creates a VolumePruneInternalServerError with default headers values.
NewVolumePruneOK creates a VolumePruneOK with default headers values.
NewVolumePruneParams creates a new VolumePruneParams object, with the default timeout for this client.
NewVolumePruneParamsWithContext creates a new VolumePruneParams object with the ability to set a context for a request.
NewVolumePruneParamsWithHTTPClient creates a new VolumePruneParams object with the ability to set a custom HTTPClient for a request.
NewVolumePruneParamsWithTimeout creates a new VolumePruneParams object with the ability to set a timeout on a request.
# Structs
Client for volume API
*/.
VolumeCreateBody VolumeConfig
//
// Volume configuration
// Example: {"Driver":"custom","Labels":{"com.example.some-label":"some-value","com.example.some-other-label":"some-other-value"},"Name":"tardis"}
swagger:model VolumeCreateBody
*/.
VolumeCreateCreated describes a response with status code 201, with default header values.
VolumeCreateInternalServerError describes a response with status code 500, with default header values.
VolumeCreateParams contains all the parameters to send to the API endpoint
for the volume create operation.
VolumeCreateReader is a Reader for the VolumeCreate structure.
VolumeDeleteConflict describes a response with status code 409, with default header values.
VolumeDeleteInternalServerError describes a response with status code 500, with default header values.
VolumeDeleteNoContent describes a response with status code 204, with default header values.
VolumeDeleteNotFound describes a response with status code 404, with default header values.
VolumeDeleteParams contains all the parameters to send to the API endpoint
for the volume delete operation.
VolumeDeleteReader is a Reader for the VolumeDelete structure.
VolumeInspectInternalServerError describes a response with status code 500, with default header values.
VolumeInspectNotFound describes a response with status code 404, with default header values.
VolumeInspectOK describes a response with status code 200, with default header values.
VolumeInspectParams contains all the parameters to send to the API endpoint
for the volume inspect operation.
VolumeInspectReader is a Reader for the VolumeInspect structure.
VolumeListInternalServerError describes a response with status code 500, with default header values.
VolumeListOK describes a response with status code 200, with default header values.
VolumeListOKBody VolumeListResponse
//
// Volume list response
swagger:model VolumeListOKBody
*/.
VolumeListParams contains all the parameters to send to the API endpoint
for the volume list operation.
VolumeListReader is a Reader for the VolumeList structure.
VolumePruneInternalServerError describes a response with status code 500, with default header values.
VolumePruneOK describes a response with status code 200, with default header values.
VolumePruneOKBody VolumePruneResponse
swagger:model VolumePruneOKBody
*/.
VolumePruneParams contains all the parameters to send to the API endpoint
for the volume prune operation.
VolumePruneReader is a Reader for the VolumePrune structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.