public class V1ScaleSpecFluentImpl<A extends V1ScaleSpecFluent<A>> extends BaseFluent<A> implements V1ScaleSpecFluent<A>
_visitables
Constructor and Description |
---|
V1ScaleSpecFluentImpl() |
V1ScaleSpecFluentImpl(V1ScaleSpec instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
Boolean |
hasReplicas() |
A |
withReplicas(Integer replicas) |
public V1ScaleSpecFluentImpl()
public V1ScaleSpecFluentImpl(V1ScaleSpec instance)
public Integer getReplicas()
getReplicas
in interface V1ScaleSpecFluent<A extends V1ScaleSpecFluent<A>>
public A withReplicas(Integer replicas)
withReplicas
in interface V1ScaleSpecFluent<A extends V1ScaleSpecFluent<A>>
public Boolean hasReplicas()
hasReplicas
in interface V1ScaleSpecFluent<A extends V1ScaleSpecFluent<A>>
Copyright © 2019. All rights reserved.