public interface Deleteable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes resource
|
boolean |
deleteIfExists()
Deletes resource if exists.
|
void delete()
KubernetesClientException - if resource is not found.boolean deleteIfExists()
KubernetesClientException - if an error occurs (including errors due to namespace not exists).Copyright © 2015 Red Hat. All rights reserved.