nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
93 stars 52 forks source link

Updates to the content of a PackageRevision should lead to a MODIFIED watch event #700

Open liamfallon opened 3 months ago

liamfallon commented 3 months ago

Original issue URL: https://github.com/kptdev/kpt/issues/3674 Original issue user: https://github.com/mortent Original issue created at: 2022-11-24T19:43:02Z Original issue last updated at: 2023-01-26T04:38:47Z Original issue body: ### Expected behavior Every time the content of a PackageRevision is updated, we should send a MODIFIED watch event for the PackageRevision

Actual behavior

Currently we don't send an event for this.

Original issue comments: