public interface JVMStressSpecFluent<A extends JVMStressSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuCount() |
String |
getMemType() |
Integer |
getPid() |
Integer |
getPort() |
Boolean |
hasCpuCount() |
Boolean |
hasMemType() |
Boolean |
hasPid() |
Boolean |
hasPort() |
A |
withCpuCount(Integer cpuCount) |
A |
withMemType(String memType) |
A |
withPid(Integer pid) |
A |
withPort(Integer port) |
Copyright © 2015–2023 Red Hat. All rights reserved.