public interface CPUFluent<A extends CPUFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getCores() |
Integer |
getSockets() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasCores() |
Boolean |
hasSockets() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCores(Integer cores) |
A |
withSockets(Integer sockets) |
Copyright © 2015–2022 Red Hat. All rights reserved.