@@ -142,7 +142,9 @@ var (
142
142
// TODO: document the feature (owning SIG, when to use this feature for a test)
143
143
HugePages = framework .WithFeature (framework .ValidFeatures .Add ("HugePages" ))
144
144
145
- // TODO: document the feature (owning SIG, when to use this feature for a test)
145
+ // Owner: sig-network
146
+ // Marks tests that require a conforming implementation of
147
+ // Ingress.networking.k8s.io to be present.
146
148
Ingress = framework .WithFeature (framework .ValidFeatures .Add ("Ingress" ))
147
149
148
150
// TODO: document the feature (owning SIG, when to use this feature for a test)
@@ -151,7 +153,8 @@ var (
151
153
// TODO: document the feature (owning SIG, when to use this feature for a test)
152
154
InPlacePodVerticalScaling = framework .WithFeature (framework .ValidFeatures .Add ("InPlacePodVerticalScaling" ))
153
155
154
- // TODO: document the feature (owning SIG, when to use this feature for a test)
156
+ // Owner: sig-network
157
+ // Marks tests that require a cluster with dual-stack pod and service networks.
155
158
IPv6DualStack = framework .WithFeature (framework .ValidFeatures .Add ("IPv6DualStack" ))
156
159
157
160
// TODO: document the feature (owning SIG, when to use this feature for a test)
@@ -190,19 +193,26 @@ var (
190
193
// TODO: document the feature (owning SIG, when to use this feature for a test)
191
194
NEG = framework .WithFeature (framework .ValidFeatures .Add ("NEG" ))
192
195
193
- // TODO: document the feature (owning SIG, when to use this feature for a test)
196
+ // Owner: sig-network
197
+ // Marks tests that require working external DNS.
194
198
NetworkingDNS = framework .WithFeature (framework .ValidFeatures .Add ("Networking-DNS" ))
195
199
196
- // TODO: document the feature (owning SIG, when to use this feature for a test)
200
+ // Owner: sig-network
201
+ // Marks tests that require connectivity to the Internet via IPv4
197
202
NetworkingIPv4 = framework .WithFeature (framework .ValidFeatures .Add ("Networking-IPv4" ))
198
203
199
- // TODO: document the feature (owning SIG, when to use this feature for a test)
204
+ // Owner: sig-network
205
+ // Marks tests that require connectivity to the Internet via IPv6
200
206
NetworkingIPv6 = framework .WithFeature (framework .ValidFeatures .Add ("Networking-IPv6" ))
201
207
202
- // TODO: document the feature (owning SIG, when to use this feature for a test)
208
+ // Owner: sig-network
209
+ // Marks a single test that creates potentially-disruptive amounts of network
210
+ // traffic between nodes.
203
211
NetworkingPerformance = framework .WithFeature (framework .ValidFeatures .Add ("Networking-Performance" ))
204
212
205
- // TODO: document the feature (owning SIG, when to use this feature for a test)
213
+ // Owner: sig-network
214
+ // Marks tests that require a conforming implementation of
215
+ // NetworkPolicy.networking.k8s.io to be present.
206
216
NetworkPolicy = framework .WithFeature (framework .ValidFeatures .Add ("NetworkPolicy" ))
207
217
208
218
// TODO: document the feature (owning SIG, when to use this feature for a test)
@@ -217,13 +227,15 @@ var (
217
227
// TODO: document the feature (owning SIG, when to use this feature for a test)
218
228
NodeOutOfServiceVolumeDetach = framework .WithFeature (framework .ValidFeatures .Add ("NodeOutOfServiceVolumeDetach" ))
219
229
220
- // TODO: document the feature (owning SIG, when to use this feature for a test)
230
+ // Owner: sig-network
231
+ // Marks a single test that tests pod-to-pod connectivity between every pair of nodes.
221
232
NoSNAT = framework .WithFeature (framework .ValidFeatures .Add ("NoSNAT" ))
222
233
223
234
// TODO: document the feature (owning SIG, when to use this feature for a test)
224
235
PersistentVolumeLastPhaseTransitionTime = framework .WithFeature (framework .ValidFeatures .Add ("PersistentVolumeLastPhaseTransitionTime" ))
225
236
226
- // TODO: document the feature (owning SIG, when to use this feature for a test)
237
+ // Owner: sig-network
238
+ // Marks a single test that tests cluster DNS performance with many services.
227
239
PerformanceDNS = framework .WithFeature (framework .ValidFeatures .Add ("PerformanceDNS" ))
228
240
229
241
// TODO: document the feature (owning SIG, when to use this feature for a test)
@@ -266,7 +278,9 @@ var (
266
278
// TODO: document the feature (owning SIG, when to use this feature for a test)
267
279
ScopeSelectors = framework .WithFeature (framework .ValidFeatures .Add ("ScopeSelectors" ))
268
280
269
- // TODO: document the feature (owning SIG, when to use this feature for a test)
281
+ // Owner: sig-network
282
+ // Marks tests that require a pod networking implementation that supports SCTP
283
+ // traffic between pods.
270
284
SCTPConnectivity = framework .WithFeature (framework .ValidFeatures .Add ("SCTPConnectivity" ))
271
285
272
286
// TODO: document the feature (owning SIG, when to use this feature for a test)
@@ -282,7 +296,9 @@ var (
282
296
// TODO: remove when SELinuxMount feature gate is enabled by default.
283
297
SELinuxMountReadWriteOncePodOnly = framework .WithFeature (framework .ValidFeatures .Add ("SELinuxMountReadWriteOncePodOnly" ))
284
298
285
- // TODO: document the feature (owning SIG, when to use this feature for a test)
299
+ // Owner: sig-network
300
+ // Marks tests of KEP-1880 that require the `MultiCIDRServiceAllocator` feature gate
301
+ // and the networking.k8s.io/v1alpha1 API.
286
302
ServiceCIDRs = framework .WithFeature (framework .ValidFeatures .Add ("ServiceCIDRs" ))
287
303
288
304
// TODO: document the feature (owning SIG, when to use this feature for a test)
0 commit comments