package
0.3.1
Repository: https://github.com/cirruslabs/podmanapi.git
Documentation: pkg.go.dev

# README

Go API client for swagger

This documentation describes the Podman v2.0 RESTful API. It replaces the Podman v1.0 API and was initially delivered along with Podman v2.0. It consists of a Docker-compatible API and a Libpod API providing support for Podman’s unique features such as pods. To start the service and keep it running for 5,000 seconds (-t 0 runs forever): podman system service -t 5000 & You can then use cURL on the socket using requests documented below. NOTE: if you install the package podman-docker, it will create a symbolic link for /var/run/docker.sock to /run/podman/podman.sock See podman-service(1) for more information. Quick Examples: 'podman info' curl --unix-socket /run/podman/podman.sock http://d/v1.0.0/libpod/info 'podman pull quay.io/containers/podman' curl -XPOST --unix-socket /run/podman/podman.sock -v 'http://d/v1.0.0/images/create?fromImage=quay.io%2Fcontainers%2Fpodman' 'podman list images' curl --unix-socket /run/podman/podman.sock -v 'http://d/v1.0.0/libpod/images/json' | jq

Overview

This API client was generated by the swagger-codegen project. By using the swagger-spec from a remote server, you can easily generate an API client.

  • API version: 0.0.1
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.v3.generators.go.GoClientCodegen For more information, please visit https://podman.io/community/

Installation

Put the package under your project folder and add the following in import:

import "./swagger"

Documentation for API Endpoints

All URIs are relative to http://podman.io/

