Class ObjectMetricStatus

    • Method Detail

      • getCurrent

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

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

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

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

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

        public void setMetric​(MetricIdentifier metric)
        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)