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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DaemonEndpointbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.kubernetes.api.model.DaemonEndpointFluentImpl
getPort, hasPort, withPort
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
DaemonEndpointBuilder
public DaemonEndpointBuilder()
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(Boolean validationEnabled)
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent)
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, Boolean validationEnabled)
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance)
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpointFluent<?> fluent, DaemonEndpoint instance, Boolean validationEnabled)
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpoint instance)
-
DaemonEndpointBuilder
public DaemonEndpointBuilder(DaemonEndpoint instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public DaemonEndpoint build()
- Specified by:
buildin interfaceBuilder<DaemonEndpoint>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDaemonEndpointFluentImpl<DaemonEndpointBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDaemonEndpointFluentImpl<DaemonEndpointBuilder>
-
-