Class StandaloneKubernetesJobManagerFactory


  • public class StandaloneKubernetesJobManagerFactory
    extends java.lang.Object
    Utility class for constructing all the Kubernetes for the JobManager deploying in standalone mode. This can include the Deployment, the ConfigMap(s), and the Service(s).
    • Constructor Detail

      • StandaloneKubernetesJobManagerFactory

        public StandaloneKubernetesJobManagerFactory()
    • Method Detail

      • buildKubernetesJobManagerSpecification

        public static org.apache.flink.kubernetes.kubeclient.KubernetesJobManagerSpecification buildKubernetesJobManagerSpecification​(org.apache.flink.kubernetes.kubeclient.FlinkPod podTemplate,
                                                                                                                                      StandaloneKubernetesJobManagerParameters kubernetesJobManagerParameters)
                                                                                                                               throws java.io.IOException
        Throws:
        java.io.IOException