| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model |
| Modifier and Type | Method and Description |
|---|---|
PodIP |
PodIPBuilder.build() |
PodIP |
PodStatusFluent.buildFirstPodIP() |
PodIP |
PodStatusFluent.buildLastPodIP() |
PodIP |
PodStatusFluent.buildMatchingPodIP(Predicate<PodIPBuilder> predicate) |
PodIP |
PodStatusFluent.buildPodIP(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<PodIP> |
PodStatusFluent.buildPodIPs() |
List<PodIP> |
PodStatus.getPodIPs() |
| Modifier and Type | Method and Description |
|---|---|
PodStatusFluent.PodIPsNested<A> |
PodStatusFluent.addNewPodIPLike(PodIP item) |
A |
PodStatusFluent.addToPodIPs(int index,
PodIP item) |
A |
PodStatusFluent.addToPodIPs(PodIP... items) |
A |
PodStatusFluent.removeFromPodIPs(PodIP... items) |
PodStatusFluent.PodIPsNested<A> |
PodStatusFluent.setNewPodIPLike(int index,
PodIP item) |
A |
PodStatusFluent.setToPodIPs(int index,
PodIP item) |
NamedExtensionFluent.PodIPExtensionNested<A> |
NamedExtensionFluent.withNewPodIPExtensionLike(PodIP item) |
WatchEventFluent.PodIPObjectNested<A> |
WatchEventFluent.withNewPodIPObjectLike(PodIP item) |
A |
PodStatusFluent.withPodIPs(PodIP... podIPs) |
| Modifier and Type | Method and Description |
|---|---|
A |
PodStatusFluent.addAllToPodIPs(Collection<PodIP> items) |
A |
PodStatusFluent.removeAllFromPodIPs(Collection<PodIP> items) |
void |
PodStatus.setPodIPs(List<PodIP> podIPs) |
A |
PodStatusFluent.withPodIPs(List<PodIP> podIPs) |
| Constructor and Description |
|---|
PodIPBuilder(PodIP instance) |
PodIPBuilder(PodIP instance,
Boolean validationEnabled) |
PodIPBuilder(PodIPFluent<?> fluent,
PodIP instance) |
PodIPBuilder(PodIPFluent<?> fluent,
PodIP instance,
Boolean validationEnabled) |
PodIPFluent(PodIP instance) |
| Constructor and Description |
|---|
PodStatus(List<PodCondition> conditions,
List<ContainerStatus> containerStatuses,
List<ContainerStatus> ephemeralContainerStatuses,
String hostIP,
List<ContainerStatus> initContainerStatuses,
String message,
String nominatedNodeName,
String phase,
String podIP,
List<PodIP> podIPs,
String qosClass,
String reason,
String resize,
String startTime) |
Copyright © 2015–2023 Red Hat. All rights reserved.