K8s/Playlist: Refactor apis packages so the types and registry are in different packages (#77586)

This commit is contained in:
Ryan McKinley
2023-11-03 08:07:55 -07:00
committed by GitHub
parent 72ed6434ca
commit dd654fdc87
19 changed files with 91 additions and 517 deletions

View File

@@ -307,7 +307,7 @@ func (s *service) start(ctx context.Context) error {
if err != nil {
return err
}
if g == nil {
if g == nil || len(g.PrioritizedVersions) < 1 {
continue
}
err = server.InstallAPIGroup(g)