Commit b262bde
feat(stackable-versioned): Add K8s specific features (#857)
* chore: Add changelog entry
* chore: Update PR link in changelog
* chore: Fix markdownlint error
* feat: Add support for CustomResource derive
* chore: Move CRD test case to run via trybuild
* chore(ci): Add cargo-udeps ignore
* fix(docs): Repair doc comment reference
* chore: Apply suggestions
Co-authored-by: Nick <[email protected]>
* fix(docs): Use struct@ to fix rustdoc errors
* chore: Bump syn to 2.0.77
* test: Move K8s specific tests into own folder
* test: Adjust test modules, add negative K8s specific test
* chore: Add comment to cargo-udeps ignore items
* Update crates/stackable-versioned-macros/Cargo.toml
Co-authored-by: Nick <[email protected]>
* chore: Remove trailing whitespace
---------
Co-authored-by: Nick <[email protected]>1 parent 04f3b11 commit b262bde
File tree
28 files changed
+505
-191
lines changed- crates
- stackable-versioned-macros
- src
- attrs/common
- codegen
- common
- venum
- vstruct
- tests
- default
- fail
- pass
- k8s
- fail
- pass
- stackable-versioned
28 files changed
+505
-191
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
9 | 16 | | |
10 | 17 | | |
11 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
12 | 23 | | |
13 | 24 | | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
17 | 28 | | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
25 | 42 | | |
0 commit comments