Class V1Device

java.lang.Object
io.kubernetes.client.openapi.models.V1Device

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-09-11T18:00:16.154662Z[Etc/UTC]", comments="Generator version: 7.13.0") 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 Details

  • Constructor Details

    • V1Device

      public V1Device()
  • Method Details

    • allNodes

      public V1Device allNodes(@Nullable Boolean allNodes)
    • getAllNodes

      @Nullable public Boolean 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

      public void setAllNodes(@Nullable Boolean allNodes)
    • allowMultipleAllocations

      public V1Device allowMultipleAllocations(@Nullable Boolean allowMultipleAllocations)
    • getAllowMultipleAllocations

      @Nullable public Boolean 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

      public void setAllowMultipleAllocations(@Nullable Boolean allowMultipleAllocations)
    • attributes

      public V1Device attributes(@Nullable Map<String,V1DeviceAttribute> attributes)
    • putAttributesItem

      public V1Device putAttributesItem(String key, V1DeviceAttribute attributesItem)
    • getAttributes

      @Nullable public Map<String,V1DeviceAttribute> 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

      public void setAttributes(@Nullable Map<String,V1DeviceAttribute> attributes)
    • bindingConditions

      public V1Device bindingConditions(@Nullable List<String> bindingConditions)
    • addBindingConditionsItem

      public V1Device addBindingConditionsItem(String bindingConditionsItem)
    • getBindingConditions

      @Nullable public List<String> 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

      public void setBindingConditions(@Nullable List<String> bindingConditions)
    • bindingFailureConditions

      public V1Device bindingFailureConditions(@Nullable List<String> bindingFailureConditions)
    • addBindingFailureConditionsItem

      public V1Device addBindingFailureConditionsItem(String bindingFailureConditionsItem)
    • getBindingFailureConditions

      @Nullable public List<String> 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

      public void setBindingFailureConditions(@Nullable List<String> bindingFailureConditions)
    • bindsToNode

      public V1Device bindsToNode(@Nullable Boolean bindsToNode)
    • getBindsToNode

      @Nullable public Boolean 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

      public void setBindsToNode(@Nullable Boolean bindsToNode)
    • capacity

      public V1Device capacity(@Nullable Map<String,V1DeviceCapacity> capacity)
    • putCapacityItem

      public V1Device putCapacityItem(String key, V1DeviceCapacity capacityItem)
    • getCapacity

      @Nullable public Map<String,V1DeviceCapacity> 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

      public void setCapacity(@Nullable Map<String,V1DeviceCapacity> capacity)
    • consumesCounters

      public V1Device consumesCounters(@Nullable List<V1DeviceCounterConsumption> consumesCounters)
    • addConsumesCountersItem

      public V1Device addConsumesCountersItem(V1DeviceCounterConsumption consumesCountersItem)
    • getConsumesCounters

      @Nullable public List<V1DeviceCounterConsumption> 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

      public void setConsumesCounters(@Nullable List<V1DeviceCounterConsumption> consumesCounters)
    • name

      public V1Device name(@Nonnull String name)
    • getName

      @Nonnull public String getName()
      Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • nodeName

      public V1Device nodeName(@Nullable String nodeName)
    • getNodeName

      @Nullable public String 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

      public void setNodeName(@Nullable String nodeName)
    • nodeSelector

      public V1Device nodeSelector(@Nullable V1NodeSelector nodeSelector)
    • getNodeSelector

      @Nullable public V1NodeSelector getNodeSelector()
      Get nodeSelector
      Returns:
      nodeSelector
    • setNodeSelector

      public void setNodeSelector(@Nullable V1NodeSelector nodeSelector)
    • taints

      public V1Device taints(@Nullable List<V1DeviceTaint> taints)
    • addTaintsItem

      public V1Device addTaintsItem(V1DeviceTaint taintsItem)
    • getTaints

      @Nullable public List<V1DeviceTaint> 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

      public void setTaints(@Nullable List<V1DeviceTaint> taints)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to V1Device
    • fromJson

      public static V1Device fromJson(String jsonString) throws IOException
      Create an instance of V1Device given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of V1Device
      Throws:
      IOException - if the JSON string is invalid with respect to V1Device
    • toJson

      public String toJson()
      Convert an instance of V1Device to an JSON string
      Returns:
      JSON string