Class StandaloneKubernetesConfigOptionsInternal
- java.lang.Object
-
- org.apache.flink.kubernetes.operator.standalone.StandaloneKubernetesConfigOptionsInternal
-
public class StandaloneKubernetesConfigOptionsInternal extends java.lang.ObjectThis 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 classStandaloneKubernetesConfigOptionsInternal.ClusterModeThe 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_MODEstatic 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
-
-