Package io.fabric8.kubernetes.api.model
Class DaemonEndpointBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.DaemonEndpointFluentImpl<DaemonEndpointBuilder>
io.fabric8.kubernetes.api.model.DaemonEndpointBuilder
- All Implemented Interfaces:
Builder<DaemonEndpoint>,Fluent<DaemonEndpointBuilder>,Visitable<DaemonEndpointBuilder>,VisitableBuilder<DaemonEndpoint,DaemonEndpointBuilder>,DaemonEndpointFluent<DaemonEndpointBuilder>
public class DaemonEndpointBuilder extends DaemonEndpointFluentImpl<DaemonEndpointBuilder> implements VisitableBuilder<DaemonEndpoint,DaemonEndpointBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DaemonEndpointBuilder()DaemonEndpointBuilder(DaemonEndpoint instance)DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent)DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance)DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance, Boolean validationEnabled)DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, Boolean validationEnabled)DaemonEndpointBuilder(DaemonEndpoint instance, Boolean validationEnabled)DaemonEndpointBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description DaemonEndpointbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.DaemonEndpointFluentImpl
getPort, hasPort, withNewPort, withNewPort, withPortMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
DaemonEndpointBuilder
public DaemonEndpointBuilder() -
DaemonEndpointBuilder
-
DaemonEndpointBuilder
-
DaemonEndpointBuilder
-
DaemonEndpointBuilder
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance, Boolean validationEnabled) -
DaemonEndpointBuilder
-
DaemonEndpointBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<DaemonEndpoint>
-
equals
- Overrides:
equalsin classDaemonEndpointFluentImpl<DaemonEndpointBuilder>
-