Interface CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
CustomResourceSubresourcesFluent.ScaleNested<N>
- All Known Implementing Classes:
CustomResourceSubresourceScaleBuilder,CustomResourceSubresourceScaleFluentImpl,CustomResourceSubresourcesFluentImpl.ScaleNestedImpl,DoneableCustomResourceSubresourceScale
public interface CustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetLabelSelectorPath()StringgetSpecReplicasPath()StringgetStatusReplicasPath()BooleanhasLabelSelectorPath()BooleanhasSpecReplicasPath()BooleanhasStatusReplicasPath()AwithLabelSelectorPath(String labelSelectorPath)AwithNewLabelSelectorPath(String arg1)AwithNewLabelSelectorPath(StringBuffer arg1)AwithNewLabelSelectorPath(StringBuilder arg1)AwithNewSpecReplicasPath(String arg1)AwithNewSpecReplicasPath(StringBuffer arg1)AwithNewSpecReplicasPath(StringBuilder arg1)AwithNewStatusReplicasPath(String arg1)AwithNewStatusReplicasPath(StringBuffer arg1)AwithNewStatusReplicasPath(StringBuilder arg1)AwithSpecReplicasPath(String specReplicasPath)AwithStatusReplicasPath(String statusReplicasPath)
-
Method Details
-
getLabelSelectorPath
String getLabelSelectorPath() -
withLabelSelectorPath
-
hasLabelSelectorPath
Boolean hasLabelSelectorPath() -
withNewLabelSelectorPath
-
withNewLabelSelectorPath
-
withNewLabelSelectorPath
-
getSpecReplicasPath
String getSpecReplicasPath() -
withSpecReplicasPath
-
hasSpecReplicasPath
Boolean hasSpecReplicasPath() -
withNewSpecReplicasPath
-
withNewSpecReplicasPath
-
withNewSpecReplicasPath
-
getStatusReplicasPath
String getStatusReplicasPath() -
withStatusReplicasPath
-
hasStatusReplicasPath
Boolean hasStatusReplicasPath() -
withNewStatusReplicasPath
-
withNewStatusReplicasPath
-
withNewStatusReplicasPath
-