public class URLFromEnvVarsImpl extends Object implements ServiceToURLProvider
ServiceToURLProvider.ServiceToUrlImplPriority
Modifier and Type | Field and Description |
---|---|
static String |
ANNOTATION_EXPOSE_URL |
static org.slf4j.Logger |
logger |
Constructor and Description |
---|
URLFromEnvVarsImpl() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
String |
getURL(io.fabric8.kubernetes.api.model.Service service,
String portName,
String namespace,
KubernetesClient client) |
public static org.slf4j.Logger logger
public static final String ANNOTATION_EXPOSE_URL
public String getURL(io.fabric8.kubernetes.api.model.Service service, String portName, String namespace, KubernetesClient client)
getURL
in interface ServiceToURLProvider
public int getPriority()
getPriority
in interface ServiceToURLProvider
Copyright © 2015–2021 Red Hat. All rights reserved.