You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vardeprecatedVersionRegexp=regexp.MustCompile(`((v1alpha1api|v1beta)\d{8}(preview)?(storage)?|v1beta1)`) // handcrafted (non-ARM) resources have v1beta1 version
268
-
269
-
// deprecatedVersionsMap is a map of crd name to a collection of deprecated versions
vardeprecatedVersionRegexp=regexp.MustCompile(`((v1alpha1api|v1beta)\d{8}(preview)?(storage)?|v1beta1)`) // handcrafted (non-ARM) resources have v1beta1 version
15
+
16
+
// deprecatedVersionsMap is a map of crd name to a collection of deprecated versions
0 commit comments