podman-client 0.0.2

A native Rust client for the Podman REST API over Unix sockets
Documentation
1
2
3
4
5
6
7
8
use crate::models::podman::pods::kube_play::PodKubePlay;

#[derive(Default)]
pub struct PodKubePlayRemoveOptions {
    pub force: Option<bool>,
}

pub type PodKubePlayRemove = PodKubePlay;