Package cz.xtf.junit5.annotations
Annotation Type OpenShiftRecorder
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @ExtendWith(OpenShiftRecorderHandler.class) public @interface OpenShiftRecorder
{@see OpenShiftRecorderHandler}
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]resourceNamesResource names for filtering out events, pods,...
-
-
-
Element Detail
-
resourceNames
String[] resourceNames
Resource names for filtering out events, pods,... Will be turned into regex__value__.*If no value is given resources are filtered automatically by recording what resources are seen before test and so on. {@see OpenShiftRecorderHandler}
- Default:
- {""}
-
-