Uses of Class
io.strimzi.api.kafka.model.template.DeploymentStrategy
-
Packages that use DeploymentStrategy Package Description io.strimzi.api.kafka.model.template -
-
Uses of DeploymentStrategy in io.strimzi.api.kafka.model.template
Methods in io.strimzi.api.kafka.model.template that return DeploymentStrategy Modifier and Type Method Description static DeploymentStrategyDeploymentStrategy. forValue(String value)DeploymentStrategyDeploymentTemplate. getDeploymentStrategy()DeploymentStrategyDeploymentTemplateFluent. getDeploymentStrategy()DeploymentStrategyDeploymentTemplateFluentImpl. getDeploymentStrategy()static DeploymentStrategyDeploymentStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentStrategy[]DeploymentStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.api.kafka.model.template with parameters of type DeploymentStrategy Modifier and Type Method Description voidDeploymentTemplate. setDeploymentStrategy(DeploymentStrategy deploymentStrategy)ADeploymentTemplateFluent. withDeploymentStrategy(DeploymentStrategy deploymentStrategy)ADeploymentTemplateFluentImpl. withDeploymentStrategy(DeploymentStrategy deploymentStrategy)
-