Module podman_api::opts [−][src]
Expand description
Options used for configuring the behavior of certain API endpoints
Structs
Adjust the way a container is checkpointed.
A builder struct for ContainerCheckpointOpts.
Adjust the way a new image is created from a container.
A builder struct for ContainerCommitOpts.
Adjust the created container.
A builder struct for ContainerCreateOpts.
Adjust the way a container is deleted.
A builder struct for ContainerDeleteOpts.
Adjust the list of returned containers with this options.
A builder struct for ContainerListOpts.
Adjust the way a container is stopped.
A builder struct for ContainerStopOpts.
Adjust how to wait for a container.
A builder struct for ContainerWaitOpts.
Used to filter events returned by Podman::events.
A builder struct for EventsOpts.
Modify how an exec session is run inside a container.
A builder struct for ExecCreateOpts.
Adjust how an exec instance is started inside of a running container.
A builder struct for ExecStartOpts.
Adjust how an image is built.
A builder struct for ImageBuildOpts.
Adjust how an image is exported.
A builder struct for ImageExportOpts.
Adjust how an image is imported.
A builder struct for ImageImportOpts.
Adjust how images are listed.
A builder struct for ImageListOpts.
Adjust the way an image is tagged/untagged.
A builder struct for ImageTagOpts.
Adjust the way a pod is created.
A builder struct for PodCreateOpts.
Adjust the list of returned pods with this options.
A builder struct for PodListOpts.
Adjust how stats of a process are listed.
A builder struct for PodStatsOpts.
Adjust how processes inside a pod are listed.
A builder struct for PodTopOpts.
Adjust how a volume is created
A builder struct for VolumeCreateOpts.
Adjust the list of returned volumes with this options.
A builder struct for VolumeListOpts.
Adjust how volumes will be pruned.
A builder struct for VolumePruneOpts.
Enums
Used to filter listed containers by one of the variants.
Used to filter listed images by one of the variants.
Used to filter listed images with ImagesListFilter
.
Mode used to configure image volume with
image_volume_mode
.
The networking mode for the run commands during image build.
Used to filter listed pods by one of the variants.
The networking mode for the run commands during image build.
How to handle the NOTIFY_SOCKET
. Used with
sdnotify_mode
.
One of the variants accepted by ExecCreateOptsBuilder::user
.
Used to filter listed volumes by one of the variants.
Used to filter pruned volumes.