You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: text
at java.util.Objects.requireNonNull(Objects.java:228)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1848)
at java.time.Instant.parse(Instant.java:395)
at io.fabric8.kubernetes.client.utils.KubernetesResourceUtil.lambda$sortEventListBasedOnTimestamp$0(KubernetesResourceUtil.java:330)
at java.util.TimSort.countRunAndMakeAscending(TimSort.java:355)
at java.util.TimSort.sort(TimSort.java:234)
at java.util.Arrays.sort(Arrays.java:1512)
at java.util.ArrayList.sort(ArrayList.java:1464)
at io.fabric8.kubernetes.client.utils.KubernetesResourceUtil.sortEventListBasedOnTimestamp(KubernetesResourceUtil.java:328)
According to kubernetes/kubernetes#90482, the firstTimestamp/lastTimestamp and eventTime fields are optional, so clients must tolerate events without those timestamps set.
The text was updated successfully, but these errors were encountered:
with version 4.13.0
According to kubernetes/kubernetes#90482, the
firstTimestamp
/lastTimestamp
andeventTime
fields are optional, so clients must tolerate events without those timestamps set.The text was updated successfully, but these errors were encountered: