kubernetes/pkg/registry/apps/statefulset
Clayton Coleman 2861ae5eb9
Support burst in stateful set scale up and down
The alpha field podManagementPolicy defines how pods are created,
deleted, and replaced. The new `Parallel` policy will replace pods
as fast as possible, not waiting for the pod to be `Ready` or providing
an order. This allows for advanced clustered software to take advantage
of rapid changes in scale.
2017-05-21 01:14:26 -04:00
..
storage Support burst in stateful set scale up and down 2017-05-21 01:14:26 -04:00
BUILD Clean up petset 2017-05-06 11:24:34 +08:00
doc.go Clean up petset 2017-05-06 11:24:34 +08:00
strategy_test.go Support burst in stateful set scale up and down 2017-05-21 01:14:26 -04:00
strategy.go Clean up petset 2017-05-06 11:24:34 +08:00