targetGroupKinds property

List<GroupKind>? targetGroupKinds
getter/setter pair

(Filtering parameter) Any resource subject to substitution 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 substitution).

Optional.

Implementation

core.List<GroupKind>? targetGroupKinds;