Package io.fabric8.kubernetes.client
Class URLFromClusterIPImpl
java.lang.Object
io.fabric8.kubernetes.client.URLFromClusterIPImpl
- All Implemented Interfaces:
ServiceToURLProvider
public class URLFromClusterIPImpl extends Object implements ServiceToURLProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.client.ServiceToURLProvider
ServiceToURLProvider.ServiceToUrlImplPriority -
Constructor Summary
Constructors Constructor Description URLFromClusterIPImpl() -
Method Summary
Modifier and Type Method Description intgetPriority()StringgetURL(io.fabric8.kubernetes.api.model.Service service, String portName, String namespace, KubernetesClient client)
-
Constructor Details
-
URLFromClusterIPImpl
public URLFromClusterIPImpl()
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceServiceToURLProvider
-
getURL
public String getURL(io.fabric8.kubernetes.api.model.Service service, String portName, String namespace, KubernetesClient client)- Specified by:
getURLin interfaceServiceToURLProvider
-