kubernetes/docs/api-reference
Kubernetes Submit Queue c2c5051adf Merge pull request #44899 from smarterclayton/burst
Automatic merge from submit-queue (batch tested with PRs 38990, 45781, 46225, 44899, 43663)

Support parallel scaling on StatefulSets

Fixes #41255

```release-note
StatefulSets now include an alpha scaling feature accessible by setting the `spec.podManagementPolicy` field to `Parallel`.  The controller will not wait for pods to be ready before adding the other pods, and will replace deleted pods as needed.  Since parallel scaling creates pods out of order, you cannot depend on predictable membership changes within your set.
```
2017-05-22 19:07:09 -07:00
..
apps/v1beta1 Support burst in stateful set scale up and down 2017-05-21 01:14:26 -04: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 more stuff. 2017-05-18 20:31:10 -07:00
certificates.k8s.io/v1beta1 generated: api changes 2017-05-18 10:07:47 -04:00
extensions/v1beta1 more stuff. 2017-05-18 20:31:10 -07:00
policy/v1beta1 generated: api changes 2017-05-18 10:07:47 -04:00
rbac.authorization.k8s.io generated: api changes 2017-05-18 10:07:47 -04:00
settings.k8s.io/v1alpha1 more stuff. 2017-05-18 20:31:10 -07:00
storage.k8s.io generated: api changes 2017-05-18 10:07:47 -04:00
v1 Generated code for local persistent volumes 2017-05-21 12:20:23 -07:00
labels-annotations-taints.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

API Reference

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

Analytics