Class DeploymentStrategy
java.lang.Object
io.fabric8.kubernetes.api.model.apps.DeploymentStrategy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class DeploymentStrategy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DeploymentStrategy()No args constructor for use in serializationDeploymentStrategy(RollingUpdateDeployment rollingUpdate, String type) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()RollingUpdateDeploymentgetRollingUpdate()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetRollingUpdate(RollingUpdateDeployment rollingUpdate)voidsetType(String type)
-
Constructor Details
-
DeploymentStrategy
public DeploymentStrategy()No args constructor for use in serialization -
DeploymentStrategy
- Parameters:
type-rollingUpdate-
-
-
Method Details
-
getRollingUpdate
- Returns:
- The rollingUpdate
-
setRollingUpdate
- Parameters:
rollingUpdate- The rollingUpdate
-
getType
- Returns:
- The type
-
setType
- Parameters:
type- The type
-
getAdditionalProperties
-
setAdditionalProperty
-