Uses of Class
org.apache.flink.kubernetes.kubeclient.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient that return types with arguments of type EndpointModifier and TypeMethodDescriptionFabric8FlinkKubeClient.getRestEndpoint(String clusterId) FlinkKubeClient.getRestEndpoint(String clusterId) Get the rest endpoint for access outside cluster. -
Uses of Endpoint in org.apache.flink.kubernetes.kubeclient.services
Methods in org.apache.flink.kubernetes.kubeclient.services that return types with arguments of type EndpointModifier and TypeMethodDescriptionClusterIPService.getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType) LoadBalancerService.getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType) NodePortService.getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType) ServiceType.getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType) Gets the rest endpoint from the kubernetes service.