Class NoQuarkusTestKubernetesClient

java.lang.Object
io.quarkus.kubernetes.client.deployment.NoQuarkusTestKubernetesClient
All Implemented Interfaces:
BooleanSupplier

class NoQuarkusTestKubernetesClient extends Object implements 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 Details

    • IO_QUARKUS_TEST_KUBERNETES_CLIENT_PACKAGE_CLASS

      static final String 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