public interface CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getLabelSelectorPath() |
String |
getSpecReplicasPath() |
String |
getStatusReplicasPath() |
Boolean |
hasLabelSelectorPath() |
Boolean |
hasSpecReplicasPath() |
Boolean |
hasStatusReplicasPath() |
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)
Copyright © 2015–2021 Red Hat. All rights reserved.