public interface Template<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Template.ContainerTemplate<T> |
static class |
Template.DeploymentConfigTemplate |
static class |
Template.PodTemplate |
static class |
Template.TemplateImageRef |
| Modifier and Type | Method and Description |
|---|---|
List<Template.TemplateImageRef> |
getRefs() |
T |
getTarget() |
void |
resolve(Template.TemplateImageRef ref,
String imageRef) |
T getTarget()
List<Template.TemplateImageRef> getRefs()
void resolve(Template.TemplateImageRef ref, String imageRef)
Copyright © 2018 JBoss by Red Hat. All rights reserved.