resourcePaths property

List<String>? resourcePaths
getter/setter pair

A list of strings specifying the resource identifiers that were the cause of message generation.

A "path" here may be: * MEMBERSHIP_ID if the cause is a specific member cluster * MEMBERSHIP_ID/(NAMESPACE/)?RESOURCETYPE/NAME if the cause is a resource in a cluster

Implementation

core.List<core.String>? resourcePaths;