Yue Wang

Results 4 issues of Yue Wang

- Allow multiple revisions of one component in the appConfig. #110 Change: set workload instance name as specified revisionName, if revisionName is provided. - Fix #170 - Add e2e-test for...

fix issue #49 change: wrap the error of util.PatchCondition into error being returned Signed-off-by: roy wang

https://github.com/crossplane/addon-oam-kubernetes-local/blob/ed2006d2fe040237d332e8af94878421000fb055/pkg/controller/core/traits/manualscalertrait/manualscalertrait_controller.go#L141 If there's error returned from client.Get, it will not be returned because of `errors.Wrap` in until.PatchCondition. `fetchWorkload` may always return nil error. Then downstream check for `err != nil`...

### What problem are you facing? It's expected to allow ApplyOption works before creating as already mentioned in [this comment](https://github.com/crossplane/crossplane-runtime/blob/479dbc8a456086622ce1afab66aad11ba6c8f78d/pkg/resource/api.go#L138), That would make the Applicator operation more flexible. ### How...

enhancement
wontfix
stale