Macro openshift_openapi::openshift_if_4_2[][src]

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

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

Examples

openshift_if_4_2! {
    use openshift_openapi::api::build::v1 as api;
}