All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addAllToServices(Collection<String> items) |
|
A |
addAllToTags(Collection<String> items) |
|
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToNodeMeta(String key,
String value) |
|
A |
addToNodeMeta(Map<String,String> map) |
|
A |
addToProxyConnectHeader(String key,
List<io.fabric8.kubernetes.api.model.SecretKeySelector> value) |
|
A |
addToProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map) |
|
A |
addToServices(int index,
String item) |
|
A |
addToServices(String... items) |
|
A |
addToTags(int index,
String item) |
|
A |
addToTags(String... items) |
|
SafeAuthorization |
buildAuthorization() |
|
BasicAuth |
buildBasicAuth() |
|
OAuth2 |
buildOauth2() |
|
SafeTLSConfig |
buildTlsConfig() |
|
protected void |
copyInstance(ConsulSDConfig instance) |
|
ConsulSDConfigFluent.AuthorizationNested<A> |
editAuthorization() |
|
ConsulSDConfigFluent.BasicAuthNested<A> |
editBasicAuth() |
|
ConsulSDConfigFluent.Oauth2Nested<A> |
editOauth2() |
|
ConsulSDConfigFluent.AuthorizationNested<A> |
editOrNewAuthorization() |
|
ConsulSDConfigFluent.AuthorizationNested<A> |
editOrNewAuthorizationLike(SafeAuthorization item) |
|
ConsulSDConfigFluent.BasicAuthNested<A> |
editOrNewBasicAuth() |
|
ConsulSDConfigFluent.BasicAuthNested<A> |
editOrNewBasicAuthLike(BasicAuth item) |
|
ConsulSDConfigFluent.Oauth2Nested<A> |
editOrNewOauth2() |
|
ConsulSDConfigFluent.Oauth2Nested<A> |
editOrNewOauth2Like(OAuth2 item) |
|
ConsulSDConfigFluent.TlsConfigNested<A> |
editOrNewTlsConfig() |
|
ConsulSDConfigFluent.TlsConfigNested<A> |
editOrNewTlsConfigLike(SafeTLSConfig item) |
|
ConsulSDConfigFluent.TlsConfigNested<A> |
editTlsConfig() |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
Boolean |
getAllowStale() |
|
String |
getDatacenter() |
|
Boolean |
getEnableHTTP2() |
|
String |
getFilter() |
|
String |
getFirstService() |
|
String |
getFirstTag() |
|
Boolean |
getFollowRedirects() |
|
String |
getLastService() |
|
String |
getLastTag() |
|
String |
getMatchingService(Predicate<String> predicate) |
|
String |
getMatchingTag(Predicate<String> predicate) |
|
String |
getNamespace() |
|
Map<String,String> |
getNodeMeta() |
|
String |
getNoProxy() |
|
String |
getPartition() |
|
String |
getPathPrefix() |
|
Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> |
getProxyConnectHeader() |
|
Boolean |
getProxyFromEnvironment() |
|
String |
getProxyUrl() |
|
String |
getRefreshInterval() |
|
String |
getScheme() |
|
String |
getServer() |
|
String |
getService(int index) |
|
List<String> |
getServices() |
|
String |
getTag(int index) |
|
List<String> |
getTags() |
|
String |
getTagSeparator() |
|
io.fabric8.kubernetes.api.model.SecretKeySelector |
getTokenRef() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasAllowStale() |
|
boolean |
hasAuthorization() |
|
boolean |
hasBasicAuth() |
|
boolean |
hasDatacenter() |
|
boolean |
hasEnableHTTP2() |
|
boolean |
hasFilter() |
|
boolean |
hasFollowRedirects() |
|
int |
hashCode() |
|
boolean |
hasMatchingService(Predicate<String> predicate) |
|
boolean |
hasMatchingTag(Predicate<String> predicate) |
|
boolean |
hasNamespace() |
|
boolean |
hasNodeMeta() |
|
boolean |
hasNoProxy() |
|
boolean |
hasOauth2() |
|
boolean |
hasPartition() |
|
boolean |
hasPathPrefix() |
|
boolean |
hasProxyConnectHeader() |
|
boolean |
hasProxyFromEnvironment() |
|
boolean |
hasProxyUrl() |
|
boolean |
hasRefreshInterval() |
|
boolean |
hasScheme() |
|
boolean |
hasServer() |
|
boolean |
hasServices() |
|
boolean |
hasTags() |
|
boolean |
hasTagSeparator() |
|
boolean |
hasTlsConfig() |
|
boolean |
hasTokenRef() |
|
A |
removeAllFromServices(Collection<String> items) |
|
A |
removeAllFromTags(Collection<String> items) |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromNodeMeta(String key) |
|
A |
removeFromNodeMeta(Map<String,String> map) |
|
A |
removeFromProxyConnectHeader(String key) |
|
A |
removeFromProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map) |
|
A |
removeFromServices(String... items) |
|
A |
removeFromTags(String... items) |
|
A |
setToServices(int index,
String item) |
|
A |
setToTags(int index,
String item) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withAllowStale() |
|
A |
withAllowStale(Boolean allowStale) |
|
A |
withAuthorization(SafeAuthorization authorization) |
|
A |
withBasicAuth(BasicAuth basicAuth) |
|
A |
withDatacenter(String datacenter) |
|
A |
withEnableHTTP2() |
|
A |
withEnableHTTP2(Boolean enableHTTP2) |
|
A |
withFilter(String filter) |
|
A |
withFollowRedirects() |
|
A |
withFollowRedirects(Boolean followRedirects) |
|
A |
withNamespace(String namespace) |
|
ConsulSDConfigFluent.AuthorizationNested<A> |
withNewAuthorization() |
|
ConsulSDConfigFluent.AuthorizationNested<A> |
withNewAuthorizationLike(SafeAuthorization item) |
|
ConsulSDConfigFluent.BasicAuthNested<A> |
withNewBasicAuth() |
|
ConsulSDConfigFluent.BasicAuthNested<A> |
withNewBasicAuthLike(BasicAuth item) |
|
ConsulSDConfigFluent.Oauth2Nested<A> |
withNewOauth2() |
|
ConsulSDConfigFluent.Oauth2Nested<A> |
withNewOauth2Like(OAuth2 item) |
|
ConsulSDConfigFluent.TlsConfigNested<A> |
withNewTlsConfig() |
|
ConsulSDConfigFluent.TlsConfigNested<A> |
withNewTlsConfigLike(SafeTLSConfig item) |
|
A |
withNewTokenRef(String key,
String name,
Boolean optional) |
|
<K,V> A |
withNodeMeta(Map<String,String> nodeMeta) |
|
A |
withNoProxy(String noProxy) |
|
A |
withOauth2(OAuth2 oauth2) |
|
A |
withPartition(String partition) |
|
A |
withPathPrefix(String pathPrefix) |
|
<K,V> A |
withProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader) |
|
A |
withProxyFromEnvironment() |
|
A |
withProxyFromEnvironment(Boolean proxyFromEnvironment) |
|
A |
withProxyUrl(String proxyUrl) |
|
A |
withRefreshInterval(String refreshInterval) |
|
A |
withScheme(String scheme) |
|
A |
withServer(String server) |
|
A |
withServices(String... services) |
|
A |
withServices(List<String> services) |
|
A |
withTags(String... tags) |
|
A |
withTags(List<String> tags) |
|
A |
withTagSeparator(String tagSeparator) |
|
A |
withTlsConfig(SafeTLSConfig tlsConfig) |
|
A |
withTokenRef(io.fabric8.kubernetes.api.model.SecretKeySelector tokenRef) |
|