Interface V2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V2beta2ContainerResourceMetricSourceFluent.TargetNested<N>, V2beta2ExternalMetricSourceFluent.TargetNested<N>, V2beta2ObjectMetricSourceFluent.TargetNested<N>, V2beta2PodsMetricSourceFluent.TargetNested<N>, V2beta2ResourceMetricSourceFluent.TargetNested<N>
All Known Implementing Classes:
V2beta2MetricTargetBuilder, V2beta2MetricTargetFluentImpl

public interface V2beta2MetricTargetFluent<A extends V2beta2MetricTargetFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getAverageUtilization

      Integer getAverageUtilization()
    • withAverageUtilization

      A withAverageUtilization(Integer averageUtilization)
    • hasAverageUtilization

      Boolean hasAverageUtilization()
    • getAverageValue

      io.kubernetes.client.custom.Quantity getAverageValue()
    • withAverageValue

      A withAverageValue(io.kubernetes.client.custom.Quantity averageValue)
    • hasAverageValue

      Boolean hasAverageValue()
    • withNewAverageValue

      A withNewAverageValue(String value)
    • getType

      String getType()
    • withType

      A withType(String type)
    • hasType

      Boolean hasType()
    • getValue

      io.kubernetes.client.custom.Quantity getValue()
    • withValue

      A withValue(io.kubernetes.client.custom.Quantity value)
    • hasValue

      Boolean hasValue()
    • withNewValue

      A withNewValue(String value)