mirror of https://github.com/k3s-io/k3s
![]() Although Deployment already applied its ControllerRef to adopt matching ReplicaSets, it actually still used label selectors to list objects that it controls. That meant it didn't actually follow the rules of ControllerRef, so it could still fight with other controller types. This should mean that the special handling for overlapping Deployments is no longer necessary, since each Deployment will only see objects that it owns (via ControllerRef). |
||
---|---|---|
.. | ||
util | ||
BUILD | ||
OWNERS | ||
deployment_controller.go | ||
deployment_controller_test.go | ||
progress.go | ||
progress_test.go | ||
recreate.go | ||
recreate_test.go | ||
rollback.go | ||
rolling.go | ||
rolling_test.go | ||
sync.go | ||
sync_test.go |