Struct containerd_shim::Config
source · pub struct Config {
pub no_setup_logger: bool,
pub no_reaper: bool,
pub no_sub_reaper: bool,
}
Expand description
Config of shim binary options provided by shim implementations
Fields§
§no_setup_logger: bool
Disables automatic configuration of logrus to use the shim FIFO
no_reaper: bool
Disables the shim binary from reaping any child process implicitly
no_sub_reaper: bool
Disables setting the shim as a child subreaper.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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