All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
A |
addToAdditionalProperties(String key,
Object value) |
|
A |
addToAdditionalProperties(Map<String,Object> 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) |
|
SafeAuthorization |
buildAuthorization() |
|
BasicAuth |
buildBasicAuth() |
|
OAuth2 |
buildOauth2() |
|
SafeTLSConfig |
buildTlsConfig() |
|
protected void |
copyInstance(LightSailSDConfig instance) |
|
LightSailSDConfigFluent.AuthorizationNested<A> |
editAuthorization() |
|
LightSailSDConfigFluent.BasicAuthNested<A> |
editBasicAuth() |
|
LightSailSDConfigFluent.Oauth2Nested<A> |
editOauth2() |
|
LightSailSDConfigFluent.AuthorizationNested<A> |
editOrNewAuthorization() |
|
LightSailSDConfigFluent.AuthorizationNested<A> |
editOrNewAuthorizationLike(SafeAuthorization item) |
|
LightSailSDConfigFluent.BasicAuthNested<A> |
editOrNewBasicAuth() |
|
LightSailSDConfigFluent.BasicAuthNested<A> |
editOrNewBasicAuthLike(BasicAuth item) |
|
LightSailSDConfigFluent.Oauth2Nested<A> |
editOrNewOauth2() |
|
LightSailSDConfigFluent.Oauth2Nested<A> |
editOrNewOauth2Like(OAuth2 item) |
|
LightSailSDConfigFluent.TlsConfigNested<A> |
editOrNewTlsConfig() |
|
LightSailSDConfigFluent.TlsConfigNested<A> |
editOrNewTlsConfigLike(SafeTLSConfig item) |
|
LightSailSDConfigFluent.TlsConfigNested<A> |
editTlsConfig() |
|
boolean |
equals(Object o) |
|
io.fabric8.kubernetes.api.model.SecretKeySelector |
getAccessKey() |
|
Map<String,Object> |
getAdditionalProperties() |
|
Boolean |
getEnableHTTP2() |
|
String |
getEndpoint() |
|
Boolean |
getFollowRedirects() |
|
String |
getNoProxy() |
|
Integer |
getPort() |
|
Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> |
getProxyConnectHeader() |
|
Boolean |
getProxyFromEnvironment() |
|
String |
getProxyUrl() |
|
String |
getRefreshInterval() |
|
String |
getRegion() |
|
String |
getRoleARN() |
|
io.fabric8.kubernetes.api.model.SecretKeySelector |
getSecretKey() |
|
boolean |
hasAccessKey() |
|
boolean |
hasAdditionalProperties() |
|
boolean |
hasAuthorization() |
|
boolean |
hasBasicAuth() |
|
boolean |
hasEnableHTTP2() |
|
boolean |
hasEndpoint() |
|
boolean |
hasFollowRedirects() |
|
int |
hashCode() |
|
boolean |
hasNoProxy() |
|
boolean |
hasOauth2() |
|
boolean |
hasPort() |
|
boolean |
hasProxyConnectHeader() |
|
boolean |
hasProxyFromEnvironment() |
|
boolean |
hasProxyUrl() |
|
boolean |
hasRefreshInterval() |
|
boolean |
hasRegion() |
|
boolean |
hasRoleARN() |
|
boolean |
hasSecretKey() |
|
boolean |
hasTlsConfig() |
|
A |
removeFromAdditionalProperties(String key) |
|
A |
removeFromAdditionalProperties(Map<String,Object> map) |
|
A |
removeFromProxyConnectHeader(String key) |
|
A |
removeFromProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map) |
|
String |
toString() |
|
A |
withAccessKey(io.fabric8.kubernetes.api.model.SecretKeySelector accessKey) |
|
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
|
A |
withAuthorization(SafeAuthorization authorization) |
|
A |
withBasicAuth(BasicAuth basicAuth) |
|
A |
withEnableHTTP2() |
|
A |
withEnableHTTP2(Boolean enableHTTP2) |
|
A |
withEndpoint(String endpoint) |
|
A |
withFollowRedirects() |
|
A |
withFollowRedirects(Boolean followRedirects) |
|
A |
withNewAccessKey(String key,
String name,
Boolean optional) |
|
LightSailSDConfigFluent.AuthorizationNested<A> |
withNewAuthorization() |
|
LightSailSDConfigFluent.AuthorizationNested<A> |
withNewAuthorizationLike(SafeAuthorization item) |
|
LightSailSDConfigFluent.BasicAuthNested<A> |
withNewBasicAuth() |
|
LightSailSDConfigFluent.BasicAuthNested<A> |
withNewBasicAuthLike(BasicAuth item) |
|
LightSailSDConfigFluent.Oauth2Nested<A> |
withNewOauth2() |
|
LightSailSDConfigFluent.Oauth2Nested<A> |
withNewOauth2Like(OAuth2 item) |
|
A |
withNewSecretKey(String key,
String name,
Boolean optional) |
|
LightSailSDConfigFluent.TlsConfigNested<A> |
withNewTlsConfig() |
|
LightSailSDConfigFluent.TlsConfigNested<A> |
withNewTlsConfigLike(SafeTLSConfig item) |
|
A |
withNoProxy(String noProxy) |
|
A |
withOauth2(OAuth2 oauth2) |
|
A |
withPort(Integer port) |
|
<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 |
withRegion(String region) |
|
A |
withRoleARN(String roleARN) |
|
A |
withSecretKey(io.fabric8.kubernetes.api.model.SecretKeySelector secretKey) |
|
A |
withTlsConfig(SafeTLSConfig tlsConfig) |
|