public interface IPPoolSpecFluent<A extends IPPoolSpecFluent<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) |
A |
addToAllocations(Map<String,IPAllocation> map) |
A |
addToAllocations(String key,
IPAllocation value) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,IPAllocation> |
getAllocations() |
String |
getRange() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAllocations() |
Boolean |
hasRange() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAllocations(Map<String,IPAllocation> map) |
A |
removeFromAllocations(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAllocations(Map<String,IPAllocation> allocations) |
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()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.