We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9527c4c commit 104985cCopy full SHA for 104985c
Cargo.toml
@@ -23,7 +23,7 @@ indoc = "2.0.5"
23
inventory = "0.3.19"
24
json-patch = "4.0.0"
25
k8s-openapi = { version = "0.25.0", features = ["schemars", "v1_30"] }
26
-kube = { version = "1.0.0", features = ["runtime", "derive"] }
+kube = { version = "2.0.0", features = ["runtime", "derive"] }
27
log = "0.4.27"
28
maplit = "1.0.2"
29
pyo3-async-runtimes = { version = "0.26.0", features = ["tokio-runtime"] }
0 commit comments