Class KubernetesContainerPluginDescriptor
java.lang.Object
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor<de.iip_ecosphere.platform.ecsRuntime.EcsFactoryDescriptor>
de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.ecsRuntime.EcsFactoryDescriptor>
de.iip_ecosphere.platform.ecsRuntime.kubernetes.KubernetesContainerPluginDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.plugins.PluginDescriptor<de.iip_ecosphere.platform.ecsRuntime.EcsFactoryDescriptor>
public class KubernetesContainerPluginDescriptor
extends de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor<de.iip_ecosphere.platform.ecsRuntime.EcsFactoryDescriptor>
The container plugin descriptor returning the implemented
EcsFactoryDescriptor.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor.PluginSupplier<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.support.plugins.SingletonPluginDescriptor
createPluginMethods inherited from class de.iip_ecosphere.platform.support.plugins.DefaultPluginDescriptor
createPlugin, getFurtherIds, getId, getType, initId, initIds, initPluginClass, initPluginSupplier
-
Constructor Details
-
KubernetesContainerPluginDescriptor
public KubernetesContainerPluginDescriptor()Creates the instance via JSL.
-