Class ObjectMetricStatus

    • Method Detail

      • getAverageValue

        public Quantity getAverageValue()
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • setAverageValue

        public void setAverageValue​(Quantity averageValue)
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • getCurrentValue

        public Quantity getCurrentValue()
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • setCurrentValue

        public void setCurrentValue​(Quantity currentValue)
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • 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()
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • setSelector

        public void setSelector​(LabelSelector selector)
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • getTarget

        public CrossVersionObjectReference getTarget()
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • setTarget

        public void setTarget​(CrossVersionObjectReference target)
        ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
      • getAdditionalProperties

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

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

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