Package | Description |
---|---|
com.openshift.internal.restclient.capability.server | |
com.openshift.internal.restclient.model.template | |
com.openshift.restclient.model.template |
Modifier and Type | Method and Description |
---|---|
Map<String,IParameter> |
ServerTemplateProcessing.TemplateConfigAdapter.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ServerTemplateProcessing.TemplateConfigAdapter.updateParameterValues(Collection<IParameter> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
Parameter
Parameter implementation for a template
Foregoing versioned implementation of this type for now since it is unlikely to change
and it is not a versioned resource in Kubernetes.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IParameter> |
Template.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Template.updateParameterValues(Collection<IParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
Map<String,IParameter> |
ITemplate.getParameters()
Returns a map of parameter names to parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ITemplate.updateParameterValues(Collection<IParameter> parameters)
Update the template's parameter values, with the values from the
collection if a parameter with the same name is found
|
Copyright © 2016 Red Hat, Inc. All rights reserved.