|
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]'
|
|
1058 | 1043 | show up when listing all events.
|
1059 | 1044 | release: v1.19
|
1060 | 1045 | file: test/e2e/instrumentation/events.go
|
| 1046 | +- testname: Event, delete a collection |
| 1047 | + codename: '[sig-instrumentation] Events should delete a collection of events [Conformance]' |
| 1048 | + description: A set of events is created with a label selector which MUST be found |
| 1049 | + when listed. The set of events is deleted and MUST NOT show up when listed by |
| 1050 | + its label selector. |
| 1051 | + release: v1.20 |
| 1052 | + file: test/e2e/instrumentation/core_events.go |
| 1053 | +- testname: Event resource lifecycle |
| 1054 | + codename: '[sig-instrumentation] Events should ensure that an event can be fetched, |
| 1055 | + patched, deleted, and listed [Conformance]' |
| 1056 | + description: Create an event, the event MUST exist. The event is patched with a |
| 1057 | + new message, the check MUST have the update message. The event is deleted and |
| 1058 | + MUST NOT show up when listing all events. |
| 1059 | + release: v1.20 |
| 1060 | + file: test/e2e/instrumentation/core_events.go |
1061 | 1061 | - testname: DNS, cluster
|
1062 | 1062 | codename: '[sig-network] DNS should provide /etc/hosts entries for the cluster [LinuxOnly]
|
1063 | 1063 | [Conformance]'
|
|
0 commit comments