Skip to content

Commit

Permalink
Exclude k8s-openapi feature from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko committed Jul 7, 2024
1 parent 1cc3d57 commit 41eb06f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
K8S_OPENAPI_ENABLED_VERSION = "1.26"
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ exclude = [
"Cargo.lock",
"target/**",
".gitignore",
".cargo/**",
]

[dependencies]
k8s-openapi = { version = "0.22.0", features = ["v1_26"] }
k8s-openapi = { version = "0.22.0" }
kube = { version = "0.92.1", default-features = false, features = ["client"] }
rand = { version = "0.8.5" }
thiserror = "1.0.61"
Expand Down

0 comments on commit 41eb06f

Please sign in to comment.