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

Implement support for k8s primitives such as `watch` and correct use of `ObjectMeta` fields #643

Open liamfallon opened 2 months ago

liamfallon commented 2 months ago

Original issue URL: https://github.com/kptdev/kpt/issues/3215 Original issue user: https://github.com/mortent Original issue created at: 2022-05-22T22:52:01Z Original issue last updated at: 2022-05-22T22:52:01Z Original issue body: The packageRevision and packageRevisionResources don't currently support watches and don't make sure of all the fields under ObjectMeta that is expected.

Original issue comments:

liamfallon commented 1 week ago

This would be nice to have in R4.