Uses of Enum
io.strimzi.api.kafka.model.common.template.DeploymentStrategy
Packages that use DeploymentStrategy
-
Uses of DeploymentStrategy in io.strimzi.api.kafka.model.common.template
Methods in io.strimzi.api.kafka.model.common.template that return DeploymentStrategyModifier and TypeMethodDescriptionstatic DeploymentStrategyDeploymentTemplate.getDeploymentStrategy()DeploymentTemplateFluent.getDeploymentStrategy()static DeploymentStrategyReturns 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.common.template with parameters of type DeploymentStrategyModifier and TypeMethodDescriptionvoidDeploymentTemplate.setDeploymentStrategy(DeploymentStrategy deploymentStrategy) DeploymentTemplateFluent.withDeploymentStrategy(DeploymentStrategy deploymentStrategy)