Macro k8s_openapi::k8s_if_ge_1_28

source ·
macro_rules! k8s_if_ge_1_28 {
    ($($tt:tt)*) => { ... };
}
Expand description

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