public interface ProxyConfigFluent<A extends ProxyConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProxyConfigFluent.ConnectTimeoutNested<N> |
static interface |
ProxyConfigFluent.DiscoveryRefreshDelayNested<N> |
static interface |
ProxyConfigFluent.DrainDurationNested<N> |
static interface |
ProxyConfigFluent.ParentShutdownDurationNested<N> |
String getAvailabilityZone()
Boolean hasAvailabilityZone()
String getBinaryPath()
Boolean hasBinaryPath()
Integer getConcurrency()
Boolean hasConcurrency()
A withNewConcurrency(int arg1)
String getConfigPath()
Boolean hasConfigPath()
@Deprecated Duration getConnectTimeout()
Duration buildConnectTimeout()
Boolean hasConnectTimeout()
ProxyConfigFluent.ConnectTimeoutNested<A> withNewConnectTimeout()
ProxyConfigFluent.ConnectTimeoutNested<A> withNewConnectTimeoutLike(Duration item)
ProxyConfigFluent.ConnectTimeoutNested<A> editConnectTimeout()
ProxyConfigFluent.ConnectTimeoutNested<A> editOrNewConnectTimeout()
ProxyConfigFluent.ConnectTimeoutNested<A> editOrNewConnectTimeoutLike(Duration item)
AuthenticationPolicy getControlPlaneAuthPolicy()
A withControlPlaneAuthPolicy(AuthenticationPolicy controlPlaneAuthPolicy)
Boolean hasControlPlaneAuthPolicy()
String getCustomConfigFile()
Boolean hasCustomConfigFile()
String getDiscoveryAddress()
Boolean hasDiscoveryAddress()
@Deprecated Duration getDiscoveryRefreshDelay()
Duration buildDiscoveryRefreshDelay()
Boolean hasDiscoveryRefreshDelay()
ProxyConfigFluent.DiscoveryRefreshDelayNested<A> withNewDiscoveryRefreshDelay()
ProxyConfigFluent.DiscoveryRefreshDelayNested<A> withNewDiscoveryRefreshDelayLike(Duration item)
ProxyConfigFluent.DiscoveryRefreshDelayNested<A> editDiscoveryRefreshDelay()
ProxyConfigFluent.DiscoveryRefreshDelayNested<A> editOrNewDiscoveryRefreshDelay()
ProxyConfigFluent.DiscoveryRefreshDelayNested<A> editOrNewDiscoveryRefreshDelayLike(Duration item)
@Deprecated Duration getDrainDuration()
Duration buildDrainDuration()
Boolean hasDrainDuration()
ProxyConfigFluent.DrainDurationNested<A> withNewDrainDuration()
ProxyConfigFluent.DrainDurationNested<A> withNewDrainDurationLike(Duration item)
ProxyConfigFluent.DrainDurationNested<A> editDrainDuration()
ProxyConfigFluent.DrainDurationNested<A> editOrNewDrainDuration()
ProxyConfigFluent.DrainDurationNested<A> editOrNewDrainDurationLike(Duration item)
InboundInterceptionMode getInterceptionMode()
A withInterceptionMode(InboundInterceptionMode interceptionMode)
Boolean hasInterceptionMode()
@Deprecated Duration getParentShutdownDuration()
Duration buildParentShutdownDuration()
Boolean hasParentShutdownDuration()
ProxyConfigFluent.ParentShutdownDurationNested<A> withNewParentShutdownDuration()
ProxyConfigFluent.ParentShutdownDurationNested<A> withNewParentShutdownDurationLike(Duration item)
ProxyConfigFluent.ParentShutdownDurationNested<A> editParentShutdownDuration()
ProxyConfigFluent.ParentShutdownDurationNested<A> editOrNewParentShutdownDuration()
ProxyConfigFluent.ParentShutdownDurationNested<A> editOrNewParentShutdownDurationLike(Duration item)
Integer getProxyAdminPort()
Boolean hasProxyAdminPort()
A withNewProxyAdminPort(int arg1)
String getProxyBootstrapTemplatePath()
Boolean hasProxyBootstrapTemplatePath()
String getServiceCluster()
Boolean hasServiceCluster()
Integer getStatNameLength()
Boolean hasStatNameLength()
A withNewStatNameLength(int arg1)
String getStatsdUdpAddress()
Boolean hasStatsdUdpAddress()
String getZipkinAddress()
Boolean hasZipkinAddress()
Copyright © 2017–2018 Red Hat. All rights reserved.