crossplane / provider-template

A template for building @crossplane providers.
https://crossplane.io
Apache License 2.0
135 stars 74 forks source link

Add desired state changed event filter to the controller #71

Closed turkenh closed 1 year ago

turkenh commented 1 year ago

Description of your changes

This PR adds desired state changed event filter to the example controller, which is introduced to crossplane runtime with this PR.

I have:

How has this code been tested

See https://github.com/crossplane/crossplane-runtime/pull/372