-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I use getObjectStream
with a CRD?
#517
Comments
2 tasks
silasbw
added a commit
that referenced
this issue
Jul 23, 2019
silasbw
added a commit
that referenced
this issue
Jul 23, 2019
silasbw
added a commit
that referenced
this issue
Jul 23, 2019
included fix in |
2 tasks
i still have this, even in version 9 (for CRD)
Property 'getObjectStream' does not exist on type 'ApiV1WatchEvents'.ts(2339) |
kdamedhaar
added a commit
to kdamedhaar/k8-client
that referenced
this issue
Dec 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've followed the documentation to move from the deprecated
getStream
togetObjectStream
. For example, the following works fine:But I cannot use
getObjectStream
with a CRD.I am getting the deprecation warning below, so I assume
getObjectStream
should be used. Could you please point me to an example of how to do this?I checked the documentation, using-crds.js and watch.js do not provide examples for this scenario.
The text was updated successfully, but these errors were encountered: