public class ScaleSpecFluentImpl<A extends ScaleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleSpecFluent<A>
| Constructor and Description |
|---|
ScaleSpecFluentImpl() |
ScaleSpecFluentImpl(ScaleSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
int |
hashCode() |
Boolean |
hasReplicas() |
A |
withNewReplicas(int arg1) |
A |
withNewReplicas(String arg1) |
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>>public A withNewReplicas(String arg1)
withNewReplicas in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public A withNewReplicas(int arg1)
withNewReplicas in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.