public interface CubeOpenShiftConfigurationFluent<A extends CubeOpenShiftConfigurationFluent<A>> extends io.fabric8.kubernetes.api.builder.v2_2.Fluent<A>, DefaultConfigurationFluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAutoStartContainers(String... items) |
A |
addToProxiedContainerPorts(String... items) |
String[] |
getAutoStartContainers() |
String |
getDefinitions() |
String |
getDefinitionsFile() |
String |
getPortForwardBindAddress() |
Set<String> |
getProxiedContainerPorts() |
boolean |
isKeepAliveGitServer() |
A |
removeFromAutoStartContainers(String... items) |
A |
removeFromProxiedContainerPorts(String... items) |
A |
withAutoStartContainers(String... autoStartContainers) |
A |
withDefinitions(String definitions) |
A |
withDefinitionsFile(String definitionsFile) |
A |
withKeepAliveGitServer(boolean keepAliveGitServer) |
A |
withPortForwardBindAddress(String portForwardBindAddress) |
A |
withProxiedContainerPorts(Set<String> proxiedContainerPorts) |
A |
withProxiedContainerPorts(String... proxiedContainerPorts) |
addToEnvironmentConfigAdditionalUrls, addToEnvironmentDependencies, addToWaitForServiceList, getDockerRegistry, getEnvironmentConfigAdditionalUrls, getEnvironmentConfigUrl, getEnvironmentDependencies, getEnvironmentSetupScriptUrl, getEnvironmentTeardownScriptUrl, getKubernetesDomain, getMasterUrl, getNamespace, getNamespaceCleanupTimeout, getNamespaceDestroyTimeout, getSessionId, getWaitForServiceList, getWaitPollInterval, getWaitTimeout, isAnsiLoggerEnabled, isEnvironmentInitEnabled, isNamespaceCleanupConfirmationEnabled, isNamespaceCleanupEnabled, isNamespaceDestroyConfirmationEnabled, isNamespaceDestroyEnabled, isNamespaceLazyCreateEnabled, removeFromEnvironmentConfigAdditionalUrls, removeFromEnvironmentDependencies, removeFromWaitForServiceList, withAnsiLoggerEnabled, withDockerRegistry, withEnvironmentConfigAdditionalUrls, withEnvironmentConfigAdditionalUrls, withEnvironmentConfigUrl, withEnvironmentDependencies, withEnvironmentDependencies, withEnvironmentInitEnabled, withEnvironmentSetupScriptUrl, withEnvironmentTeardownScriptUrl, withKubernetesDomain, withMasterUrl, withNamespace, withNamespaceCleanupConfirmationEnabled, withNamespaceCleanupEnabled, withNamespaceCleanupTimeout, withNamespaceDestroyConfirmationEnabled, withNamespaceDestroyEnabled, withNamespaceDestroyTimeout, withNamespaceLazyCreateEnabled, withSessionId, withWaitForServiceList, withWaitForServiceList, withWaitPollInterval, withWaitTimeoutboolean isKeepAliveGitServer()
A withKeepAliveGitServer(boolean keepAliveGitServer)
String getDefinitions()
String getDefinitionsFile()
String[] getAutoStartContainers()
String getPortForwardBindAddress()
Copyright © 2017 JBoss by Red Hat. All rights reserved.