ClassMethodHTTP requestDescription
ContainersApiChangesContainerGet /libpod/containers/{name}/changesReport on changes to container's filesystem; adds, deletes or modifications.
ContainersApiLibpodAttachContainerPost /libpod/containers/{name}/attachAttach to a container
ContainersApiLibpodCheckpointContainerPost /libpod/containers/{name}/checkpointCheckpoint a container
ContainersApiLibpodCommitContainerPost /libpod/commitCommit
ContainersApiLibpodContainerExistsGet /libpod/containers/{name}/existsCheck if container exists
ContainersApiLibpodCreateContainerPost /libpod/containers/createCreate a container
ContainersApiLibpodExportContainerGet /libpod/containers/{name}/exportExport a container
ContainersApiLibpodGenerateKubeGet /libpod/generate/{name:.*}/kubeGenerate a Kubernetes YAML file.
ContainersApiLibpodGenerateSystemdGet /libpod/generate/{name:.*}/systemdGenerate Systemd Units
ContainersApiLibpodGetContainerGet /libpod/containers/{name}/jsonInspect container
ContainersApiLibpodInitContainerPost /libpod/containers/{name}/initInitialize a container
ContainersApiLibpodKillContainerPost /libpod/containers/{name}/killKill container
ContainersApiLibpodListContainersGet /libpod/containers/jsonList containers
ContainersApiLibpodLogsFromContainerGet /libpod/containers/{name}/logsGet container logs
ContainersApiLibpodMountContainerPost /libpod/containers/{name}/mountMount a container
ContainersApiLibpodPauseContainerPost /libpod/containers/{name}/pausePause a container
ContainersApiLibpodPlayKubePost /libpod/play/kubePlay a Kubernetes YAML file.
ContainersApiLibpodPruneContainersPost /libpod/containers/pruneDelete stopped containers
ContainersApiLibpodPutArchivePost /libpod/containers/{name}/copyCopy files into a container
ContainersApiLibpodRemoveContainerDelete /libpod/containers/{name}Delete container
ContainersApiLibpodResizeContainerPost /libpod/containers/{name}/resizeResize a container's TTY
ContainersApiLibpodRestartContainerPost /libpod/containers/{name}/restartRestart a container
ContainersApiLibpodRestoreContainerPost /libpod/containers/{name}/restoreRestore a container
ContainersApiLibpodRunHealthCheckGet /libpod/containers/{name:.*}/healthcheckRun a container's healthcheck
ContainersApiLibpodShowMountedContainersGet /libpod/containers/showmountedShow mounted containers
ContainersApiLibpodStartContainerPost /libpod/containers/{name}/startStart a container
ContainersApiLibpodStatsContainerGet /libpod/containers/{name}/statsGet stats for a container
ContainersApiLibpodStatsContainersGet /libpod/containers/statsGet stats for one or more containers
ContainersApiLibpodStopContainerPost /libpod/containers/{name}/stopStop a container
ContainersApiLibpodTopContainerGet /libpod/containers/{name}/topList processes
ContainersApiLibpodUnmountContainerPost /libpod/containers/{name}/unmountUnmount a container
ContainersApiLibpodUnpauseContainerPost /libpod/containers/{name}/unpauseUnpause Container
ContainersApiLibpodWaitContainerPost /libpod/containers/{name}/waitWait on a container
ContainersCompatApiAttachContainerPost /containers/{name}/attachAttach to a container
ContainersCompatApiChangesContainerGet /libpod/containers/{name}/changesReport on changes to container's filesystem; adds, deletes or modifications.
ContainersCompatApiCommitContainerPost /commitNew Image
ContainersCompatApiCreateContainerPost /containers/createCreate a container
ContainersCompatApiExportContainerGet /containers/{name}/exportExport a container
ContainersCompatApiGetArchiveGet /containers/{name}/archiveGet files from a container
ContainersCompatApiGetContainerGet /containers/{name}/jsonInspect container
ContainersCompatApiKillContainerPost /containers/{name}/killKill container
ContainersCompatApiLibpodGetArchiveGet /libpod/containers/{name}/copyCopy files from a container
ContainersCompatApiListContainersGet /containers/jsonList containers
ContainersCompatApiLogsFromContainerGet /containers/{name}/logsGet container logs
ContainersCompatApiPauseContainerPost /containers/{name}/pausePause container
ContainersCompatApiPruneContainersPost /containers/pruneDelete stopped containers
ContainersCompatApiPutArchivePut /containers/{name}/archivePut files into a container
ContainersCompatApiRemoveContainerDelete /containers/{name}Remove a container
ContainersCompatApiResizeContainerPost /containers/{name}/resizeResize a container's TTY
ContainersCompatApiRestartContainerPost /containers/{name}/restartRestart container
ContainersCompatApiStartContainerPost /containers/{name}/startStart a container
ContainersCompatApiStatsContainerGet /containers/{name}/statsGet stats for a container
ContainersCompatApiStopContainerPost /containers/{name}/stopStop a container
ContainersCompatApiTopContainerGet /containers/{name}/topList processes running inside a container
ContainersCompatApiUnpauseContainerPost /containers/{name}/unpauseUnpause container
ContainersCompatApiWaitContainerPost /containers/{name}/waitWait on a container
ExecApiLibpodCreateExecPost /libpod/containers/{name}/execCreate an exec instance
ExecApiLibpodInspectExecGet /libpod/exec/{id}/jsonInspect an exec instance
ExecApiLibpodResizeExecPost /libpod/exec/{id}/resizeResize an exec instance
ExecApiLibpodStartExecPost /libpod/exec/{id}/startStart an exec instance
ExecCompatApiCreateExecPost /containers/{name}/execCreate an exec instance
ExecCompatApiInspectExecGet /exec/{id}/jsonInspect an exec instance
ExecCompatApiResizeExecPost /exec/{id}/resizeResize an exec instance
ExecCompatApiStartExecPost /exec/{id}/startStart an exec instance
ImagesApiLibpodBuildImagePost /libpod/buildCreate image
ImagesApiLibpodChangesImagesGet /libpod/images/{name}/changesReport on changes to images's filesystem; adds, deletes or modifications.
ImagesApiLibpodExportImageGet /libpod/images/{name:.*}/getExport an image
ImagesApiLibpodExportImagesGet /libpod/images/exportExport multiple images
ImagesApiLibpodImageExistsGet /libpod/images/{name:.*}/existsImage exists
ImagesApiLibpodImageHistoryGet /libpod/images/{name:.*}/historyHistory of an image
ImagesApiLibpodImageTreeGet /libpod/images/{name:.*}/treeImage tree
ImagesApiLibpodImagesImportPost /libpod/images/importImport image
ImagesApiLibpodImagesLoadPost /libpod/images/loadLoad image
ImagesApiLibpodImagesPullPost /libpod/images/pullPull images
ImagesApiLibpodImagesRemoveDelete /libpod/images/removeRemove one or more images from the storage.
ImagesApiLibpodInspectImageGet /libpod/images/{name:.*}/jsonInspect an image
ImagesApiLibpodListImagesGet /libpod/images/jsonList Images
ImagesApiLibpodPruneImagesPost /libpod/images/prunePrune unused images
ImagesApiLibpodPushImagePost /libpod/images/{name:.*}/pushPush Image
ImagesApiLibpodRemoveImageDelete /libpod/images/{name:.*}Remove an image from the local storage.
ImagesApiLibpodSearchImagesGet /libpod/images/searchSearch images
ImagesApiLibpodTagImagePost /libpod/images/{name:.*}/tagTag an image
ImagesApiLibpodUntagImagePost /libpod/images/{name:.*}/untagUntag an image
ImagesCompatApiBuildImagePost /buildCreate image
ImagesCompatApiCreateImagePost /images/createCreate an image
ImagesCompatApiExportImageGet /images/{name:.*}/getExport an image
ImagesCompatApiImageHistoryGet /images/{name:.*}/historyHistory of an image
ImagesCompatApiImportImagePost /images/loadImport image
ImagesCompatApiInspectImageGet /images/{name:.*}/jsonInspect an image
ImagesCompatApiListImagesGet /images/jsonList Images
ImagesCompatApiPruneImagesPost /images/prunePrune unused images
ImagesCompatApiPushImagePost /images/{name:.*}/pushPush Image
ImagesCompatApiRemoveImageDelete /images/{name:.*}Remove Image
ImagesCompatApiSearchImagesGet /images/searchSearch images
ImagesCompatApiTagImagePost /images/{name:.*}/tagTag an image
ManifestsApiAddManifestPost /libpod/manifests/{name:.*}/add
ManifestsApiCreatePost /libpod/manifests/createCreate
ManifestsApiInspectGet /libpod/manifests/{name:.*}/jsonInspect
ManifestsApiPushManifestPost /libpod/manifests/{name}/pushPush
ManifestsApiRemoveManifestDelete /libpod/manifests/{name:.*}Remove
NetworksApiLibpodCreateNetworkPost /libpod/networks/createCreate network
NetworksApiLibpodInspectNetworkGet /libpod/networks/{name}/jsonInspect a network
NetworksApiLibpodListNetworkGet /libpod/networks/jsonList networks
NetworksApiLibpodRemoveNetworkDelete /libpod/networks/{name}Remove a network
NetworksCompatApiCompatCreateNetworkPost /networks/createCreate network
NetworksCompatApiCompatInspectNetworkGet /networks/{name}Inspect a network
NetworksCompatApiCompatListNetworkGet /networksList networks
NetworksCompatApiCompatRemoveNetworkDelete /networks/{name}Remove a network
PodsApiCreatePodPost /libpod/pods/createCreate a pod
PodsApiInspectPodGet /libpod/pods/{name}/jsonInspect pod
PodsApiKillPodPost /libpod/pods/{name}/killKill a pod
PodsApiLibpodGenerateKubeGet /libpod/generate/{name:.*}/kubeGenerate a Kubernetes YAML file.
PodsApiLibpodGenerateSystemdGet /libpod/generate/{name:.*}/systemdGenerate Systemd Units
PodsApiLibpodPlayKubePost /libpod/play/kubePlay a Kubernetes YAML file.
PodsApiListPodsGet /libpod/pods/jsonList pods
PodsApiPausePodPost /libpod/pods/{name}/pausePause a pod
PodsApiPodExistsGet /libpod/pods/{name}/existsPod exists
PodsApiPrunePodsPost /libpod/pods/prunePrune unused pods
PodsApiRemovePodDelete /libpod/pods/{name}Remove pod
PodsApiRestartPodPost /libpod/pods/{name}/restartRestart a pod
PodsApiStartPodPost /libpod/pods/{name}/startStart a pod
PodsApiStatsPodGet /libpod/pods/statsGet stats for one or more pods
PodsApiStopPodPost /libpod/pods/{name}/stopStop a pod
PodsApiTopPodGet /libpod/pods/{name}/topList processes
PodsApiUnpausePodPost /libpod/pods/{name}/unpauseUnpause a pod
SystemApiDfGet /libpod/system/dfShow disk usage
SystemApiLibpodGetEventsGet /libpod/eventsGet events
SystemApiLibpodGetInfoGet /libpod/infoGet info
SystemApiLibpodPingGetGet /libpod/_pingPing service
SystemApiPruneSystemPost /libpod/system/prunePrune unused data
SystemApiSystemVersionGet /libpod/versionComponent Version information
SystemCompatApiCompatSystemVersionGet /versionComponent Version information
SystemCompatApiGetEventsGet /eventsGet events
SystemCompatApiGetInfoGet /infoGet info
SystemCompatApiLibpodPingGetGet /libpod/_pingPing service
VolumesApiLibpodCreateVolumePost /libpod/volumes/createCreate a volume
VolumesApiLibpodInspectVolumeGet /libpod/volumes/{name}/jsonInspect volume
VolumesApiLibpodListVolumesGet /libpod/volumes/jsonList volumes
VolumesApiLibpodPruneVolumesPost /libpod/volumes/prunePrune volumes
VolumesApiLibpodRemoveVolumeDelete /libpod/volumes/{name}Remove volume
VolumesCompatApiCreateVolumePost /volumes/createCreate a volume
VolumesCompatApiInspectVolumeGet /volumes/{name}Inspect volume
VolumesCompatApiListVolumesGet /volumesList volumes
VolumesCompatApiPruneVolumesPost /volumes/prunePrune volumes
VolumesCompatApiRemoveVolumeDelete /volumes/{name}Remove volume

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

