- OpenShiftAccessInterface - Interface in org.guvnor.ala.openshift.access
-
This interface abstracts the OpenShift client creation and caching (per provider id).
- OpenShiftAccessInterfaceImpl - Class in org.guvnor.ala.openshift.access.impl
-
Configures, builds, and caches the openshift client, per provider id.
- OpenShiftAccessInterfaceImpl() - Constructor for class org.guvnor.ala.openshift.access.impl.OpenShiftAccessInterfaceImpl
-
- OpenShiftClient - Class in org.guvnor.ala.openshift.access
-
Guvnor ALA abstraction/wrapper of the io.fabricate Kubernetes/OpenShift client.
- OpenShiftClient(OpenShiftClient) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftClient
-
- OpenShiftClientException - Exception in org.guvnor.ala.openshift.access.exceptions
-
Exception for OpenShift Client interactions.
- OpenShiftClientException(String) - Constructor for exception org.guvnor.ala.openshift.access.exceptions.OpenShiftClientException
-
- OpenShiftClientException(String, Throwable) - Constructor for exception org.guvnor.ala.openshift.access.exceptions.OpenShiftClientException
-
- OpenShiftClientListener - Interface in org.guvnor.ala.openshift.access
-
Hook for just testing purposes at the moment.
- OpenShiftParameters - Class in org.guvnor.ala.openshift.config
-
Compound parameterization for use in a single guvnor ala input string.
- OpenShiftParameters() - Constructor for class org.guvnor.ala.openshift.config.OpenShiftParameters
-
- OpenShiftParameters(String) - Constructor for class org.guvnor.ala.openshift.config.OpenShiftParameters
-
- OpenShiftParameters(String, String) - Constructor for class org.guvnor.ala.openshift.config.OpenShiftParameters
-
- OpenShiftProperty - Enum in org.guvnor.ala.openshift.config
-
All OpenShift provider and runtime configuration parameters.
- OpenShiftProvider - Interface in org.guvnor.ala.openshift.model
-
This interface represent the specifics for the OpenShiftProvider.
- OpenShiftProviderConfig - Interface in org.guvnor.ala.openshift.config
-
OpenShift provider configuration.
- OpenShiftProviderConfigExecutor - Class in org.guvnor.ala.openshift.executor
-
Stores the openshift provider in the runtime registry.
- OpenShiftProviderConfigExecutor(RuntimeRegistry) - Constructor for class org.guvnor.ala.openshift.executor.OpenShiftProviderConfigExecutor
-
- OpenShiftProviderConfigImpl - Class in org.guvnor.ala.openshift.config.impl
-
Cloneable implementation of OpenShiftProviderConfig.
- OpenShiftProviderConfigImpl() - Constructor for class org.guvnor.ala.openshift.config.impl.OpenShiftProviderConfigImpl
-
- OpenShiftProviderConfigImpl(OpenShiftProviderConfig) - Constructor for class org.guvnor.ala.openshift.config.impl.OpenShiftProviderConfigImpl
-
- OpenShiftProviderImpl - Class in org.guvnor.ala.openshift.model
-
OpenShift provider implementation.
- OpenShiftProviderImpl() - Constructor for class org.guvnor.ala.openshift.model.OpenShiftProviderImpl
-
- OpenShiftProviderImpl(String, OpenShiftProviderConfig) - Constructor for class org.guvnor.ala.openshift.model.OpenShiftProviderImpl
-
- OpenShiftProviderImplMarshaller - Class in org.guvnor.ala.openshift.marshalling
-
OpenShiftProviderImpl marshaller implementation.
- OpenShiftProviderImplMarshaller() - Constructor for class org.guvnor.ala.openshift.marshalling.OpenShiftProviderImplMarshaller
-
- OpenShiftProviderType - Class in org.guvnor.ala.openshift.model
-
OpenShift provider type implementation.
- OpenShiftProviderType() - Constructor for class org.guvnor.ala.openshift.model.OpenShiftProviderType
-
- OpenShiftRuntime - Class in org.guvnor.ala.openshift.model
-
OpenShift rutnime implementation.
- OpenShiftRuntime() - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntime
-
- OpenShiftRuntime(String, String, RuntimeConfig, ProviderId, RuntimeEndpoint, RuntimeInfo, RuntimeState) - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntime
-
- OpenShiftRuntimeConfig - Interface in org.guvnor.ala.openshift.config
-
OpenShift provisioning/runtime configuration.
- OpenShiftRuntimeConfigImpl - Class in org.guvnor.ala.openshift.config.impl
-
Cloneable implementation of OpenShiftRuntimeConfig.
- OpenShiftRuntimeConfigImpl() - Constructor for class org.guvnor.ala.openshift.config.impl.OpenShiftRuntimeConfigImpl
-
- OpenShiftRuntimeConfigImpl(String, ProviderId, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.guvnor.ala.openshift.config.impl.OpenShiftRuntimeConfigImpl
-
- OpenShiftRuntimeEndpoint - Class in org.guvnor.ala.openshift.model
-
OpenShift runtime endpoint.
- OpenShiftRuntimeEndpoint() - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntimeEndpoint
-
- OpenShiftRuntimeEndpoint(String, String, Integer, String) - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntimeEndpoint
-
- OpenShiftRuntimeExecConfig - Interface in org.guvnor.ala.openshift.config
-
OpenShift runtime execution configuration.
- OpenShiftRuntimeExecExecutor<T extends OpenShiftRuntimeConfig> - Class in org.guvnor.ala.openshift.executor
-
Responsible for the "create" and "destroy" lifecycle aspects of the openshift runtime.
- OpenShiftRuntimeExecExecutor(RuntimeRegistry, OpenShiftAccessInterface) - Constructor for class org.guvnor.ala.openshift.executor.OpenShiftRuntimeExecExecutor
-
- OpenShiftRuntimeId - Class in org.guvnor.ala.openshift.access
-
Represents a unique openshift runtime in guvnor ala.
- OpenShiftRuntimeId(String, String, String) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftRuntimeId
-
- OpenShiftRuntimeInfo - Class in org.guvnor.ala.openshift.model
-
OpenShift runtime info.
- OpenShiftRuntimeInfo() - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntimeInfo
-
- OpenShiftRuntimeInfo(OpenShiftRuntimeConfig) - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntimeInfo
-
- OpenShiftRuntimeManager - Class in org.guvnor.ala.openshift.service
-
Responsible for the "start", "stop", "restart", and "pause" lifecycle aspects of the openshift runtime.
- OpenShiftRuntimeManager(RuntimeRegistry, OpenShiftAccessInterface) - Constructor for class org.guvnor.ala.openshift.service.OpenShiftRuntimeManager
-
- OpenShiftRuntimeMarshaller - Class in org.guvnor.ala.openshift.marshalling
-
OpenShiftRuntime marshaller implementation.
- OpenShiftRuntimeMarshaller() - Constructor for class org.guvnor.ala.openshift.marshalling.OpenShiftRuntimeMarshaller
-
- OpenShiftRuntimeState - Class in org.guvnor.ala.openshift.model
-
OpenShift runtime state.
- OpenShiftRuntimeState() - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntimeState
-
- OpenShiftRuntimeState(String, String) - Constructor for class org.guvnor.ala.openshift.model.OpenShiftRuntimeState
-
- OpenShiftTemplate - Class in org.guvnor.ala.openshift.access
-
Kubernetes template wrapper/utility for openshift ala.
- OpenShiftTemplate(OpenShiftClient, OpenShiftRuntimeConfig) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftTemplate
-
- OpenShiftTemplate(File) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftTemplate
-
- OpenShiftTemplate(String) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftTemplate
-
- OpenShiftTemplate(URI) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftTemplate
-
- OpenShiftTemplate(URL) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftTemplate
-
- OpenShiftTemplate(InputStream) - Constructor for class org.guvnor.ala.openshift.access.OpenShiftTemplate
-
- OpenShiftTemplate.Parameter - Class in org.guvnor.ala.openshift.access
-
Read-only parameter wrapper.
- org.guvnor.ala.openshift.access - package org.guvnor.ala.openshift.access
-
- org.guvnor.ala.openshift.access.exceptions - package org.guvnor.ala.openshift.access.exceptions
-
- org.guvnor.ala.openshift.access.impl - package org.guvnor.ala.openshift.access.impl
-
- org.guvnor.ala.openshift.config - package org.guvnor.ala.openshift.config
-
- org.guvnor.ala.openshift.config.impl - package org.guvnor.ala.openshift.config.impl
-
- org.guvnor.ala.openshift.executor - package org.guvnor.ala.openshift.executor
-
- org.guvnor.ala.openshift.marshalling - package org.guvnor.ala.openshift.marshalling
-
- org.guvnor.ala.openshift.model - package org.guvnor.ala.openshift.model
-
- org.guvnor.ala.openshift.service - package org.guvnor.ala.openshift.service
-
- outputId() - Method in class org.guvnor.ala.openshift.executor.OpenShiftProviderConfigExecutor
-
- outputId() - Method in class org.guvnor.ala.openshift.executor.OpenShiftRuntimeExecExecutor
-