public interface KubernetesResourceLocator extends WithToImmutable<KubernetesResourceLocator>
| Modifier and Type | Method and Description |
|---|---|
URL |
locate()
Locates the main kubernetes resource.
|
Collection<URL> |
locateAdditionalResources()
Locate additional resources (such as ImageStreams) that
should be created in the test namespace.
|
URL |
locateFromTargetDir()
Locates the kubernetes resource from target which is generated by
embedded build of fabric8 maven plugin during test execution.
|
toImmutableURL locate()
URL locateFromTargetDir()
Collection<URL> locateAdditionalResources()
Copyright © 2018 JBoss by Red Hat. All rights reserved.