Uses of Class
io.strimzi.systemtest.k8s.Events
-
Packages that use Events Package Description io.strimzi.systemtest.k8s io.strimzi.systemtest.matchers -
-
Uses of Events in io.strimzi.systemtest.k8s
Methods in io.strimzi.systemtest.k8s that return Events Modifier and Type Method Description static Events
Events. valueOf(String name)
Returns the enum constant of this type with the specified name.static Events[]
Events. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Events in io.strimzi.systemtest.matchers
Methods in io.strimzi.systemtest.matchers with parameters of type Events Modifier and Type Method Description static org.hamcrest.Matcher<List<io.fabric8.kubernetes.api.model.Event>>
Matchers. hasAllOfReasons(Events... eventReasons)
A matcher checks that examined object has a full match of reasons for actual events.static org.hamcrest.Matcher<List<io.fabric8.kubernetes.api.model.Event>>
Matchers. hasAnyOfReasons(Events... eventReasons)
A matcher checks that examined object has at least one match of reasons for actual events.static org.hamcrest.Matcher<List<io.fabric8.kubernetes.api.model.Event>>
Matchers. hasNoneOfReasons(Events... eventReasons)
A matcher checks that events don't have all listed reasonsConstructors in io.strimzi.systemtest.matchers with parameters of type Events Constructor Description HasAllOfReasons(Events... eventReasons)
HasAnyOfReasons(Events... eventReasons)
HasNoneOfReasons(Events... eventReasons)
-