[][src]Macro k8s_openapi::k8s_if_le_1_12

macro_rules! k8s_if_le_1_12 {
    ($($tt:tt)*) => { ... };
}

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