@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1RollingUpdateStatefulSetStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_MAX_UNAVAILABLE |
static String |
SERIALIZED_NAME_PARTITION |
Constructor and Description |
---|
V1RollingUpdateStatefulSetStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IntOrString |
getMaxUnavailable()
IntOrString is a type that can hold an int32 or a string.
|
Integer |
getPartition()
Partition indicates the ordinal at which the StatefulSet should be partitioned for updates.
|
int |
hashCode() |
V1RollingUpdateStatefulSetStrategy |
maxUnavailable(IntOrString maxUnavailable) |
V1RollingUpdateStatefulSetStrategy |
partition(Integer partition) |
void |
setMaxUnavailable(IntOrString maxUnavailable) |
void |
setPartition(Integer partition) |
String |
toString() |
public static final String SERIALIZED_NAME_MAX_UNAVAILABLE
public static final String SERIALIZED_NAME_PARTITION
public V1RollingUpdateStatefulSetStrategy maxUnavailable(IntOrString maxUnavailable)
@Nullable public IntOrString getMaxUnavailable()
public void setMaxUnavailable(IntOrString maxUnavailable)
public V1RollingUpdateStatefulSetStrategy partition(Integer partition)
@Nullable public Integer getPartition()
public void setPartition(Integer partition)
Copyright © 2022. All rights reserved.