Trait TolerationExt

Source
pub trait TolerationExt {
    // Required methods
    fn no_schedule(key: impl ToString) -> TolerationBuilder;
    fn prefer_no_schedule(key: impl ToString) -> TolerationBuilder;
    fn no_execute(key: impl ToString) -> TolerationBuilder;
    fn toleration_seconds(self, toleration_seconds: i64) -> Self;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§