mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-01 16:22:24 +00:00
Automatic merge from submit-queue Enables the v1beta2 version of the apps API group by default **What this PR does / why we need it**: Enables the v1beta2 version of the apps API group by default fixes # #50641 ```release-note apps/v1beta2 is enabled by default. DaemonSet, Deployment, ReplicaSet, and StatefulSet have been moved to this group version. ```