Class ExternalMetricStatus


  • public final class ExternalMetricStatus
    extends java.lang.Object
    • Method Detail

      • currentAverageValue

        public java.util.Optional<java.lang.String> currentAverageValue()
        Returns:
        currentAverageValue is the current value of metric averaged over autoscaled pods.
      • currentValue

        public java.lang.String currentValue()
        Returns:
        currentValue is the current value of the metric (as a quantity)
      • metricName

        public java.lang.String metricName()
        Returns:
        metricName is the name of a metric used for autoscaling in metric system.
      • metricSelector

        public java.util.Optional<LabelSelector> metricSelector()
        Returns:
        metricSelector is used to identify a specific time series within a given metric.