Uses of Class
org.apache.flink.kubernetes.kubeclient.KubernetesJobManagerSpecification
-
Packages that use KubernetesJobManagerSpecification Package Description org.apache.flink.kubernetes.kubeclient org.apache.flink.kubernetes.kubeclient.factory -
-
Uses of KubernetesJobManagerSpecification in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient with parameters of type KubernetesJobManagerSpecification Modifier and Type Method Description voidFabric8FlinkKubeClient. createJobManagerComponent(KubernetesJobManagerSpecification kubernetesJMSpec)voidFlinkKubeClient. createJobManagerComponent(KubernetesJobManagerSpecification kubernetesJMSpec)Create the Master components, this can include the Deployment, the ConfigMap(s), and the Service(s). -
Uses of KubernetesJobManagerSpecification in org.apache.flink.kubernetes.kubeclient.factory
Methods in org.apache.flink.kubernetes.kubeclient.factory that return KubernetesJobManagerSpecification Modifier and Type Method Description static KubernetesJobManagerSpecificationKubernetesJobManagerFactory. buildKubernetesJobManagerSpecification(FlinkPod podTemplate, KubernetesJobManagerParameters kubernetesJobManagerParameters)
-