Interface StrimziPodSetStatusFluent<A extends StrimziPodSetStatusFluent<A>>

    • Method Detail

      • getPods

        int getPods()
      • withPods

        A withPods​(int pods)
      • getReadyPods

        int getReadyPods()
      • withReadyPods

        A withReadyPods​(int readyPods)
      • hasReadyPods

        Boolean hasReadyPods()
      • getCurrentPods

        int getCurrentPods()
      • withCurrentPods

        A withCurrentPods​(int currentPods)
      • hasCurrentPods

        Boolean hasCurrentPods()