public interface IDeploymentRequest extends ITypeMeta, INameSetable
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the deployment config seeded into the deployment request
|
boolean |
isForce()
Returns the latest setting of the force flag.
|
boolean |
isLatest()
Returns the current setting of the latest flag.
|
void |
setForce(boolean force)
If set to try force will try to force a new deployment to run.
|
void |
setLatest(boolean latest)
If set the true latest will update the deployment config with the latest state from all triggers.
|
void |
setName(String name)
The name of the deployment config; note, the name in the corresponding oapi type
is not in the k8s metadata object
|
getApiVersiontoJson, toJsonvoid setLatest(boolean latest)
boolean isLatest()
void setForce(boolean force)
boolean isForce()
void setName(String name)
setName in interface INameSetablename - of the deployment configString getName()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.