test-cmd.sh: extend tests with kubectl describe --events=false|true flag check #24730
Closed
Description
As test-cmd.sh creates a lot of API objects, it is a perfect place to test kubectl describe --events
to see if all affected objects shows (or not) their events if --events=true
(or --events=false
) is specified.
Related to #24239.