feat: implements Storage Version Migration API in-tree
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
This commit is contained in:
@@ -304,6 +304,7 @@ var apiVersionPriorities = map[schema.GroupVersion]priority{
|
||||
{Group: "flowcontrol.apiserver.k8s.io", Version: "v1alpha1"}: {group: 16100, version: 9},
|
||||
{Group: "internal.apiserver.k8s.io", Version: "v1alpha1"}: {group: 16000, version: 9},
|
||||
{Group: "resource.k8s.io", Version: "v1alpha2"}: {group: 15900, version: 9},
|
||||
{Group: "storagemigration.k8s.io", Version: "v1alpha1"}: {group: 15800, version: 9},
|
||||
// Append a new group to the end of the list if unsure.
|
||||
// You can use min(existing group)-100 as the initial value for a group.
|
||||
// Version can be set to 9 (to have space around) for a new group.
|
||||
|
||||
Reference in New Issue
Block a user