Unverified Commit 473400e4 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[router] upgrade kube version to latest (#9018)

parent dd665f96
......@@ -30,8 +30,8 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "chron
tracing-log = "0.2"
tracing-appender = "0.2.3"
chrono = "0.4"
kube = { version = "0.88.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.21.0", features = ["v1_29"] }
kube = { version = "1.1.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.25.0", features = ["v1_33"] }
metrics = "0.24.2"
metrics-exporter-prometheus = "0.17.0"
uuid = { version = "1.10", features = ["v4", "serde"] }
......
......@@ -530,6 +530,7 @@ mod tests {
last_transition_time: None,
message: None,
reason: None,
observed_generation: None,
};
pod_status.conditions = Some(vec![condition]);
}
......@@ -567,6 +568,7 @@ mod tests {
last_transition_time: None,
message: None,
reason: None,
observed_generation: None,
}]),
..Default::default()
}),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment