Uses of Interface
org.apache.flink.kubernetes.kubeclient.parameters.KubernetesParameters
-
Packages that use KubernetesParameters Package Description org.apache.flink.kubernetes.kubeclient.parameters -
-
Uses of KubernetesParameters in org.apache.flink.kubernetes.kubeclient.parameters
Classes in org.apache.flink.kubernetes.kubeclient.parameters that implement KubernetesParameters Modifier and Type Class Description classAbstractKubernetesParametersAbstract class for theKubernetesParameters.classKubernetesJobManagerParametersA utility class helps parse, verify, and manage the Kubernetes side parameters that are used for constructing the JobManager Pod and all accompanying resources connected to it.classKubernetesTaskManagerParametersA utility class helps parse, verify, and manage the Kubernetes side parameters that are used for constructing the TaskManager Pod.
-