Skip to content

Commit

Permalink
flowcontrol only became stable in 1_29
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Oct 19, 2024
1 parent 3cce769 commit 6e1dfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-core/src/k8s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ pub use k8s_openapi::{
};

// Names with version gates
k8s_openapi::k8s_if_ge_1_26! {
k8s_openapi::k8s_if_ge_1_29! {
pub use k8s_openapi::api::flowcontrol::v1 as flowcontrolv1;
}

0 comments on commit 6e1dfb4

Please sign in to comment.