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:
ScaleFluentImpl.SpecNestedImpl,ScaleSpecBuilder,ScaleSpecFluentImpl
public interface ScaleSpecFluent<A extends ScaleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetReplicas()BooleanhasReplicas()AwithReplicas(Integer replicas)
-