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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Reads a KubernetesConfiguration instance from a AbstractSetup.DEFAULT_FNAME in 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, setTransport

    Methods inherited from class de.iip_ecosphere.platform.support.iip_aas.AasBasedSetup

    getAas, setAas

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KubernetesConfiguration

      public KubernetesConfiguration()
  • Method Details