@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-12-10T19:11:23.904Z[Etc/UTC]") public class V1DaemonSetUpdateStrategy extends Object
Modifier and Type | Class and Description |
---|---|
static class |
V1DaemonSetUpdateStrategy.TypeEnum
Type of daemon set update.
|
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
|
V1DaemonSetUpdateStrategy.TypeEnum |
getType()
Type of daemon set update.
|
int |
hashCode() |
V1DaemonSetUpdateStrategy |
rollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) |
void |
setRollingUpdate(V1RollingUpdateDaemonSet rollingUpdate) |
void |
setType(V1DaemonSetUpdateStrategy.TypeEnum type) |
String |
toString() |
V1DaemonSetUpdateStrategy |
type(V1DaemonSetUpdateStrategy.TypeEnum 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(V1DaemonSetUpdateStrategy.TypeEnum type)
@Nullable public V1DaemonSetUpdateStrategy.TypeEnum getType()
public void setType(V1DaemonSetUpdateStrategy.TypeEnum type)
Copyright © 2022. All rights reserved.