public class OpenShiftConfigFluent<A extends OpenShiftConfigFluent<A>> extends ConfigFluent<A>
| Constructor and Description |
|---|
OpenShiftConfigFluent() |
OpenShiftConfigFluent(OpenShiftConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyInstance(OpenShiftConfig instance) |
boolean |
equals(Object o) |
Long |
getBuildTimeout() |
Boolean |
getDisableApiGroupCheck() |
String |
getOapiVersion() |
String |
getOpenShiftUrl() |
boolean |
hasBuildTimeout() |
boolean |
hasDisableApiGroupCheck() |
int |
hashCode() |
boolean |
hasOapiVersion() |
boolean |
hasOpenShiftUrl() |
String |
toString() |
A |
withBuildTimeout(Long buildTimeout) |
A |
withDisableApiGroupCheck() |
A |
withDisableApiGroupCheck(Boolean disableApiGroupCheck) |
A |
withOapiVersion(String oapiVersion) |
A |
withOpenShiftUrl(String openShiftUrl) |
copyInstance, withAutoConfigure, withConnectionTimeout, withDisableHostnameVerification, withHttp2Disable, withLoggingInterval, withMaxConcurrentRequests, withOnlyHttpWatches, withRequestRetryBackoffInterval, withRequestRetryBackoffLimit, withRequestTimeout, withScaleTimeout, withTrustCerts, withUploadRequestTimeout, withWatchReconnectInterval, withWatchReconnectLimit, withWebsocketPingIntervaladdAllToContexts, addAllToImpersonateGroups, addAllToNoProxy, addAllToTlsVersions, addToContexts, addToContexts, addToCustomHeaders, addToCustomHeaders, addToErrorMessages, addToErrorMessages, addToImpersonateExtras, addToImpersonateExtras, addToImpersonateGroups, addToImpersonateGroups, addToNoProxy, addToNoProxy, addToTlsVersions, addToTlsVersions, copyInstance, getApiVersion, getAuthProvider, getAutoConfigure, getAutoOAuthToken, getCaCertData, getCaCertFile, getClientCertData, getClientCertFile, getClientKeyAlgo, getClientKeyData, getClientKeyFile, getClientKeyPassphrase, getConnectionTimeout, getContext, getContexts, getCurrentContext, getCustomHeaders, getDisableHostnameVerification, getErrorMessages, getFile, getFirstContext, getHttp2Disable, getHttpProxy, getHttpsProxy, getImpersonateExtras, getImpersonateGroups, getImpersonateUsername, getKeyStoreFile, getKeyStorePassphrase, getLastContext, getLoggingInterval, getMasterUrl, getMatchingContext, getMaxConcurrentRequests, getMaxConcurrentRequestsPerHost, getNamespace, getNoProxy, getOauthToken, getOauthTokenProvider, getOnlyHttpWatches, getPassword, getProxyPassword, getProxyUsername, getRequestRetryBackoffInterval, getRequestRetryBackoffLimit, getRequestTimeout, getScaleTimeout, getTlsVersions, getTrustCerts, getTrustStoreFile, getTrustStorePassphrase, getUploadRequestTimeout, getUserAgent, getUsername, getWatchReconnectInterval, getWatchReconnectLimit, getWebsocketPingInterval, hasApiVersion, hasAuthProvider, hasAutoConfigure, hasAutoOAuthToken, hasCaCertData, hasCaCertFile, hasClientCertData, hasClientCertFile, hasClientKeyAlgo, hasClientKeyData, hasClientKeyFile, hasClientKeyPassphrase, hasConnectionTimeout, hasContexts, hasCurrentContext, hasCustomHeaders, hasDisableHostnameVerification, hasErrorMessages, hasFile, hasHttp2Disable, hasHttpProxy, hasHttpsProxy, hasImpersonateExtras, hasImpersonateGroups, hasImpersonateUsername, hasKeyStoreFile, hasKeyStorePassphrase, hasLoggingInterval, hasMasterUrl, hasMatchingContext, hasMaxConcurrentRequests, hasMaxConcurrentRequestsPerHost, hasNamespace, hasNoProxy, hasOauthToken, hasOauthTokenProvider, hasOnlyHttpWatches, hasPassword, hasProxyPassword, hasProxyUsername, hasRequestRetryBackoffInterval, hasRequestRetryBackoffLimit, hasRequestTimeout, hasScaleTimeout, hasTlsVersions, hasTrustCerts, hasTrustStoreFile, hasTrustStorePassphrase, hasUploadRequestTimeout, hasUserAgent, hasUsername, hasWatchReconnectInterval, hasWatchReconnectLimit, hasWebsocketPingInterval, removeAllFromContexts, removeAllFromImpersonateGroups, removeAllFromNoProxy, removeAllFromTlsVersions, removeFromContexts, removeFromCustomHeaders, removeFromCustomHeaders, removeFromErrorMessages, removeFromErrorMessages, removeFromImpersonateExtras, removeFromImpersonateExtras, removeFromImpersonateGroups, removeFromNoProxy, removeFromTlsVersions, setToContexts, setToImpersonateGroups, setToNoProxy, setToTlsVersions, withApiVersion, withAuthProvider, withAutoConfigure, withAutoConfigure, withAutoOAuthToken, withCaCertData, withCaCertFile, withClientCertData, withClientCertFile, withClientKeyAlgo, withClientKeyData, withClientKeyFile, withClientKeyPassphrase, withConnectionTimeout, withContexts, withContexts, withCurrentContext, withCustomHeaders, withDisableHostnameVerification, withDisableHostnameVerification, withErrorMessages, withFile, withHttp2Disable, withHttp2Disable, withHttpProxy, withHttpsProxy, withImpersonateExtras, withImpersonateGroups, withImpersonateUsername, withKeyStoreFile, withKeyStorePassphrase, withLoggingInterval, withMasterUrl, withMaxConcurrentRequests, withMaxConcurrentRequestsPerHost, withNamespace, withNoProxy, withOauthToken, withOauthTokenProvider, withOnlyHttpWatches, withOnlyHttpWatches, withPassword, withProxyPassword, withProxyUsername, withRequestRetryBackoffInterval, withRequestRetryBackoffLimit, withRequestTimeout, withScaleTimeout, withTlsVersions, withTrustCerts, withTrustCerts, withTrustStoreFile, withTrustStorePassphrase, withUploadRequestTimeout, withUserAgent, withUsername, withWatchReconnectInterval, withWatchReconnectLimit, withWebsocketPingIntervalpublic OpenShiftConfigFluent()
public OpenShiftConfigFluent(OpenShiftConfig instance)
protected void copyInstance(OpenShiftConfig instance)
public String getOapiVersion()
public boolean hasOapiVersion()
public String getOpenShiftUrl()
public boolean hasOpenShiftUrl()
public Long getBuildTimeout()
public boolean hasBuildTimeout()
public Boolean getDisableApiGroupCheck()
public boolean hasDisableApiGroupCheck()
public boolean equals(Object o)
equals in class SundrioConfigFluent<A extends OpenShiftConfigFluent<A>>public int hashCode()
hashCode in class SundrioConfigFluent<A extends OpenShiftConfigFluent<A>>public String toString()
toString in class SundrioConfigFluent<A extends OpenShiftConfigFluent<A>>public A withDisableApiGroupCheck()
Copyright © 2015–2024 Red Hat. All rights reserved.