Uses of Class
io.fabric8.openshift.api.model.whereabouts.v1alpha1.IPPoolSpecAllocations
-
-
Uses of IPPoolSpecAllocations in io.fabric8.openshift.api.model.whereabouts.v1alpha1
Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return IPPoolSpecAllocations Modifier and Type Method Description IPPoolSpecAllocationsIPPoolSpecAllocationsBuilder. build()Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return types with arguments of type IPPoolSpecAllocations Modifier and Type Method Description Map<String,IPPoolSpecAllocations>IPPoolSpec. getAllocations()Allocations is the set of allocated IPs for the given range.Map<String,IPPoolSpecAllocations>IPPoolSpecFluent. getAllocations()Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type IPPoolSpecAllocations Modifier and Type Method Description AIPPoolSpecFluent. addToAllocations(String key, IPPoolSpecAllocations value)protected voidIPPoolSpecAllocationsFluent. copyInstance(IPPoolSpecAllocations instance)Method parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type IPPoolSpecAllocations Modifier and Type Method Description AIPPoolSpecFluent. addToAllocations(Map<String,IPPoolSpecAllocations> map)AIPPoolSpecFluent. removeFromAllocations(Map<String,IPPoolSpecAllocations> map)voidIPPoolSpec. setAllocations(Map<String,IPPoolSpecAllocations> allocations)Allocations is the set of allocated IPs for the given range.<K,V>
AIPPoolSpecFluent. withAllocations(Map<String,IPPoolSpecAllocations> allocations)Constructors in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type IPPoolSpecAllocations Constructor Description IPPoolSpecAllocationsBuilder(IPPoolSpecAllocations instance)IPPoolSpecAllocationsBuilder(IPPoolSpecAllocationsFluent<?> fluent, IPPoolSpecAllocations instance)IPPoolSpecAllocationsFluent(IPPoolSpecAllocations instance)Constructor parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type IPPoolSpecAllocations Constructor Description IPPoolSpec(Map<String,IPPoolSpecAllocations> allocations, String range)
-