Uses of Class
org.wildfly.test.cloud.common.KubernetesResource
-
-
Uses of KubernetesResource in org.wildfly.test.cloud.common
Methods in org.wildfly.test.cloud.common that return KubernetesResource Modifier and Type Method Description KubernetesResource[]kubernetesResources()Any resources to be deployed before the application is deployed.KubernetesResource[]kubernetesResources()Any resources to be deployed before the application is deployed.Methods in org.wildfly.test.cloud.common that return types with arguments of type KubernetesResource Modifier and Type Method Description default List<KubernetesResource>ExtraTestSetup. beforeAll(org.junit.jupiter.api.extension.ExtensionContext context)Called during the beforeAll stage of each test.
-