Interface Scaleable<T>

All Known Subinterfaces:
RollableScalableResource<T,​D>, ScalableResource<T,​D>
All Known Implementing Classes:
DeploymentOperationsImpl, JobOperationsImpl, ReplicaSetOperationsImpl, ReplicationControllerOperationsImpl, RollableScalableResourceOperation, StatefulSetOperationsImpl

public interface Scaleable<T>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int POLL_INTERVAL_MS  
  • Method Summary

    Modifier and Type Method Description
    io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale()  
    T scale​(int count)  
    T scale​(int count, boolean wait)  
    io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale​(io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale)  
  • Field Details

  • Method Details

    • scale

      T scale​(int count)
    • scale

      T scale​(int count, boolean wait)
    • scale

      io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale()
    • scale

      io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale​(io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale)