computeResources property

Map<String, ComputeResource>? computeResources
getter/setter pair

Compute resources available to the cluster.

Keys specify the ID of the compute 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, ComputeResource>? computeResources;