public class AllocationResultFluentImpl<A extends AllocationResultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AllocationResultFluent<A>
| Constructor and Description |
|---|
AllocationResultFluentImpl() |
AllocationResultFluentImpl(AllocationResult instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
io.fabric8.kubernetes.api.model.NodeSelector |
getAvailableOnNodes() |
String |
getResourceHandle() |
Boolean |
getShareable() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAvailableOnNodes() |
int |
hashCode() |
Boolean |
hasResourceHandle() |
Boolean |
hasShareable() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAvailableOnNodes(io.fabric8.kubernetes.api.model.NodeSelector availableOnNodes) |
A |
withResourceHandle(String resourceHandle) |
A |
withShareable() |
A |
withShareable(Boolean shareable) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AllocationResultFluentImpl()
public AllocationResultFluentImpl(AllocationResult instance)
public io.fabric8.kubernetes.api.model.NodeSelector getAvailableOnNodes()
getAvailableOnNodes in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A withAvailableOnNodes(io.fabric8.kubernetes.api.model.NodeSelector availableOnNodes)
withAvailableOnNodes in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public Boolean hasAvailableOnNodes()
hasAvailableOnNodes in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public String getResourceHandle()
getResourceHandle in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A withResourceHandle(String resourceHandle)
withResourceHandle in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public Boolean hasResourceHandle()
hasResourceHandle in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public Boolean getShareable()
getShareable in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A withShareable(Boolean shareable)
withShareable in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public Boolean hasShareable()
hasShareable in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AllocationResultFluent<A extends AllocationResultFluent<A>>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()
withShareable in interface AllocationResultFluent<A extends AllocationResultFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.