public class ResourcesTimestampHelper extends Object
| Constructor and Description |
|---|
ResourcesTimestampHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ZonedDateTime |
timeOfLastBC(OpenShift openShift) |
static ZonedDateTime |
timeOfLastBuild(OpenShift openShift) |
static ZonedDateTime |
timeOfLastConfigMap(OpenShift openShift) |
static ZonedDateTime |
timeOfLastDC(OpenShift openShift) |
static ZonedDateTime |
timeOfLastEvent(OpenShift openShift) |
static ZonedDateTime |
timeOfLastIS(OpenShift openShift) |
static ZonedDateTime |
timeOfLastPod(OpenShift openShift) |
static ZonedDateTime |
timeOfLastResourceOf(OpenShift openShift,
Class<? extends io.fabric8.kubernetes.api.model.HasMetadata> resourceClass) |
static ZonedDateTime |
timeOfLastRoute(OpenShift openShift) |
static ZonedDateTime |
timeOfLastService(OpenShift openShift) |
static ZonedDateTime |
timeOfLastSS(OpenShift openShift) |
public static ZonedDateTime timeOfLastPod(OpenShift openShift)
public static ZonedDateTime timeOfLastDC(OpenShift openShift)
public static ZonedDateTime timeOfLastBC(OpenShift openShift)
public static ZonedDateTime timeOfLastBuild(OpenShift openShift)
public static ZonedDateTime timeOfLastIS(OpenShift openShift)
public static ZonedDateTime timeOfLastSS(OpenShift openShift)
public static ZonedDateTime timeOfLastRoute(OpenShift openShift)
public static ZonedDateTime timeOfLastConfigMap(OpenShift openShift)
public static ZonedDateTime timeOfLastService(OpenShift openShift)
public static ZonedDateTime timeOfLastEvent(OpenShift openShift)
public static ZonedDateTime timeOfLastResourceOf(OpenShift openShift, Class<? extends io.fabric8.kubernetes.api.model.HasMetadata> resourceClass)
Copyright © 2021. All rights reserved.