• Kubernetes Submit Queue's avatar
    Merge pull request #44861 from sttts/sttts-dynamic-client-listoptions-fallback · 6288c4e9
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    apimachinery: NotRegisteredErr for known kinds not registered in target GV
    
    Fixes the fall back to core v1 for *Options in the parameter encoder of the dynamic client.
    
    The dynamic client uses NotRegisteredErr to fall back to core v1 if ListOptions is not known
    in the given GV. This commit fixes the case that ListOptions is known in some group, but not
    in the given one.
    6288c4e9
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
copy.sh Loading commit data...
godeps-json-updater.go Loading commit data...
prime-apimachinery.sh Loading commit data...