Interface Evictable<B>

All Known Subinterfaces:
PodResource<T,​D>
All Known Implementing Classes:
PodOperationsImpl

public interface Evictable<B>
  • Method Summary

    Modifier and Type Method Description
    B evict()
    Evicts resource, respecting PodDisruptionBudget
  • Method Details

    • evict

      B evict()
      Evicts resource, respecting PodDisruptionBudget
      Returns:
      value indicating object was evicted or not
      Throws:
      KubernetesClientException - if an error occurs.