DeviceAttribute
io.k8s.api.resource.v1beta1.DeviceAttribute
Description
DeviceAttribute must have exactly one field set.
Properties
-
boolboolean - BoolValue is a true/false value.
-
bools[]boolean - BoolValues is a non-empty list of true/false values.
-
intinteger (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.
-
stringstring - 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.
-
versionstring - 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.