Skip to content

Commit

Permalink
refactor to move more processing to the API (#1082)
Browse files Browse the repository at this point in the history
* refactor to move more processing to the template

Signed-off-by: Jordan Keister <[email protected]>

* better diagnostics on custom exec error

Signed-off-by: Jordan Keister <[email protected]>

* Remove obsolete fields

Signed-off-by: Catherine Chan-Tse <[email protected]>
Signed-off-by: Jordan Keister <[email protected]>

* caching wip

Signed-off-by: Jordan Keister <[email protected]>

* refactor a bit and update unit tests (openshift#2)

* refactor a bit and update unit tests

Signed-off-by: Bryce Palmer <[email protected]>

* add more utests and minor tweaks

Signed-off-by: Bryce Palmer <[email protected]>

---------

Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Jordan Keister <[email protected]>

* whitespace sanity hell

Signed-off-by: Jordan Keister <[email protected]>

* drop STDERR for nominal case

Signed-off-by: Jordan Keister <[email protected]>

---------

Signed-off-by: Jordan Keister <[email protected]>
Signed-off-by: Catherine Chan-Tse <[email protected]>
Signed-off-by: Bryce Palmer <[email protected]>
Co-authored-by: Catherine Chan-Tse <[email protected]>
Co-authored-by: Bryce Palmer <[email protected]>
Upstream-repository: operator-registry
Upstream-commit: 00a4cce4847d75f71bbcb574e0e7ac364fd9f546
  • Loading branch information
3 people committed Jul 3, 2023
1 parent 0216357 commit c9e511a
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 319 deletions.
4 changes: 2 additions & 2 deletions pkg/manifests/csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: packageserver
namespace: openshift-operator-lifecycle-manager
labels:
olm.version: 0.0.0-188a48467313f83c58b147aa28172a49195ccaa0
olm.version: 0.0.0-fc2adb65ecb7ddd1802a6d1ab5f412f3744bd86a
olm.clusteroperator.name: operator-lifecycle-manager-packageserver
annotations:
include.release.openshift.io/self-managed-high-availability: "true"
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- packageserver
topologyKey: "kubernetes.io/hostname"
maturity: alpha
version: 0.0.0-188a48467313f83c58b147aa28172a49195ccaa0
version: 0.0.0-fc2adb65ecb7ddd1802a6d1ab5f412f3744bd86a
apiservicedefinitions:
owned:
- group: packages.operators.coreos.com
Expand Down
Loading

0 comments on commit c9e511a

Please sign in to comment.