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
@@ -165,7 +165,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding, taint clus
165
165
})
166
166
})
167
167
168
-
var_=Describe("ClusterResourcePlacement eviction of bound binding, no taint specified, evicted cluster is picked again by scheduler - No PDB specified", Ordered, func() {
168
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding, no taint specified, evicted cluster is picked again by scheduler - No PDB specified", Ordered, func() {
@@ -218,7 +218,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding, no taint s
218
218
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
219
219
})
220
220
221
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MaxUnavailable set as Integer, eviction denied due to misconfigured PDB", Ordered, func() {
221
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MaxUnavailable set as Integer, eviction denied due to misconfigured PDB", Ordered, func() {
@@ -287,7 +290,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickAll C
287
290
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
288
291
})
289
292
290
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MaxUnavailable set as Percentage, eviction denied due to misconfigured PDB", Ordered, func() {
293
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MaxUnavailable set as Percentage, eviction denied due to misconfigured PDB", Ordered, func() {
@@ -356,7 +362,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickAll C
356
362
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
357
363
})
358
364
359
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MinAvailable set as Percentage, eviction denied due to misconfigured PDB", Ordered, func() {
365
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MinAvailable set as Percentage, eviction denied due to misconfigured PDB", Ordered, func() {
@@ -425,7 +434,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickAll C
425
434
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
426
435
})
427
436
428
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MinAvailable specified as Integer to protect resources on all clusters, eviction denied", Ordered, func() {
437
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MinAvailable specified as Integer to protect resources on all clusters, eviction denied", Ordered, func() {
@@ -494,7 +506,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickAll C
494
506
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
495
507
})
496
508
497
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MinAvailable specified as Integer to protect resources in all but one cluster, eviction allowed", Ordered, Serial, func() {
509
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickAll CRP, PDB with MinAvailable specified as Integer to protect resources in all but one cluster, eviction allowed", Ordered, Serial, func() {
@@ -586,7 +601,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickAll C
586
601
})
587
602
})
588
603
589
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as Integer to protect resources on all clusters, eviction denied", Ordered, func() {
604
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as Integer to protect resources on all clusters, eviction denied", Ordered, func() {
@@ -670,7 +688,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
670
688
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
671
689
})
672
690
673
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as Integer to protect resources all clusters but one cluster, eviction allowed", Ordered, Serial, func() {
691
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as Integer to protect resources all clusters but one cluster, eviction allowed", Ordered, Serial, func() {
@@ -777,7 +798,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
777
798
})
778
799
})
779
800
780
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as percentage to protect all clusters but one, eviction allowed", Ordered, Serial, func() {
801
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as percentage to protect all clusters but one, eviction allowed", Ordered, Serial, func() {
@@ -884,7 +908,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
884
908
})
885
909
})
886
910
887
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as percentage to protect resources on all clusters, eviction denied", Ordered, func() {
911
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MaxUnavailable specified as percentage to protect resources on all clusters, eviction denied", Ordered, func() {
@@ -976,7 +1003,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
976
1003
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
977
1004
})
978
1005
979
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as Integer to protect resources on all clusters, eviction denied", Ordered, func() {
1006
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as Integer to protect resources on all clusters, eviction denied", Ordered, func() {
@@ -1060,7 +1090,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
1060
1090
It("should still place resources on the all available member clusters", checkIfPlacedWorkResourcesOnAllMemberClusters)
1061
1091
})
1062
1092
1063
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as Integer to protect resources all clusters but one cluster, eviction allowed", Ordered, Serial, func() {
1093
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as Integer to protect resources all clusters but one cluster, eviction allowed", Ordered, Serial, func() {
@@ -1167,7 +1200,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
1167
1200
})
1168
1201
})
1169
1202
1170
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as percentage to protect all clusters but one, eviction allowed", Ordered, Serial, func() {
1203
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as percentage to protect all clusters but one, eviction allowed", Ordered, Serial, func() {
@@ -1274,7 +1310,7 @@ var _ = Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP
1274
1310
})
1275
1311
})
1276
1312
1277
-
var_=Describe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as percentage to protect resources on all clusters, eviction denied", Ordered, func() {
1313
+
var_=FDescribe("ClusterResourcePlacement eviction of bound binding - PickN CRP, PDB with MinAvailable specified as percentage to protect resources on all clusters, eviction denied", Ordered, func() {
0 commit comments