public class StatefulSetUpdateStrategy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
StatefulSetUpdateStrategy()
No args constructor for use in serialization
|
StatefulSetUpdateStrategy(RollingUpdateStatefulSetStrategy rollingUpdate,
String type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
RollingUpdateStatefulSetStrategy |
getRollingUpdate() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setRollingUpdate(RollingUpdateStatefulSetStrategy rollingUpdate) |
void |
setType(String type) |
public StatefulSetUpdateStrategy()
public StatefulSetUpdateStrategy(RollingUpdateStatefulSetStrategy rollingUpdate, String type)
type - rollingUpdate - public RollingUpdateStatefulSetStrategy getRollingUpdate()
public void setRollingUpdate(RollingUpdateStatefulSetStrategy rollingUpdate)
public String getType()
public void setType(String type)
Copyright © 2015–2022 Red Hat. All rights reserved.