Class V1ClientIPConfigBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ClientIPConfigFluentImpl<V1ClientIPConfigBuilder>
io.kubernetes.client.openapi.models.V1ClientIPConfigBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1ClientIPConfig>
,Fluent<V1ClientIPConfigBuilder>
,Visitable<V1ClientIPConfigBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1ClientIPConfig,
,V1ClientIPConfigBuilder> V1ClientIPConfigFluent<V1ClientIPConfigBuilder>
public class V1ClientIPConfigBuilder
extends V1ClientIPConfigFluentImpl<V1ClientIPConfigBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1ClientIPConfig,V1ClientIPConfigBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ClientIPConfigBuilder
(io.kubernetes.client.openapi.models.V1ClientIPConfig instance) V1ClientIPConfigBuilder
(V1ClientIPConfigFluent<?> fluent) V1ClientIPConfigBuilder
(V1ClientIPConfigFluent<?> fluent, io.kubernetes.client.openapi.models.V1ClientIPConfig instance) V1ClientIPConfigBuilder
(V1ClientIPConfigFluent<?> fluent, io.kubernetes.client.openapi.models.V1ClientIPConfig instance, Boolean validationEnabled) V1ClientIPConfigBuilder
(V1ClientIPConfigFluent<?> fluent, Boolean validationEnabled) V1ClientIPConfigBuilder
(io.kubernetes.client.openapi.models.V1ClientIPConfig instance, Boolean validationEnabled) V1ClientIPConfigBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1ClientIPConfigFluentImpl
equals, getTimeoutSeconds, hashCode, hasTimeoutSeconds, toString, withTimeoutSeconds
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ClientIPConfigBuilder
public V1ClientIPConfigBuilder() -
V1ClientIPConfigBuilder
-
V1ClientIPConfigBuilder
-
V1ClientIPConfigBuilder
-
V1ClientIPConfigBuilder
public V1ClientIPConfigBuilder(V1ClientIPConfigFluent<?> fluent, io.kubernetes.client.openapi.models.V1ClientIPConfig instance) -
V1ClientIPConfigBuilder
public V1ClientIPConfigBuilder(V1ClientIPConfigFluent<?> fluent, io.kubernetes.client.openapi.models.V1ClientIPConfig instance, Boolean validationEnabled) -
V1ClientIPConfigBuilder
public V1ClientIPConfigBuilder(io.kubernetes.client.openapi.models.V1ClientIPConfig instance) -
V1ClientIPConfigBuilder
public V1ClientIPConfigBuilder(io.kubernetes.client.openapi.models.V1ClientIPConfig instance, Boolean validationEnabled)
-
-
Method Details