Skip to content

Decouple controller-runtime from the Runtime Watcher #130

@ruanxin

Description

@ruanxin

Description

Runtime Watcher introduced a controller-runtime as a dependency, which can be avoided. It is not needed in the Runtime Watcher as it's way too "heavy" for the use case.

Reasons

We want to reduce maintenance efforts to keep the compatibility between the KLM and Runtime Watcher with controller-runtime in mind.

Acceptance Criteria

  • Remove all controller-runtime dependencies in Runtime Watcher and listener pkg
  • Replace the functionality of controller-runtime by introducing the custom code
  • Verify functionality on landscapes

Metadata

Metadata

Assignees

Labels

area/qualityRelated to all activites around qualitykind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions