k8s_if_le_1_34

Macro k8s_if_le_1_34 

Source
macro_rules! k8s_if_le_1_34 {
    ($($tt:tt)*) => { ... };
}
Expand description

This macro evaluates to its contents if the v1_34 or lower feature is enabled, otherwise it evaluates to nothing.