Package io.fabric8.kubernetes.api.model
Class NodeDaemonEndpointsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluentImpl<NodeDaemonEndpointsBuilder>
-
- io.fabric8.kubernetes.api.model.NodeDaemonEndpointsBuilder
-
- All Implemented Interfaces:
Builder<NodeDaemonEndpoints>
,Fluent<NodeDaemonEndpointsBuilder>
,Visitable<NodeDaemonEndpointsBuilder>
,VisitableBuilder<NodeDaemonEndpoints,NodeDaemonEndpointsBuilder>
,NodeDaemonEndpointsFluent<NodeDaemonEndpointsBuilder>
public class NodeDaemonEndpointsBuilder extends NodeDaemonEndpointsFluentImpl<NodeDaemonEndpointsBuilder> implements VisitableBuilder<NodeDaemonEndpoints,NodeDaemonEndpointsBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluentImpl
NodeDaemonEndpointsFluentImpl.KubeletEndpointNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluent
NodeDaemonEndpointsFluent.KubeletEndpointNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NodeDaemonEndpointsBuilder()
NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance, Boolean validationEnabled)
NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, Boolean validationEnabled)
NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance, Boolean validationEnabled)
NodeDaemonEndpointsBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeDaemonEndpoints
build()
boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class io.fabric8.kubernetes.api.model.NodeDaemonEndpointsFluentImpl
buildKubeletEndpoint, editKubeletEndpoint, editOrNewKubeletEndpoint, editOrNewKubeletEndpointLike, getKubeletEndpoint, hasKubeletEndpoint, withKubeletEndpoint, withNewKubeletEndpoint, withNewKubeletEndpoint, withNewKubeletEndpointLike
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder()
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(Boolean validationEnabled)
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent)
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, Boolean validationEnabled)
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance)
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(NodeDaemonEndpointsFluent<?> fluent, NodeDaemonEndpoints instance, Boolean validationEnabled)
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance)
-
NodeDaemonEndpointsBuilder
public NodeDaemonEndpointsBuilder(NodeDaemonEndpoints instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public NodeDaemonEndpoints build()
- Specified by:
build
in interfaceBuilder<NodeDaemonEndpoints>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classNodeDaemonEndpointsFluentImpl<NodeDaemonEndpointsBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNodeDaemonEndpointsFluentImpl<NodeDaemonEndpointsBuilder>
-
-