1.1 KiB
1.1 KiB
V1alpha2NamedResourcesAttribute
NamedResourcesAttribute is a combination of an attribute name and its value.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| bool | bool | BoolValue is a true/false value. | [optional] |
| int | int | IntValue is a 64-bit integer. | [optional] |
| int_slice | V1alpha2NamedResourcesIntSlice | [optional] | |
| name | str | Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain. | |
| quantity | str | QuantityValue is a quantity. | [optional] |
| string | str | StringValue is a string. | [optional] |
| string_slice | V1alpha2NamedResourcesStringSlice | [optional] | |
| version | str | VersionValue is a semantic version according to semver.org spec 2.0.0. | [optional] |