public interface CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLabelSelectorPath() |
String |
getSpecReplicasPath() |
String |
getStatusReplicasPath() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasLabelSelectorPath() |
Boolean |
hasSpecReplicasPath() |
Boolean |
hasStatusReplicasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLabelSelectorPath(String labelSelectorPath) |
A |
withNewLabelSelectorPath(String arg0)
Deprecated.
|
A |
withNewSpecReplicasPath(String arg0)
Deprecated.
|
A |
withNewStatusReplicasPath(String arg0)
Deprecated.
|
A |
withSpecReplicasPath(String specReplicasPath) |
A |
withStatusReplicasPath(String statusReplicasPath) |
String getLabelSelectorPath()
Boolean hasLabelSelectorPath()
@Deprecated A withNewLabelSelectorPath(String arg0)
String getSpecReplicasPath()
Boolean hasSpecReplicasPath()
@Deprecated A withNewSpecReplicasPath(String arg0)
String getStatusReplicasPath()
Boolean hasStatusReplicasPath()
@Deprecated A withNewStatusReplicasPath(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.