Interface ResourceMetricStatusFluent<A extends ResourceMetricStatusFluent<A>>

    • Method Detail

      • getCurrentAverageUtilization

        Integer getCurrentAverageUtilization()
      • withCurrentAverageUtilization

        A withCurrentAverageUtilization​(Integer currentAverageUtilization)
      • hasCurrentAverageUtilization

        Boolean hasCurrentAverageUtilization()
      • getCurrentAverageValue

        io.fabric8.kubernetes.api.model.Quantity getCurrentAverageValue()
      • withCurrentAverageValue

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

        Boolean hasCurrentAverageValue()
      • withNewCurrentAverageValue

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

        A withNewCurrentAverageValue​(String amount)
      • withName

        A withName​(String name)
      • withNewName

        A withNewName​(String arg1)