Class AllocationResultFluent<A extends AllocationResultFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.resource.v1alpha3.AllocationResultFluent<A>
-
- Direct Known Subclasses:
AllocationResultBuilder
,ResourceClaimStatusFluent.AllocationNested
public class AllocationResultFluent<A extends AllocationResultFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AllocationResultFluent.DevicesNested<N>
-
Constructor Summary
Constructors Constructor Description AllocationResultFluent()
AllocationResultFluent(AllocationResult instance)
-
Method Summary
-
-
-
Constructor Detail
-
AllocationResultFluent
public AllocationResultFluent()
-
AllocationResultFluent
public AllocationResultFluent(AllocationResult instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AllocationResult instance)
-
buildDevices
public DeviceAllocationResult buildDevices()
-
withDevices
public A withDevices(DeviceAllocationResult devices)
-
hasDevices
public boolean hasDevices()
-
withNewDevices
public AllocationResultFluent.DevicesNested<A> withNewDevices()
-
withNewDevicesLike
public AllocationResultFluent.DevicesNested<A> withNewDevicesLike(DeviceAllocationResult item)
-
editDevices
public AllocationResultFluent.DevicesNested<A> editDevices()
-
editOrNewDevices
public AllocationResultFluent.DevicesNested<A> editOrNewDevices()
-
editOrNewDevicesLike
public AllocationResultFluent.DevicesNested<A> editOrNewDevicesLike(DeviceAllocationResult item)
-
getNodeSelector
public io.fabric8.kubernetes.api.model.NodeSelector getNodeSelector()
-
withNodeSelector
public A withNodeSelector(io.fabric8.kubernetes.api.model.NodeSelector nodeSelector)
-
hasNodeSelector
public boolean hasNodeSelector()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllocationResultFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AllocationResultFluent<A>>
-
-