public class V1ScaleStatusFluentImpl<A extends V1ScaleStatusFluent<A>> extends BaseFluent<A> implements V1ScaleStatusFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1ScaleStatusFluentImpl() |
V1ScaleStatusFluentImpl(io.kubernetes.client.openapi.models.V1ScaleStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
String |
getSelector() |
int |
hashCode() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
A |
withNewSelector(String original)
Deprecated.
|
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1ScaleStatusFluentImpl()
public V1ScaleStatusFluentImpl(io.kubernetes.client.openapi.models.V1ScaleStatus instance)
public Integer getReplicas()
getReplicas in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public String getSelector()
getSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public A withSelector(String selector)
withSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>public Boolean hasSelector()
hasSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>@Deprecated public A withNewSelector(String original)
withNewSelector in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>Copyright © 2022. All rights reserved.