Class KubernetesDeploy


  • public class KubernetesDeploy
    extends Object
    • Method Detail

      • check

        public boolean check​(io.quarkus.kubernetes.client.spi.KubernetesClientBuildItem clientBuilder)
        Returns:
        true if @{code quarkus.kubernetes.deploy=true} AND the target Kubernetes API server is reachable, false otherwise
        Throws:
        RuntimeException - if there was an error while communicating with the Kubernetes API server
      • checkSilently

        public boolean checkSilently​(io.quarkus.kubernetes.client.spi.KubernetesClientBuildItem clientBuilder)
        Returns:
        true if @{code quarkus.kubernetes.deploy=true} AND the target Kubernetes API server is reachable false otherwise or if there was an error while communicating with the Kubernetes API server