kubernetes/pkg/controller/statefulset
Jeff Schroeder a5afdfa17f
Fix spelling of the word successfully
Auto-generated via:
    git grep -l [Ss]uccesfully  | xargs sed -ri 's/([sS])uccesfully/\1uccessfully/g'

I noticed this when running kube-scheduler with --v4 and it is annoying.
Then manually reverted changed to the vendored bits.
2017-03-22 18:33:11 -05:00
..
BUILD StatefulSet: Use ControllerRef to route watch events. 2017-03-06 09:46:03 -08:00
OWNERS Add approvers to StatefulSet 2017-02-23 11:03:09 -08:00
stateful_pod_control_test.go controller: statefulsets respect observed generation 2017-03-02 19:43:06 +01:00
stateful_pod_control.go controller: statefulsets respect observed generation 2017-03-02 19:43:06 +01:00
stateful_set_control_test.go GC: Fix re-adoption race when orphaning dependents. 2017-03-17 15:39:26 -07:00
stateful_set_control.go StatefulSet: Use ControllerRefManager to adopt/orphan. 2017-03-06 09:46:03 -08:00
stateful_set_test.go GC: Fix re-adoption race when orphaning dependents. 2017-03-17 15:39:26 -07:00
stateful_set_utils_test.go StatefulSet: Add ControllerRef on all created Pods. 2017-03-06 09:46:03 -08:00
stateful_set_utils.go StatefulSet: Always set BlockOwnerDeletion in ControllerRef. 2017-03-06 09:46:03 -08:00
stateful_set.go Fix spelling of the word successfully 2017-03-22 18:33:11 -05:00