public class V1ScaleStatusFluentImpl<A extends V1ScaleStatusFluent<A>> extends BaseFluent<A> implements V1ScaleStatusFluent<A>
_visitables
Constructor and Description |
---|
V1ScaleStatusFluentImpl() |
V1ScaleStatusFluentImpl(V1ScaleStatus instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
String |
getSelector() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
A |
withNewSelector(String arg1) |
A |
withNewSelector(StringBuffer arg1) |
A |
withNewSelector(StringBuilder arg1) |
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
public V1ScaleStatusFluentImpl()
public V1ScaleStatusFluentImpl(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>>
public A withNewSelector(String arg1)
withNewSelector
in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
public A withNewSelector(StringBuilder arg1)
withNewSelector
in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
public A withNewSelector(StringBuffer arg1)
withNewSelector
in interface V1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
Copyright © 2020. All rights reserved.