public interface ConnectionPoolSettingsTCPSettingsTcpKeepaliveFluent<A extends ConnectionPoolSettingsTCPSettingsTcpKeepaliveFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getInterval() |
Integer |
getProbes() |
String |
getTime() |
Boolean |
hasInterval() |
Boolean |
hasProbes() |
Boolean |
hasTime() |
A |
withInterval(String interval) |
A |
withNewInterval(String arg0)
Deprecated.
|
A |
withNewTime(String arg0)
Deprecated.
|
A |
withProbes(Integer probes) |
A |
withTime(String time) |
String getInterval()
Boolean hasInterval()
@Deprecated A withNewInterval(String arg0)
Integer getProbes()
Boolean hasProbes()
String getTime()
Boolean hasTime()
@Deprecated A withNewTime(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.