Class ExternalMetricStatusFluent<A extends ExternalMetricStatusFluent<A>>

    • Constructor Detail

      • ExternalMetricStatusFluent

        public ExternalMetricStatusFluent()
    • Method Detail

      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • buildMetricSelector

        public io.fabric8.kubernetes.api.model.LabelSelector buildMetricSelector()
      • getAdditionalProperties

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

        public io.fabric8.kubernetes.api.model.Quantity getCurrentAverageValue()
      • getCurrentValue

        public io.fabric8.kubernetes.api.model.Quantity getCurrentValue()
      • getMetricName

        public String getMetricName()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasCurrentAverageValue

        public boolean hasCurrentAverageValue()
      • hasCurrentValue

        public boolean hasCurrentValue()
      • hasMetricName

        public boolean hasMetricName()
      • hasMetricSelector

        public boolean hasMetricSelector()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExternalMetricStatusFluent<A>>
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withCurrentAverageValue

        public A withCurrentAverageValue​(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)
      • withCurrentValue

        public A withCurrentValue​(io.fabric8.kubernetes.api.model.Quantity currentValue)
      • withMetricName

        public A withMetricName​(String metricName)
      • withMetricSelector

        public A withMetricSelector​(io.fabric8.kubernetes.api.model.LabelSelector metricSelector)
      • withNewCurrentAverageValue

        public A withNewCurrentAverageValue​(String amount)
      • withNewCurrentAverageValue

        public A withNewCurrentAverageValue​(String amount,
                                            String format)
      • withNewCurrentValue

        public A withNewCurrentValue​(String amount)
      • withNewCurrentValue

        public A withNewCurrentValue​(String amount,
                                     String format)