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 booleanequals(Object o)IntegergetTimeoutSeconds()BooleanhasTimeoutSeconds()AwithNewTimeoutSeconds(int arg1)AwithNewTimeoutSeconds(String arg1)AwithTimeoutSeconds(Integer timeoutSeconds)
-
Constructor Details
-
ClientIPConfigFluentImpl
public ClientIPConfigFluentImpl() -
ClientIPConfigFluentImpl
-
-
Method Details
-
getTimeoutSeconds
- Specified by:
getTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withTimeoutSeconds
- Specified by:
withTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
hasTimeoutSeconds
- Specified by:
hasTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withNewTimeoutSeconds
- Specified by:
withNewTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
withNewTimeoutSeconds
- Specified by:
withNewTimeoutSecondsin interfaceClientIPConfigFluent<A extends ClientIPConfigFluent<A>>
-
equals
-