Files
c/kubernetes/docs/v1alpha3_device_attribute.md
Kubernetes Prow Robot f914036e5a Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
2024-10-12 12:08:56 +08:00

689 B

v1alpha3_device_attribute_t

Properties

Name Type Description Notes
_bool int BoolValue is a true/false value. [optional]
_int long IntValue is a number. [optional]
string char * StringValue is a string. Must not be longer than 64 characters. [optional]
version char * VersionValue is a semantic version according to semver.org spec 2.0.0. Must not be longer than 64 characters. [optional]

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