Package net.stickycode.kuuty.model.v18
Class IoK8sApiAppsV1RollingUpdateStatefulSetStrategy
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiAppsV1RollingUpdateStatefulSetStrategy
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiAppsV1RollingUpdateStatefulSetStrategy extends Object
RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PARTITION
-
Constructor Summary
Constructors Constructor Description IoK8sApiAppsV1RollingUpdateStatefulSetStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetPartition()Partition indicates the ordinal at which the StatefulSet should be partitioned.inthashCode()IoK8sApiAppsV1RollingUpdateStatefulSetStrategypartition(Integer partition)voidsetPartition(Integer partition)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PARTITION
public static final String JSON_PROPERTY_PARTITION
- See Also:
- Constant Field Values
-
-
Method Detail
-
partition
public IoK8sApiAppsV1RollingUpdateStatefulSetStrategy partition(Integer partition)
-
getPartition
@Nullable public Integer getPartition()
Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0.- Returns:
- partition
-
setPartition
public void setPartition(Integer partition)
-
-