public class V1beta2ScaleSpecFluentImpl<A extends V1beta2ScaleSpecFluent<A>> extends BaseFluent<A> implements V1beta2ScaleSpecFluent<A>
_visitables
Constructor and Description |
---|
V1beta2ScaleSpecFluentImpl() |
V1beta2ScaleSpecFluentImpl(V1beta2ScaleSpec instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
Boolean |
hasReplicas() |
A |
withNewReplicas(int arg1) |
A |
withNewReplicas(String arg1) |
A |
withReplicas(Integer replicas) |
public V1beta2ScaleSpecFluentImpl()
public V1beta2ScaleSpecFluentImpl(V1beta2ScaleSpec instance)
public Integer getReplicas()
getReplicas
in interface V1beta2ScaleSpecFluent<A extends V1beta2ScaleSpecFluent<A>>
public A withReplicas(Integer replicas)
withReplicas
in interface V1beta2ScaleSpecFluent<A extends V1beta2ScaleSpecFluent<A>>
public Boolean hasReplicas()
hasReplicas
in interface V1beta2ScaleSpecFluent<A extends V1beta2ScaleSpecFluent<A>>
public A withNewReplicas(int arg1)
withNewReplicas
in interface V1beta2ScaleSpecFluent<A extends V1beta2ScaleSpecFluent<A>>
public A withNewReplicas(String arg1)
withNewReplicas
in interface V1beta2ScaleSpecFluent<A extends V1beta2ScaleSpecFluent<A>>
Copyright © 2018. All rights reserved.