Interface V1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1CustomResourceSubresourcesFluent.ScaleNested<N>
- All Known Implementing Classes:
V1CustomResourceSubresourceScaleBuilder
,V1CustomResourceSubresourceScaleFluentImpl
public interface V1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
extends Fluent<A>
Generated
-
Method Summary
Modifier and TypeMethodDescriptionwithLabelSelectorPath
(String labelSelectorPath) withSpecReplicasPath
(String specReplicasPath) withStatusReplicasPath
(String statusReplicasPath)
-
Method Details
-
getLabelSelectorPath
String getLabelSelectorPath() -
withLabelSelectorPath
-
hasLabelSelectorPath
Boolean hasLabelSelectorPath() -
getSpecReplicasPath
String getSpecReplicasPath() -
withSpecReplicasPath
-
hasSpecReplicasPath
Boolean hasSpecReplicasPath() -
getStatusReplicasPath
String getStatusReplicasPath() -
withStatusReplicasPath
-
hasStatusReplicasPath
Boolean hasStatusReplicasPath()
-