| Package | Description |
|---|---|
| com.openshift.internal.restclient.model.template | |
| com.openshift.restclient.model.template |
| 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 |
|---|---|
IParameter |
Parameter.clone() |
| 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 |
|---|---|
IParameter |
IParameter.clone() |
| 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 © 2019 Red Hat, Inc. All Rights Reserved.