Package io.fabric8.kubernetes.api.model
Class ServicePortBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ServicePortFluentImpl<ServicePortBuilder>
io.fabric8.kubernetes.api.model.ServicePortBuilder
- All Implemented Interfaces:
Builder<ServicePort>,Fluent<ServicePortBuilder>,Visitable<ServicePortBuilder>,VisitableBuilder<ServicePort,ServicePortBuilder>,ServicePortFluent<ServicePortBuilder>
public class ServicePortBuilder extends ServicePortFluentImpl<ServicePortBuilder> implements VisitableBuilder<ServicePort,ServicePortBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServicePortFluentImpl
ServicePortFluentImpl.TargetPortNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServicePortFluent
ServicePortFluent.TargetPortNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServicePortBuilder()ServicePortBuilder(ServicePort instance)ServicePortBuilder(ServicePortFluent<?> fluent)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance, Boolean validationEnabled)ServicePortBuilder(ServicePortFluent<?> fluent, Boolean validationEnabled)ServicePortBuilder(ServicePort instance, Boolean validationEnabled)ServicePortBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description ServicePortbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.ServicePortFluentImpl
buildTargetPort, editOrNewTargetPort, editOrNewTargetPortLike, editTargetPort, getAppProtocol, getName, getNodePort, getPort, getProtocol, getTargetPort, hasAppProtocol, hasName, hasNodePort, hasPort, hasProtocol, hasTargetPort, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewNodePort, withNewNodePort, withNewPort, withNewPort, withNewProtocol, withNewProtocol, withNewProtocol, withNewTargetPort, withNewTargetPort, withNewTargetPort, withNewTargetPortLike, withNodePort, withPort, withProtocol, withTargetPortMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
ServicePortBuilder
public ServicePortBuilder() -
ServicePortBuilder
-
ServicePortBuilder
-
ServicePortBuilder
-
ServicePortBuilder
-
ServicePortBuilder
public ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance, Boolean validationEnabled) -
ServicePortBuilder
-
ServicePortBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<ServicePort>
-
equals
- Overrides:
equalsin classServicePortFluentImpl<ServicePortBuilder>
-