Class ReplicaSetListResourceProvider
java.lang.Object
org.arquillian.cube.kubernetes.impl.enricher.AbstractKubernetesResourceProvider
org.arquillian.cube.kubernetes.impl.enricher.internal.ReplicaSetListResourceProvider
- All Implemented Interfaces:
org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
- Direct Known Subclasses:
ReplicaSetListResourceProvider
A
ResourceProvider for ReplicaSetList.
It refers to replica sets that have been created during the current session.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider.ClassInjection, org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider.MethodInjection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanProvide(Class<?> type) lookup(org.jboss.arquillian.test.api.ArquillianResource resource, Annotation... qualifiers) Methods inherited from class org.arquillian.cube.kubernetes.impl.enricher.AbstractKubernetesResourceProvider
getClient, getLabels, getName, getNamespace, getSession, internalToUserType, loadClass, toUsersResource, toUsersResource
-
Constructor Details
-
ReplicaSetListResourceProvider
public ReplicaSetListResourceProvider()
-
-
Method Details
-
canProvide
-
lookup
public Object lookup(org.jboss.arquillian.test.api.ArquillianResource resource, Annotation... qualifiers)
-