Annotation Type OpenShiftDynamicImageStreamResource
@Retention(RUNTIME)
@Target({TYPE,ANNOTATION_TYPE,METHOD})
@Repeatable(List.class)
public @interface OpenShiftDynamicImageStreamResource
Annotation to generate dynamically OpenShift image stream resource before test execution.
- Author:
- Marek Goldmann
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameName of the image stream. This is important to use the same name as defined in template later.- Returns:
- Name of the image stream
-
image
String imageFull image name (including registry and tag)- Returns:
- full image name, with tag
-
version
String versionVersion of the image stream- Returns:
-
-
-
insecure
String insecureDefines if the image stream should be marked as insecure. Use 'true' or 'false' strings. By default every image stream is marked as insecure.- Returns:
- string representation of boolean name
- Default:
- "true"
-