Replies: 1 comment 2 replies
-
Yeah, don't think the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to write "general-purpose" watcher - I provide a configuration yaml which creates API objects:
Thing is - I'm actually interested down the road in the
kind
property of the object to be able to preceive which object/gvk I'm dealing with - and it's not always present.iiuc - I narrowed the issue down to the difference between
list
- which does not add these properties to the object, and happens as the first stage in the state machine, vs.watch
which does, but I wasn't able to confirm this through code.So I wonder if this is the expected behaviour by design, a bug, or just a nuance that wasn't noticed till now and can be patched / fixed.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions