@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-12-17T11:16:41.964Z[Etc/UTC]") public class ExtensionsV1beta1DeploymentStrategy extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ROLLING_UPDATE |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
ExtensionsV1beta1DeploymentStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ExtensionsV1beta1RollingUpdateDeployment |
getRollingUpdate()
Get rollingUpdate
|
String |
getType()
Type of deployment.
|
int |
hashCode() |
ExtensionsV1beta1DeploymentStrategy |
rollingUpdate(ExtensionsV1beta1RollingUpdateDeployment rollingUpdate) |
void |
setRollingUpdate(ExtensionsV1beta1RollingUpdateDeployment rollingUpdate) |
void |
setType(String type) |
String |
toString() |
ExtensionsV1beta1DeploymentStrategy |
type(String type) |
public static final String SERIALIZED_NAME_ROLLING_UPDATE
public static final String SERIALIZED_NAME_TYPE
public ExtensionsV1beta1DeploymentStrategy rollingUpdate(ExtensionsV1beta1RollingUpdateDeployment rollingUpdate)
@Nullable public ExtensionsV1beta1RollingUpdateDeployment getRollingUpdate()
public void setRollingUpdate(ExtensionsV1beta1RollingUpdateDeployment rollingUpdate)
public ExtensionsV1beta1DeploymentStrategy type(String type)
@Nullable public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.