DeviceAttribute

io.k8s.api.resource.v1beta1.DeviceAttribute

Description

DeviceAttribute must have exactly one field set.

Properties

bool boolean
BoolValue is a true/false value.
bools []boolean
BoolValues is a non-empty list of true/false values.
int integer (int64)
IntValue is a number.
ints []integer (int64)
IntValues is a non-empty list of numbers. This is an alpha field and requires enabling the DRAListTypeAttributes feature gate.
string string
StringValue is a string. Must not be longer than 64 characters.
strings []string
StringValues is a non-empty list of strings. Each string must not be longer than 64 characters. This is an alpha field and requires enabling the DRAListTypeAttributes feature gate.
version string
VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters.
versions []string
VersionValues is a non-empty list of semantic versions according to semver.org spec 2.0.0. Each version string must not be longer than 64 characters. This is an alpha field and requires enabling the DRAListTypeAttributes feature gate.