Class KubernetesDeploy

java.lang.Object
io.quarkus.kubernetes.deployment.KubernetesDeploy

public class KubernetesDeploy extends Object
  • Field Details

  • Method Details

    • 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