Class V1ScaleSpecFluentImpl<A extends V1ScaleSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1ScaleSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1ScaleSpecFluent<A>
- Direct Known Subclasses:
V1ScaleSpecBuilder
public class V1ScaleSpecFluentImpl<A extends V1ScaleSpecFluent<A>>
extends BaseFluent<A>
implements V1ScaleSpecFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1ScaleSpecFluentImpl
(io.kubernetes.client.openapi.models.V1ScaleSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withReplicas
(Integer replicas) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1ScaleSpecFluentImpl
public V1ScaleSpecFluentImpl() -
V1ScaleSpecFluentImpl
public V1ScaleSpecFluentImpl(io.kubernetes.client.openapi.models.V1ScaleSpec instance)
-
-
Method Details
-
getReplicas
- Specified by:
getReplicas
in interfaceV1ScaleSpecFluent<A extends V1ScaleSpecFluent<A>>
-
withReplicas
- Specified by:
withReplicas
in interfaceV1ScaleSpecFluent<A extends V1ScaleSpecFluent<A>>
-
hasReplicas
- Specified by:
hasReplicas
in interfaceV1ScaleSpecFluent<A extends V1ScaleSpecFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1ScaleSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1ScaleSpecFluent<A>>
-
toString
-