groupKinds property

List<GroupKind>? groupKinds
getter/setter pair

(Filtering parameter) Any resource subject to transformation must belong to one of the listed "types".

If this field is not provided, no type filtering will be performed (all resources of all types matching previous filtering parameters will be candidates for transformation).

Optional.

Implementation

core.List<GroupKind>? groupKinds;