Uses of Class
org.apache.flink.kubernetes.kubeclient.KubernetesJobManagerSpecification
Packages that use KubernetesJobManagerSpecification
Package
Description
-
Uses of KubernetesJobManagerSpecification in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient with parameters of type KubernetesJobManagerSpecificationModifier and TypeMethodDescriptionvoidFabric8FlinkKubeClient.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 KubernetesJobManagerSpecificationModifier and TypeMethodDescriptionKubernetesJobManagerFactory.buildKubernetesJobManagerSpecification(FlinkPod podTemplate, KubernetesJobManagerParameters kubernetesJobManagerParameters)