Uses of Enum Class
io.quarkus.kubernetes.spi.DeployStrategy
-
Uses of DeployStrategy in io.quarkus.kubernetes.spi
Methods in io.quarkus.kubernetes.spi that return DeployStrategyModifier and TypeMethodDescriptionKubernetesDeploymentTargetBuildItem.getDeployStrategy()static DeployStrategyReturns the enum constant of this class with the specified name.static DeployStrategy[]DeployStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.kubernetes.spi with parameters of type DeployStrategyModifierConstructorDescriptionKubernetesDeploymentTargetBuildItem(String name, String kind, String group, String version, boolean enabled, DeployStrategy deployStrategy) KubernetesDeploymentTargetBuildItem(String name, String kind, String group, String version, int priority, boolean enabled, DeployStrategy deployStrategy) KubernetesDeploymentTargetBuildItem(String name, String kind, String group, String version, DeployStrategy deployStrategy)