Class PodsMetricStatus

    • Constructor Detail

      • PodsMetricStatus

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

      • getCurrentAverageValue

        public Quantity getCurrentAverageValue()
        PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
      • setCurrentAverageValue

        public void setCurrentAverageValue​(Quantity currentAverageValue)
        PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
      • 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()
        PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
      • setSelector

        public void setSelector​(LabelSelector selector)
        PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).
      • getAdditionalProperties

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

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

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