Skip to content

"admission" feature not available? #514

Answered by nightkr
kelko asked this question in Q&A
Discussion options

You must be logged in to vote

In the meantime, you can use a git dependency by replacing your kube-rs dependencies with:

kube = { git = "https://github.com/clux/kube-rs.git", features = ["admission", "derive"] }
kube-runtime = { git = "https://github.com/clux/kube-rs.git" }

You generally don't need a separate dependency on kube-derive, as long as kube's derive feature is enabled.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kelko
Comment options

@clux
Comment options

clux May 15, 2021
Maintainer

Answer selected by kelko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #513 on May 14, 2021 15:28.