public class V1ClientIPConfigFluentImpl<A extends V1ClientIPConfigFluent<A>> extends BaseFluent<A> implements V1ClientIPConfigFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ClientIPConfigFluentImpl() |
V1ClientIPConfigFluentImpl(io.kubernetes.client.openapi.models.V1ClientIPConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getTimeoutSeconds() |
int |
hashCode() |
Boolean |
hasTimeoutSeconds() |
A |
withTimeoutSeconds(Integer timeoutSeconds) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1ClientIPConfigFluentImpl()
public V1ClientIPConfigFluentImpl(io.kubernetes.client.openapi.models.V1ClientIPConfig instance)
public Integer getTimeoutSeconds()
getTimeoutSeconds in interface V1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>public A withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds in interface V1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>public Boolean hasTimeoutSeconds()
hasTimeoutSeconds in interface V1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>Copyright © 2022. All rights reserved.