-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Issue with TPRs and ugorji? #190
Comments
I think this is still a problem at least in the I came to #8 due to this problem with watching TPRs kubernetes/kubernetes#26003. I tried to apply the workaround in one of our TPRs with this change but still getting decode errors with our delete watches. e.g.
Adding a watch to the TPR example would be really helpful. Update: I'd missed that master now has a controller example 👍 |
@ahmetb I think this issue can probably be closed now. TPR is now deprecated and CustomResourceDefinition (CRD) is the successor. The examples for CRDs do not have the comment: https://github.com/kubernetes/apiextensions-apiserver/blob/master/examples/client-go/apis/cr/v1/types.go. Also, the comment is no longer present in the deprecated-TPR example: https://github.com/kubernetes/client-go/blob/master/examples/third-party-resources-deprecated/apis/tpr/v1/types.go |
I came across this in examples/third-party-resources/types.go
Is this still valid (I see last update to this hunk was 6 months ago) What's the ugorji issue? (I assume this is https://github.com/ugorji/go/tree/master/codec package. I don't see any relevant open issues there).
The text was updated successfully, but these errors were encountered: