Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableServicePort |
Modifier and Type | Method and Description |
---|---|
List<ServicePort> |
ServiceSpecFluent.getPorts() |
List<ServicePort> |
ServiceSpec.getPorts()
ports exposed by the service
|
Modifier and Type | Method and Description |
---|---|
ServiceSpecFluent.PortsNested<T> |
ServiceSpecFluent.addNewPortLike(ServicePort item) |
T |
ServiceSpecFluent.addToPorts(ServicePort item) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceSpec.setPorts(List<ServicePort> ports)
ports exposed by the service
|
T |
ServiceSpecFluent.withPorts(List<ServicePort> ports) |
Constructor and Description |
---|
ServicePortBuilder(ServicePort instance) |
ServicePortBuilder(ServicePortFluent<?> fluent,
ServicePort instance) |
Constructor and Description |
---|
EditableServiceSpec(List<String> deprecatedPublicIPs,
String portalIP,
List<ServicePort> ports,
Map<String,String> selector,
String sessionAffinity,
String type) |
ServiceSpec(List<String> deprecatedPublicIPs,
String portalIP,
List<ServicePort> ports,
Map<String,String> selector,
String sessionAffinity,
String type) |
Copyright © 2011–2015 Red Hat. All rights reserved.