Interface PodsMetricStatusFluent<A extends PodsMetricStatusFluent<A>>

    • Method Detail

      • getCurrentAverageValue

        io.fabric8.kubernetes.api.model.Quantity getCurrentAverageValue()
      • withCurrentAverageValue

        A withCurrentAverageValue​(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)
      • hasCurrentAverageValue

        Boolean hasCurrentAverageValue()
      • withNewCurrentAverageValue

        A withNewCurrentAverageValue​(String amount,
                                     String format)
      • withNewCurrentAverageValue

        A withNewCurrentAverageValue​(String amount)
      • getMetricName

        String getMetricName()
      • withMetricName

        A withMetricName​(String metricName)
      • hasMetricName

        Boolean hasMetricName()
      • withNewMetricName

        A withNewMetricName​(String arg1)
      • getSelector

        @Deprecated
        io.fabric8.kubernetes.api.model.LabelSelector getSelector()
        Deprecated.
        This method has been deprecated, please use method buildSelector instead.
        Returns:
        The buildable object.
      • buildSelector

        io.fabric8.kubernetes.api.model.LabelSelector buildSelector()
      • withSelector

        A withSelector​(io.fabric8.kubernetes.api.model.LabelSelector selector)
      • hasSelector

        Boolean hasSelector()