Interface ExternalMetricStatusFluent<A extends ExternalMetricStatusFluent<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)
      • getCurrentValue

        io.fabric8.kubernetes.api.model.Quantity getCurrentValue()
      • withCurrentValue

        A withCurrentValue​(io.fabric8.kubernetes.api.model.Quantity currentValue)
      • hasCurrentValue

        Boolean hasCurrentValue()
      • withNewCurrentValue

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

        A withNewCurrentValue​(String amount)
      • getMetricName

        String getMetricName()
      • withMetricName

        A withMetricName​(String metricName)
      • hasMetricName

        Boolean hasMetricName()
      • withNewMetricName

        A withNewMetricName​(String arg1)
      • getMetricSelector

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

        io.fabric8.kubernetes.api.model.LabelSelector buildMetricSelector()
      • withMetricSelector

        A withMetricSelector​(io.fabric8.kubernetes.api.model.LabelSelector metricSelector)
      • hasMetricSelector

        Boolean hasMetricSelector()