public class V1ScaleSpecFluentImpl<A extends V1ScaleSpecFluent<A>> extends BaseFluent<A> implements V1ScaleSpecFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ScaleSpecFluentImpl() |
V1ScaleSpecFluentImpl(io.kubernetes.client.openapi.models.V1ScaleSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
int |
hashCode() |
Boolean |
hasReplicas() |
String |
toString() |
A |
withReplicas(Integer replicas) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ScaleSpecFluentImpl()
public V1ScaleSpecFluentImpl(io.kubernetes.client.openapi.models.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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ScaleSpecFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ScaleSpecFluent<A>>Copyright © 2022. All rights reserved.