@Retention(value=RUNTIME) @Target(value={TYPE,ANNOTATION_TYPE,METHOD}) @Repeatable(value=OpenShiftResource.List.class) public @interface OpenShiftResource
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The value can either be
link (https://www.github.com/alesj/template-testing/some.json)
test classpath resource (classpath:some.json)
or plain content ({"kind" : "Secret", ...})
W/o any prefix (or http schema) it's treated as plain content.
|
public abstract String value
Copyright © 2018 JBoss by Red Hat. All rights reserved.