public class IPPoolSpecFluent<A extends IPPoolSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IPPoolSpecFluent() |
IPPoolSpecFluent(IPPoolSpec instance) |
| 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) |
protected void |
copyInstance(IPPoolSpec instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Map<String,IPAllocation> |
getAllocations() |
String |
getRange() |
boolean |
hasAdditionalProperties() |
boolean |
hasAllocations() |
int |
hashCode() |
boolean |
hasRange() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromAllocations(Map<String,IPAllocation> map) |
A |
removeFromAllocations(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
<K,V> A |
withAllocations(Map<String,IPAllocation> allocations) |
A |
withRange(String range) |
public IPPoolSpecFluent()
public IPPoolSpecFluent(IPPoolSpec instance)
protected void copyInstance(IPPoolSpec instance)
public A addToAllocations(String key, IPAllocation value)
public A addToAllocations(Map<String,IPAllocation> map)
public A removeFromAllocations(Map<String,IPAllocation> map)
public Map<String,IPAllocation> getAllocations()
public <K,V> A withAllocations(Map<String,IPAllocation> allocations)
public boolean hasAllocations()
public String getRange()
public boolean hasRange()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IPPoolSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.