Class V1NodeDaemonEndpointsBuilder
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsFluentImpl<V1NodeDaemonEndpointsBuilder>
io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsBuilder
- All Implemented Interfaces:
Builder<io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints>,Fluent<V1NodeDaemonEndpointsBuilder>,Visitable<V1NodeDaemonEndpointsBuilder>,VisitableBuilder<io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints,,V1NodeDaemonEndpointsBuilder> V1NodeDaemonEndpointsFluent<V1NodeDaemonEndpointsBuilder>
public class V1NodeDaemonEndpointsBuilder
extends V1NodeDaemonEndpointsFluentImpl<V1NodeDaemonEndpointsBuilder>
implements VisitableBuilder<io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints,V1NodeDaemonEndpointsBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsFluent
V1NodeDaemonEndpointsFluent.KubeletEndpointNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1NodeDaemonEndpointsBuilder(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance) V1NodeDaemonEndpointsBuilder(V1NodeDaemonEndpointsFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance) V1NodeDaemonEndpointsBuilder(V1NodeDaemonEndpointsFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance, Boolean validationEnabled) V1NodeDaemonEndpointsBuilder(V1NodeDaemonEndpointsFluent<?> fluent, Boolean validationEnabled) V1NodeDaemonEndpointsBuilder(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance, Boolean validationEnabled) V1NodeDaemonEndpointsBuilder(Boolean validationEnabled) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1NodeDaemonEndpointsbuild()Methods inherited from class io.kubernetes.client.openapi.models.V1NodeDaemonEndpointsFluentImpl
buildKubeletEndpoint, editKubeletEndpoint, editOrNewKubeletEndpoint, editOrNewKubeletEndpointLike, equals, getKubeletEndpoint, hashCode, hasKubeletEndpoint, toString, withKubeletEndpoint, withNewKubeletEndpoint, withNewKubeletEndpointLikeMethods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1NodeDaemonEndpointsBuilder
public V1NodeDaemonEndpointsBuilder() -
V1NodeDaemonEndpointsBuilder
-
V1NodeDaemonEndpointsBuilder
-
V1NodeDaemonEndpointsBuilder
public V1NodeDaemonEndpointsBuilder(V1NodeDaemonEndpointsFluent<?> fluent, Boolean validationEnabled) -
V1NodeDaemonEndpointsBuilder
public V1NodeDaemonEndpointsBuilder(V1NodeDaemonEndpointsFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance) -
V1NodeDaemonEndpointsBuilder
public V1NodeDaemonEndpointsBuilder(V1NodeDaemonEndpointsFluent<?> fluent, io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance, Boolean validationEnabled) -
V1NodeDaemonEndpointsBuilder
public V1NodeDaemonEndpointsBuilder(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance) -
V1NodeDaemonEndpointsBuilder
public V1NodeDaemonEndpointsBuilder(io.kubernetes.client.openapi.models.V1NodeDaemonEndpoints instance, Boolean validationEnabled)
-
-
Method Details