Package io.fabric8.kubernetes.client.dsl
Interface Evictable<B>
- All Known Subinterfaces:
PodResource<T,D>
- All Known Implementing Classes:
PodOperationsImpl
public interface Evictable<B>
-
Method Details
-
evict
B evict()Evicts resource, respectingPodDisruptionBudget- Returns:
- value indicating object was evicted or not
- Throws:
KubernetesClientException- if an error occurs.
-