public class CPUStressorFluent<A extends CPUStressorFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
CPUStressorFluent() |
CPUStressorFluent(CPUStressor instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToOptions(Collection<String> items) |
A |
addToOptions(int index,
String item) |
A |
addToOptions(String... items) |
protected void |
copyInstance(CPUStressor instance) |
boolean |
equals(Object o) |
String |
getFirstOption() |
String |
getLastOption() |
Integer |
getLoad() |
String |
getMatchingOption(Predicate<String> predicate) |
String |
getOption(int index) |
List<String> |
getOptions() |
Integer |
getWorkers() |
int |
hashCode() |
boolean |
hasLoad() |
boolean |
hasMatchingOption(Predicate<String> predicate) |
boolean |
hasOptions() |
boolean |
hasWorkers() |
A |
removeAllFromOptions(Collection<String> items) |
A |
removeFromOptions(String... items) |
A |
setToOptions(int index,
String item) |
String |
toString() |
A |
withLoad(Integer load) |
A |
withOptions(List<String> options) |
A |
withOptions(String... options) |
A |
withWorkers(Integer workers) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CPUStressorFluent()
public CPUStressorFluent(CPUStressor instance)
protected void copyInstance(CPUStressor instance)
public Integer getLoad()
public boolean hasLoad()
public A addAllToOptions(Collection<String> items)
public A removeAllFromOptions(Collection<String> items)
public String getOption(int index)
public String getFirstOption()
public String getLastOption()
public boolean hasOptions()
public Integer getWorkers()
public boolean hasWorkers()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CPUStressorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CPUStressorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.