citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 28 forks source link

Add `.status.observedGeneration` fields to Camel K model types #403

Closed astefanutti closed 2 years ago

astefanutti commented 2 years ago

apache/camel-k#3218 adds the new .status.observedGeneration field to all the Camel K types.

Currently, some YAKS tests in Camel K fail with:

Unrecognized field "observedGeneration" (class org.citrusframework.yaks.camelk.model.KameletBindingStatus), not marked as ignorable (2 known properties: "conditions", "phase"])

The Camel K model types in YAKS should be amended with the new fields to reflect that change.