Class KubernetesDeploy


  • public class KubernetesDeploy
    extends Object
    • Method Detail

      • check

        public boolean check()
        Returns:
        true iff @{code quarkus.kubernetes.deploy=true} AND the target Kubernetes API server is reachable It follows that this can only return false if the if @{code quarkus.kubernetes.deploy=false}
        Throws:
        RuntimeException - if communication to the Kubernetes API server errored
      • checkSilently

        public boolean checkSilently()
        Returns:
        true iff @{code quarkus.kubernetes.deploy=true} AND the target Kubernetes API server is reachable Never throws an exception even in the face of a communication error with the API server, just returns false in that case