Class V1ClientIPConfigFluentImpl<A extends V1ClientIPConfigFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ClientIPConfigFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1ClientIPConfigFluent<A>
- Direct Known Subclasses:
V1ClientIPConfigBuilder
public class V1ClientIPConfigFluentImpl<A extends V1ClientIPConfigFluent<A>>
extends BaseFluent<A>
implements V1ClientIPConfigFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1ClientIPConfigFluentImpl(io.kubernetes.client.openapi.models.V1ClientIPConfig instance) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()withTimeoutSeconds(Integer timeoutSeconds) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ClientIPConfigFluentImpl
public V1ClientIPConfigFluentImpl() -
V1ClientIPConfigFluentImpl
public V1ClientIPConfigFluentImpl(io.kubernetes.client.openapi.models.V1ClientIPConfig instance)
-
-
Method Details
-
getTimeoutSeconds
- Specified by:
getTimeoutSecondsin interfaceV1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>
-
withTimeoutSeconds
- Specified by:
withTimeoutSecondsin interfaceV1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>
-
hasTimeoutSeconds
- Specified by:
hasTimeoutSecondsin interfaceV1ClientIPConfigFluent<A extends V1ClientIPConfigFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1ClientIPConfigFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1ClientIPConfigFluent<A>>
-
toString
-