Package io.fabric8.kubernetes.api.model
Class ClientIPConfigFluentImpl<A extends ClientIPConfigFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ClientIPConfigFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ClientIPConfigFluent<A>
- Direct Known Subclasses:
ClientIPConfigBuilder
,DoneableClientIPConfig
,SessionAffinityConfigFluentImpl.ClientIPNestedImpl
,WatchEventFluentImpl.ClientIPConfigObjectNestedImpl
public class ClientIPConfigFluentImpl<A extends ClientIPConfigFluent<A>> extends BaseFluent<A> implements ClientIPConfigFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ClientIPConfigFluentImpl()
ClientIPConfigFluentImpl(ClientIPConfig instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Integer
getTimeoutSeconds()
Boolean
hasTimeoutSeconds()
A
withNewTimeoutSeconds(int arg1)
A
withNewTimeoutSeconds(String arg1)
A
withTimeoutSeconds(Integer timeoutSeconds)
-
Constructor Details
-
ClientIPConfigFluentImpl
public ClientIPConfigFluentImpl() -
ClientIPConfigFluentImpl
-
-
Method Details
-
getTimeoutSeconds
- Specified by:
getTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withTimeoutSeconds
- Specified by:
withTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
hasTimeoutSeconds
- Specified by:
hasTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withNewTimeoutSeconds
- Specified by:
withNewTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withNewTimeoutSeconds
- Specified by:
withNewTimeoutSeconds
in interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
equals
-