Switch events conformance metadata from v1.19 to v1.20

This commit is contained in:
Stephen Heywood 2020-10-16 11:06:22 +13:00
parent fbe806ef9e
commit d1caabdabd
2 changed files with 4 additions and 4 deletions

View File

@ -815,7 +815,7 @@
description: A set of events is created with a label selector which MUST be found
when listed. The set of events is deleted and MUST NOT show up when listed by
its label selector.
release: v1.19
release: v1.20
file: test/e2e/apimachinery/events.go
- testname: Event resource lifecycle
codename: '[sig-api-machinery] Events should ensure that an event can be fetched,
@ -823,7 +823,7 @@
description: Create an event, the event MUST exist. The event is patched with a
new message, the check MUST have the update message. The event is deleted and
MUST NOT show up when listing all events.
release: v1.19
release: v1.20
file: test/e2e/apimachinery/events.go
- testname: Garbage Collector, delete deployment, propagation policy background
codename: '[sig-api-machinery] Garbage collector should delete RS created by deployment

View File

@ -39,7 +39,7 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
f := framework.NewDefaultFramework("events")
/*
Release: v1.19
Release: v1.20
Testname: Event resource lifecycle
Description: Create an event, the event MUST exist.
The event is patched with a new message, the check MUST have the update message.
@ -124,7 +124,7 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
})
/*
Release: v1.19
Release: v1.20
Testname: Event, delete a collection
Description: A set of events is created with a label selector which MUST be found when listed.
The set of events is deleted and MUST NOT show up when listed by its label selector.