All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> map) |
|
A |
addToHeaders(String key,
String value) |
|
A |
addToHeaders(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 |
addToRequiredMatchers(String key,
String value) |
|
A |
addToRequiredMatchers(Map<String,String> map) |
|
Authorization |
buildAuthorization() |
|
BasicAuth |
buildBasicAuth() |
|
OAuth2 |
buildOauth2() |
|
TLSConfig |
buildTlsConfig() |
|
protected void |
copyInstance(RemoteReadSpec instance) |
|
RemoteReadSpecFluent.AuthorizationNested<A> |
editAuthorization() |
|
RemoteReadSpecFluent.BasicAuthNested<A> |
editBasicAuth() |
|
RemoteReadSpecFluent.Oauth2Nested<A> |
editOauth2() |
|
RemoteReadSpecFluent.AuthorizationNested<A> |
editOrNewAuthorization() |
|
RemoteReadSpecFluent.AuthorizationNested<A> |
editOrNewAuthorizationLike(Authorization item) |
|
RemoteReadSpecFluent.BasicAuthNested<A> |
editOrNewBasicAuth() |
|
RemoteReadSpecFluent.BasicAuthNested<A> |
editOrNewBasicAuthLike(BasicAuth item) |
|
RemoteReadSpecFluent.Oauth2Nested<A> |
editOrNewOauth2() |
|
RemoteReadSpecFluent.Oauth2Nested<A> |
editOrNewOauth2Like(OAuth2 item) |
|
RemoteReadSpecFluent.TlsConfigNested<A> |
editOrNewTlsConfig() |
|
RemoteReadSpecFluent.TlsConfigNested<A> |
editOrNewTlsConfigLike(TLSConfig item) |
|
RemoteReadSpecFluent.TlsConfigNested<A> |
editTlsConfig() |
|
boolean |
equals(Object o) |
|
Map<String,Object> |
getAdditionalProperties() |
|
String |
getBearerToken() |
|
String |
getBearerTokenFile() |
|
Boolean |
getFilterExternalLabels() |
|
Boolean |
getFollowRedirects() |
|
Map<String,String> |
getHeaders() |
|
String |
getName() |
|
String |
getNoProxy() |
|
Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> |
getProxyConnectHeader() |
|
Boolean |
getProxyFromEnvironment() |
|
String |
getProxyUrl() |
|
Boolean |
getReadRecent() |
|
String |
getRemoteTimeout() |
|
Map<String,String> |
getRequiredMatchers() |
|
String |
getUrl() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasAuthorization() |
|
boolean |
hasBasicAuth() |
|
boolean |
hasBearerToken() |
|
boolean |
hasBearerTokenFile() |
|
boolean |
hasFilterExternalLabels() |
|
boolean |
hasFollowRedirects() |
|
int |
hashCode() |
|
boolean |
hasHeaders() |
|
boolean |
hasName() |
|
boolean |
hasNoProxy() |
|
boolean |
hasOauth2() |
|
boolean |
hasProxyConnectHeader() |
|
boolean |
hasProxyFromEnvironment() |
|
boolean |
hasProxyUrl() |
|
boolean |
hasReadRecent() |
|
boolean |
hasRemoteTimeout() |
|
boolean |
hasRequiredMatchers() |
|
boolean |
hasTlsConfig() |
|
boolean |
hasUrl() |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromHeaders(String key) |
|
A |
removeFromHeaders(Map<String,String> map) |
|
A |
removeFromProxyConnectHeader(String key) |
|
A |
removeFromProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map) |
|
A |
removeFromRequiredMatchers(String key) |
|
A |
removeFromRequiredMatchers(Map<String,String> map) |
|
String |
toString() |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withAuthorization(Authorization authorization) |
|
A |
withBasicAuth(BasicAuth basicAuth) |
|
A |
withBearerToken(String bearerToken) |
|
A |
withBearerTokenFile(String bearerTokenFile) |
|
A |
withFilterExternalLabels() |
|
A |
withFilterExternalLabels(Boolean filterExternalLabels) |
|
A |
withFollowRedirects() |
|
A |
withFollowRedirects(Boolean followRedirects) |
|
<K,V> A |
withHeaders(Map<String,String> headers) |
|
A |
withName(String name) |
|
RemoteReadSpecFluent.AuthorizationNested<A> |
withNewAuthorization() |
|
RemoteReadSpecFluent.AuthorizationNested<A> |
withNewAuthorizationLike(Authorization item) |
|
RemoteReadSpecFluent.BasicAuthNested<A> |
withNewBasicAuth() |
|
RemoteReadSpecFluent.BasicAuthNested<A> |
withNewBasicAuthLike(BasicAuth item) |
|
RemoteReadSpecFluent.Oauth2Nested<A> |
withNewOauth2() |
|
RemoteReadSpecFluent.Oauth2Nested<A> |
withNewOauth2Like(OAuth2 item) |
|
RemoteReadSpecFluent.TlsConfigNested<A> |
withNewTlsConfig() |
|
RemoteReadSpecFluent.TlsConfigNested<A> |
withNewTlsConfigLike(TLSConfig item) |
|
A |
withNoProxy(String noProxy) |
|
A |
withOauth2(OAuth2 oauth2) |
|
<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 |
withReadRecent() |
|
A |
withReadRecent(Boolean readRecent) |
|
A |
withRemoteTimeout(String remoteTimeout) |
|
<K,V> A |
withRequiredMatchers(Map<String,String> requiredMatchers) |
|
A |
withTlsConfig(TLSConfig tlsConfig) |
|
A |
withUrl(String url) |
|