Class StandaloneKubernetesConfigOptionsInternal
- java.lang.Object
-
- org.apache.flink.kubernetes.operator.standalone.StandaloneKubernetesConfigOptionsInternal
-
public class StandaloneKubernetesConfigOptionsInternal extends java.lang.Object
This class holds internal configuration constants used by flink operator when deploying flink clusters in standalone mode.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandaloneKubernetesConfigOptionsInternal.ClusterMode
The different modes that a Flink cluster can be deployed in.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<StandaloneKubernetesConfigOptionsInternal.ClusterMode>
CLUSTER_MODE
static org.apache.flink.configuration.ConfigOption<java.lang.Integer>
KUBERNETES_TASKMANAGER_REPLICAS
-
Constructor Summary
Constructors Constructor Description StandaloneKubernetesConfigOptionsInternal()
-
-
-
Field Detail
-
KUBERNETES_TASKMANAGER_REPLICAS
public static final org.apache.flink.configuration.ConfigOption<java.lang.Integer> KUBERNETES_TASKMANAGER_REPLICAS
-
CLUSTER_MODE
public static final org.apache.flink.configuration.ConfigOption<StandaloneKubernetesConfigOptionsInternal.ClusterMode> CLUSTER_MODE
-
-