Manifests.io

Easy to use kubernetes documentation

ResourceSlice.namedResources.instances.attributes

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

Description
bool
boolean

BoolValue is a true/false value.

int
integer

IntValue is a 64-bit integer.

intSlice 🔗
NamedResourcesIntSlice

IntSliceValue is an array of 64-bit integers.

name
string *

Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.

quantity 🔗
Quantity

QuantityValue is a quantity.

string
string

StringValue is a string.

stringSlice 🔗
NamedResourcesStringSlice

StringSliceValue is an array of strings.

version
string

VersionValue is a semantic version according to semver.org spec 2.0.0.

See an issue here?