[−][src]Macro k8s_openapi::k8s_if_1_17
This macro evaluates to its contents if the v1_17
feature is enabled, otherwise it evaluates to nothing.
Examples
k8s_if_1_17! { use k8s_openapi::api::core::v1 as api; }
This macro evaluates to its contents if the v1_17
feature is enabled, otherwise it evaluates to nothing.
k8s_if_1_17! { use k8s_openapi::api::core::v1 as api; }