networkResources property

Map<String, NetworkResource>? networkResources
getter/setter pair

Network resources available to the cluster.

Must contain at most one value. Keys specify the ID of the network 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, NetworkResource>? networkResources;