@@ -88,7 +88,7 @@ func TestSyncSimpleObject(t *testing.T) {
8888 }
8989
9090 // start the agent in the background to update the APIExport with the CronTabs API
91- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
91+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
9292
9393 // wait until the API is available
9494 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -181,7 +181,7 @@ func TestSyncSimpleObjectOldNaming(t *testing.T) {
181181 }
182182
183183 // start the agent in the background to update the APIExport with the CronTabs API
184- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
184+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
185185
186186 // wait until the API is available
187187 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -268,7 +268,7 @@ func TestSyncWithDefaultNamingRules(t *testing.T) {
268268 }
269269
270270 // start the agent in the background to update the APIExport with the CronTabs API
271- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
271+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
272272
273273 // wait until the API is available
274274 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -371,7 +371,7 @@ func TestLocalChangesAreKept(t *testing.T) {
371371 }
372372
373373 // start the agent in the background to update the APIExport with the CronTabs API
374- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
374+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
375375
376376 // wait until the API is available
377377 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -568,7 +568,7 @@ func TestResourceFilter(t *testing.T) {
568568 }
569569
570570 // start the agent in the background to update the APIExport with the CronTabs API
571- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
571+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
572572
573573 // wait until the API is available
574574 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -685,7 +685,7 @@ func TestSyncingOverlyLongNames(t *testing.T) {
685685 }
686686
687687 // start the agent in the background to update the APIExport with the CronTabs API
688- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
688+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
689689
690690 // wait until the API is available
691691 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -787,7 +787,7 @@ func TestSyncWithWorkspacePath(t *testing.T) {
787787 }
788788
789789 // start the agent in the background to update the APIExport with the CronTabs API
790- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
790+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
791791
792792 // wait until the API is available
793793 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
@@ -912,7 +912,7 @@ func TestSyncMultiResources(t *testing.T) {
912912 }
913913
914914 // start the agent in the background to update the APIExport with the CronTabs API
915- utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName )
915+ utils .RunAgent (ctx , t , "bob" , orgKubconfig , envtestKubeconfig , apiExportName , "" )
916916
917917 // wait until the API is available
918918 kcpClusterClient := utils .GetKcpAdminClusterClient (t )
0 commit comments