Interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ScaleFluent.SpecNested<N>
- All Known Implementing Classes:
DoneableScaleSpec,ScaleFluentImpl.SpecNestedImpl,ScaleSpecBuilder,ScaleSpecFluentImpl
public interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description IntegergetReplicas()BooleanhasReplicas()AwithNewReplicas(int arg1)AwithNewReplicas(String arg1)AwithReplicas(Integer replicas)
-
Method Details
-
getReplicas
Integer getReplicas() -
withReplicas
-
hasReplicas
Boolean hasReplicas() -
withNewReplicas
-
withNewReplicas
-