[email protected]

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKey takes an APIKey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextOAuth2 takes a oauth2.TokenSource as authentication for the request.

# Structs

Address represents an IP address.
APIClient manages communication with the Provides a container compatible interface.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
AuthenticateOKBody authenticate o k body.
No description provided by the author
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CgroupConfig configures the cgroup namespace for the container.
It describes changes of the files in the path respect to the parent layers.
It should hold only portable information about the container.
ConfigReference specifies the source which provides a network's configuration.
No description provided by the author
ConmonInfo describes the conmon executable being used.
No description provided by the author
ContainerCgroupConfig contains configuration information about a container's cgroups.
ContainerChangeResponseItem change item in response to ContainerChanges operation.
ContainerCreateCreatedBody OK response to ContainerCreate operation.
ContainerHealthCheckConfig describes a container healthcheck with attributes like command, retries, interval, start period, and timeout.
ContainerNamedVolume is a named volume that will be mounted into the container.
ContainerNetworkConfig contains information on a container's network configuration.
ContainerNode stores information about the node that a container is running on.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ContainerSecurityConfig is a container's security features, including SELinux, Apparmor, and Seccomp.
ContainerSize holds the size of the container's root filesystem and top read-write layer.
No description provided by the author
ContainerState stores container's running state it's part of ContainerJSONBase and will return by \"inspect\" command.
ContainerStorageConfig contains information on the storage configuration of a container.
ContainerStore describes the quantity of containers in the store by status.
ContainerTopOKBody OK response to ContainerTop operation.
ContainerUpdateOKBody OK response to ContainerUpdate operation.
ContainerWaitOKBody OK response to ContainerWait operation.
ContainerWaitOKBodyError container waiting error, if any.
CreateConfig is a pre OCI spec structure.
CreateResourceConfig represents resource elements in CreateConfig structures.
Data handles the data for a storage driver.
No description provided by the author
Used by GPU device drivers.
DistributionInfo describes the host distribution for libpod.
No description provided by the author
EndpointIPAMConfig represents IPAM configurations for the endpoint.
EndpointResource contains network resources allocated and used for a container in a network.
EndpointSettings stores the network endpoint details.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GenericSwaggerError Provides access to the body, error and model on returned errors.
No description provided by the author
Health stores information about the container's healthcheck results.
HealthCheckLog describes the results of a single healthcheck.
HealthcheckResult stores information about a single run of a healthcheck probe.
HealthCheckResults describes the results/logs from a healthcheck.
No description provided by the author
No description provided by the author
HistoryResponseItem individual image layer information in response to ImageHistory operation.
Here, \"non-portable\" means \"dependent of the host we are running on\".
HostInfo describes the libpod host.
IDMap contains a single entry for user namespace range remapping.
IDMappingOptions are used for specifying how ID mapping should be set up for a layer or container.
IDMappings describe the GID and UID mappings.
IDResponse Response to an API call that returns just an Id.
No description provided by the author
ImageDeleteResponse is the response for removing an image from storage and containers what was untagged vs actually removed.
ImageDeleteResponseItem image delete response item.
No description provided by the author
No description provided by the author
No description provided by the author
ImageMetadata contains engine-local data about the image.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ImageStore describes the image store.
ImageSummary image summary.
Info is the overall struct that describes the host system running libpod/podman.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InspectAdditionalNetwork holds information about non-default CNI networks the container has been connected to.
InspectBlkioThrottleDevice holds information about a speed cap for a device node.
InspectBlkioWeightDevice holds information about the relative weight of an individual device node.
InspectContainerConfig holds further data about how a container was initially configured.
InspectContainerHostConfig holds information used when the container was created.
InspectContainerState provides a detailed record of a container's current state.
No description provided by the author
InspectHostPort provides information on a port on the host that a container's port is bound to.
InspectLogConfig holds information about a container's configured log driver and is presently unused.
InspectMount provides a record of a single mount in a container.
InspectNetworkSettings holds information about the network settings of the container.
No description provided by the author
InspectPodInfraConfig contains the configuration of the pod's infra container.
No description provided by the author
No description provided by the author
IPAM represents IP Address Management.
IPAMConfig represents IPAM configurations.
IpcConfig configures the ipc namespace for the container.
No description provided by the author
No description provided by the author
No description provided by the author
LibpodImagesRemoveReport is the return type for image removal via the rest api.
LinuxBlockIO for Linux cgroup 'blkio' resource management.
linuxBlockIODevice holds major:minor format supported in blkio cgroup.
LinuxCPU for Linux cgroup 'cpu' resource management.
LinuxDevice represents the mknod information for a Linux special device file.
LinuxDeviceCgroup represents a device rule for the devices specified to the device controller.
LinuxHugepageLimit structure corresponds to limiting kernel hugepages.
LinuxInterfacePriority for network interfaces.
LinuxMemory for Linux cgroup 'memory' resource management.
LinuxNetwork identification and priority configuration.
LinuxPids for Linux cgroup 'pids' resource management (Linux 4.3).
LinuxRdma for Linux cgroup 'rdma' resource management (Linux 4.11).
LinuxResources has container runtime resource constraints.
LinuxThrottleDevice struct holds a `major:minor rate_per_second` pair.
LinuxWeightDevice struct holds a `major:minor weight` pair for weightDevice.
Callers can either use this abstract interface without understanding the details of the formats, or instantiate a specific implementation (e.g.
Listcontainer describes a container suitable for listing.
ListContainer Namespaces contains the identifiers of the container's Linux namespaces.
No description provided by the author
No description provided by the author
ListRegistriesReport is the report when querying for a sorted list of registries which may be contacted during certain operations.
LogConfig describes the logging characteristics for a container.
Options for adding a manifest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is used for reporting the mountpoints in use by a container.
NamedVolume holds information about a named volume that will be mounted into the container.
Namespace describes the namespace.
NetworkConfig configures the network namespace for the container.
NetworkCreate is the expected body of the \"create network\" http request message.
NetworkCreateOptions describes options to create a network.
NetworkCreateReport describes a created network for the cli.
No description provided by the author
NetworkListReport describes the results from listing networks.
NetworkResource is the body of the \"get network\" http response message.
NetworkRmReport describes the results of network removal.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NetworkSettings exposes the network settings in the api.
OCIRuntimeInfo describes the runtime (crun or runc) being used with podman.
OverlayVolume holds information about a overlay volume that will be mounted into the container.
PeerInfo represents one peer of an overlay network.
PidConfig configures the pid namespace for the container.
PlayKubePod represents a single pod and associated containers created by play kube.
No description provided by the author
Plugin A plugin for the Engine API.
No description provided by the author
PluginConfigArgs plugin config args.
PluginConfigInterface The interface between Docker and the plugin.
PluginConfigLinux plugin config linux.
PluginConfigNetwork plugin config network.
PluginConfigRootfs plugin config rootfs.
PluginConfigUser plugin config user.
PluginDevice plugin device.
PluginEnv plugin env.
PluginInterfaceType plugin interface type.
PluginMount plugin mount.
No description provided by the author
No description provided by the author
This will be expanded in future updates to pods.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PodSpecGenerator describes options to create a pod.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Port An open port on a container.
PortBinding represents a binding between a Host IP address and a Host Port.
No description provided by the author
POSIXRlimit type and restrictions.
RemoteSocket describes information about the API socket.
No description provided by the author
No description provided by the author
RootFS holds the root fs information of an image.
Schema2HealthConfig is a HealthConfig, which holds configuration settings for the HEALTHCHECK feature, from docker/docker/api/types/container.
SecurityConfig configures the security features for the container.
ServiceInfo represents service parameters with the list of service's tasks.
ServiceUpdateResponse service update response.
SlirpInfo describes the slirp executable that is being being used.
SpecGenerator creates an OCI spec and Libpod configuration options to create a container based on the given configuration.
StoreInfo describes the container storage and its attributes.
No description provided by the author
No description provided by the author
SystemDfContainerReport describes a container for use with df.
SystemDfImageReport describes an image for use with df.
SystemDfVolumeReport describes a volume and its size.
Task carries the information about one backend task.
ThrottleDevice is a structure that holds device:rate_per_second pair.
No description provided by the author
UserConfig configures the user namespace for the container.
UtsConfig configures the uts namespace for the container.
Version is an output struct for API.
Volume volume.
No description provided by the author
VolumeCreateBody Volume configuration.
VolumeInfo Volume list response.
VolumeListBody Volume list response.
VolumeListOKBody Volume list response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VolumeUsageData Usage details about the volume.
WeightDevice is a structure that holds device:weight pair.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author