Commit f38075d
authored
fix: deduplicate OpenAPI definitions for GVKParser (argoproj#587)
* fix: deduplicate OpenAPI definitions for GVKParser
Signed-off-by: Michael Crenshaw <[email protected]>
* do the thing that was the whole point
Signed-off-by: Michael Crenshaw <[email protected]>
* more logs
Signed-off-by: Michael Crenshaw <[email protected]>
* don't uniquify models
Signed-off-by: Michael Crenshaw <[email protected]>
* schema for both
Signed-off-by: Michael Crenshaw <[email protected]>
* more logs
Signed-off-by: Michael Crenshaw <[email protected]>
* fix logic
Signed-off-by: Michael Crenshaw <[email protected]>
* better tainted gvk handling, better docs, update mocks
Signed-off-by: Michael Crenshaw <[email protected]>
* add a test
Signed-off-by: Michael Crenshaw <[email protected]>
* improvements from comments
Signed-off-by: Michael Crenshaw <[email protected]>
---------
Signed-off-by: Michael Crenshaw <[email protected]>1 parent 4386ff4 commit f38075d
File tree
6 files changed
+832
-33
lines changed- pkg
- cache
- mocks
- utils/kube
- testdata
6 files changed
+832
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
| 710 | + | |
715 | 711 | | |
716 | 712 | | |
717 | 713 | | |
| |||
821 | 817 | | |
822 | 818 | | |
823 | 819 | | |
824 | | - | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
| 820 | + | |
829 | 821 | | |
830 | 822 | | |
831 | 823 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 121 | | |
136 | 122 | | |
137 | 123 | | |
| |||
148 | 134 | | |
149 | 135 | | |
150 | 136 | | |
151 | | - | |
| 137 | + | |
152 | 138 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
| 139 | + | |
157 | 140 | | |
158 | 141 | | |
159 | 142 | | |
160 | 143 | | |
161 | | - | |
| 144 | + | |
162 | 145 | | |
163 | 146 | | |
164 | 147 | | |
| |||
167 | 150 | | |
168 | 151 | | |
169 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
170 | 158 | | |
171 | 159 | | |
172 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
61 | 110 | | |
0 commit comments