public interface Deletable
| 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). |
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.Copyright © 2015–2022 Red Hat. All rights reserved.