Interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ScaleFluent.StatusNested<N>
All Known Implementing Classes:
V1ScaleStatusBuilder, V1ScaleStatusFluentImpl

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

    • getReplicas

      Integer getReplicas()
    • withReplicas

      A withReplicas(Integer replicas)
    • hasReplicas

      Boolean hasReplicas()
    • getSelector

      String getSelector()
    • withSelector

      A withSelector(String selector)
    • hasSelector

      Boolean hasSelector()