public class CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
CustomResourceSubresourceScaleFluent() |
CustomResourceSubresourceScaleFluent(CustomResourceSubresourceScale instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(CustomResourceSubresourceScale instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLabelSelectorPath() |
String |
getSpecReplicasPath() |
String |
getStatusReplicasPath() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasLabelSelectorPath() |
boolean |
hasSpecReplicasPath() |
boolean |
hasStatusReplicasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLabelSelectorPath(String labelSelectorPath) |
A |
withSpecReplicasPath(String specReplicasPath) |
A |
withStatusReplicasPath(String statusReplicasPath) |
public CustomResourceSubresourceScaleFluent()
public CustomResourceSubresourceScaleFluent(CustomResourceSubresourceScale instance)
protected void copyInstance(CustomResourceSubresourceScale instance)
public String getLabelSelectorPath()
public boolean hasLabelSelectorPath()
public String getSpecReplicasPath()
public boolean hasSpecReplicasPath()
public String getStatusReplicasPath()
public boolean hasStatusReplicasPath()
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 CustomResourceSubresourceScaleFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CustomResourceSubresourceScaleFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.