public interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAllocations(Map<String,IPAllocation> map) |
A |
addToAllocations(String key,
IPAllocation value) |
Map<String,IPAllocation> |
getAllocations() |
String |
getRange() |
Boolean |
hasAllocations() |
Boolean |
hasRange() |
A |
removeFromAllocations(Map<String,IPAllocation> map) |
A |
removeFromAllocations(String key) |
<K,V> A |
withAllocations(Map<String,IPAllocation> allocations) |
A |
withNewRange(String arg0)
Deprecated.
|
A |
withRange(String range) |
A addToAllocations(String key, IPAllocation value)
A addToAllocations(Map<String,IPAllocation> map)
A removeFromAllocations(Map<String,IPAllocation> map)
Map<String,IPAllocation> getAllocations()
<K,V> A withAllocations(Map<String,IPAllocation> allocations)
Boolean hasAllocations()
String getRange()
Boolean hasRange()
@Deprecated A withNewRange(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.