Uses of Class
io.fabric8.openshift.api.model.whereabouts.v1alpha1.NodeSlicePoolStatusAllocations
-
-
Uses of NodeSlicePoolStatusAllocations in io.fabric8.openshift.api.model.whereabouts.v1alpha1
Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return NodeSlicePoolStatusAllocations Modifier and Type Method Description NodeSlicePoolStatusAllocationsNodeSlicePoolStatusAllocationsBuilder. build()NodeSlicePoolStatusAllocationsNodeSlicePoolStatusFluent. buildAllocation(int index)NodeSlicePoolStatusAllocationsNodeSlicePoolStatusFluent. buildFirstAllocation()NodeSlicePoolStatusAllocationsNodeSlicePoolStatusFluent. buildLastAllocation()NodeSlicePoolStatusAllocationsNodeSlicePoolStatusFluent. buildMatchingAllocation(Predicate<NodeSlicePoolStatusAllocationsBuilder> predicate)Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return types with arguments of type NodeSlicePoolStatusAllocations Modifier and Type Method Description List<NodeSlicePoolStatusAllocations>NodeSlicePoolStatusFluent. buildAllocations()List<NodeSlicePoolStatusAllocations>NodeSlicePoolStatus. getAllocations()Allocations holds the allocations of nodes to slicesMethods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type NodeSlicePoolStatusAllocations Modifier and Type Method Description NodeSlicePoolStatusFluent.AllocationsNested<A>NodeSlicePoolStatusFluent. addNewAllocationLike(NodeSlicePoolStatusAllocations item)ANodeSlicePoolStatusFluent. addToAllocations(int index, NodeSlicePoolStatusAllocations item)ANodeSlicePoolStatusFluent. addToAllocations(NodeSlicePoolStatusAllocations... items)protected voidNodeSlicePoolStatusAllocationsFluent. copyInstance(NodeSlicePoolStatusAllocations instance)ANodeSlicePoolStatusFluent. removeFromAllocations(NodeSlicePoolStatusAllocations... items)NodeSlicePoolStatusFluent.AllocationsNested<A>NodeSlicePoolStatusFluent. setNewAllocationLike(int index, NodeSlicePoolStatusAllocations item)ANodeSlicePoolStatusFluent. setToAllocations(int index, NodeSlicePoolStatusAllocations item)ANodeSlicePoolStatusFluent. withAllocations(NodeSlicePoolStatusAllocations... allocations)Method parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type NodeSlicePoolStatusAllocations Modifier and Type Method Description ANodeSlicePoolStatusFluent. addAllToAllocations(Collection<NodeSlicePoolStatusAllocations> items)ANodeSlicePoolStatusFluent. removeAllFromAllocations(Collection<NodeSlicePoolStatusAllocations> items)voidNodeSlicePoolStatus. setAllocations(List<NodeSlicePoolStatusAllocations> allocations)Allocations holds the allocations of nodes to slicesANodeSlicePoolStatusFluent. withAllocations(List<NodeSlicePoolStatusAllocations> allocations)Constructors in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type NodeSlicePoolStatusAllocations Constructor Description NodeSlicePoolStatusAllocationsBuilder(NodeSlicePoolStatusAllocations instance)NodeSlicePoolStatusAllocationsBuilder(NodeSlicePoolStatusAllocationsFluent<?> fluent, NodeSlicePoolStatusAllocations instance)NodeSlicePoolStatusAllocationsFluent(NodeSlicePoolStatusAllocations instance)Constructor parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type NodeSlicePoolStatusAllocations Constructor Description NodeSlicePoolStatus(List<NodeSlicePoolStatusAllocations> allocations)
-