public class ScaleStatusFluent<A extends ScaleStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ScaleStatusFluent() |
ScaleStatusFluent(ScaleStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(ScaleStatus instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getReplicas() |
String |
getSelector() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasReplicas() |
boolean |
hasSelector() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
public ScaleStatusFluent()
public ScaleStatusFluent(ScaleStatus instance)
protected void copyInstance(ScaleStatus instance)
public Integer getReplicas()
public boolean hasReplicas()
public String getSelector()
public boolean hasSelector()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.