Uses of Class
org.apache.flink.kubernetes.kubeclient.Endpoint
-
Packages that use Endpoint Package Description org.apache.flink.kubernetes.kubeclient org.apache.flink.kubernetes.kubeclient.services -
-
Uses of Endpoint in org.apache.flink.kubernetes.kubeclient
Methods in org.apache.flink.kubernetes.kubeclient that return types with arguments of type Endpoint Modifier and Type Method Description Optional<Endpoint>Fabric8FlinkKubeClient. getRestEndpoint(String clusterId)Optional<Endpoint>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 Endpoint Modifier and Type Method Description Optional<Endpoint>ClusterIPService. getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType)Optional<Endpoint>LoadBalancerService. getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType)Optional<Endpoint>NodePortService. getRestEndpoint(io.fabric8.kubernetes.api.model.Service targetService, io.fabric8.kubernetes.client.NamespacedKubernetesClient internalClient, KubernetesConfigOptions.NodePortAddressType nodePortAddressType)abstract Optional<Endpoint>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.
-