Macro k8s_openapi::k8s_if_le_1_16[][src]

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

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