Class DeploymentTemplate
- java.lang.Object
-
- io.strimzi.api.kafka.model.template.DeploymentTemplate
-
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
public class DeploymentTemplate extends Object implements Serializable, UnknownPropertyPreserving
Representation of a template for Strimzi resources.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()DeploymentStrategygetDeploymentStrategy()MetadataTemplategetMetadata()voidsetAdditionalProperty(String name, Object value)voidsetDeploymentStrategy(DeploymentStrategy deploymentStrategy)voidsetMetadata(MetadataTemplate metadata)
-
-
-
Method Detail
-
getMetadata
public MetadataTemplate getMetadata()
-
setMetadata
public void setMetadata(MetadataTemplate metadata)
-
getDeploymentStrategy
public DeploymentStrategy getDeploymentStrategy()
-
setDeploymentStrategy
public void setDeploymentStrategy(DeploymentStrategy deploymentStrategy)
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
public void setAdditionalProperty(String name, Object value)
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-
-