Uses of Class
org.arquillian.cube.istio.impl.IstioResource
Packages that use IstioResource
-
Uses of IstioResource in org.arquillian.cube.istio.impl
Methods in org.arquillian.cube.istio.impl that return types with arguments of type IstioResourceModifier and TypeMethodDescriptionIstioAssistant.deployIstioResources(InputStream inputStream) IstioAssistant.deployIstioResources(String content) Deploy Istio definition provided as stringIstioAssistant.deployIstioResources(URL... urls) IstioAssistant.deployIstioResources(Path directory) Deploys all y(a)ml and json files located at given directory.IstioAssistant.deployIstioResourcesFromClasspathPattern(String pattern) Deploys application reading resources from classpath, matching the given regular expression.IstioResourcesApplier.getResourcesMap()IstioResourcesApplier.getRestoredResourcesMap()IstioClientAdapter.registerCustomResources(InputStream resource) IstioClientAdapter.registerCustomResources(String resource) Methods in org.arquillian.cube.istio.impl with parameters of type IstioResourceModifier and TypeMethodDescriptionvoidIstioAssistant.undeployIstioResource(IstioResource istioResource) IstioClientAdapter.unregisterCustomResource(IstioResource istioResource) Method parameters in org.arquillian.cube.istio.impl with type arguments of type IstioResourceModifier and TypeMethodDescriptionvoidIstioAssistant.undeployIstioResources(List<IstioResource> istioResources)