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) OpenShiftClient
OpenShiftClient newOpenShiftClient(ProviderConfig providerConfig)
providerConfig
- the Provider configurationthe (not-cached) OpenShiftClient
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.