• Kubernetes Submit Queue's avatar
    Merge pull request #46407 from liggitt/namespace-delete-collection · 66a1d07e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46407, 46457)
    
    Remove deletecollection support from namespace object
    
    Namespace storage accidentally picked up deletecollection support from embedding the generic store. If invoked, it skips the custom namespace `Delete()` storage method that enforces finalization, and skips the namespace lifecycle admission plugin that protects immortal namespaces from deletion.
    
    Given the data integrity implications of skipping namespace finalization, I'd backport this as far as we're releasing patch releases.
    
    ```release-note
    The namespace API object no longer supports the deletecollection operation.
    ```
    66a1d07e
Name
Last commit
Last update
..
admin Loading commit data...
api-reference Loading commit data...
design Loading commit data...
devel Loading commit data...
getting-started-guides Loading commit data...
images Loading commit data...
man/man1 Loading commit data...
proposals Loading commit data...
user-guide Loading commit data...
yaml/kubectl Loading commit data...
.generated_docs Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
api.md Loading commit data...
reporting-security-issues.md Loading commit data...