public class V1beta2DaemonSetUpdateStrategy extends Object
Constructor and Description |
---|
V1beta2DaemonSetUpdateStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1beta2RollingUpdateDaemonSet |
getRollingUpdate()
Rolling update config params.
|
String |
getType()
Type of daemon set update.
|
int |
hashCode() |
V1beta2DaemonSetUpdateStrategy |
rollingUpdate(V1beta2RollingUpdateDaemonSet rollingUpdate) |
void |
setRollingUpdate(V1beta2RollingUpdateDaemonSet rollingUpdate) |
void |
setType(String type) |
String |
toString() |
V1beta2DaemonSetUpdateStrategy |
type(String type) |
public V1beta2DaemonSetUpdateStrategy rollingUpdate(V1beta2RollingUpdateDaemonSet rollingUpdate)
public V1beta2RollingUpdateDaemonSet getRollingUpdate()
public void setRollingUpdate(V1beta2RollingUpdateDaemonSet rollingUpdate)
public V1beta2DaemonSetUpdateStrategy type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.