k3s/docs/api-reference
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
..
admissionregistration.k8s.io/v1alpha1 generated 2017-05-26 00:14:11 -07:00
apps/v1beta1 Implements ControllerRevision API Object without codec and code 2017-05-25 11:38:57 -07:00
authentication.k8s.io generated: api changes 2017-05-18 10:07:47 -04:00
authorization.k8s.io generated: api changes 2017-05-18 10:07:47 -04:00
autoscaling generated: api changes 2017-05-18 10:07:47 -04:00
batch Open API and swagger spec changes 2017-05-22 19:45:02 -07:00
certificates.k8s.io/v1beta1 generated: api changes 2017-05-18 10:07:47 -04:00
extensions/v1beta1 Regenerate files 2017-05-28 10:11:02 -04:00
networking.k8s.io/v1 Regenerate files 2017-05-28 10:11:02 -04:00
policy/v1beta1 PDB MaxUnavailable: Generated 2017-05-23 07:42:24 -07:00
rbac.authorization.k8s.io generated: api changes 2017-05-18 10:07:47 -04:00
settings.k8s.io/v1alpha1 Open API and swagger spec changes 2017-05-22 19:45:02 -07:00
storage.k8s.io generated: api changes 2017-05-18 10:07:47 -04:00
v1 Generated changes 2017-05-25 00:17:08 -04:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
labels-annotations-taints.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

README.md

API Reference

Use the following reference docs to understand the kubernetes REST API for various API group versions:

Analytics