knative / serving-operator

DEPRECATED: Development continues in https://github.com/knative/operator/
Apache License 2.0
39 stars 45 forks source link

KnativeServing reconciler should use +genreconciler #335

Closed trshafer closed 4 years ago

trshafer commented 4 years ago

+genreconciler was added to pkg (https://github.com/knative/pkg/issues/1098) and is now used in knative/serving reconcilers. https://github.com/knative/serving-operator/blob/master/pkg/reconciler/knativeserving/knativeserving_controller.go should use the generated knativeserving reconciler.

trshafer commented 4 years ago

/assign trshafer