pub struct PodKubeGenerateOptions<'a> {
pub names: Vec<&'a str>,
pub no_trunc: Option<bool>,
pub podman_only: Option<bool>,
pub replicas: Option<i32>,
pub service: Option<bool>,
pub type: Option<&'a str>,
}
Fields§
§names: Vec<&'a str>
§no_trunc: Option<bool>
§podman_only: Option<bool>
§replicas: Option<i32>
§service: Option<bool>
§type: Option<&'a str>
Trait Implementations§
Source§impl<'a> Default for PodKubeGenerateOptions<'a>
impl<'a> Default for PodKubeGenerateOptions<'a>
Source§fn default() -> PodKubeGenerateOptions<'a>
fn default() -> PodKubeGenerateOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for PodKubeGenerateOptions<'a>
impl<'a> RefUnwindSafe for PodKubeGenerateOptions<'a>
impl<'a> Send for PodKubeGenerateOptions<'a>
impl<'a> Sync for PodKubeGenerateOptions<'a>
impl<'a> Unpin for PodKubeGenerateOptions<'a>
impl<'a> UnwindSafe for PodKubeGenerateOptions<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more