Package org.apache.flink.kubernetes.kubeclient.services
-
Class Summary Class Description ClusterIPService The service type of ClusterIP.HeadlessClusterIPService The service type of Headless ClusterIP, which is an variant of ClusterIP.LoadBalancerService The service type of LoadBalancer.NodePortService The service type of NodePort.ServiceType An abstract class represents the service type that flink supported.