mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue (batch tested with PRs 46429, 46308, 46395, 45867, 45492) Controller history **What this PR does / why we need it**: Implements the ControllerRevision API object and clientset to allow for the implementation of StatefulSet update and DaemonSet history ```release-note ControllerRevision type added for StatefulSet and DaemonSet history. ```