Class ExternalMetricStatus

    • Constructor Detail

      • ExternalMetricStatus

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

      • getCurrentAverageValue

        public Quantity getCurrentAverageValue()
        ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
      • setCurrentAverageValue

        public void setCurrentAverageValue​(Quantity currentAverageValue)
        ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
      • getCurrentValue

        public Quantity getCurrentValue()
        ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
      • setCurrentValue

        public void setCurrentValue​(Quantity currentValue)
        ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
      • getMetricName

        public String getMetricName()
        metricName is the name of a metric used for autoscaling in metric system.
      • setMetricName

        public void setMetricName​(String metricName)
        metricName is the name of a metric used for autoscaling in metric system.
      • getMetricSelector

        public LabelSelector getMetricSelector()
        ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
      • setMetricSelector

        public void setMetricSelector​(LabelSelector metricSelector)
        ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.
      • getAdditionalProperties

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

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

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