resources property

List<String>? resources
final

Resources is a list of resources this rule applies to. "" means all in the specified apiGroups. "/foo" represents the subresource 'foo' for all resources in the specified apiGroups.

Implementation

final List<String>? resources;