Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.61 KB

v1alpha3_resource_slice_spec.md

File metadata and controls

15 lines (11 loc) · 1.61 KB

v1alpha3_resource_slice_spec_t

Properties

Name Type Description Notes
all_nodes int AllNodes indicates that all nodes have access to the resources in the pool. Exactly one of NodeName, NodeSelector and AllNodes must be set. [optional]
devices list_t * Devices lists some or all of the devices in this pool. Must not have more than 128 entries. [optional]
driver char * Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.
node_name char * NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node. This field can be used to limit access from nodes to ResourceSlices with the same node name. It also indicates to autoscalers that adding new nodes of the same type as some old node might also make new resources available. Exactly one of NodeName, NodeSelector and AllNodes must be set. This field is immutable. [optional]
node_selector v1_node_selector_t * [optional]
pool v1alpha3_resource_pool_t *

[Back to Model list] [Back to API list] [Back to README]