1.1 KiB
1.1 KiB
v1alpha2_named_resources_attribute_t
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| _bool | int | BoolValue is a true/false value. | [optional] |
| _int | long | IntValue is a 64-bit integer. | [optional] |
| int_slice | v1alpha2_named_resources_int_slice_t * | [optional] | |
| name | char * | Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain. | |
| quantity | char * | QuantityValue is a quantity. | [optional] |
| string | char * | StringValue is a string. | [optional] |
| string_slice | v1alpha2_named_resources_string_slice_t * | [optional] | |
| version | char * | VersionValue is a semantic version according to semver.org spec 2.0.0. | [optional] |