Class RollingUpdateStatefulSetStrategy
java.lang.Object
io.fabric8.kubernetes.api.model.apps.RollingUpdateStatefulSetStrategy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class RollingUpdateStatefulSetStrategy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RollingUpdateStatefulSetStrategy()No args constructor for use in serializationRollingUpdateStatefulSetStrategy(Integer partition) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()IntegergetPartition()voidsetAdditionalProperty(String name, Object value)voidsetPartition(Integer partition)
-
Constructor Details
-
RollingUpdateStatefulSetStrategy
public RollingUpdateStatefulSetStrategy()No args constructor for use in serialization -
RollingUpdateStatefulSetStrategy
- Parameters:
partition-
-
-
Method Details
-
getPartition
- Returns:
- The partition
-
setPartition
- Parameters:
partition- The partition
-
getAdditionalProperties
-
setAdditionalProperty
-