mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 14:53:44 +00:00
Fix formatting
This commit is contained in:
parent
31fea24c39
commit
8390de02d0
@ -40,11 +40,11 @@ var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
|
||||
f := framework.NewDefaultFramework("events")
|
||||
|
||||
/*
|
||||
Release : v1.19
|
||||
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.
|
||||
The event is deleted and MUST NOT show up when listing all events.
|
||||
Release : v1.19
|
||||
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.
|
||||
The event is deleted and MUST NOT show up when listing all events.
|
||||
*/
|
||||
framework.ConformanceIt("should ensure that an event can be fetched, patched, deleted, and listed", func() {
|
||||
eventTestName := "event-test"
|
||||
|
Loading…
Reference in New Issue
Block a user