public interface OpenShiftAccessInterface
extends org.uberfire.commons.lifecycle.Disposable
| Modifier and Type | Method and Description |
|---|---|
OpenShiftClient |
getOpenShiftClient(ProviderId providerId)
Gets the OpenShift Client for the provided ProviderId.
|
OpenShiftClient |
newOpenShiftClient(ProviderConfig providerConfig)
Always creates a new OpenShiftClient with the provided Provider configuration.
|
OpenShiftClient getOpenShiftClient(ProviderId providerId)
providerId - the ProviderIdthe (potentially cached) OpenShiftClientOpenShiftClient newOpenShiftClient(ProviderConfig providerConfig)
providerConfig - the Provider configurationthe (not-cached) OpenShiftClientCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.