public class ServerTemplateProcessing extends Object implements ITemplateProcessing
| Constructor and Description |
|---|
ServerTemplateProcessing(IClient client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Well known name of the capability
|
boolean |
isSupported()
Allow the implementation of the capability to determine if it is supported on
the OpenShift server.
|
ITemplate |
process(ITemplate template,
String namespace)
Processes the template to substitute the parameters where necessary
|
public ServerTemplateProcessing(IClient client)
public boolean isSupported()
ICapabilityisSupported in interface ICapabilitypublic String getName()
ICapabilitygetName in interface ICapabilitypublic ITemplate process(ITemplate template, String namespace)
ITemplateProcessingprocess in interface ITemplateProcessingtemplate - The template to processnamespace - The namespace to use when processing the templateCopyright © 2020 Red Hat, Inc. All Rights Reserved.