| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
ServicePort |
ServicePortBuilder.build() |
ServicePort |
ServiceSpecFluent.buildFirstPort() |
ServicePort |
ServiceSpecFluent.buildLastPort() |
ServicePort |
ServiceSpecFluent.buildMatchingPort(Predicate<ServicePortBuilder> predicate) |
ServicePort |
ServiceSpecFluent.buildPort(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ServicePort> |
ServiceSpecFluent.buildPorts() |
List<ServicePort> |
ServiceSpec.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
ServiceSpecFluent.PortsNested<A> |
ServiceSpecFluent.addNewPortLike(ServicePort item) |
A |
ServiceSpecFluent.addToPorts(int index,
ServicePort item) |
A |
ServiceSpecFluent.addToPorts(ServicePort... items) |
protected void |
ServicePortFluent.copyInstance(ServicePort instance) |
A |
ServiceSpecFluent.removeFromPorts(ServicePort... items) |
ServiceSpecFluent.PortsNested<A> |
ServiceSpecFluent.setNewPortLike(int index,
ServicePort item) |
A |
ServiceSpecFluent.setToPorts(int index,
ServicePort item) |
NamedExtensionFluent.ServicePortExtensionNested<A> |
NamedExtensionFluent.withNewServicePortExtensionLike(ServicePort item) |
WatchEventFluent.ServicePortObjectNested<A> |
WatchEventFluent.withNewServicePortObjectLike(ServicePort item) |
A |
ServiceSpecFluent.withPorts(ServicePort... ports) |
| Modifier and Type | Method and Description |
|---|---|
A |
ServiceSpecFluent.addAllToPorts(Collection<ServicePort> items) |
A |
ServiceSpecFluent.removeAllFromPorts(Collection<ServicePort> items) |
void |
ServiceSpec.setPorts(List<ServicePort> ports) |
A |
ServiceSpecFluent.withPorts(List<ServicePort> ports) |
| Constructor and Description |
|---|
ServicePortBuilder(ServicePort instance) |
ServicePortBuilder(ServicePortFluent<?> fluent,
ServicePort instance) |
ServicePortFluent(ServicePort instance) |
| Constructor and Description |
|---|
ServiceSpec(Boolean allocateLoadBalancerNodePorts,
String clusterIP,
List<String> clusterIPs,
List<String> externalIPs,
String externalName,
String externalTrafficPolicy,
Integer healthCheckNodePort,
String internalTrafficPolicy,
List<String> ipFamilies,
String ipFamilyPolicy,
String loadBalancerClass,
String loadBalancerIP,
List<String> loadBalancerSourceRanges,
List<ServicePort> ports,
Boolean publishNotReadyAddresses,
Map<String,String> selector,
String sessionAffinity,
SessionAffinityConfig sessionAffinityConfig,
String type) |
Copyright © 2015–2024 Red Hat. All rights reserved.