Package io.fabric8.kubernetes.api.model
Class ServicePortBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ServicePortFluent<ServicePortBuilder>
-
- io.fabric8.kubernetes.api.model.ServicePortBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ServicePort>
,io.fabric8.kubernetes.api.builder.Visitable<ServicePortBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ServicePort,ServicePortBuilder>
public class ServicePortBuilder extends ServicePortFluent<ServicePortBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServicePort,ServicePortBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ServicePortFluent
ServicePortFluent.TargetPortNested<N>
-
-
Constructor Summary
Constructors Constructor Description ServicePortBuilder()
ServicePortBuilder(ServicePort instance)
ServicePortBuilder(ServicePortFluent<?> fluent)
ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServicePort
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ServicePortFluent
addToAdditionalProperties, addToAdditionalProperties, buildTargetPort, copyInstance, editOrNewTargetPort, editOrNewTargetPortLike, editTargetPort, equals, getAdditionalProperties, getAppProtocol, getName, getNodePort, getPort, getProtocol, hasAdditionalProperties, hasAppProtocol, hashCode, hasName, hasNodePort, hasPort, hasProtocol, hasTargetPort, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAppProtocol, withName, withNewTargetPort, withNewTargetPort, withNewTargetPortLike, withNodePort, withPort, withProtocol, withTargetPort
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ServicePortBuilder
public ServicePortBuilder()
-
ServicePortBuilder
public ServicePortBuilder(ServicePortFluent<?> fluent)
-
ServicePortBuilder
public ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)
-
ServicePortBuilder
public ServicePortBuilder(ServicePort instance)
-
-
Method Detail
-
build
public ServicePort build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ServicePort>
-
-