Interface V1HorizontalPodAutoscalerStatusFluent<A extends V1HorizontalPodAutoscalerStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1HorizontalPodAutoscalerFluent.StatusNested<N>
All Known Implementing Classes:
V1HorizontalPodAutoscalerStatusBuilder, V1HorizontalPodAutoscalerStatusFluentImpl

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

    • getCurrentCPUUtilizationPercentage

      Integer getCurrentCPUUtilizationPercentage()
    • withCurrentCPUUtilizationPercentage

      A withCurrentCPUUtilizationPercentage(Integer currentCPUUtilizationPercentage)
    • hasCurrentCPUUtilizationPercentage

      Boolean hasCurrentCPUUtilizationPercentage()
    • getCurrentReplicas

      Integer getCurrentReplicas()
    • withCurrentReplicas

      A withCurrentReplicas(Integer currentReplicas)
    • hasCurrentReplicas

      Boolean hasCurrentReplicas()
    • getDesiredReplicas

      Integer getDesiredReplicas()
    • withDesiredReplicas

      A withDesiredReplicas(Integer desiredReplicas)
    • hasDesiredReplicas

      Boolean hasDesiredReplicas()
    • getLastScaleTime

      OffsetDateTime getLastScaleTime()
    • withLastScaleTime

      A withLastScaleTime(OffsetDateTime lastScaleTime)
    • hasLastScaleTime

      Boolean hasLastScaleTime()
    • getObservedGeneration

      Long getObservedGeneration()
    • withObservedGeneration

      A withObservedGeneration(Long observedGeneration)
    • hasObservedGeneration

      Boolean hasObservedGeneration()