public interface Deletable extends Timeoutable
| Modifier and Type | Method and Description |
|---|---|
List<io.fabric8.kubernetes.api.model.StatusDetails> |
delete()
Deletes the resources at this context and returns the
StatusDetails of resources marked for deletion
as determined by the api server response(s). |
Deletable |
withTimeout(long timeout,
TimeUnit unit)
Perform the delete operation as blocking, waiting for finalizers, for up to the given timeout
|
Deletable |
withTimeoutInMillis(long timeoutInMillis)
Perform the delete operation as blocking, waiting for finalizers, for up to the given timeout
|
List<io.fabric8.kubernetes.api.model.StatusDetails> delete()
StatusDetails of resources marked for deletion
as determined by the api server response(s).
It is not guaranteed that the returned list will contain all values marked for deletion - see Issue #3058
KubernetesClientException - if an error occurs.Deletable withTimeout(long timeout, TimeUnit unit)
withTimeout in interface Timeoutabletimeout - 0 indicates no waitDeletable withTimeoutInMillis(long timeoutInMillis)
withTimeoutInMillis in interface TimeoutabletimeoutInMillis - 0 indicates no waitCopyright © 2015–2023 Red Hat. All rights reserved.