Class StatefulSetUpdateStrategy
java.lang.Object
io.fabric8.kubernetes.api.model.apps.StatefulSetUpdateStrategy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class StatefulSetUpdateStrategy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StatefulSetUpdateStrategy()No args constructor for use in serializationStatefulSetUpdateStrategy(RollingUpdateStatefulSetStrategy rollingUpdate, String type) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()RollingUpdateStatefulSetStrategygetRollingUpdate()StringgetType()voidsetAdditionalProperty(String name, Object value)voidsetRollingUpdate(RollingUpdateStatefulSetStrategy rollingUpdate)voidsetType(String type)
-
Constructor Details
-
StatefulSetUpdateStrategy
public StatefulSetUpdateStrategy()No args constructor for use in serialization -
StatefulSetUpdateStrategy
- 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
-