public class IPPoolSpecFluentImpl<A extends IPPoolSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IPPoolSpecFluent<A>
| Constructor and Description |
|---|
IPPoolSpecFluentImpl() |
IPPoolSpecFluentImpl(IPPoolSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAllocations(Map<String,IPAllocation> map) |
A |
addToAllocations(String key,
IPAllocation value) |
boolean |
equals(Object o) |
Map<String,IPAllocation> |
getAllocations() |
String |
getRange() |
Boolean |
hasAllocations() |
int |
hashCode() |
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) |
public IPPoolSpecFluentImpl()
public IPPoolSpecFluentImpl(IPPoolSpec instance)
public A addToAllocations(String key, IPAllocation value)
addToAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A addToAllocations(Map<String,IPAllocation> map)
addToAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A removeFromAllocations(String key)
removeFromAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A removeFromAllocations(Map<String,IPAllocation> map)
removeFromAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Map<String,IPAllocation> getAllocations()
getAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public <K,V> A withAllocations(Map<String,IPAllocation> allocations)
withAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Boolean hasAllocations()
hasAllocations in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public String getRange()
getRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public A withRange(String range)
withRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>public Boolean hasRange()
hasRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>@Deprecated public A withNewRange(String arg0)
withNewRange in interface IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.