mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 14:38:46 +00:00
Automatic merge from submit-queue unify available api group versions in our scripts There are currently many parallel lists of available group versions with slightly different syntaxes in each one. This collapses them into a single list for us to maintain. Also caught spots where the lists didn't match before. @sttts @ncdc