Package org.apache.flink.kubernetes
Class KubernetesClusterClientFactory
java.lang.Object
org.apache.flink.client.deployment.AbstractContainerizedClusterClientFactory<String>
org.apache.flink.kubernetes.KubernetesClusterClientFactory
- All Implemented Interfaces:
org.apache.flink.client.deployment.ClusterClientFactory<String>
@Internal
public class KubernetesClusterClientFactory
extends org.apache.flink.client.deployment.AbstractContainerizedClusterClientFactory<String>
A
ClusterClientFactory for a Kubernetes cluster.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClusterDescriptor(org.apache.flink.configuration.Configuration configuration) getClusterId(org.apache.flink.configuration.Configuration configuration) booleanisCompatibleWith(org.apache.flink.configuration.Configuration configuration) Methods inherited from class org.apache.flink.client.deployment.AbstractContainerizedClusterClientFactory
getClusterSpecification
-
Constructor Details
-
KubernetesClusterClientFactory
public KubernetesClusterClientFactory()
-
-
Method Details
-
isCompatibleWith
public boolean isCompatibleWith(org.apache.flink.configuration.Configuration configuration) -
createClusterDescriptor
public KubernetesClusterDescriptor createClusterDescriptor(org.apache.flink.configuration.Configuration configuration) -
getClusterId
-
getApplicationTargetName
-