Package io.fabric8.kubernetes.client.dsl
Interface Scaleable<T>
-
- All Known Subinterfaces:
RollableScalableResource<T>,ScalableResource<T>
- All Known Implementing Classes:
DeploymentOperationsImpl,DeploymentOperationsImpl,JobOperationsImpl,ReplicaSetOperationsImpl,ReplicaSetOperationsImpl,ReplicationControllerOperationsImpl,RollableScalableResourceOperation,StatefulSetOperationsImpl
public interface Scaleable<T>
-
-
Field Summary
Fields Modifier and Type Field Description static intPOLL_INTERVAL_MS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.fabric8.kubernetes.api.model.autoscaling.v1.Scalescale()Tscale(int count)Tscale(int count, boolean wait)io.fabric8.kubernetes.api.model.autoscaling.v1.Scalescale(io.fabric8.kubernetes.api.model.autoscaling.v1.Scale scale)
-
-
-
Field Detail
-
POLL_INTERVAL_MS
static final int POLL_INTERVAL_MS
- See Also:
- Constant Field Values
-
-