Class KubernetesJobManagerFactory
- java.lang.Object
-
- org.apache.flink.kubernetes.kubeclient.factory.KubernetesJobManagerFactory
-
public class KubernetesJobManagerFactory extends Object
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 Constructor Description KubernetesJobManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KubernetesJobManagerSpecification
buildKubernetesJobManagerSpecification(FlinkPod podTemplate, KubernetesJobManagerParameters kubernetesJobManagerParameters)
-
-
-
Method Detail
-
buildKubernetesJobManagerSpecification
public static KubernetesJobManagerSpecification buildKubernetesJobManagerSpecification(FlinkPod podTemplate, KubernetesJobManagerParameters kubernetesJobManagerParameters) throws IOException
- Throws:
IOException
-
-