@@ -147,9 +147,6 @@ var (
147
147
// Ingress.networking.k8s.io to be present.
148
148
Ingress = framework .WithFeature (framework .ValidFeatures .Add ("Ingress" ))
149
149
150
- // TODO: document the feature (owning SIG, when to use this feature for a test)
151
- IngressScale = framework .WithFeature (framework .ValidFeatures .Add ("IngressScale" ))
152
-
153
150
// TODO: document the feature (owning SIG, when to use this feature for a test)
154
151
InPlacePodVerticalScaling = framework .WithFeature (framework .ValidFeatures .Add ("InPlacePodVerticalScaling" ))
155
152
@@ -178,6 +175,10 @@ var (
178
175
// TODO: document the feature (owning SIG, when to use this feature for a test)
179
176
LabelSelector = framework .WithFeature (framework .ValidFeatures .Add ("LabelSelector" ))
180
177
178
+ // Owner: sig-network
179
+ // Marks tests that require a cloud provider that implements LoadBalancer Services
180
+ LoadBalancer = framework .WithFeature (framework .ValidFeatures .Add ("LoadBalancer" ))
181
+
181
182
// TODO: document the feature (owning SIG, when to use this feature for a test)
182
183
LocalStorageCapacityIsolation = framework .WithFeature (framework .ValidFeatures .Add ("LocalStorageCapacityIsolation" ))
183
184
@@ -190,9 +191,6 @@ var (
190
191
// TODO: document the feature (owning SIG, when to use this feature for a test)
191
192
MemoryManager = framework .WithFeature (framework .ValidFeatures .Add ("MemoryManager" ))
192
193
193
- // TODO: document the feature (owning SIG, when to use this feature for a test)
194
- NEG = framework .WithFeature (framework .ValidFeatures .Add ("NEG" ))
195
-
196
194
// Owner: sig-network
197
195
// Marks tests that require working external DNS.
198
196
NetworkingDNS = framework .WithFeature (framework .ValidFeatures .Add ("Networking-DNS" ))
0 commit comments