@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-06T08:58:17.566Z[Etc/UTC]") public class V1DaemonSetUpdateStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ROLLING_UPDATE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1DaemonSetUpdateStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1RollingUpdateDaemonSet |
getRollingUpdate()
Get rollingUpdate
|
String |
getType()
Type of daemon set update.
|
int |
hashCode() |
V1DaemonSetUpdateStrategy |
rollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) |
void |
setRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) |
void |
setType(String type) |
String |
toString() |
V1DaemonSetUpdateStrategy |
type(String type) |
public static final String SERIALIZED_NAME_ROLLING_UPDATE
public static final String SERIALIZED_NAME_TYPE
public V1DaemonSetUpdateStrategy rollingUpdate(V1RollingUpdateDaemonSet rollingUpdate)
@Nullable public V1RollingUpdateDaemonSet getRollingUpdate()
public void setRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate)
public V1DaemonSetUpdateStrategy type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.