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