• Kubernetes Submit Queue's avatar
    Merge pull request #45804 from nilebox/nilebox/apiextensions-delegate-handler · 5a1ec9bf
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    kube-apiextensions-server: Fix potential SEGV with null delegate handler
    
    **What this PR does / why we need it**:
    In the kube-apiextensions-server there is a fallback value for `null` delegate to `http.NotFoundHandler()` in handling group and versions discovery, but no fallback for custom resources endpoint.
    It leads to SEGV when running with `genericapiserver.EmptyDelegate`.
    5a1ec9bf
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...