storageResources property

Map<String, StorageResource>? storageResources
getter/setter pair

Storage resources available to the cluster.

Keys specify the ID of the storage resource by which it can be referenced elsewhere, and must conform to [RFC-1034](https://datatracker.ietf.org/doc/html/rfc1034) (lower-case, alphanumeric, and at most 63 characters).

Optional.

Implementation

core.Map<core.String, StorageResource>? storageResources;