File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 815
815
description : A set of events is created with a label selector which MUST be found
816
816
when listed. The set of events is deleted and MUST NOT show up when listed by
817
817
its label selector.
818
- release : v1.19
818
+ release : v1.20
819
819
file : test/e2e/apimachinery/events.go
820
820
- testname : Event resource lifecycle
821
821
codename : ' [sig-api-machinery] Events should ensure that an event can be fetched,
822
822
patched, deleted, and listed [Conformance]'
823
823
description : Create an event, the event MUST exist. The event is patched with a
824
824
new message, the check MUST have the update message. The event is deleted and
825
825
MUST NOT show up when listing all events.
826
- release : v1.19
826
+ release : v1.20
827
827
file : test/e2e/apimachinery/events.go
828
828
- testname : Garbage Collector, delete deployment, propagation policy background
829
829
codename : ' [sig-api-machinery] Garbage collector should delete RS created by deployment
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
39
39
f := framework .NewDefaultFramework ("events" )
40
40
41
41
/*
42
- Release: v1.19
42
+ Release: v1.20
43
43
Testname: Event resource lifecycle
44
44
Description: Create an event, the event MUST exist.
45
45
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() {
124
124
})
125
125
126
126
/*
127
- Release: v1.19
127
+ Release: v1.20
128
128
Testname: Event, delete a collection
129
129
Description: A set of events is created with a label selector which MUST be found when listed.
130
130
The set of events is deleted and MUST NOT show up when listed by its label selector.
You can’t perform that action at this time.
0 commit comments