public class ScaleSpecFluentImpl<A extends ScaleSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleSpecFluent<A>
| Constructor and Description |
|---|
ScaleSpecFluentImpl() |
ScaleSpecFluentImpl(ScaleSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getReplicas() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasReplicas() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReplicas(Integer replicas) |
public ScaleSpecFluentImpl()
public ScaleSpecFluentImpl(ScaleSpec instance)
public Integer getReplicas()
getReplicas in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public Boolean hasReplicas()
hasReplicas in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ScaleSpecFluent<A extends ScaleSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.