Class KubernetesConfiguration
java.lang.Object
de.iip_ecosphere.platform.support.setup.AbstractSetup
de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
de.iip_ecosphere.platform.ecsRuntime.EcsSetup
de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesConfiguration
public class KubernetesConfiguration
extends de.iip_ecosphere.platform.ecsRuntime.EcsSetup
Implements the Kubernetes specific configuration. For configuration prerequisites, see
EcsSetup.- Author:
- Ahmad Alomosh, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.ecsRuntime.EcsSetup
de.iip_ecosphere.platform.ecsRuntime.EcsSetup.AbstractManagerSetup -
Field Summary
Fields inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
DEFAULT_FNAME, DEFAULT_NAME, DEFAULT_OVERRIDE_FNAME, PARAM_PLUGINS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KubernetesConfigurationReads aKubernetesConfigurationinstance from aAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.Methods inherited from class de.iip_ecosphere.platform.ecsRuntime.EcsSetup
getArtifactInfixes, getAutoOnOffboarding, getMonitoringUpdatePeriod, getNetMgr, getTransport, readConfiguration, readConfiguration, setArtifactInfixes, setAutoOnOffboarding, setMonitoringUpdatePeriod, setNetMgr, setTransportMethods inherited from class de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup
getAas, setAasMethods inherited from class de.iip_ecosphere.platform.support.setup.AbstractSetup
getDefaultFileName, getPluginsFolder, isNotEmpty, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYaml, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readFromYamlWithPath, readMappingFromYaml, readMappingFromYaml, setDefaultFileName, setPluginsFolder, setPluginsFolderFile
-
Constructor Details
-
KubernetesConfiguration
public KubernetesConfiguration()
-
-
Method Details
-
readFromYaml
Reads aKubernetesConfigurationinstance from aAbstractSetup.DEFAULT_FNAMEin the root folder of the jar/classpath.- Returns:
- configuration instance
-