• Kubernetes Submit Queue's avatar
    Merge pull request #35810 from deads2k/client-18-decode-status · 7c391158
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    always allow decoding of status when returned from the API
    
    `unversioned.Status` should be able to come back from any API version and still be properly decoded.  This doesn't happen today by default.
    
    @smarterclayton  Our projectrequest endpoint returns a `Status` object on a 200 return from list to indicate everything went well.  This (or something like it) is needed to make the API accepted by `kubectl`.  Alternatively, we change the API to return a different (still not a `Project`) value from list, which still feels wrong.
    7c391158
Name
Last commit
Last update
..
cache Loading commit data...
chaosclient Loading commit data...
clientset_generated Loading commit data...
leaderelection Loading commit data...
listers Loading commit data...
metrics Loading commit data...
record Loading commit data...
restclient Loading commit data...
retry Loading commit data...
testdata Loading commit data...
testing Loading commit data...
transport Loading commit data...
typed Loading commit data...
unversioned Loading commit data...
OWNERS Loading commit data...