Class KubernetesJobManagerFactory
java.lang.Object
org.apache.flink.kubernetes.kubeclient.factory.KubernetesJobManagerFactory
Utility class for constructing all the Kubernetes components on the client-side. This can include
the Deployment, the ConfigMap(s), and the Service(s).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildKubernetesJobManagerSpecification(FlinkPod podTemplate, KubernetesJobManagerParameters kubernetesJobManagerParameters)
-
Constructor Details
-
KubernetesJobManagerFactory
public KubernetesJobManagerFactory()
-
-
Method Details
-
buildKubernetesJobManagerSpecification
public static KubernetesJobManagerSpecification buildKubernetesJobManagerSpecification(FlinkPod podTemplate, KubernetesJobManagerParameters kubernetesJobManagerParameters) throws IOException - Throws:
IOException
-