Class V1CustomResourceSubresourceScaleFluentImpl<A extends V1CustomResourceSubresourceScaleFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScaleFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1CustomResourceSubresourceScaleFluent<A>
- Direct Known Subclasses:
V1CustomResourceSubresourceScaleBuilder
public class V1CustomResourceSubresourceScaleFluentImpl<A extends V1CustomResourceSubresourceScaleFluent<A>>
extends BaseFluent<A>
implements V1CustomResourceSubresourceScaleFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1CustomResourceSubresourceScaleFluentImpl
(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withLabelSelectorPath
(String labelSelectorPath) withSpecReplicasPath
(String specReplicasPath) withStatusReplicasPath
(String statusReplicasPath) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CustomResourceSubresourceScaleFluentImpl
public V1CustomResourceSubresourceScaleFluentImpl() -
V1CustomResourceSubresourceScaleFluentImpl
public V1CustomResourceSubresourceScaleFluentImpl(io.kubernetes.client.openapi.models.V1CustomResourceSubresourceScale instance)
-
-
Method Details
-
getLabelSelectorPath
- Specified by:
getLabelSelectorPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
withLabelSelectorPath
- Specified by:
withLabelSelectorPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
hasLabelSelectorPath
- Specified by:
hasLabelSelectorPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
getSpecReplicasPath
- Specified by:
getSpecReplicasPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
withSpecReplicasPath
- Specified by:
withSpecReplicasPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
hasSpecReplicasPath
- Specified by:
hasSpecReplicasPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
getStatusReplicasPath
- Specified by:
getStatusReplicasPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
withStatusReplicasPath
- Specified by:
withStatusReplicasPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
hasStatusReplicasPath
- Specified by:
hasStatusReplicasPath
in interfaceV1CustomResourceSubresourceScaleFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1CustomResourceSubresourceScaleFluent<A>>
-
toString
-