Interface KubernetesSpyConsumer.PodMatcher

  • Enclosing class:
    KubernetesSpyConsumer

    public static interface KubernetesSpyConsumer.PodMatcher
    This kind of matcher verify the conditions over the pod instance.
    • Method Summary

      Modifier and Type Method Description
      boolean match​(io.kubernetes.client.models.V1Pod pod)  
    • Method Detail

      • match

        boolean match​(io.kubernetes.client.models.V1Pod pod)