Class CustomResourceSubresourceScaleFluentImpl<A extends CustomResourceSubresourceScaleFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.apiextensions.CustomResourceSubresourceScaleFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,CustomResourceSubresourceScaleFluent<A>
- Direct Known Subclasses:
CustomResourceSubresourceScaleBuilder,CustomResourceSubresourcesFluentImpl.ScaleNestedImpl,DoneableCustomResourceSubresourceScale
public class CustomResourceSubresourceScaleFluentImpl<A extends CustomResourceSubresourceScaleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomResourceSubresourceScaleFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CustomResourceSubresourceScaleFluentImpl()CustomResourceSubresourceScaleFluentImpl(CustomResourceSubresourceScale instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
CustomResourceSubresourceScaleFluentImpl
public CustomResourceSubresourceScaleFluentImpl() -
CustomResourceSubresourceScaleFluentImpl
-
-
Method Details
-
getLabelSelectorPath
- Specified by:
getLabelSelectorPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withLabelSelectorPath
- Specified by:
withLabelSelectorPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
hasLabelSelectorPath
- Specified by:
hasLabelSelectorPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewLabelSelectorPath
- Specified by:
withNewLabelSelectorPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewLabelSelectorPath
- Specified by:
withNewLabelSelectorPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewLabelSelectorPath
- Specified by:
withNewLabelSelectorPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
getSpecReplicasPath
- Specified by:
getSpecReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withSpecReplicasPath
- Specified by:
withSpecReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
hasSpecReplicasPath
- Specified by:
hasSpecReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewSpecReplicasPath
- Specified by:
withNewSpecReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewSpecReplicasPath
- Specified by:
withNewSpecReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewSpecReplicasPath
- Specified by:
withNewSpecReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
getStatusReplicasPath
- Specified by:
getStatusReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withStatusReplicasPath
- Specified by:
withStatusReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
hasStatusReplicasPath
- Specified by:
hasStatusReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewStatusReplicasPath
- Specified by:
withNewStatusReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewStatusReplicasPath
- Specified by:
withNewStatusReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
withNewStatusReplicasPath
- Specified by:
withNewStatusReplicasPathin interfaceCustomResourceSubresourceScaleFluent<A extends CustomResourceSubresourceScaleFluent<A>>
-
equals
-