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:
ScaleFluentImpl.StatusNestedImpl,ScaleStatusBuilder
public class ScaleStatusFluentImpl<A extends ScaleStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleStatusFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ScaleStatusFluentImpl()ScaleStatusFluentImpl(ScaleStatus instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetReplicas()StringgetSelector()inthashCode()BooleanhasReplicas()BooleanhasSelector()AwithNewSelector(String arg1)AwithNewSelector(StringBuffer arg1)AwithNewSelector(StringBuilder arg1)AwithReplicas(Integer replicas)AwithSelector(String selector)
-
-
-
Constructor Detail
-
ScaleStatusFluentImpl
public ScaleStatusFluentImpl()
-
ScaleStatusFluentImpl
public ScaleStatusFluentImpl(ScaleStatus instance)
-
-
Method Detail
-
getReplicas
public Integer getReplicas()
- Specified by:
getReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withReplicas
public A withReplicas(Integer replicas)
- Specified by:
withReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
hasReplicas
public Boolean hasReplicas()
- Specified by:
hasReplicasin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
getSelector
public String getSelector()
- Specified by:
getSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withSelector
public A withSelector(String selector)
- Specified by:
withSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
hasSelector
public Boolean hasSelector()
- Specified by:
hasSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewSelector
public A withNewSelector(String arg1)
- Specified by:
withNewSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewSelector
public A withNewSelector(StringBuilder arg1)
- Specified by:
withNewSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
withNewSelector
public A withNewSelector(StringBuffer arg1)
- Specified by:
withNewSelectorin interfaceScaleStatusFluent<A extends ScaleStatusFluent<A>>
-
-