Class V1beta2AllocationResult
java.lang.Object
io.kubernetes.client.openapi.models.V1beta2AllocationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-22T21:20:49.874193Z[Etc/UTC]")
public class V1beta2AllocationResult
extends Object
AllocationResult contains attributes of an allocated resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondevices
(V1beta2DeviceAllocationResult devices) boolean
Get devicesGet nodeSelectorint
hashCode()
nodeSelector
(V1NodeSelector nodeSelector) void
setDevices
(V1beta2DeviceAllocationResult devices) void
setNodeSelector
(V1NodeSelector nodeSelector) toString()
-
Field Details
-
SERIALIZED_NAME_DEVICES
- See Also:
-
SERIALIZED_NAME_NODE_SELECTOR
- See Also:
-
-
Constructor Details
-
V1beta2AllocationResult
public V1beta2AllocationResult()
-
-
Method Details