Class ExternalMetricSourcePatch


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

      • metricName

        public java.util.Optional<java.lang.String> metricName()
        Returns:
        metricName is the name of the metric in question.
      • metricSelector

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

        public java.util.Optional<java.lang.String> targetAverageValue()
        Returns:
        targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.
      • targetValue

        public java.util.Optional<java.lang.String> targetValue()
        Returns:
        targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.