public class AllocationResultFluent<A extends AllocationResultFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AllocationResultFluent.ResourceHandlesNested<N> |
| Constructor and Description |
|---|
AllocationResultFluent() |
AllocationResultFluent(AllocationResult instance) |
public AllocationResultFluent()
public AllocationResultFluent(AllocationResult instance)
protected void copyInstance(AllocationResult instance)
public io.fabric8.kubernetes.api.model.NodeSelector getAvailableOnNodes()
public A withAvailableOnNodes(io.fabric8.kubernetes.api.model.NodeSelector availableOnNodes)
public boolean hasAvailableOnNodes()
public A addToResourceHandles(int index, ResourceHandle item)
public A setToResourceHandles(int index, ResourceHandle item)
public A addToResourceHandles(ResourceHandle... items)
public A addAllToResourceHandles(Collection<ResourceHandle> items)
public A removeFromResourceHandles(ResourceHandle... items)
public A removeAllFromResourceHandles(Collection<ResourceHandle> items)
public A removeMatchingFromResourceHandles(Predicate<ResourceHandleBuilder> predicate)
public List<ResourceHandle> buildResourceHandles()
public ResourceHandle buildResourceHandle(int index)
public ResourceHandle buildFirstResourceHandle()
public ResourceHandle buildLastResourceHandle()
public ResourceHandle buildMatchingResourceHandle(Predicate<ResourceHandleBuilder> predicate)
public boolean hasMatchingResourceHandle(Predicate<ResourceHandleBuilder> predicate)
public A withResourceHandles(List<ResourceHandle> resourceHandles)
public A withResourceHandles(ResourceHandle... resourceHandles)
public boolean hasResourceHandles()
public AllocationResultFluent.ResourceHandlesNested<A> addNewResourceHandle()
public AllocationResultFluent.ResourceHandlesNested<A> addNewResourceHandleLike(ResourceHandle item)
public AllocationResultFluent.ResourceHandlesNested<A> setNewResourceHandleLike(int index, ResourceHandle item)
public AllocationResultFluent.ResourceHandlesNested<A> editResourceHandle(int index)
public AllocationResultFluent.ResourceHandlesNested<A> editFirstResourceHandle()
public AllocationResultFluent.ResourceHandlesNested<A> editLastResourceHandle()
public AllocationResultFluent.ResourceHandlesNested<A> editMatchingResourceHandle(Predicate<ResourceHandleBuilder> predicate)
public Boolean getShareable()
public boolean hasShareable()
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 AllocationResultFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AllocationResultFluent<A>>public A withShareable()
Copyright © 2015–2024 Red Hat. All rights reserved.