Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
ServicePort |
ServicePortBuilder.build() |
ServicePort |
DoneableServicePort.done() |
Modifier and Type | Method and Description |
---|---|
List<ServicePort> |
ServiceSpecFluent.getPorts() |
List<ServicePort> |
ServiceSpecFluentImpl.getPorts() |
List<ServicePort> |
ServiceSpec.getPorts() |
Modifier and Type | Method and Description |
---|---|
ServiceSpecFluent.PortsNested<A> |
ServiceSpecFluent.addNewPortLike(ServicePort item) |
ServiceSpecFluent.PortsNested<A> |
ServiceSpecFluentImpl.addNewPortLike(ServicePort item) |
A |
ServiceSpecFluent.addToPorts(ServicePort... items) |
A |
ServiceSpecFluentImpl.addToPorts(ServicePort... items) |
A |
ServiceSpecFluent.removeFromPorts(ServicePort... items) |
A |
ServiceSpecFluentImpl.removeFromPorts(ServicePort... items) |
A |
ServiceSpecFluent.withPorts(ServicePort... ports) |
A |
ServiceSpecFluentImpl.withPorts(ServicePort... ports) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceSpec.setPorts(List<ServicePort> ports) |
A |
ServiceSpecFluent.withPorts(List<ServicePort> ports) |
A |
ServiceSpecFluentImpl.withPorts(List<ServicePort> ports) |
Constructor and Description |
---|
DoneableServicePort(ServicePort item) |
DoneableServicePort(ServicePort item,
Function<ServicePort,ServicePort> function) |
ServicePortBuilder(ServicePort instance) |
ServicePortBuilder(ServicePort instance,
Boolean validationEnabled) |
ServicePortBuilder(ServicePortFluent<?> fluent,
ServicePort instance) |
ServicePortBuilder(ServicePortFluent<?> fluent,
ServicePort instance,
Boolean validationEnabled) |
ServicePortFluentImpl(ServicePort instance) |
Constructor and Description |
---|
DoneableServicePort(Function<ServicePort,ServicePort> function) |
DoneableServicePort(Function<ServicePort,ServicePort> function) |
DoneableServicePort(ServicePort item,
Function<ServicePort,ServicePort> function) |
DoneableServicePort(ServicePort item,
Function<ServicePort,ServicePort> function) |
ServiceSpec(String clusterIP,
List<String> deprecatedPublicIPs,
List<String> externalIPs,
String loadBalancerIP,
List<String> loadBalancerSourceRanges,
String portalIP,
List<ServicePort> ports,
Map<String,String> selector,
String sessionAffinity,
String type) |
Copyright © 2011–2016 Red Hat. All rights reserved.