public class CpuMemoryFluentImpl<A extends CpuMemoryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CpuMemoryFluent<A>
| Constructor and Description |
|---|
CpuMemoryFluentImpl() |
CpuMemoryFluentImpl(CpuMemory instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMemory() |
String |
getMilliCpu() |
Boolean |
hasMemory() |
Boolean |
hasMilliCpu() |
A |
withMemory(String memory) |
A |
withMilliCpu(String milliCpu) |
public CpuMemoryFluentImpl()
public CpuMemoryFluentImpl(CpuMemory instance)
public String getMemory()
getMemory in interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>public A withMemory(String memory)
withMemory in interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>public Boolean hasMemory()
hasMemory in interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>public String getMilliCpu()
getMilliCpu in interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>public A withMilliCpu(String milliCpu)
withMilliCpu in interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>public Boolean hasMilliCpu()
hasMilliCpu in interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>Copyright © 2019. All rights reserved.