@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1StatefulSetUpdateStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ROLLING_UPDATE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1StatefulSetUpdateStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1RollingUpdateStatefulSetStrategy |
getRollingUpdate()
Get rollingUpdate
|
String |
getType()
Type indicates the type of the StatefulSetUpdateStrategy.
|
int |
hashCode() |
V1StatefulSetUpdateStrategy |
rollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate) |
void |
setRollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate) |
void |
setType(String type) |
String |
toString() |
V1StatefulSetUpdateStrategy |
type(String type) |
public static final String SERIALIZED_NAME_ROLLING_UPDATE
public static final String SERIALIZED_NAME_TYPE
public V1StatefulSetUpdateStrategy rollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate)
@Nullable public V1RollingUpdateStatefulSetStrategy getRollingUpdate()
public void setRollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate)
public V1StatefulSetUpdateStrategy type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.