Package io.fabric8.kubernetes.api.model
Interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
SessionAffinityConfigFluent.ClientIPNested<N>
,WatchEventFluent.ClientIPConfigObjectNested<N>
- All Known Implementing Classes:
ClientIPConfigBuilder
,ClientIPConfigFluentImpl
,DoneableClientIPConfig
,SessionAffinityConfigFluentImpl.ClientIPNestedImpl
,WatchEventFluentImpl.ClientIPConfigObjectNestedImpl
public interface ClientIPConfigFluent<A extends ClientIPConfigFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description Integer
getTimeoutSeconds()
Boolean
hasTimeoutSeconds()
A
withNewTimeoutSeconds(int arg1)
A
withNewTimeoutSeconds(String arg1)
A
withTimeoutSeconds(Integer timeoutSeconds)
-
Method Details
-
getTimeoutSeconds
Integer getTimeoutSeconds() -
withTimeoutSeconds
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds() -
withNewTimeoutSeconds
-
withNewTimeoutSeconds
-