public interface CpuMemoryFluent<A extends CpuMemoryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getMemory() |
String |
getMilliCpu() |
Boolean |
hasMemory() |
Boolean |
hasMilliCpu() |
A |
withMemory(String memory) |
A |
withMilliCpu(String milliCpu) |
Copyright © 2019. All rights reserved.