public class V1beta2StatefulSetUpdateStrategy extends Object
Constructor and Description |
---|
V1beta2StatefulSetUpdateStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1beta2RollingUpdateStatefulSetStrategy |
getRollingUpdate()
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
|
String |
getType()
Type indicates the type of the StatefulSetUpdateStrategy.
|
int |
hashCode() |
V1beta2StatefulSetUpdateStrategy |
rollingUpdate(V1beta2RollingUpdateStatefulSetStrategy rollingUpdate) |
void |
setRollingUpdate(V1beta2RollingUpdateStatefulSetStrategy rollingUpdate) |
void |
setType(String type) |
String |
toString() |
V1beta2StatefulSetUpdateStrategy |
type(String type) |
public V1beta2StatefulSetUpdateStrategy rollingUpdate(V1beta2RollingUpdateStatefulSetStrategy rollingUpdate)
public V1beta2RollingUpdateStatefulSetStrategy getRollingUpdate()
public void setRollingUpdate(V1beta2RollingUpdateStatefulSetStrategy rollingUpdate)
public V1beta2StatefulSetUpdateStrategy type(String type)
public String getType()
public void setType(String type)
Copyright © 2017. All rights reserved.