Class ScaleStatusFluentImpl<A extends ScaleStatusFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.autoscaling.v1.ScaleStatusFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ScaleStatusFluent<A>
- Direct Known Subclasses:
DoneableScaleStatus,ScaleFluentImpl.StatusNestedImpl,ScaleStatusBuilder
public class ScaleStatusFluentImpl<A extends ScaleStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleStatusFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ScaleStatusFluentImpl()ScaleStatusFluentImpl(ScaleStatus instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)IntegergetReplicas()StringgetSelector()BooleanhasReplicas()BooleanhasSelector()AwithNewReplicas(int arg1)AwithNewReplicas(String arg1)AwithNewSelector(String arg1)AwithNewSelector(StringBuffer arg1)AwithNewSelector(StringBuilder arg1)AwithReplicas(Integer replicas)AwithSelector(String selector)
-
Constructor Details
-
ScaleStatusFluentImpl
public ScaleStatusFluentImpl() -
ScaleStatusFluentImpl
-
-
Method Details
-
getReplicas
- Specified by:
getReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withReplicas
- Specified by:
withReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
hasReplicas
- Specified by:
hasReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewReplicas
- Specified by:
withNewReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewReplicas
- Specified by:
withNewReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
getSelector
- Specified by:
getSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withSelector
- Specified by:
withSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
hasSelector
- Specified by:
hasSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewSelector
- Specified by:
withNewSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewSelector
- Specified by:
withNewSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewSelector
- Specified by:
withNewSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
equals
-