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 IntegergetTimeoutSeconds()BooleanhasTimeoutSeconds()AwithNewTimeoutSeconds(int arg1)AwithNewTimeoutSeconds(String arg1)AwithTimeoutSeconds(Integer timeoutSeconds)
-
Method Details
-
getTimeoutSeconds
Integer getTimeoutSeconds() -
withTimeoutSeconds
-
hasTimeoutSeconds
Boolean hasTimeoutSeconds() -
withNewTimeoutSeconds
-
withNewTimeoutSeconds
-