@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @ExtendWith(value=OpenShiftRecorderHandler.class) public @interface OpenShiftRecorder
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
resourceNames
Resource names for filtering out events, pods,...
|
public abstract String[] resourceNames
__value__.*
If no value is given resources are filtered automatically by recording what resources are seen before test and so on.
OpenShiftRecorderHandler
Copyright © 2021. All rights reserved.