public class ServicePortBuilder extends ServicePortFluent<ServicePortBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServicePort,ServicePortBuilder>
| Constructor and Description |
|---|
ServicePortBuilder() |
ServicePortBuilder(ServicePort instance) |
ServicePortBuilder(ServicePortFluent<?> fluent) |
ServicePortBuilder(ServicePortFluent<?> fluent,
ServicePort instance) |
| Modifier and Type | Method and Description |
|---|---|
ServicePort |
build() |
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getName, getNumber, getProtocol, getTargetPort, hasAdditionalProperties, hashCode, hasName, hasNumber, hasProtocol, hasTargetPort, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName, withNumber, withProtocol, withTargetPortaggregate, aggregate, build, build, builderOf, getVisitableMappublic ServicePortBuilder()
public ServicePortBuilder(ServicePortFluent<?> fluent)
public ServicePortBuilder(ServicePortFluent<?> fluent, ServicePort instance)
public ServicePortBuilder(ServicePort instance)
public ServicePort build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ServicePort>Copyright © 2015–2024 Red Hat. All rights reserved.