Uses of Class
org.apache.flink.kubernetes.configuration.KubernetesDeploymentTarget
-
Packages that use KubernetesDeploymentTarget Package Description org.apache.flink.kubernetes.configuration -
-
Uses of KubernetesDeploymentTarget in org.apache.flink.kubernetes.configuration
Methods in org.apache.flink.kubernetes.configuration that return KubernetesDeploymentTarget Modifier and Type Method Description static KubernetesDeploymentTargetKubernetesDeploymentTarget. fromConfig(org.apache.flink.configuration.Configuration configuration)static KubernetesDeploymentTargetKubernetesDeploymentTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static KubernetesDeploymentTarget[]KubernetesDeploymentTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-