Class V1DaemonEndpointBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1DaemonEndpointFluentImpl<V1DaemonEndpointBuilder>
io.kubernetes.client.openapi.models.V1DaemonEndpointBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1DaemonEndpoint>
,Fluent<V1DaemonEndpointBuilder>
,Visitable<V1DaemonEndpointBuilder>
,VisitableBuilder<io.kubernetes.client.openapi.models.V1DaemonEndpoint,
,V1DaemonEndpointBuilder> V1DaemonEndpointFluent<V1DaemonEndpointBuilder>
public class V1DaemonEndpointBuilder
extends V1DaemonEndpointFluentImpl<V1DaemonEndpointBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1DaemonEndpoint,V1DaemonEndpointBuilder>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1DaemonEndpointBuilder
(io.kubernetes.client.openapi.models.V1DaemonEndpoint instance) V1DaemonEndpointBuilder
(V1DaemonEndpointFluent<?> fluent) V1DaemonEndpointBuilder
(V1DaemonEndpointFluent<?> fluent, io.kubernetes.client.openapi.models.V1DaemonEndpoint instance) V1DaemonEndpointBuilder
(V1DaemonEndpointFluent<?> fluent, io.kubernetes.client.openapi.models.V1DaemonEndpoint instance, Boolean validationEnabled) V1DaemonEndpointBuilder
(V1DaemonEndpointFluent<?> fluent, Boolean validationEnabled) V1DaemonEndpointBuilder
(io.kubernetes.client.openapi.models.V1DaemonEndpoint instance, Boolean validationEnabled) V1DaemonEndpointBuilder
(Boolean validationEnabled) -
Method Summary
Methods inherited from class io.kubernetes.client.openapi.models.V1DaemonEndpointFluentImpl
equals, getPort, hashCode, hasPort, toString, withPort
Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1DaemonEndpointBuilder
public V1DaemonEndpointBuilder() -
V1DaemonEndpointBuilder
-
V1DaemonEndpointBuilder
-
V1DaemonEndpointBuilder
-
V1DaemonEndpointBuilder
public V1DaemonEndpointBuilder(V1DaemonEndpointFluent<?> fluent, io.kubernetes.client.openapi.models.V1DaemonEndpoint instance) -
V1DaemonEndpointBuilder
public V1DaemonEndpointBuilder(V1DaemonEndpointFluent<?> fluent, io.kubernetes.client.openapi.models.V1DaemonEndpoint instance, Boolean validationEnabled) -
V1DaemonEndpointBuilder
public V1DaemonEndpointBuilder(io.kubernetes.client.openapi.models.V1DaemonEndpoint instance) -
V1DaemonEndpointBuilder
public V1DaemonEndpointBuilder(io.kubernetes.client.openapi.models.V1DaemonEndpoint instance, Boolean validationEnabled)
-
-
Method Details