appsody / appsody-operator

An Operator for deploying Appsody based applications to Kubernetes. This repo will be archived soon.
Apache License 2.0
18 stars 15 forks source link

Refactor to use the common library from Runtime Component Operator #235

Closed leochr closed 4 years ago

leochr commented 4 years ago

The Runtime Component Operator v0.4.0 has the base/common library. Refactor Appsody Operator to use that. It'll be similar to how Open Liberty Operator used Appsody Operator.

Note that the BaseApplication was renamed to BaseComponent.