mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-09 22:05:16 -05:00
* rolling.go (has all the logic for rolling deployments) * recreate.go (has all the logic for recreate deployments) * sync.go (has all the logic for getting and scaling replica sets) * rollback.go (has all the logic for rolling back a deployment) * util.go (contains all the utilities used throughout the controller) Leave back at deployment_controller.go all the necessary bits for creating, setting up, and running the controller loop. Also add package documentation. |
||
|---|---|---|
| .. | ||
| deployment_controller.go | ||
| deployment_controller_test.go | ||
| recreate.go | ||
| rollback.go | ||
| rolling.go | ||
| rolling_test.go | ||
| sync.go | ||
| sync_test.go | ||
| util.go | ||