public interface KubernetesServiceInstanceMapper<T>
Modifier and Type | Method and Description |
---|---|
static String |
createHost(String serviceName,
String namespace,
String clusterDomain) |
static Map<String,String> |
getMapWithPrefixedKeys(Map<String,String> map,
String prefix) |
static boolean |
isSecure(Map<String,String> labels,
Map<String,String> annotations,
String servicePortName,
Integer servicePort) |
KubernetesServiceInstance |
map(T service) |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.