K8s/Testdata: Expose testdata in standalone apiserver (#80248)

This commit is contained in:
Ryan McKinley
2024-01-10 17:45:23 +02:00
committed by GitHub
parent 42f1059bc9
commit 6be6724433
9 changed files with 93 additions and 24 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func RegisterAPIService(features featuremgmt.FeatureToggles, apiregistration gra
return nil // skip registration unless opting into experimental apis
}
builder := NewTestingAPIBuilder()
apiregistration.RegisterAPI(NewTestingAPIBuilder())
apiregistration.RegisterAPI(builder)
return builder
}