public class V1StatefulSetUpdateStrategy extends Object
Constructor and Description |
---|
V1StatefulSetUpdateStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1RollingUpdateStatefulSetStrategy |
getRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
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 V1StatefulSetUpdateStrategy rollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate)
public V1RollingUpdateStatefulSetStrategy getRollingUpdate()
public void setRollingUpdate(V1RollingUpdateStatefulSetStrategy rollingUpdate)
public V1StatefulSetUpdateStrategy type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.