Class NodeSlicePoolStatusFluent<A extends NodeSlicePoolStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.whereabouts.v1alpha1.NodeSlicePoolStatusFluent<A>
-
- Direct Known Subclasses:
NodeSlicePoolFluent.StatusNested,NodeSlicePoolStatusBuilder
public class NodeSlicePoolStatusFluent<A extends NodeSlicePoolStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNodeSlicePoolStatusFluent.AllocationsNested<N>
-
Constructor Summary
Constructors Constructor Description NodeSlicePoolStatusFluent()NodeSlicePoolStatusFluent(NodeSlicePoolStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
NodeSlicePoolStatusFluent
public NodeSlicePoolStatusFluent()
-
NodeSlicePoolStatusFluent
public NodeSlicePoolStatusFluent(NodeSlicePoolStatus instance)
-
-
Method Detail
-
addAllToAllocations
public A addAllToAllocations(Collection<NodeSlicePoolStatusAllocations> items)
-
addNewAllocation
public NodeSlicePoolStatusFluent.AllocationsNested<A> addNewAllocation()
-
addNewAllocationLike
public NodeSlicePoolStatusFluent.AllocationsNested<A> addNewAllocationLike(NodeSlicePoolStatusAllocations item)
-
addToAllocations
public A addToAllocations(NodeSlicePoolStatusAllocations... items)
-
addToAllocations
public A addToAllocations(int index, NodeSlicePoolStatusAllocations item)
-
buildAllocation
public NodeSlicePoolStatusAllocations buildAllocation(int index)
-
buildAllocations
public List<NodeSlicePoolStatusAllocations> buildAllocations()
-
buildFirstAllocation
public NodeSlicePoolStatusAllocations buildFirstAllocation()
-
buildLastAllocation
public NodeSlicePoolStatusAllocations buildLastAllocation()
-
buildMatchingAllocation
public NodeSlicePoolStatusAllocations buildMatchingAllocation(Predicate<NodeSlicePoolStatusAllocationsBuilder> predicate)
-
copyInstance
protected void copyInstance(NodeSlicePoolStatus instance)
-
editAllocation
public NodeSlicePoolStatusFluent.AllocationsNested<A> editAllocation(int index)
-
editFirstAllocation
public NodeSlicePoolStatusFluent.AllocationsNested<A> editFirstAllocation()
-
editLastAllocation
public NodeSlicePoolStatusFluent.AllocationsNested<A> editLastAllocation()
-
editMatchingAllocation
public NodeSlicePoolStatusFluent.AllocationsNested<A> editMatchingAllocation(Predicate<NodeSlicePoolStatusAllocationsBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeSlicePoolStatusFluent<A>>
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAllocations
public boolean hasAllocations()
-
hasMatchingAllocation
public boolean hasMatchingAllocation(Predicate<NodeSlicePoolStatusAllocationsBuilder> predicate)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NodeSlicePoolStatusFluent<A>>
-
removeAllFromAllocations
public A removeAllFromAllocations(Collection<NodeSlicePoolStatusAllocations> items)
-
removeFromAllocations
public A removeFromAllocations(NodeSlicePoolStatusAllocations... items)
-
removeMatchingFromAllocations
public A removeMatchingFromAllocations(Predicate<NodeSlicePoolStatusAllocationsBuilder> predicate)
-
setNewAllocationLike
public NodeSlicePoolStatusFluent.AllocationsNested<A> setNewAllocationLike(int index, NodeSlicePoolStatusAllocations item)
-
setToAllocations
public A setToAllocations(int index, NodeSlicePoolStatusAllocations item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAllocations
public A withAllocations(List<NodeSlicePoolStatusAllocations> allocations)
-
withAllocations
public A withAllocations(NodeSlicePoolStatusAllocations... allocations)
-
-