Commit dbae7e1
Make labels and annotations in the Kptfile accessible via the PackageRevision object (kptdev#375)
* Introduce packageMetadata field to PackageRevision
* Add .status.selfLock field to api packagerevision
* Implement packageMetadata updates
* remove sorting of slices in SetConditions, fix rebase, fix tests
* PackageRevision field selectors for Kptfile labels
* add missing PackageMetadata return to db cache, add basens/v4 with labels and annotations, fix .env read for make
* fix cli e2e
* fix cli e2e even more
* resolve bundle conflict
* update bundle + adapt to merged e2e tests
* fix bad cli e2e merge
---------
Co-authored-by: jkosimov <javlonbek.kosimov@nokia.com>1 parent 158ddc0 commit dbae7e1
41 files changed
Lines changed: 1672 additions & 412 deletions
File tree
- api
- generated/openapi
- porch
- v1alpha1
- controllers/packagevariants/pkg/controllers/packagevariant
- make
- pkg
- apiserver
- cache
- dbcache
- sync
- types
- cli/commands/rpkg
- clone
- upgrade
- externalrepo
- git
- oci
- types
- registry/porch
- repository
- task
- scripts
- test
- e2e
- api
- cli/testdata/rpkg-get
- pkgs/test-pkgs
- third_party/kptdev/krm-functions-sdk/go/fn
- internal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
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 | + | |
121 | 128 | | |
122 | 129 | | |
123 | 130 | | |
| |||
135 | 142 | | |
136 | 143 | | |
137 | 144 | | |
138 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
139 | 149 | | |
140 | 150 | | |
141 | 151 | | |
| |||
311 | 321 | | |
312 | 322 | | |
313 | 323 | | |
314 | | - | |
| 324 | + | |
315 | 325 | | |
316 | 326 | | |
317 | 327 | | |
318 | 328 | | |
319 | 329 | | |
320 | | - | |
321 | | - | |
| 330 | + | |
| 331 | + | |
322 | 332 | | |
323 | 333 | | |
324 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| |||
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
139 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
140 | 150 | | |
141 | 151 | | |
142 | 152 | | |
| |||
312 | 322 | | |
313 | 323 | | |
314 | 324 | | |
315 | | - | |
| 325 | + | |
316 | 326 | | |
317 | 327 | | |
318 | 328 | | |
319 | 329 | | |
320 | 330 | | |
321 | | - | |
322 | | - | |
| 331 | + | |
| 332 | + | |
323 | 333 | | |
324 | 334 | | |
325 | 335 | | |
| |||
0 commit comments