Class ScaleSpecFluentImpl<A extends ScaleSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.autoscaling.v1.ScaleSpecFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ScaleSpecFluent<A>
- Direct Known Subclasses:
ScaleFluentImpl.SpecNestedImpl,ScaleSpecBuilder
public class ScaleSpecFluentImpl<A extends ScaleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleSpecFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ScaleSpecFluentImpl()ScaleSpecFluentImpl(ScaleSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetReplicas()inthashCode()BooleanhasReplicas()AwithReplicas(Integer replicas)
-
-
-
Constructor Detail
-
ScaleSpecFluentImpl
public ScaleSpecFluentImpl()
-
ScaleSpecFluentImpl
public ScaleSpecFluentImpl(ScaleSpec instance)
-
-
Method Detail
-
getReplicas
public Integer getReplicas()
- Specified by:
getReplicasin interfaceScaleSpecFluent<A extends ScaleSpecFluent<A>>
-
withReplicas
public A withReplicas(Integer replicas)
- Specified by:
withReplicasin interfaceScaleSpecFluent<A extends ScaleSpecFluent<A>>
-
hasReplicas
public Boolean hasReplicas()
- Specified by:
hasReplicasin interfaceScaleSpecFluent<A extends ScaleSpecFluent<A>>
-
-