public class KubernetesClientTimeoutException extends KubernetesClientException
| Constructor and Description |
|---|
KubernetesClientTimeoutException(Collection<io.fabric8.kubernetes.api.model.HasMetadata> resourcesNotReady,
long amount,
TimeUnit timeUnit) |
KubernetesClientTimeoutException(io.fabric8.kubernetes.api.model.HasMetadata resource,
long amount,
TimeUnit timeUnit) |
KubernetesClientTimeoutException(String kind,
String name,
String namespace,
long amount,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
List<io.fabric8.kubernetes.api.model.HasMetadata> |
getResourcesNotReady() |
copyAsCause, getCode, getFullResourceName, getGroup, getName, getNamespace, getResourcePlural, getStatus, getVersion, launderThrowable, launderThrowable, launderThrowable, launderThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KubernetesClientTimeoutException(String kind, String name, String namespace, long amount, TimeUnit timeUnit)
public KubernetesClientTimeoutException(io.fabric8.kubernetes.api.model.HasMetadata resource,
long amount,
TimeUnit timeUnit)
public KubernetesClientTimeoutException(Collection<io.fabric8.kubernetes.api.model.HasMetadata> resourcesNotReady, long amount, TimeUnit timeUnit)
public List<io.fabric8.kubernetes.api.model.HasMetadata> getResourcesNotReady()
Copyright © 2015–2024 Red Hat. All rights reserved.