Package net.stickycode.kuuty.model.v18
Class IoK8sApiAppsV1StatefulSetUpdateStrategy
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAppsV1StatefulSetUpdateStrategy
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAppsV1StatefulSetUpdateStrategy extends Object
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ROLLING_UPDATEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiAppsV1StatefulSetUpdateStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiAppsV1RollingUpdateStatefulSetStrategygetRollingUpdate()Get rollingUpdateStringgetType()Type indicates the type of the StatefulSetUpdateStrategy.inthashCode()IoK8sApiAppsV1StatefulSetUpdateStrategyrollingUpdate(IoK8sApiAppsV1RollingUpdateStatefulSetStrategy rollingUpdate)voidsetRollingUpdate(IoK8sApiAppsV1RollingUpdateStatefulSetStrategy rollingUpdate)voidsetType(String type)StringtoString()IoK8sApiAppsV1StatefulSetUpdateStrategytype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_ROLLING_UPDATE
public static final String JSON_PROPERTY_ROLLING_UPDATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
rollingUpdate
public IoK8sApiAppsV1StatefulSetUpdateStrategy rollingUpdate(IoK8sApiAppsV1RollingUpdateStatefulSetStrategy rollingUpdate)
-
getRollingUpdate
@Nullable public IoK8sApiAppsV1RollingUpdateStatefulSetStrategy getRollingUpdate()
Get rollingUpdate- Returns:
- rollingUpdate
-
setRollingUpdate
public void setRollingUpdate(IoK8sApiAppsV1RollingUpdateStatefulSetStrategy rollingUpdate)
-
type
public IoK8sApiAppsV1StatefulSetUpdateStrategy type(String type)
-
getType
@Nullable public String getType()
Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.- Returns:
- type
-
setType
public void setType(String type)
-
-