@Generated(value="org.jsonschema2pojo") public class TagImageHook extends Object
| Constructor and Description |
|---|
TagImageHook()
No args constructor for use in serialization
|
TagImageHook(String containerName,
ObjectReference to) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getContainerName()
the name of a container in this deployment config whose image will be used as the tag destination; if only one container is defined it will default to that value
|
ObjectReference |
getTo() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContainerName(String containerName)
the name of a container in this deployment config whose image will be used as the tag destination; if only one container is defined it will default to that value
|
void |
setTo(ObjectReference to) |
public TagImageHook()
public TagImageHook(String containerName, ObjectReference to)
containerName - to - public String getContainerName()
public void setContainerName(String containerName)
containerName - The containerNamepublic ObjectReference getTo()
public void setTo(ObjectReference to)
to - The toCopyright © 2011–2016 Red Hat. All rights reserved.