public class ScaleSpecFluentImpl<A extends ScaleSpecFluent<A>> extends BaseFluent<A> implements ScaleSpecFluent<A>
_visitables
Constructor and Description |
---|
ScaleSpecFluentImpl() |
ScaleSpecFluentImpl(ScaleSpec instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
Boolean |
hasReplicas() |
A |
withReplicas(Integer replicas) |
public ScaleSpecFluentImpl()
public ScaleSpecFluentImpl(ScaleSpec instance)
public Integer getReplicas()
getReplicas
in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>
public A withReplicas(Integer replicas)
withReplicas
in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>
public Boolean hasReplicas()
hasReplicas
in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.