Class V1Device
java.lang.Object
io.kubernetes.client.openapi.models.V1Device
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-12T23:11:52.603861Z[Etc/UTC]")
public class V1Device
extends Object
Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBindingConditionsItem(String bindingConditionsItem) addBindingFailureConditionsItem(String bindingFailureConditionsItem) addConsumesCountersItem(V1DeviceCounterConsumption consumesCountersItem) addTaintsItem(V1DeviceTaint taintsItem) allowMultipleAllocations(Boolean allowMultipleAllocations) attributes(Map<String, V1DeviceAttribute> attributes) bindingConditions(List<String> bindingConditions) bindingFailureConditions(List<String> bindingFailureConditions) bindsToNode(Boolean bindsToNode) capacity(Map<String, V1DeviceCapacity> capacity) consumesCounters(List<V1DeviceCounterConsumption> consumesCounters) booleanAllNodes indicates that all nodes have access to the device.AllowMultipleAllocations marks whether the device is allowed to be allocated to multiple DeviceRequests.Attributes defines the set of attributes for this device.BindingConditions defines the conditions for proceeding with binding.BindingFailureConditions defines the conditions for binding failure.BindsToNode indicates if the usage of an allocation involving this device has to be limited to exactly the node that was chosen when allocating the claim.Capacity defines the set of capacities for this device.ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets.getName()Name is unique identifier among all devices managed by the driver in the pool.NodeName identifies the node where the device is available.Get nodeSelectorIf specified, these are the driver-defined taints.inthashCode()nodeSelector(V1NodeSelector nodeSelector) putAttributesItem(String key, V1DeviceAttribute attributesItem) putCapacityItem(String key, V1DeviceCapacity capacityItem) voidsetAllNodes(Boolean allNodes) voidsetAllowMultipleAllocations(Boolean allowMultipleAllocations) voidsetAttributes(Map<String, V1DeviceAttribute> attributes) voidsetBindingConditions(List<String> bindingConditions) voidsetBindingFailureConditions(List<String> bindingFailureConditions) voidsetBindsToNode(Boolean bindsToNode) voidsetCapacity(Map<String, V1DeviceCapacity> capacity) voidsetConsumesCounters(List<V1DeviceCounterConsumption> consumesCounters) voidvoidsetNodeName(String nodeName) voidsetNodeSelector(V1NodeSelector nodeSelector) voidsetTaints(List<V1DeviceTaint> taints) taints(List<V1DeviceTaint> taints) toString()
-
Field Details
-
SERIALIZED_NAME_ALL_NODES
- See Also:
-
SERIALIZED_NAME_ALLOW_MULTIPLE_ALLOCATIONS
- See Also:
-
SERIALIZED_NAME_ATTRIBUTES
- See Also:
-
SERIALIZED_NAME_BINDING_CONDITIONS
- See Also:
-
SERIALIZED_NAME_BINDING_FAILURE_CONDITIONS
- See Also:
-
SERIALIZED_NAME_BINDS_TO_NODE
- See Also:
-
SERIALIZED_NAME_CAPACITY
- See Also:
-
SERIALIZED_NAME_CONSUMES_COUNTERS
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NODE_NAME
- See Also:
-
SERIALIZED_NAME_NODE_SELECTOR
- See Also:
-
SERIALIZED_NAME_TAINTS
- See Also:
-
-
Constructor Details
-
V1Device
public V1Device()
-
-
Method Details
-
allNodes
-
getAllNodes
AllNodes indicates that all nodes have access to the device. Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.- Returns:
- allNodes
-
setAllNodes
-
allowMultipleAllocations
-
getAllowMultipleAllocations
AllowMultipleAllocations marks whether the device is allowed to be allocated to multiple DeviceRequests. If AllowMultipleAllocations is set to true, the device can be allocated more than once, and all of its capacity is consumable, regardless of whether the requestPolicy is defined or not.- Returns:
- allowMultipleAllocations
-
setAllowMultipleAllocations
-
attributes
-
putAttributesItem
-
getAttributes
Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set. The maximum number of attributes and capacities combined is 32.- Returns:
- attributes
-
setAttributes
-
bindingConditions
-
addBindingConditionsItem
-
getBindingConditions
BindingConditions defines the conditions for proceeding with binding. All of these conditions must be set in the per-device status conditions with a value of True to proceed with binding the pod to the node while scheduling the pod. The maximum number of binding conditions is 4. The conditions must be a valid condition type string. This is an alpha field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gates.- Returns:
- bindingConditions
-
setBindingConditions
-
bindingFailureConditions
-
addBindingFailureConditionsItem
-
getBindingFailureConditions
BindingFailureConditions defines the conditions for binding failure. They may be set in the per-device status conditions. If any is set to \"True\", a binding failure occurred. The maximum number of binding failure conditions is 4. The conditions must be a valid condition type string. This is an alpha field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gates.- Returns:
- bindingFailureConditions
-
setBindingFailureConditions
-
bindsToNode
-
getBindsToNode
BindsToNode indicates if the usage of an allocation involving this device has to be limited to exactly the node that was chosen when allocating the claim. If set to true, the scheduler will set the ResourceClaim.Status.Allocation.NodeSelector to match the node where the allocation was made. This is an alpha field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gates.- Returns:
- bindsToNode
-
setBindsToNode
-
capacity
-
putCapacityItem
-
getCapacity
Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set. The maximum number of attributes and capacities combined is 32.- Returns:
- capacity
-
setCapacity
-
consumesCounters
-
addConsumesCountersItem
-
getConsumesCounters
ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets. There can only be a single entry per counterSet. The total number of device counter consumption entries must be <= 32. In addition, the total number in the entire ResourceSlice must be <= 1024 (for example, 64 devices with 16 counters each).- Returns:
- consumesCounters
-
setConsumesCounters
-
name
-
getName
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.- Returns:
- name
-
setName
-
nodeName
-
getNodeName
NodeName identifies the node where the device is available. Must only be set if Spec.PerDeviceNodeSelection is set to true. At most one of NodeName, NodeSelector and AllNodes can be set.- Returns:
- nodeName
-
setNodeName
-
nodeSelector
-
getNodeSelector
Get nodeSelector- Returns:
- nodeSelector
-
setNodeSelector
-
taints
-
addTaintsItem
-
getTaints
If specified, these are the driver-defined taints. The maximum number of taints is 4. This is an alpha field and requires enabling the DRADeviceTaints feature gate.- Returns:
- taints
-
setTaints
-
equals
-
hashCode
public int hashCode() -
toString
-