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
  • Constructor Details

    • KubernetesProxyLifecycleDescriptor

      public KubernetesProxyLifecycleDescriptor()
  • Method Details

    • startup

      public void startup(String[] args)
      Specified by:
      startup in interface de.iip_ecosphere.platform.support.LifecycleDescriptor
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface de.iip_ecosphere.platform.support.LifecycleDescriptor
    • getShutdownHook

      public Thread getShutdownHook()
      Specified by:
      getShutdownHook in interface de.iip_ecosphere.platform.support.LifecycleDescriptor
    • priority

      public int priority()
      Specified by:
      priority in interface de.iip_ecosphere.platform.support.LifecycleDescriptor