python/kubernetes/docs/V1alpha2NamedResourcesAttribute.md
2024-05-21 22:28:02 +00:00

1.1 KiB

V1alpha2NamedResourcesAttribute

NamedResourcesAttribute is a combination of an attribute name and its value.

Properties

Name Type Description Notes
bool bool BoolValue is a true/false value. [optional]
int int IntValue is a 64-bit integer. [optional]
int_slice V1alpha2NamedResourcesIntSlice [optional]
name str Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.
quantity str QuantityValue is a quantity. [optional]
string str StringValue is a string. [optional]
string_slice V1alpha2NamedResourcesStringSlice [optional]
version str 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]