You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2022. It is now read-only.
Problem
The function named deleteObsoleteResources can delete the resources by verifying if the the value matches the operand's version for the label eventing.knative.dev/release.
Instead of deleting the obsolete resource on a release basis. Let's make it more general and intelligent.
Exit Criteria
Tests can be added to confirm that the resources have the label eventing.knative.dev/release, and the value matches the current operand version.
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.
Problem
The function named
deleteObsoleteResourcescan delete the resources by verifying if the the value matches the operand's version for the labeleventing.knative.dev/release.Instead of deleting the obsolete resource on a release basis. Let's make it more general and intelligent.
Persona:
This is for regular users of operator.
Exit Criteria
Tests can be added to confirm that the resources have the label
eventing.knative.dev/release, and the value matches the current operand version.Time Estimate (optional):
How many developer-days do you think this may take to resolve?
Additional context (optional)
Add any other context about the feature request here.