k3s/api
Kubernetes Submit Queue 66a1d07ef4 Merge pull request #46407 from liggitt/namespace-delete-collection
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.
```
2017-05-28 13:16:54 -07:00
..
openapi-spec Merge pull request #46407 from liggitt/namespace-delete-collection 2017-05-28 13:16:54 -07:00
swagger-spec Merge pull request #46407 from liggitt/namespace-delete-collection 2017-05-28 13:16:54 -07:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
OWNERS Add OWNERS for staging and api 2017-04-19 15:58:09 -04:00