Class V1Device
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1Device
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
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) Add an item to the bindingConditions property in a chainable fashion.addBindingFailureConditionsItem(String bindingFailureConditionsItem) Add an item to the bindingFailureConditions property in a chainable fashion.addConsumesCountersItem(V1DeviceCounterConsumption consumesCountersItem) Add an item to the consumesCounters property in a chainable fashion.addTaintsItem(V1DeviceTaint taintsItem) Add an item to the taints property in a chainable fashion.Set allNodes in a chainable fashion.allowMultipleAllocations(Boolean allowMultipleAllocations) Set allowMultipleAllocations in a chainable fashion.attributes(Map<String, @Valid V1DeviceAttribute> attributes) Set attributes in a chainable fashion.bindingConditions(List<@NotNull String> bindingConditions) Set bindingConditions in a chainable fashion.bindingFailureConditions(List<@NotNull String> bindingFailureConditions) Set bindingFailureConditions in a chainable fashion.bindsToNode(Boolean bindsToNode) Set bindsToNode in a chainable fashion.capacity(Map<String, @Valid V1DeviceCapacity> capacity) Set capacity in a chainable fashion.consumesCounters(List<@Valid V1DeviceCounterConsumption> consumesCounters) Set consumesCounters in a chainable fashion.booleanAllNodes indicates that all nodes have access to the device.AllowMultipleAllocations marks whether the device is allowed to be allocated to multiple DeviceRequests.Map<String, @Valid V1DeviceAttribute> 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.Map<String, @Valid V1DeviceCapacity> Capacity defines the set of capacities for this device.List<@Valid V1DeviceCounterConsumption> 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.List<@Valid V1DeviceTaint> If specified, these are the driver-defined taints.inthashCode()Set name in a chainable fashion.Set nodeName in a chainable fashion.nodeSelector(V1NodeSelector nodeSelector) Set nodeSelector in a chainable fashion.putAttributesItem(String key, V1DeviceAttribute attributesItem) Set the value for the key for the attributes map property in a chainable fashion.putCapacityItem(String key, V1DeviceCapacity capacityItem) Set the value for the key for the capacity map property in a chainable fashion.voidsetAllNodes(Boolean allNodes) Set the allNodes property valuevoidsetAllowMultipleAllocations(Boolean allowMultipleAllocations) Set the allowMultipleAllocations property valuevoidsetAttributes(Map<String, @Valid V1DeviceAttribute> attributes) Set the attributes property valuevoidsetBindingConditions(List<@NotNull String> bindingConditions) Set the bindingConditions property valuevoidsetBindingFailureConditions(List<@NotNull String> bindingFailureConditions) Set the bindingFailureConditions property valuevoidsetBindsToNode(Boolean bindsToNode) Set the bindsToNode property valuevoidsetCapacity(Map<String, @Valid V1DeviceCapacity> capacity) Set the capacity property valuevoidsetConsumesCounters(List<@Valid V1DeviceCounterConsumption> consumesCounters) Set the consumesCounters property valuevoidSet the name property valuevoidsetNodeName(String nodeName) Set the nodeName property valuevoidsetNodeSelector(V1NodeSelector nodeSelector) Set the nodeSelector property valuevoidsetTaints(List<@Valid V1DeviceTaint> taints) Set the taints property valuetaints(List<@Valid V1DeviceTaint> taints) Set taints in a chainable fashion.toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ALL_NODES
- See Also:
-
JSON_PROPERTY_ALLOW_MULTIPLE_ALLOCATIONS
- See Also:
-
JSON_PROPERTY_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_BINDING_CONDITIONS
- See Also:
-
JSON_PROPERTY_BINDING_FAILURE_CONDITIONS
- See Also:
-
JSON_PROPERTY_BINDS_TO_NODE
- See Also:
-
JSON_PROPERTY_CAPACITY
- See Also:
-
JSON_PROPERTY_CONSUMES_COUNTERS
- See Also:
-
JSON_PROPERTY_NODE_NAME
- See Also:
-
JSON_PROPERTY_NODE_SELECTOR
- See Also:
-
JSON_PROPERTY_TAINTS
- See Also:
-
-
Constructor Details
-
V1Device
-
-
Method Details
-
getName
Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.- Returns:
- the name property value
-
setName
Set the name property value- Parameters:
name- property value to set
-
name
-
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:
- the allNodes property value
-
setAllNodes
Set the allNodes property value- Parameters:
allNodes- property value to set
-
allNodes
-
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:
- the allowMultipleAllocations property value
-
setAllowMultipleAllocations
Set the allowMultipleAllocations property value- Parameters:
allowMultipleAllocations- property value to set
-
allowMultipleAllocations
-
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:
- the attributes property value
-
setAttributes
Set the attributes property value- Parameters:
attributes- property value to set
-
attributes
Set attributes in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
putAttributesItem
Set the value for the key for the attributes map property in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
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:
- the bindingConditions property value
-
setBindingConditions
-
bindingConditions
-
addBindingConditionsItem
-
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:
- the bindingFailureConditions property value
-
setBindingFailureConditions
-
bindingFailureConditions
-
addBindingFailureConditionsItem
-
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:
- the bindsToNode property value
-
setBindsToNode
Set the bindsToNode property value- Parameters:
bindsToNode- property value to set
-
bindsToNode
-
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:
- the capacity property value
-
setCapacity
Set the capacity property value- Parameters:
capacity- property value to set
-
capacity
Set capacity in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
putCapacityItem
Set the value for the key for the capacity map property in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
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 invalid input: '<'= 32. In addition, the total number in the entire ResourceSlice must be invalid input: '<'= 1024 (for example, 64 devices with 16 counters each).- Returns:
- the consumesCounters property value
-
setConsumesCounters
Set the consumesCounters property value- Parameters:
consumesCounters- property value to set
-
consumesCounters
Set consumesCounters in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
addConsumesCountersItem
Add an item to the consumesCounters property in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
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:
- the nodeName property value
-
setNodeName
Set the nodeName property value- Parameters:
nodeName- property value to set
-
nodeName
-
getNodeSelector
- Returns:
- the nodeSelector property value
-
setNodeSelector
Set the nodeSelector property value- Parameters:
nodeSelector- property value to set
-
nodeSelector
Set nodeSelector in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
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:
- the taints property value
-
setTaints
Set the taints property value- Parameters:
taints- property value to set
-
taints
Set taints in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
addTaintsItem
Add an item to the taints property in a chainable fashion.- Returns:
- The same instance of V1Device for chaining.
-
equals
-
hashCode
-
toString
-