@Generated(value="org.jsonschema2pojo") public class DeploymentTriggerImageChangeParams extends Object
| Constructor and Description |
|---|
DeploymentTriggerImageChangeParams()
No args constructor for use in serialization
|
DeploymentTriggerImageChangeParams(Boolean automatic,
List<String> containerNames,
ObjectReference from,
String lastTriggeredImage) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAutomatic()
whether detection of a new tag value should trigger a deployment
|
List<String> |
getContainerNames()
restricts tag updates to a set of container names in the pod
|
ObjectReference |
getFrom() |
String |
getLastTriggeredImage()
the last image to be triggered
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setAutomatic(Boolean automatic)
whether detection of a new tag value should trigger a deployment
|
void |
setContainerNames(List<String> containerNames)
restricts tag updates to a set of container names in the pod
|
void |
setFrom(ObjectReference from) |
void |
setLastTriggeredImage(String lastTriggeredImage)
the last image to be triggered
|
public DeploymentTriggerImageChangeParams()
public DeploymentTriggerImageChangeParams(Boolean automatic, List<String> containerNames, ObjectReference from, String lastTriggeredImage)
automatic - from - containerNames - lastTriggeredImage - public Boolean getAutomatic()
public void setAutomatic(Boolean automatic)
automatic - The automaticpublic List<String> getContainerNames()
public void setContainerNames(List<String> containerNames)
containerNames - The containerNamespublic ObjectReference getFrom()
public void setFrom(ObjectReference from)
from - The frompublic String getLastTriggeredImage()
public void setLastTriggeredImage(String lastTriggeredImage)
lastTriggeredImage - The lastTriggeredImageCopyright © 2011–2015 Red Hat. All rights reserved.