public class TemplateUtils extends Object
| Constructor and Description |
|---|
TemplateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addParameterValues(List<ParamValue> values,
Map map,
boolean filter) |
static boolean |
executeProcessTemplate(Template template,
CubeOpenShiftConfiguration configuration) |
static Map<String,String> |
readLabels(Template template,
CubeOpenShiftConfiguration configuration,
StringResolver resolver) |
static Map<String,String> |
readParameters(Template template,
CubeOpenShiftConfiguration configuration,
StringResolver resolver) |
static <T> int |
readReplicas(T type) |
static String |
readTemplateUrl(Template template,
CubeOpenShiftConfiguration configuration,
boolean required,
StringResolver resolver) |
public static void addParameterValues(List<ParamValue> values, Map map, boolean filter)
public static String readTemplateUrl(Template template, CubeOpenShiftConfiguration configuration, boolean required, StringResolver resolver)
public static <T> int readReplicas(T type)
public static Map<String,String> readLabels(Template template, CubeOpenShiftConfiguration configuration, StringResolver resolver)
public static boolean executeProcessTemplate(Template template, CubeOpenShiftConfiguration configuration)
public static Map<String,String> readParameters(Template template, CubeOpenShiftConfiguration configuration, StringResolver resolver)
Copyright © 2018 JBoss by Red Hat. All rights reserved.