Files
c/kubernetes/docs/v1alpha2_named_resources_attribute.md
Kubernetes Prow Robot c97b51f36a Automated openapi generation from release-1.30
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-05-18 13:20:54 +00:00

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]

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