public class ScaleStatusFluentImpl<A extends ScaleStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ScaleStatusFluent<A>
| Constructor and Description |
|---|
ScaleStatusFluentImpl() |
ScaleStatusFluentImpl(ScaleStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getReplicas() |
String |
getSelector() |
int |
hashCode() |
Boolean |
hasReplicas() |
Boolean |
hasSelector() |
A |
withNewReplicas(int arg0) |
A |
withNewSelector(byte[] arg1) |
A |
withNewSelector(byte[] arg1,
int arg2) |
A |
withNewSelector(byte[] arg1,
int arg2,
int arg3) |
A |
withNewSelector(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewSelector(char[] arg1) |
A |
withNewSelector(char[] arg1,
int arg2,
int arg3) |
A |
withNewSelector(int[] arg1,
int arg2,
int arg3) |
A |
withNewSelector(String arg1) |
A |
withNewSelector(StringBuffer arg1) |
A |
withNewSelector(StringBuilder arg1) |
A |
withReplicas(Integer replicas) |
A |
withSelector(String selector) |
public ScaleStatusFluentImpl()
public ScaleStatusFluentImpl(ScaleStatus instance)
public Integer getReplicas()
getReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withReplicas(Integer replicas)
withReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public Boolean hasReplicas()
hasReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewReplicas(int arg0)
withNewReplicas in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public String getSelector()
getSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withSelector(String selector)
withSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public Boolean hasSelector()
hasSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(StringBuilder arg1)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(int[] arg1, int arg2, int arg3)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(char[] arg1)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(StringBuffer arg1)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(byte[] arg1, int arg2)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(byte[] arg1)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(char[] arg1, int arg2, int arg3)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(byte[] arg1, int arg2, int arg3)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(byte[] arg1, int arg2, int arg3, int arg4)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>public A withNewSelector(String arg1)
withNewSelector in interface ScaleStatusFluent<A extends ScaleStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.