public abstract class AbstractKubernetesResourceProvider extends Object implements org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
| Constructor and Description |
|---|
AbstractKubernetesResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected io.fabric8.kubernetes.clnt.v4_0.KubernetesClient |
getClient() |
protected Map<String,String> |
getLabels(Annotation... qualifiers) |
protected String |
getName(Annotation... qualifiers) |
protected String |
getNamespace(Annotation... qualifiers) |
DefaultSession |
getSession() |
protected String |
internalToUserType(String fqn) |
protected Class |
loadClass(String className)
Try to load a class using the current classloader (the one that loaded this class)
or the thread context class loader.
|
protected <I,O> O |
toUsersResource(I input) |
protected <I,O> O |
toUsersResource(I input,
String className) |
protected String getName(Annotation... qualifiers)
protected String getNamespace(Annotation... qualifiers)
protected Map<String,String> getLabels(Annotation... qualifiers)
protected <I,O> O toUsersResource(I input)
protected <I,O> O toUsersResource(I input,
String className)
protected Class loadClass(String className)
className - The name of the class.protected io.fabric8.kubernetes.clnt.v4_0.KubernetesClient getClient()
public DefaultSession getSession()
Copyright © 2018 JBoss by Red Hat. All rights reserved.