Class V1ScaleStatusFluentImpl<A extends V1ScaleStatusFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ScaleStatusFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ScaleStatusFluent<A>
- Direct Known Subclasses:
V1ScaleStatusBuilder
public class V1ScaleStatusFluentImpl<A extends V1ScaleStatusFluent<A>>
extends BaseFluent<A>
implements V1ScaleStatusFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ScaleStatusFluentImpl
(io.kubernetes.client.openapi.models.V1ScaleStatus instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withReplicas
(Integer replicas) withSelector
(String selector) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ScaleStatusFluentImpl
public V1ScaleStatusFluentImpl() -
V1ScaleStatusFluentImpl
public V1ScaleStatusFluentImpl(io.kubernetes.client.openapi.models.V1ScaleStatus instance)
-
-
Method Details
-
getReplicas
- Specified by:
getReplicas
in interfaceV1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
-
withReplicas
- Specified by:
withReplicas
in interfaceV1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
-
hasReplicas
- Specified by:
hasReplicas
in interfaceV1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
-
getSelector
- Specified by:
getSelector
in interfaceV1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
-
withSelector
- Specified by:
withSelector
in interfaceV1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
-
hasSelector
- Specified by:
hasSelector
in interfaceV1ScaleStatusFluent<A extends V1ScaleStatusFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ScaleStatusFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ScaleStatusFluent<A>>
-
toString
-