Uses of Class
org.apache.flink.kubernetes.configuration.KubernetesConfigOptions.ServiceExposedType
-
-
Uses of KubernetesConfigOptions.ServiceExposedType in org.apache.flink.kubernetes.configuration
Fields in org.apache.flink.kubernetes.configuration with type parameters of type KubernetesConfigOptions.ServiceExposedType Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<KubernetesConfigOptions.ServiceExposedType>KubernetesConfigOptions. REST_SERVICE_EXPOSED_TYPEMethods in org.apache.flink.kubernetes.configuration that return KubernetesConfigOptions.ServiceExposedType Modifier and Type Method Description static KubernetesConfigOptions.ServiceExposedTypeKubernetesConfigOptions.ServiceExposedType. valueOf(String name)Returns the enum constant of this type with the specified name.static KubernetesConfigOptions.ServiceExposedType[]KubernetesConfigOptions.ServiceExposedType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KubernetesConfigOptions.ServiceExposedType in org.apache.flink.kubernetes.kubeclient.parameters
Methods in org.apache.flink.kubernetes.kubeclient.parameters that return KubernetesConfigOptions.ServiceExposedType Modifier and Type Method Description KubernetesConfigOptions.ServiceExposedTypeKubernetesJobManagerParameters. getRestServiceExposedType() -
Uses of KubernetesConfigOptions.ServiceExposedType in org.apache.flink.kubernetes.kubeclient.services
Methods in org.apache.flink.kubernetes.kubeclient.services that return KubernetesConfigOptions.ServiceExposedType Modifier and Type Method Description static KubernetesConfigOptions.ServiceExposedTypeServiceType. classify(io.fabric8.kubernetes.api.model.Service service)
-