Class PodsMetricSource

    • Constructor Detail

      • PodsMetricSource

        public PodsMetricSource()
        No args constructor for use in serialization
    • Method Detail

      • getMetricName

        public String getMetricName()
        metricName is the name of the metric in question
      • setMetricName

        public void setMetricName​(String metricName)
        metricName is the name of the metric in question
      • getSelector

        public LabelSelector getSelector()
        PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
      • setSelector

        public void setSelector​(LabelSelector selector)
        PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
      • getTargetAverageValue

        public Quantity getTargetAverageValue()
        PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
      • setTargetAverageValue

        public void setTargetAverageValue​(Quantity targetAverageValue)
        PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)