Class NoQuarkusTestKubernetesClient
java.lang.Object
io.quarkus.kubernetes.client.deployment.NoQuarkusTestKubernetesClient
- All Implemented Interfaces:
BooleanSupplier
Boolean supplier that returns true if quarkus-test-kubernetes-client is not
present in the application pom.xml.
quarkus-test-kubernetes-client provide a Kubernetes client configuration to connect to a Kubernetes mock server and will have precedence over the configuration provided by Dev Services for Kubernetes. DevServicesKubernetesProcessor uses this BooleanSupplier to avoid starting a Kubernetes test container in such a case.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final boolean(package private) static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IO_QUARKUS_TEST_KUBERNETES_CLIENT_PACKAGE_CLASS
- See Also:
-
IO_QUARKUS_TEST_KUBERNETES_CLIENT_AVAILABLE
static final boolean IO_QUARKUS_TEST_KUBERNETES_CLIENT_AVAILABLE
-
-
Constructor Details
-
NoQuarkusTestKubernetesClient
NoQuarkusTestKubernetesClient()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-