-
Notifications
You must be signed in to change notification settings - Fork 192
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
k8.ns.pvc.matchLabels gives 404 #90
Comments
silasbw
pushed a commit
that referenced
this issue
Mar 9, 2017
[1] changed BaseObject so that its properties were no longer a superset of the `options` BaseObject construtor argument (specifically removing the `name` property). That broke `.match()` and `.matchLabels()` which depended on that property. Fixes: #90 [1]:d083f93#diff-86b75ecfbd25aa771c8e9e0dff8eb00fL25
Ugh, sorry about that. #91 is a fix. We do have a test for this (https://github.com/godaddy/kubernetes-client/blob/master/test/api-group.test.js#L208), but it "just happens to still work" because of how we've implemented |
jcrugzz
pushed a commit
that referenced
this issue
Mar 9, 2017
…91) [1] changed BaseObject so that its properties were no longer a superset of the `options` BaseObject construtor argument (specifically removing the `name` property). That broke `.match()` and `.matchLabels()` which depended on that property. Fixes: #90 [1]:d083f93#diff-86b75ecfbd25aa771c8e9e0dff8eb00fL25
silasbw
pushed a commit
that referenced
this issue
Mar 9, 2017
silasbw
pushed a commit
that referenced
this issue
Mar 9, 2017
silasbw
added a commit
that referenced
this issue
Mar 9, 2017
@nick we published |
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 used to be able to call the following:
but that now gives a 'resource not found' error. I now have to call the following instead:
The text was updated successfully, but these errors were encountered: