public interface V1beta1CustomResourceSubresourceScaleFluent<A extends V1beta1CustomResourceSubresourceScaleFluent<A>> extends 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 original)
Deprecated.
|
A |
withNewSpecReplicasPath(String original)
Deprecated.
|
A |
withNewStatusReplicasPath(String original)
Deprecated.
|
A |
withSpecReplicasPath(String specReplicasPath) |
A |
withStatusReplicasPath(String statusReplicasPath) |
String getLabelSelectorPath()
Boolean hasLabelSelectorPath()
@Deprecated A withNewLabelSelectorPath(String original)
String getSpecReplicasPath()
Boolean hasSpecReplicasPath()
@Deprecated A withNewSpecReplicasPath(String original)
String getStatusReplicasPath()
Boolean hasStatusReplicasPath()
@Deprecated A withNewStatusReplicasPath(String original)
Copyright © 2021. All rights reserved.