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