public interface OpenShiftClientService
| Modifier and Type | Method and Description |
|---|---|
DefaultSettings |
getDefaultSettings()
Gets the OpenShift provisioning by default settings.
|
TemplateDescriptorModel |
getTemplateModel(String url)
Gets the template descriptor model for a template pointed by a given url.
|
boolean |
isValidProjectName(String projectName)
Indicates if an OpenShift project name is valid.
|
DefaultSettings getDefaultSettings()
TemplateDescriptorModel getTemplateModel(String url)
url - location of the template file.boolean isValidProjectName(String projectName)
projectName - an OpenShift project name to check.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.