| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 | |
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogEntryBuilder.build() |
LogEntry |
OutageEntryFluent.buildEndLog(int index) |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildFailure(int index) |
LogEntry |
OutageEntryFluent.buildFirstEndLog() |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildFirstFailure() |
LogEntry |
OutageEntryFluent.buildFirstStartLog() |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildFirstSuccess() |
LogEntry |
OutageEntryFluent.buildLastEndLog() |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildLastFailure() |
LogEntry |
OutageEntryFluent.buildLastStartLog() |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildLastSuccess() |
LogEntry |
OutageEntryFluent.buildMatchingEndLog(Predicate<LogEntryBuilder> predicate) |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildMatchingFailure(Predicate<LogEntryBuilder> predicate) |
LogEntry |
OutageEntryFluent.buildMatchingStartLog(Predicate<LogEntryBuilder> predicate) |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildMatchingSuccess(Predicate<LogEntryBuilder> predicate) |
LogEntry |
OutageEntryFluent.buildStartLog(int index) |
LogEntry |
PodNetworkConnectivityCheckStatusFluent.buildSuccess(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<LogEntry> |
OutageEntryFluent.buildEndLogs() |
List<LogEntry> |
PodNetworkConnectivityCheckStatusFluent.buildFailures() |
List<LogEntry> |
OutageEntryFluent.buildStartLogs() |
List<LogEntry> |
PodNetworkConnectivityCheckStatusFluent.buildSuccesses() |
List<LogEntry> |
OutageEntry.getEndLogs() |
List<LogEntry> |
PodNetworkConnectivityCheckStatus.getFailures() |
List<LogEntry> |
OutageEntry.getStartLogs() |
List<LogEntry> |
PodNetworkConnectivityCheckStatus.getSuccesses() |
| Modifier and Type | Method and Description |
|---|---|
OutageEntryFluent.EndLogsNested<A> |
OutageEntryFluent.addNewEndLogLike(LogEntry item) |
PodNetworkConnectivityCheckStatusFluent.FailuresNested<A> |
PodNetworkConnectivityCheckStatusFluent.addNewFailureLike(LogEntry item) |
OutageEntryFluent.StartLogsNested<A> |
OutageEntryFluent.addNewStartLogLike(LogEntry item) |
PodNetworkConnectivityCheckStatusFluent.SuccessesNested<A> |
PodNetworkConnectivityCheckStatusFluent.addNewSuccessLike(LogEntry item) |
A |
OutageEntryFluent.addToEndLogs(int index,
LogEntry item) |
A |
OutageEntryFluent.addToEndLogs(LogEntry... items) |
A |
PodNetworkConnectivityCheckStatusFluent.addToFailures(int index,
LogEntry item) |
A |
PodNetworkConnectivityCheckStatusFluent.addToFailures(LogEntry... items) |
A |
OutageEntryFluent.addToStartLogs(int index,
LogEntry item) |
A |
OutageEntryFluent.addToStartLogs(LogEntry... items) |
A |
PodNetworkConnectivityCheckStatusFluent.addToSuccesses(int index,
LogEntry item) |
A |
PodNetworkConnectivityCheckStatusFluent.addToSuccesses(LogEntry... items) |
protected void |
LogEntryFluent.copyInstance(LogEntry instance) |
A |
OutageEntryFluent.removeFromEndLogs(LogEntry... items) |
A |
PodNetworkConnectivityCheckStatusFluent.removeFromFailures(LogEntry... items) |
A |
OutageEntryFluent.removeFromStartLogs(LogEntry... items) |
A |
PodNetworkConnectivityCheckStatusFluent.removeFromSuccesses(LogEntry... items) |
OutageEntryFluent.EndLogsNested<A> |
OutageEntryFluent.setNewEndLogLike(int index,
LogEntry item) |
PodNetworkConnectivityCheckStatusFluent.FailuresNested<A> |
PodNetworkConnectivityCheckStatusFluent.setNewFailureLike(int index,
LogEntry item) |
OutageEntryFluent.StartLogsNested<A> |
OutageEntryFluent.setNewStartLogLike(int index,
LogEntry item) |
PodNetworkConnectivityCheckStatusFluent.SuccessesNested<A> |
PodNetworkConnectivityCheckStatusFluent.setNewSuccessLike(int index,
LogEntry item) |
A |
OutageEntryFluent.setToEndLogs(int index,
LogEntry item) |
A |
PodNetworkConnectivityCheckStatusFluent.setToFailures(int index,
LogEntry item) |
A |
OutageEntryFluent.setToStartLogs(int index,
LogEntry item) |
A |
PodNetworkConnectivityCheckStatusFluent.setToSuccesses(int index,
LogEntry item) |
A |
OutageEntryFluent.withEndLogs(LogEntry... endLogs) |
A |
PodNetworkConnectivityCheckStatusFluent.withFailures(LogEntry... failures) |
A |
OutageEntryFluent.withStartLogs(LogEntry... startLogs) |
A |
PodNetworkConnectivityCheckStatusFluent.withSuccesses(LogEntry... successes) |
| Modifier and Type | Method and Description |
|---|---|
A |
OutageEntryFluent.addAllToEndLogs(Collection<LogEntry> items) |
A |
PodNetworkConnectivityCheckStatusFluent.addAllToFailures(Collection<LogEntry> items) |
A |
OutageEntryFluent.addAllToStartLogs(Collection<LogEntry> items) |
A |
PodNetworkConnectivityCheckStatusFluent.addAllToSuccesses(Collection<LogEntry> items) |
A |
OutageEntryFluent.removeAllFromEndLogs(Collection<LogEntry> items) |
A |
PodNetworkConnectivityCheckStatusFluent.removeAllFromFailures(Collection<LogEntry> items) |
A |
OutageEntryFluent.removeAllFromStartLogs(Collection<LogEntry> items) |
A |
PodNetworkConnectivityCheckStatusFluent.removeAllFromSuccesses(Collection<LogEntry> items) |
void |
OutageEntry.setEndLogs(List<LogEntry> endLogs) |
void |
PodNetworkConnectivityCheckStatus.setFailures(List<LogEntry> failures) |
void |
OutageEntry.setStartLogs(List<LogEntry> startLogs) |
void |
PodNetworkConnectivityCheckStatus.setSuccesses(List<LogEntry> successes) |
A |
OutageEntryFluent.withEndLogs(List<LogEntry> endLogs) |
A |
PodNetworkConnectivityCheckStatusFluent.withFailures(List<LogEntry> failures) |
A |
OutageEntryFluent.withStartLogs(List<LogEntry> startLogs) |
A |
PodNetworkConnectivityCheckStatusFluent.withSuccesses(List<LogEntry> successes) |
| Constructor and Description |
|---|
LogEntryBuilder(LogEntry instance) |
LogEntryBuilder(LogEntryFluent<?> fluent,
LogEntry instance) |
LogEntryFluent(LogEntry instance) |
| Constructor and Description |
|---|
OutageEntry(String end,
List<LogEntry> endLogs,
String message,
String start,
List<LogEntry> startLogs) |
OutageEntry(String end,
List<LogEntry> endLogs,
String message,
String start,
List<LogEntry> startLogs) |
PodNetworkConnectivityCheckStatus(List<PodNetworkConnectivityCheckCondition> conditions,
List<LogEntry> failures,
List<OutageEntry> outages,
List<LogEntry> successes) |
PodNetworkConnectivityCheckStatus(List<PodNetworkConnectivityCheckCondition> conditions,
List<LogEntry> failures,
List<OutageEntry> outages,
List<LogEntry> successes) |
Copyright © 2015–2023 Red Hat. All rights reserved.