pulsar-resources-operator
pulsar-resources-operator copied to clipboard
Pulsar Resources conditions observed generation is not updated.
seems the version of k8s.io/apimachinery we're using (v0.19.2) is not updating condition's observedGeneration field, which make it inconsistent with the status.observedGeneration, it's updated in v0.20, should update when possible to fix it: https://github.com/kubernetes/kubernetes/blob/v1.20.1/staging/src/k8s.io/apimachinery/pkg/api/meta/conditions.go#L54