[][src]Macro k8s_openapi::k8s_if_ge_1_9

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

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