Class KubernetesProxyLifecycleDescriptor
java.lang.Object
de.iip_ecosphere.platform.ecsRuntime.kubernetes.proxy.KubernetesProxyLifecycleDescriptor
- All Implemented Interfaces:
de.iip_ecosphere.platform.support.LifecycleDescriptor
public class KubernetesProxyLifecycleDescriptor
extends Object
implements de.iip_ecosphere.platform.support.LifecycleDescriptor
Defines the lifecycle for the Kubernetes proxy. A deployment instantiation can decide which lifecycle
descriptors to execute and, thus, may either container manager or proxy optional.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from interface de.iip_ecosphere.platform.support.LifecycleDescriptor
AAS_PRIORITY, CMD_LINE_PRIORITY, INIT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KubernetesProxyLifecycleDescriptor
public KubernetesProxyLifecycleDescriptor()
-
-
Method Details
-
startup
- Specified by:
startupin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
shutdown
public void shutdown()- Specified by:
shutdownin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
getShutdownHook
- Specified by:
getShutdownHookin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-
priority
public int priority()- Specified by:
priorityin interfacede.iip_ecosphere.platform.support.LifecycleDescriptor
-