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