public class MeshConfigFluentImpl<A extends MeshConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MeshConfigFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
MeshConfigFluentImpl.ConnectTimeoutNestedImpl<N> |
class |
MeshConfigFluentImpl.DefaultConfigNestedImpl<N> |
class |
MeshConfigFluentImpl.OutboundTrafficPolicyNestedImpl<N> |
class |
MeshConfigFluentImpl.RdsRefreshDelayNestedImpl<N> |
class |
MeshConfigFluentImpl.SdsRefreshDelayNestedImpl<N> |
MeshConfigFluent.ConnectTimeoutNested<N>, MeshConfigFluent.DefaultConfigNested<N>, MeshConfigFluent.OutboundTrafficPolicyNested<N>, MeshConfigFluent.RdsRefreshDelayNested<N>, MeshConfigFluent.SdsRefreshDelayNested<N>| Constructor and Description |
|---|
MeshConfigFluentImpl() |
MeshConfigFluentImpl(MeshConfig instance) |
public MeshConfigFluentImpl()
public MeshConfigFluentImpl(MeshConfig instance)
public String getAccessLogFile()
getAccessLogFile in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withAccessLogFile(String accessLogFile)
withAccessLogFile in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasAccessLogFile()
hasAccessLogFile in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public AuthenticationPolicy getAuthPolicy()
getAuthPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withAuthPolicy(AuthenticationPolicy authPolicy)
withAuthPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasAuthPolicy()
hasAuthPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>@Deprecated public Duration getConnectTimeout()
getConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Duration buildConnectTimeout()
buildConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withConnectTimeout(Duration connectTimeout)
withConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasConnectTimeout()
hasConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewConnectTimeout(Integer nanos, Long seconds)
withNewConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.ConnectTimeoutNested<A> withNewConnectTimeout()
withNewConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.ConnectTimeoutNested<A> withNewConnectTimeoutLike(Duration item)
withNewConnectTimeoutLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.ConnectTimeoutNested<A> editConnectTimeout()
editConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.ConnectTimeoutNested<A> editOrNewConnectTimeout()
editOrNewConnectTimeout in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.ConnectTimeoutNested<A> editOrNewConnectTimeoutLike(Duration item)
editOrNewConnectTimeoutLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>@Deprecated public ProxyConfig getDefaultConfig()
getDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public ProxyConfig buildDefaultConfig()
buildDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withDefaultConfig(ProxyConfig defaultConfig)
withDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasDefaultConfig()
hasDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.DefaultConfigNested<A> withNewDefaultConfig()
withNewDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.DefaultConfigNested<A> withNewDefaultConfigLike(ProxyConfig item)
withNewDefaultConfigLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.DefaultConfigNested<A> editDefaultConfig()
editDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.DefaultConfigNested<A> editOrNewDefaultConfig()
editOrNewDefaultConfig in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.DefaultConfigNested<A> editOrNewDefaultConfigLike(ProxyConfig item)
editOrNewDefaultConfigLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean isDisablePolicyChecks()
isDisablePolicyChecks in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withDisablePolicyChecks(Boolean disablePolicyChecks)
withDisablePolicyChecks in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasDisablePolicyChecks()
hasDisablePolicyChecks in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewDisablePolicyChecks(String arg1)
withNewDisablePolicyChecks in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewDisablePolicyChecks(boolean arg1)
withNewDisablePolicyChecks in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean isEnableClientSidePolicyCheck()
isEnableClientSidePolicyCheck in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withEnableClientSidePolicyCheck(Boolean enableClientSidePolicyCheck)
withEnableClientSidePolicyCheck in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasEnableClientSidePolicyCheck()
hasEnableClientSidePolicyCheck in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewEnableClientSidePolicyCheck(String arg1)
withNewEnableClientSidePolicyCheck in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewEnableClientSidePolicyCheck(boolean arg1)
withNewEnableClientSidePolicyCheck in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean isEnableTracing()
isEnableTracing in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withEnableTracing(Boolean enableTracing)
withEnableTracing in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasEnableTracing()
hasEnableTracing in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewEnableTracing(String arg1)
withNewEnableTracing in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewEnableTracing(boolean arg1)
withNewEnableTracing in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public String getIngressClass()
getIngressClass in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withIngressClass(String ingressClass)
withIngressClass in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasIngressClass()
hasIngressClass in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public IngressControllerMode getIngressControllerMode()
getIngressControllerMode in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withIngressControllerMode(IngressControllerMode ingressControllerMode)
withIngressControllerMode in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasIngressControllerMode()
hasIngressControllerMode in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public String getIngressService()
getIngressService in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withIngressService(String ingressService)
withIngressService in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasIngressService()
hasIngressService in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public String getMixerAddress()
getMixerAddress in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withMixerAddress(String mixerAddress)
withMixerAddress in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasMixerAddress()
hasMixerAddress in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public String getMixerCheckServer()
getMixerCheckServer in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withMixerCheckServer(String mixerCheckServer)
withMixerCheckServer in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasMixerCheckServer()
hasMixerCheckServer in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public String getMixerReportServer()
getMixerReportServer in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withMixerReportServer(String mixerReportServer)
withMixerReportServer in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasMixerReportServer()
hasMixerReportServer in interface MeshConfigFluent<A extends MeshConfigFluent<A>>@Deprecated public OutboundTrafficPolicy getOutboundTrafficPolicy()
getOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public OutboundTrafficPolicy buildOutboundTrafficPolicy()
buildOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withOutboundTrafficPolicy(OutboundTrafficPolicy outboundTrafficPolicy)
withOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasOutboundTrafficPolicy()
hasOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.OutboundTrafficPolicyNested<A> withNewOutboundTrafficPolicy()
withNewOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.OutboundTrafficPolicyNested<A> withNewOutboundTrafficPolicyLike(OutboundTrafficPolicy item)
withNewOutboundTrafficPolicyLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.OutboundTrafficPolicyNested<A> editOutboundTrafficPolicy()
editOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.OutboundTrafficPolicyNested<A> editOrNewOutboundTrafficPolicy()
editOrNewOutboundTrafficPolicy in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.OutboundTrafficPolicyNested<A> editOrNewOutboundTrafficPolicyLike(OutboundTrafficPolicy item)
editOrNewOutboundTrafficPolicyLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean isPolicyCheckFailOpen()
isPolicyCheckFailOpen in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withPolicyCheckFailOpen(Boolean policyCheckFailOpen)
withPolicyCheckFailOpen in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasPolicyCheckFailOpen()
hasPolicyCheckFailOpen in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewPolicyCheckFailOpen(String arg1)
withNewPolicyCheckFailOpen in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewPolicyCheckFailOpen(boolean arg1)
withNewPolicyCheckFailOpen in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Integer getProxyHttpPort()
getProxyHttpPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withProxyHttpPort(Integer proxyHttpPort)
withProxyHttpPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasProxyHttpPort()
hasProxyHttpPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewProxyHttpPort(String arg1)
withNewProxyHttpPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewProxyHttpPort(int arg1)
withNewProxyHttpPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Integer getProxyListenPort()
getProxyListenPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withProxyListenPort(Integer proxyListenPort)
withProxyListenPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasProxyListenPort()
hasProxyListenPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewProxyListenPort(String arg1)
withNewProxyListenPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewProxyListenPort(int arg1)
withNewProxyListenPort in interface MeshConfigFluent<A extends MeshConfigFluent<A>>@Deprecated public Duration getRdsRefreshDelay()
getRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Duration buildRdsRefreshDelay()
buildRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withRdsRefreshDelay(Duration rdsRefreshDelay)
withRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasRdsRefreshDelay()
hasRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewRdsRefreshDelay(Integer nanos, Long seconds)
withNewRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.RdsRefreshDelayNested<A> withNewRdsRefreshDelay()
withNewRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.RdsRefreshDelayNested<A> withNewRdsRefreshDelayLike(Duration item)
withNewRdsRefreshDelayLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.RdsRefreshDelayNested<A> editRdsRefreshDelay()
editRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.RdsRefreshDelayNested<A> editOrNewRdsRefreshDelay()
editOrNewRdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.RdsRefreshDelayNested<A> editOrNewRdsRefreshDelayLike(Duration item)
editOrNewRdsRefreshDelayLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>@Deprecated public Duration getSdsRefreshDelay()
getSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Duration buildSdsRefreshDelay()
buildSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withSdsRefreshDelay(Duration sdsRefreshDelay)
withSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasSdsRefreshDelay()
hasSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withNewSdsRefreshDelay(Integer nanos, Long seconds)
withNewSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.SdsRefreshDelayNested<A> withNewSdsRefreshDelay()
withNewSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.SdsRefreshDelayNested<A> withNewSdsRefreshDelayLike(Duration item)
withNewSdsRefreshDelayLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.SdsRefreshDelayNested<A> editSdsRefreshDelay()
editSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.SdsRefreshDelayNested<A> editOrNewSdsRefreshDelay()
editOrNewSdsRefreshDelay in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public MeshConfigFluent.SdsRefreshDelayNested<A> editOrNewSdsRefreshDelayLike(Duration item)
editOrNewSdsRefreshDelayLike in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public String getSdsUdsPath()
getSdsUdsPath in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public A withSdsUdsPath(String sdsUdsPath)
withSdsUdsPath in interface MeshConfigFluent<A extends MeshConfigFluent<A>>public Boolean hasSdsUdsPath()
hasSdsUdsPath in interface MeshConfigFluent<A extends MeshConfigFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.