Class CmdStandaloneTaskManagerDecorator

  • All Implemented Interfaces:
    org.apache.flink.kubernetes.kubeclient.decorators.KubernetesStepDecorator

    public class CmdStandaloneTaskManagerDecorator
    extends org.apache.flink.kubernetes.kubeclient.decorators.AbstractKubernetesStepDecorator
    Attach the command and args to the main container for running the TaskManager in standalone mode.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TASKMANAGER_ENTRYPOINT_ARG  
      • Fields inherited from class org.apache.flink.kubernetes.kubeclient.decorators.AbstractKubernetesStepDecorator

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.flink.kubernetes.kubeclient.FlinkPod decorateFlinkPod​(org.apache.flink.kubernetes.kubeclient.FlinkPod flinkPod)  
      • Methods inherited from class org.apache.flink.kubernetes.kubeclient.decorators.AbstractKubernetesStepDecorator

        buildAccompanyingKubernetesResources
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TASKMANAGER_ENTRYPOINT_ARG

        public static final java.lang.String TASKMANAGER_ENTRYPOINT_ARG
        See Also:
        Constant Field Values
    • Method Detail

      • decorateFlinkPod

        public org.apache.flink.kubernetes.kubeclient.FlinkPod decorateFlinkPod​(org.apache.flink.kubernetes.kubeclient.FlinkPod flinkPod)
        Specified by:
        decorateFlinkPod in interface org.apache.flink.kubernetes.kubeclient.decorators.KubernetesStepDecorator
        Overrides:
        decorateFlinkPod in class org.apache.flink.kubernetes.kubeclient.decorators.AbstractKubernetesStepDecorator