kubernetes/pkg/controller/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
..
BUILD Support burst in stateful set scale up and down 2017-05-21 01:14:26 -04:00
OWNERS Add approvers to StatefulSet 2017-02-23 11:03:09 -08:00
stateful_pod_control_test.go Removed hostname/subdomain annotation. 2017-04-10 13:55:40 +08:00
stateful_pod_control.go stateful_pod_control.go: format the code 2017-04-28 18:16:19 +08:00
stateful_set_control_test.go StatefulSet should not launch Pod i, if a Pod in the sequence [0,i) has its 2017-04-21 08:38:21 -07:00
stateful_set_control.go Support burst in stateful set scale up and down 2017-05-21 01:14:26 -04:00
stateful_set_test.go StatefulSet should not launch Pod i, if a Pod in the sequence [0,i) has its 2017-04-21 08:38:21 -07:00
stateful_set_utils_test.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
stateful_set_utils.go Support burst in stateful set scale up and down 2017-05-21 01:14:26 -04:00
stateful_set.go Merge pull request #44487 from resouer/fix-ss-error 2017-04-21 01:55:57 -07:00