Skip to content

Deprecate worker, delete single use service

Hunter Stewart requested to merge hustewart-istio-worker into master

What does this MR do and why?

Per Remove clusters_applications_* code (#366573 - closed) we are removing code around Clusters::Applications.

This MR

  • Writes a deprecation note in ClusterConfigureIstioWorker.
  • Noops the perform method for the ClusterConfigureIstioWorker.
  • Deletes the ConfigureIstioIngressService as it is only invoked by ClusterConfigureIstioWorker but this commit removes that invocation, leaving it unused.
  • Deletes the unit specs for both of those classes.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hunter Stewart

Merge request reports