Uses of Class
io.fabric8.openshift.api.model.operator.controlplane.v1alpha1.LogEntry
-
Packages that use LogEntry Package Description io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 -
-
Uses of LogEntry in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1
Methods in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 that return LogEntry Modifier and Type Method Description LogEntryLogEntryBuilder. build()LogEntryOutageEntryFluent. buildEndLog(int index)LogEntryPodNetworkConnectivityCheckStatusFluent. buildFailure(int index)LogEntryOutageEntryFluent. buildFirstEndLog()LogEntryPodNetworkConnectivityCheckStatusFluent. buildFirstFailure()LogEntryOutageEntryFluent. buildFirstStartLog()LogEntryPodNetworkConnectivityCheckStatusFluent. buildFirstSuccess()LogEntryOutageEntryFluent. buildLastEndLog()LogEntryPodNetworkConnectivityCheckStatusFluent. buildLastFailure()LogEntryOutageEntryFluent. buildLastStartLog()LogEntryPodNetworkConnectivityCheckStatusFluent. buildLastSuccess()LogEntryOutageEntryFluent. buildMatchingEndLog(Predicate<LogEntryBuilder> predicate)LogEntryPodNetworkConnectivityCheckStatusFluent. buildMatchingFailure(Predicate<LogEntryBuilder> predicate)LogEntryOutageEntryFluent. buildMatchingStartLog(Predicate<LogEntryBuilder> predicate)LogEntryPodNetworkConnectivityCheckStatusFluent. buildMatchingSuccess(Predicate<LogEntryBuilder> predicate)LogEntryOutageEntryFluent. buildStartLog(int index)LogEntryPodNetworkConnectivityCheckStatusFluent. buildSuccess(int index)Methods in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>OutageEntryFluent. buildEndLogs()List<LogEntry>PodNetworkConnectivityCheckStatusFluent. buildFailures()List<LogEntry>OutageEntryFluent. buildStartLogs()List<LogEntry>PodNetworkConnectivityCheckStatusFluent. buildSuccesses()List<LogEntry>OutageEntry. getEndLogs()endLogs contains log entries related to the end of this outage.List<LogEntry>PodNetworkConnectivityCheckStatus. getFailures()failures contains logs of unsuccessful check actionsList<LogEntry>OutageEntry. getStartLogs()startLogs contains log entries related to the start of this outage.List<LogEntry>PodNetworkConnectivityCheckStatus. getSuccesses()successes contains logs successful check actionsMethods in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with parameters of type LogEntry Modifier and Type Method 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)AOutageEntryFluent. addToEndLogs(int index, LogEntry item)AOutageEntryFluent. addToEndLogs(LogEntry... items)APodNetworkConnectivityCheckStatusFluent. addToFailures(int index, LogEntry item)APodNetworkConnectivityCheckStatusFluent. addToFailures(LogEntry... items)AOutageEntryFluent. addToStartLogs(int index, LogEntry item)AOutageEntryFluent. addToStartLogs(LogEntry... items)APodNetworkConnectivityCheckStatusFluent. addToSuccesses(int index, LogEntry item)APodNetworkConnectivityCheckStatusFluent. addToSuccesses(LogEntry... items)protected voidLogEntryFluent. copyInstance(LogEntry instance)AOutageEntryFluent. removeFromEndLogs(LogEntry... items)APodNetworkConnectivityCheckStatusFluent. removeFromFailures(LogEntry... items)AOutageEntryFluent. removeFromStartLogs(LogEntry... items)APodNetworkConnectivityCheckStatusFluent. 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)AOutageEntryFluent. setToEndLogs(int index, LogEntry item)APodNetworkConnectivityCheckStatusFluent. setToFailures(int index, LogEntry item)AOutageEntryFluent. setToStartLogs(int index, LogEntry item)APodNetworkConnectivityCheckStatusFluent. setToSuccesses(int index, LogEntry item)AOutageEntryFluent. withEndLogs(LogEntry... endLogs)APodNetworkConnectivityCheckStatusFluent. withFailures(LogEntry... failures)AOutageEntryFluent. withStartLogs(LogEntry... startLogs)APodNetworkConnectivityCheckStatusFluent. withSuccesses(LogEntry... successes)Method parameters in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with type arguments of type LogEntry Modifier and Type Method Description AOutageEntryFluent. addAllToEndLogs(Collection<LogEntry> items)APodNetworkConnectivityCheckStatusFluent. addAllToFailures(Collection<LogEntry> items)AOutageEntryFluent. addAllToStartLogs(Collection<LogEntry> items)APodNetworkConnectivityCheckStatusFluent. addAllToSuccesses(Collection<LogEntry> items)AOutageEntryFluent. removeAllFromEndLogs(Collection<LogEntry> items)APodNetworkConnectivityCheckStatusFluent. removeAllFromFailures(Collection<LogEntry> items)AOutageEntryFluent. removeAllFromStartLogs(Collection<LogEntry> items)APodNetworkConnectivityCheckStatusFluent. removeAllFromSuccesses(Collection<LogEntry> items)voidOutageEntry. setEndLogs(List<LogEntry> endLogs)endLogs contains log entries related to the end of this outage.voidPodNetworkConnectivityCheckStatus. setFailures(List<LogEntry> failures)failures contains logs of unsuccessful check actionsvoidOutageEntry. setStartLogs(List<LogEntry> startLogs)startLogs contains log entries related to the start of this outage.voidPodNetworkConnectivityCheckStatus. setSuccesses(List<LogEntry> successes)successes contains logs successful check actionsAOutageEntryFluent. withEndLogs(List<LogEntry> endLogs)APodNetworkConnectivityCheckStatusFluent. withFailures(List<LogEntry> failures)AOutageEntryFluent. withStartLogs(List<LogEntry> startLogs)APodNetworkConnectivityCheckStatusFluent. withSuccesses(List<LogEntry> successes)Constructors in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with parameters of type LogEntry Constructor Description LogEntryBuilder(LogEntry instance)LogEntryBuilder(LogEntryFluent<?> fluent, LogEntry instance)LogEntryFluent(LogEntry instance)Constructor parameters in io.fabric8.openshift.api.model.operator.controlplane.v1alpha1 with type arguments of type LogEntry Constructor Description OutageEntry(String end, List<LogEntry> endLogs, String message, String start, List<LogEntry> startLogs)
-