Uses of Class
org.apache.flink.kubernetes.kubeclient.services.ServiceType
Packages that use ServiceType
Package
Description
-
Uses of ServiceType in org.apache.flink.kubernetes.configuration
Methods in org.apache.flink.kubernetes.configuration that return ServiceType -
Uses of ServiceType in org.apache.flink.kubernetes.kubeclient.services
Subclasses of ServiceType in org.apache.flink.kubernetes.kubeclient.servicesModifier and TypeClassDescriptionclassThe service type of ClusterIP.classThe service type of Headless ClusterIP, which is an variant of ClusterIP.classThe service type of LoadBalancer.classThe service type of NodePort.