public class V1beta2ScaleStatusFluentImpl<A extends V1beta2ScaleStatusFluent<A>> extends BaseFluent<A> implements V1beta2ScaleStatusFluent<A>
_visitables
Constructor and Description |
---|
V1beta2ScaleStatusFluentImpl() |
V1beta2ScaleStatusFluentImpl(V1beta2ScaleStatus instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToSelector(Map<String,String> map) |
A |
addToSelector(String key,
String value) |
boolean |
equals(Object o) |
Integer |
getReplicas() |
Map<String,String> |
getSelector() |
String |
getTargetSelector() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
Boolean |
hasTargetSelector() |
A |
removeFromSelector(Map<String,String> map) |
A |
removeFromSelector(String key) |
A |
withNewTargetSelector(String arg1) |
A |
withNewTargetSelector(StringBuffer arg1) |
A |
withNewTargetSelector(StringBuilder arg1) |
A |
withReplicas(Integer replicas) |
A |
withSelector(Map<String,String> selector) |
A |
withTargetSelector(String targetSelector) |
public V1beta2ScaleStatusFluentImpl()
public V1beta2ScaleStatusFluentImpl(V1beta2ScaleStatus instance)
public Integer getReplicas()
getReplicas
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A withReplicas(Integer replicas)
withReplicas
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public Boolean hasReplicas()
hasReplicas
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A addToSelector(String key, String value)
addToSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A addToSelector(Map<String,String> map)
addToSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A removeFromSelector(String key)
removeFromSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A removeFromSelector(Map<String,String> map)
removeFromSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public Map<String,String> getSelector()
getSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A withSelector(Map<String,String> selector)
withSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public Boolean hasSelector()
hasSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public String getTargetSelector()
getTargetSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A withTargetSelector(String targetSelector)
withTargetSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public Boolean hasTargetSelector()
hasTargetSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A withNewTargetSelector(String arg1)
withNewTargetSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A withNewTargetSelector(StringBuilder arg1)
withNewTargetSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
public A withNewTargetSelector(StringBuffer arg1)
withNewTargetSelector
in interface V1beta2ScaleStatusFluent<A extends V1beta2ScaleStatusFluent<A>>
Copyright © 2019. All rights reserved.