-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
define a CustomResourceExt in kube for kube-derive #497
Comments
Sorry for the late reply. I only have a single use-case in mind but I'm sure there are more. |
clux
added
good first issue
Good for newcomers
help wanted
Not immediately prioritised, please help!
labels
May 4, 2021
clux
removed
good first issue
Good for newcomers
help wanted
Not immediately prioritised, please help!
labels
Jun 6, 2021
clux
added a commit
that referenced
this issue
Jun 6, 2021
clux
added a commit
that referenced
this issue
Jun 8, 2021
clux
added a commit
that referenced
this issue
Jun 8, 2021
* add a versioned CustomResourceExt trait - fixes #497 * less import lines * simplify cargo release flags via crate-ci/cargo-release#253 * new clippy lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For methods like
::crd
and::api_resource
(see #495). Came up on discord last week, and it'll be useful to keep some guarantee on the generated code.kube_core/src/crd.rs
- probably fine to only target apiextensions v1impl CustomResourceExt
inkube-derive
cc @lfrancke.
The text was updated successfully, but these errors were encountered: