|
317 | 317 | return a valid PreferredVersion unless the group suffix is example.com.
|
318 | 318 | release: v1.19
|
319 | 319 | file: test/e2e/apimachinery/discovery.go
|
320 |
| -- testname: Event, delete a collection |
321 |
| - codename: '[sig-api-machinery] Events should delete a collection of events [Conformance]' |
322 |
| - description: A set of events is created with a label selector which MUST be found |
323 |
| - when listed. The set of events is deleted and MUST NOT show up when listed by |
324 |
| - its label selector. |
325 |
| - release: v1.20 |
326 |
| - file: test/e2e/apimachinery/events.go |
327 |
| -- testname: Event resource lifecycle |
328 |
| - codename: '[sig-api-machinery] Events should ensure that an event can be fetched, |
329 |
| - patched, deleted, and listed [Conformance]' |
330 |
| - description: Create an event, the event MUST exist. The event is patched with a |
331 |
| - new message, the check MUST have the update message. The event is deleted and |
332 |
| - MUST NOT show up when listing all events. |
333 |
| - release: v1.20 |
334 |
| - file: test/e2e/apimachinery/events.go |
335 | 320 | - testname: Garbage Collector, delete deployment, propagation policy background
|
336 | 321 | codename: '[sig-api-machinery] Garbage collector should delete RS created by deployment
|
337 | 322 | when not orphaning [Conformance]'
|
|
1095 | 1080 | show up when listing all events.
|
1096 | 1081 | release: v1.19
|
1097 | 1082 | file: test/e2e/instrumentation/events.go
|
| 1083 | +- testname: Event, delete a collection |
| 1084 | + codename: '[sig-instrumentation] Events should delete a collection of events [Conformance]' |
| 1085 | + description: A set of events is created with a label selector which MUST be found |
| 1086 | + when listed. The set of events is deleted and MUST NOT show up when listed by |
| 1087 | + its label selector. |
| 1088 | + release: v1.20 |
| 1089 | + file: test/e2e/instrumentation/core_events.go |
| 1090 | +- testname: Event resource lifecycle |
| 1091 | + codename: '[sig-instrumentation] Events should ensure that an event can be fetched, |
| 1092 | + patched, deleted, and listed [Conformance]' |
| 1093 | + description: Create an event, the event MUST exist. The event is patched with a |
| 1094 | + new message, the check MUST have the update message. The event is deleted and |
| 1095 | + MUST NOT show up when listing all events. |
| 1096 | + release: v1.20 |
| 1097 | + file: test/e2e/instrumentation/core_events.go |
1098 | 1098 | - testname: DNS, cluster
|
1099 | 1099 | codename: '[sig-network] DNS should provide /etc/hosts entries for the cluster [LinuxOnly]
|
1100 | 1100 | [Conformance]'
|
|
0 commit comments