Uses of Class
io.quarkus.kubernetes.spi.DeployStrategy
-
-
Uses of DeployStrategy in io.quarkus.kubernetes.spi
Methods in io.quarkus.kubernetes.spi that return DeployStrategy Modifier and Type Method Description DeployStrategyKubernetesDeploymentTargetBuildItem. getDeployStrategy()static DeployStrategyDeployStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DeployStrategy[]DeployStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.kubernetes.spi with parameters of type DeployStrategy Constructor Description KubernetesDeploymentTargetBuildItem(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)
-