Uses of Interface
org.guvnor.ala.openshift.config.OpenShiftRuntimeConfig
-
-
Uses of OpenShiftRuntimeConfig in org.guvnor.ala.openshift.access
Methods in org.guvnor.ala.openshift.access with parameters of type OpenShiftRuntimeConfig Modifier and Type Method Description OpenShiftRuntimeStateOpenShiftClient. create(OpenShiftRuntimeConfig runtimeConfig)voidOpenShiftClientListener. trigger(OpenShiftClient client, OpenShiftRuntimeConfig runtimeConfig)Constructors in org.guvnor.ala.openshift.access with parameters of type OpenShiftRuntimeConfig Constructor Description OpenShiftTemplate(OpenShiftClient client, OpenShiftRuntimeConfig runtimeConfig) -
Uses of OpenShiftRuntimeConfig in org.guvnor.ala.openshift.config
Subinterfaces of OpenShiftRuntimeConfig in org.guvnor.ala.openshift.config Modifier and Type Interface Description interfaceOpenShiftRuntimeExecConfigOpenShift runtime execution configuration.Methods in org.guvnor.ala.openshift.config with parameters of type OpenShiftRuntimeConfig Modifier and Type Method Description static OpenShiftParametersOpenShiftParameters. fromRuntimeConfig(OpenShiftRuntimeConfig runtimeConfig) -
Uses of OpenShiftRuntimeConfig in org.guvnor.ala.openshift.config.impl
Classes in org.guvnor.ala.openshift.config.impl that implement OpenShiftRuntimeConfig Modifier and Type Class Description classContextAwareOpenShiftRuntimeExecConfigContext-aware and cloneable implementation of OpenShiftRuntimeExecConfig.classOpenShiftRuntimeConfigImplCloneable implementation of OpenShiftRuntimeConfig.Methods in org.guvnor.ala.openshift.config.impl that return OpenShiftRuntimeConfig Modifier and Type Method Description OpenShiftRuntimeConfigOpenShiftRuntimeConfigImpl. asNewClone(OpenShiftRuntimeConfig source)Methods in org.guvnor.ala.openshift.config.impl with parameters of type OpenShiftRuntimeConfig Modifier and Type Method Description OpenShiftRuntimeConfigOpenShiftRuntimeConfigImpl. asNewClone(OpenShiftRuntimeConfig source) -
Uses of OpenShiftRuntimeConfig in org.guvnor.ala.openshift.executor
Classes in org.guvnor.ala.openshift.executor with type parameters of type OpenShiftRuntimeConfig Modifier and Type Class Description classOpenShiftRuntimeExecExecutor<T extends OpenShiftRuntimeConfig>Responsible for the "create" and "destroy" lifecycle aspects of the openshift runtime.Methods in org.guvnor.ala.openshift.executor with parameters of type OpenShiftRuntimeConfig Modifier and Type Method Description Optional<OpenShiftRuntime>OpenShiftRuntimeExecExecutor. apply(OpenShiftRuntimeConfig config) -
Uses of OpenShiftRuntimeConfig in org.guvnor.ala.openshift.model
Constructors in org.guvnor.ala.openshift.model with parameters of type OpenShiftRuntimeConfig Constructor Description OpenShiftRuntimeInfo(OpenShiftRuntimeConfig runtimeConfig)
-