Enum Class KubernetesDeploymentStrategy

java.lang.Object
java.lang.Enum<KubernetesDeploymentStrategy>
io.quarkus.test.scenarios.KubernetesDeploymentStrategy
All Implemented Interfaces:
Serializable, Comparable<KubernetesDeploymentStrategy>, Constable

public enum KubernetesDeploymentStrategy extends Enum<KubernetesDeploymentStrategy>
Kubernetes Deployment strategies.
  • Enum Constant Details

    • UsingContainerRegistry

      public static final KubernetesDeploymentStrategy UsingContainerRegistry
      Will build the Quarkus app image and push it into a Container Registry to be accessed by Kubernetes to deploy the app.
    • UsingKubernetesExtension

      public static final KubernetesDeploymentStrategy UsingKubernetesExtension
      Will use the OpenShift Quarkus extension to build and deploy into Kubernetes.
  • Method Details